pokeplatinum/res/pokemon/shellder/data.json
h2o-DS e77596d92d Applied Polish
Implemented camelCase
Use unicode characters in data.json
Removed double escape from data.json
Gave names to generated message files
2024-09-23 17:25:32 -04:00

123 lines
2.9 KiB
JSON

{
"name": "Shellder",
"base_stats": {
"hp": 30,
"attack": 65,
"defense": 100,
"speed": 40,
"special_attack": 45,
"special_defense": 25
},
"types": [
"TYPE_WATER",
"TYPE_WATER"
],
"catch_rate": 190,
"base_exp_reward": 97,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 1,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_PEARL",
"rare": "ITEM_BIG_PEARL"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_SLOW",
"egg_groups": [
"EGG_GROUP_WATER_3",
"EGG_GROUP_WATER_3"
],
"abilities": [
"ABILITY_SHELL_ARMOR",
"ABILITY_SKILL_LINK"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_PURPLE",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM03",
"TM06",
"TM07",
"TM10",
"TM13",
"TM14",
"TM17",
"TM18",
"TM21",
"TM27",
"TM32",
"TM42",
"TM43",
"TM44",
"TM45",
"TM55",
"TM58",
"TM64",
"TM66",
"TM78",
"TM82",
"TM83",
"TM87",
"TM90",
"HM03"
],
"level_up": {
"1": "MOVE_TACKLE",
"4": "MOVE_WITHDRAW",
"8": "MOVE_SUPERSONIC",
"13": "MOVE_ICICLE_SPEAR",
"16": "MOVE_PROTECT",
"20": "MOVE_LEER",
"25": "MOVE_CLAMP",
"28": "MOVE_ICE_SHARD",
"32": "MOVE_AURORA_BEAM",
"37": "MOVE_WHIRLPOOL",
"40": "MOVE_IRON_DEFENSE",
"44": "MOVE_BRINE",
"49": "MOVE_ICE_BEAM"
},
"tutor": [
"MOVE_DIVE",
"MOVE_ICY_WIND",
"MOVE_SNORE",
"MOVE_IRON_DEFENSE",
"MOVE_SWIFT"
]
},
"evolutions": [
[
"EVO_USE_ITEM",
"ITEM_WATER_STONE",
"SPECIES_CLOYSTER"
]
],
"footprint": {
"has_footprint": false,
"footprint_size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 3,
"weight": 40,
"body_shape": "SHAPE_HEAD",
"trainer_scale_f": 272,
"pokemon_scale_f": 482,
"trainer_scale_m": 256,
"pokemon_scale_m": 482,
"trainer_pos_f": 8,
"pokemon_pos_f": 29,
"trainer_pos_m": 9,
"pokemon_pos_m": 29,
"entry_text": "It swims backward by opening and\nclosing its two shells. Its large\ntongue is always kept hanging out.",
"category": "Bivalve Pokémon"
}
}