pokeplatinum/res/pokemon/shellos/data.json
Rachel d92f23036b
Some checks are pending
build / build (push) Waiting to run
tools: Replace use of datagen_species.cpp with speciesproc.c
2026-03-20 22:26:04 -07:00

185 lines
5.0 KiB
JSON

{
"base_stats": {
"hp": 76,
"attack": 48,
"defense": 48,
"speed": 34,
"special_attack": 57,
"special_defense": 62
},
"types": [ "TYPE_WATER", "TYPE_WATER" ],
"catch_rate": 190,
"base_exp_reward": 73,
"ev_yields": {
"hp": 1,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [ "EGG_GROUP_WATER_1", "EGG_GROUP_AMORPHOUS" ],
"abilities": [ "ABILITY_STICKY_HOLD", "ABILITY_STORM_DRAIN" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_PURPLE",
"flip_sprite": false,
"icon_palette": [
[ "base", 0 ],
[ "east_sea", 0 ]
],
"learnset": {
"by_level": [
[ 1, "MOVE_MUD_SLAP" ],
[ 2, "MOVE_MUD_SPORT" ],
[ 4, "MOVE_HARDEN" ],
[ 7, "MOVE_WATER_PULSE" ],
[ 11, "MOVE_MUD_BOMB" ],
[ 16, "MOVE_HIDDEN_POWER" ],
[ 22, "MOVE_RAIN_DANCE" ],
[ 29, "MOVE_BODY_SLAM" ],
[ 37, "MOVE_MUDDY_WATER" ],
[ 46, "MOVE_RECOVER" ]
],
"by_tm": [
"TM03",
"TM06",
"TM07",
"TM10",
"TM13",
"TM14",
"TM17",
"TM18",
"TM21",
"TM27",
"TM32",
"TM42",
"TM43",
"TM44",
"TM45",
"TM55",
"TM58",
"TM78",
"TM82",
"TM83",
"TM87",
"TM90",
"HM03"
],
"by_tutor": [
"MOVE_DIVE",
"MOVE_MUD_SLAP",
"MOVE_ICY_WIND",
"MOVE_SNORE",
"MOVE_ANCIENT_POWER",
"MOVE_EARTH_POWER"
],
"egg_moves": [
"MOVE_COUNTER",
"MOVE_MIRROR_COAT",
"MOVE_STOCKPILE",
"MOVE_SWALLOW",
"MOVE_SPIT_UP",
"MOVE_YAWN",
"MOVE_MEMENTO",
"MOVE_CURSE",
"MOVE_AMNESIA",
"MOVE_FISSURE"
]
},
"evolutions": [
[
"EVO_LEVEL",
30,
"SPECIES_GASTRODON"
]
],
"offspring": "SPECIES_SHELLOS",
"footprint": {
"has": true,
"size": "FOOTPRINT_SMALL",
"type": "FOOTPRINT_TYPE_CUTE"
},
"pokedex_data": {
"height": 3,
"weight": 63,
"body_shape": "SHAPE_INSECTOID",
"trainer_scale_f": 272,
"pokemon_scale_f": 469,
"trainer_scale_m": 256,
"pokemon_scale_m": 469,
"trainer_pos_f": 8,
"pokemon_pos_f": 25,
"trainer_pos_m": 9,
"pokemon_pos_m": 25,
"en": {
"name": "SHELLOS",
"category": "Sea Slug Pokémon",
"entry_text": [
"Beware of pushing strongly on\n",
"its squishy body, as it makes a\n",
"mysterious purple fluid ooze out."
]
},
"fr": {
"name": "SANCOKI",
"category": "Pokémon Aqualimace",
"entry_text": [
"Sa couleur et sa forme varient\n",
"selon les régions. On en recense\n",
"deux types à Sinnoh."
]
},
"de": {
"name": "SCHALELLOS",
"category": "Seeschnecke",
"entry_text": [
"Sein Aussehen ist von Region zu\n",
"Region unterschiedlich. In Sinnoh\n",
"finden sich zwei Arten."
]
},
"it": {
"name": "SHELLOS",
"category": "Pokémon Lumacomare",
"entry_text": [
"Forma e colori variano di regione\n",
"in regione. Pare che nella regione\n",
"di Sinnoh ne esistano due tipi."
]
},
"es": {
"name": "SHELLOS",
"category": "Pokémon Babosa Mar.",
"entry_text": [
"El color y la forma varían según\n",
"la región. En Sinnoh, hay dos\n",
"tipos confirmados."
]
},
"jp": {
"name": "カラナクシ",
"category": "ウミウシポケモン",
"entry_text": [
"せいそくちにより ちがった かたちや\n",
"いろを している。シンオウちほうでは\n",
"2しゅるいが かくにんされている。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NONE",
"pal_park_water_area": "PAL_PARK_AREA_WATER_SOUTH_EAST",
"catching_points": 50,
"rarity": 30,
"unused": 771
}
}