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

142 lines
3.2 KiB
JSON

{
"name": "Shiftry",
"base_stats": {
"hp": 90,
"attack": 100,
"defense": 60,
"speed": 80,
"special_attack": 90,
"special_defense": 60
},
"types": [
"TYPE_GRASS",
"TYPE_DARK"
],
"catch_rate": 45,
"base_exp_reward": 181,
"ev_yields": {
"hp": 0,
"attack": 3,
"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": 15,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_SLOW",
"egg_groups": [
"EGG_GROUP_FIELD",
"EGG_GROUP_GRASS"
],
"abilities": [
"ABILITY_CHLOROPHYLL",
"ABILITY_EARLY_BIRD"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_BROWN",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM06",
"TM09",
"TM10",
"TM11",
"TM15",
"TM17",
"TM19",
"TM21",
"TM22",
"TM27",
"TM28",
"TM30",
"TM31",
"TM32",
"TM39",
"TM40",
"TM41",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM52",
"TM53",
"TM56",
"TM58",
"TM62",
"TM63",
"TM64",
"TM66",
"TM68",
"TM70",
"TM75",
"TM77",
"TM78",
"TM79",
"TM80",
"TM81",
"TM82",
"TM83",
"TM86",
"TM87",
"TM90",
"HM01",
"HM04",
"HM05",
"HM06"
],
"level_up": {
"1": [
"MOVE_FAINT_ATTACK",
"MOVE_WHIRLWIND",
"MOVE_NASTY_PLOT",
"MOVE_RAZOR_LEAF"
],
"49": "MOVE_LEAF_STORM"
},
"tutor": [
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_ICY_WIND",
"MOVE_ROLLOUT",
"MOVE_OMINOUS_WIND",
"MOVE_SNORE",
"MOVE_SPITE",
"MOVE_AIR_CUTTER",
"MOVE_SYNTHESIS",
"MOVE_TWISTER",
"MOVE_SEED_BOMB",
"MOVE_BOUNCE",
"MOVE_KNOCK_OFF",
"MOVE_SUCKER_PUNCH",
"MOVE_SWIFT"
]
},
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 13,
"weight": 596,
"body_shape": "SHAPE_BIPEDAL_TAILLESS",
"trainer_scale_f": 272,
"pokemon_scale_f": 256,
"trainer_scale_m": 256,
"pokemon_scale_m": 256,
"trainer_pos_f": 8,
"pokemon_pos_f": 8,
"trainer_pos_m": 9,
"pokemon_pos_m": 8,
"entry_text": "By flapping its leafy fan, it can\nwhip up gusts of 100 ft/second\nthat can level houses.",
"category": "Wicked Pokémon"
}
}