pokeplatinum/res/pokemon/gastrodon/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

183 lines
5.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"base_stats": {
"hp": 111,
"attack": 83,
"defense": 68,
"speed": 39,
"special_attack": 92,
"special_defense": 82
},
"types": [ "TYPE_WATER", "TYPE_GROUND" ],
"catch_rate": 75,
"base_exp_reward": 176,
"ev_yields": {
"hp": 2,
"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" ],
[ 1, "MOVE_MUD_SPORT" ],
[ 1, "MOVE_HARDEN" ],
[ 1, "MOVE_WATER_PULSE" ],
[ 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" ],
[ 41, "MOVE_MUDDY_WATER" ],
[ 54, "MOVE_RECOVER" ]
],
"by_tm": [
"TM03",
"TM06",
"TM07",
"TM10",
"TM13",
"TM14",
"TM15",
"TM17",
"TM18",
"TM21",
"TM26",
"TM27",
"TM28",
"TM32",
"TM36",
"TM37",
"TM39",
"TM42",
"TM43",
"TM44",
"TM45",
"TM55",
"TM58",
"TM68",
"TM70",
"TM71",
"TM78",
"TM80",
"TM82",
"TM83",
"TM87",
"TM90",
"HM03",
"HM04",
"HM06",
"HM07"
],
"by_tutor": [
"MOVE_DIVE",
"MOVE_MUD_SLAP",
"MOVE_ICY_WIND",
"MOVE_SNORE",
"MOVE_ANCIENT_POWER",
"MOVE_EARTH_POWER"
]
},
"evolutions": [ ],
"offspring": "SPECIES_SHELLOS",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM",
"type": "FOOTPRINT_TYPE_SCARY"
},
"pokedex_data": {
"height": 9,
"weight": 299,
"body_shape": "SHAPE_INSECTOID",
"trainer_scale_f": 272,
"pokemon_scale_f": 307,
"trainer_scale_m": 256,
"pokemon_scale_m": 307,
"trainer_pos_f": 8,
"pokemon_pos_f": 17,
"trainer_pos_m": 9,
"pokemon_pos_m": 17,
"en": {
"name": "GASTRODON",
"category": "Sea Slug Pokémon",
"entry_text": [
"Long ago, its entire back was\n",
"shielded with a sturdy shell. There\n",
"are traces of it left in its cells."
]
},
"fr": {
"name": "TRITOSOR",
"category": "Pokémon Aqualimace",
"entry_text": [
"Son corps pliable est dépourvu\n",
"dos. Lorsquon tranche un de ses\n",
"membres, il repousse immédiatement."
]
},
"de": {
"name": "GASTRODON",
"category": "Seeschnecke",
"entry_text": [
"Es hat einen biegsamen Körper ohne\n",
"einen Knochen. Wird ein Körperteil\n",
"abgetrennt, wächst er nach."
]
},
"it": {
"name": "GASTRODON",
"category": "Pokémon Lumacomare",
"entry_text": [
"Ha un corpo flessibile e senza ossa.\n",
"Qualsiasi parte del corpo che gli\n",
"venga lacerata ricresce subito."
]
},
"es": {
"name": "GASTRODON",
"category": "Pokémon Babosa Mar.",
"entry_text": [
"Posee un cuerpo flexible sin\n",
"huesos. Si pierde alguna parte,\n",
"le vuelve a crecer."
]
},
"jp": {
"name": "トリトドン",
"category": "ウミウシポケモン",
"entry_text": [
"ホネがなく グニャグニャの からだ。\n",
"からだの いちぶが ちぎれても\n",
"すぐに さいせいされて もとどおり。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NONE",
"pal_park_water_area": "PAL_PARK_AREA_WATER_SOUTH_EAST",
"catching_points": 70,
"rarity": 20,
"unused": 2051
}
}