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

139 lines
3.2 KiB
JSON

{
"name": "Shuppet",
"base_stats": {
"hp": 44,
"attack": 75,
"defense": 35,
"speed": 45,
"special_attack": 63,
"special_defense": 33
},
"types": [
"TYPE_GHOST",
"TYPE_GHOST"
],
"catch_rate": 225,
"base_exp_reward": 97,
"ev_yields": {
"hp": 0,
"attack": 1,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_SPELL_TAG"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 25,
"base_friendship": 35,
"exp_rate": "EXP_RATE_FAST",
"egg_groups": [
"EGG_GROUP_AMORPHOUS",
"EGG_GROUP_AMORPHOUS"
],
"abilities": [
"ABILITY_INSOMNIA",
"ABILITY_FRISK"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_BLACK",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM04",
"TM06",
"TM10",
"TM11",
"TM12",
"TM17",
"TM18",
"TM21",
"TM24",
"TM25",
"TM27",
"TM29",
"TM30",
"TM32",
"TM34",
"TM41",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM48",
"TM49",
"TM57",
"TM58",
"TM61",
"TM63",
"TM66",
"TM70",
"TM73",
"TM77",
"TM78",
"TM79",
"TM82",
"TM83",
"TM85",
"TM87",
"TM90",
"TM92"
],
"level_up": {
"1": "MOVE_KNOCK_OFF",
"5": "MOVE_SCREECH",
"8": "MOVE_NIGHT_SHADE",
"13": "MOVE_CURSE",
"16": "MOVE_SPITE",
"20": "MOVE_SHADOW_SNEAK",
"23": "MOVE_WILL_O_WISP",
"28": "MOVE_FAINT_ATTACK",
"31": "MOVE_SHADOW_BALL",
"35": "MOVE_SUCKER_PUNCH",
"38": "MOVE_EMBARGO",
"43": "MOVE_SNATCH",
"46": "MOVE_GRUDGE",
"50": "MOVE_TRICK"
},
"tutor": [
"MOVE_ICY_WIND",
"MOVE_OMINOUS_WIND",
"MOVE_SPITE",
"MOVE_TRICK",
"MOVE_KNOCK_OFF",
"MOVE_SUCKER_PUNCH"
]
},
"evolutions": [
[
"EVO_LEVEL_UP",
37,
"SPECIES_BANETTE"
]
],
"footprint": {
"has_footprint": false,
"footprint_size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 6,
"weight": 23,
"body_shape": "SHAPE_HEAD",
"trainer_scale_f": 272,
"pokemon_scale_f": 357,
"trainer_scale_m": 256,
"pokemon_scale_m": 357,
"trainer_pos_f": 8,
"pokemon_pos_f": 65526,
"trainer_pos_m": 9,
"pokemon_pos_m": 65526,
"entry_text": "It loves vengeful emotions and\nhangs in rows under the eaves of\nhouses where vengeful people live.",
"category": "Puppet Pokémon"
}
}