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

131 lines
3.1 KiB
JSON

{
"name": "Phanpy",
"base_stats": {
"hp": 90,
"attack": 60,
"defense": 60,
"speed": 40,
"special_attack": 40,
"special_defense": 40
},
"types": [
"TYPE_GROUND",
"TYPE_GROUND"
],
"catch_rate": 120,
"base_exp_reward": 124,
"ev_yields": {
"hp": 1,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_PASSHO_BERRY"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [
"EGG_GROUP_FIELD",
"EGG_GROUP_FIELD"
],
"abilities": [
"ABILITY_PICKUP",
"ABILITY_NONE"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_BLUE",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM05",
"TM06",
"TM10",
"TM11",
"TM17",
"TM21",
"TM23",
"TM26",
"TM27",
"TM32",
"TM37",
"TM39",
"TM42",
"TM43",
"TM44",
"TM45",
"TM58",
"TM76",
"TM78",
"TM80",
"TM82",
"TM83",
"TM87",
"TM90",
"HM04",
"HM06"
],
"level_up": {
"1": [
"MOVE_ODOR_SLEUTH",
"MOVE_TACKLE",
"MOVE_GROWL",
"MOVE_DEFENSE_CURL"
],
"6": "MOVE_FLAIL",
"10": "MOVE_TAKE_DOWN",
"15": "MOVE_ROLLOUT",
"19": "MOVE_NATURAL_GIFT",
"24": "MOVE_SLAM",
"28": "MOVE_ENDURE",
"33": "MOVE_CHARM",
"37": "MOVE_LAST_RESORT",
"42": "MOVE_DOUBLE_EDGE"
},
"tutor": [
"MOVE_MUD_SLAP",
"MOVE_ROLLOUT",
"MOVE_SUPERPOWER",
"MOVE_SNORE",
"MOVE_ENDEAVOR",
"MOVE_ANCIENT_POWER",
"MOVE_EARTH_POWER",
"MOVE_GUNK_SHOT",
"MOVE_SEED_BOMB",
"MOVE_KNOCK_OFF"
]
},
"evolutions": [
[
"EVO_LEVEL_UP",
25,
"SPECIES_DONPHAN"
]
],
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 5,
"weight": 335,
"body_shape": "SHAPE_QUADRUPED",
"trainer_scale_f": 272,
"pokemon_scale_f": 358,
"trainer_scale_m": 256,
"pokemon_scale_m": 358,
"trainer_pos_f": 8,
"pokemon_pos_f": 25,
"trainer_pos_m": 9,
"pokemon_pos_m": 25,
"entry_text": "It is strong despite its compact\nsize. It can easily pick up and\ncarry an adult human on its back.",
"category": "Long Nose Pokémon"
}
}