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

137 lines
3.2 KiB
JSON

{
"name": "Stantler",
"base_stats": {
"hp": 73,
"attack": 95,
"defense": 62,
"speed": 85,
"special_attack": 85,
"special_defense": 65
},
"types": [
"TYPE_NORMAL",
"TYPE_NORMAL"
],
"catch_rate": 45,
"base_exp_reward": 165,
"ev_yields": {
"hp": 0,
"attack": 1,
"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_SLOW",
"egg_groups": [
"EGG_GROUP_FIELD",
"EGG_GROUP_FIELD"
],
"abilities": [
"ABILITY_INTIMIDATE",
"ABILITY_FRISK"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_BROWN",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM04",
"TM05",
"TM06",
"TM10",
"TM11",
"TM16",
"TM17",
"TM18",
"TM21",
"TM22",
"TM23",
"TM24",
"TM25",
"TM26",
"TM27",
"TM29",
"TM30",
"TM32",
"TM33",
"TM34",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM48",
"TM53",
"TM57",
"TM58",
"TM68",
"TM70",
"TM73",
"TM77",
"TM78",
"TM82",
"TM83",
"TM85",
"TM87",
"TM90",
"TM92"
],
"level_up": {
"1": "MOVE_TACKLE",
"3": "MOVE_LEER",
"7": "MOVE_ASTONISH",
"10": "MOVE_HYPNOSIS",
"13": "MOVE_STOMP",
"16": "MOVE_SAND_ATTACK",
"21": "MOVE_TAKE_DOWN",
"23": "MOVE_CONFUSE_RAY",
"27": "MOVE_CALM_MIND",
"33": "MOVE_ROLE_PLAY",
"38": "MOVE_ZEN_HEADBUTT",
"43": "MOVE_IMPRISON",
"49": "MOVE_CAPTIVATE",
"53": "MOVE_ME_FIRST"
},
"tutor": [
"MOVE_MUD_SLAP",
"MOVE_SNORE",
"MOVE_SPITE",
"MOVE_SIGNAL_BEAM",
"MOVE_ZEN_HEADBUTT",
"MOVE_LAST_RESORT",
"MOVE_BOUNCE",
"MOVE_SUCKER_PUNCH",
"MOVE_SWIFT",
"MOVE_UPROAR"
]
},
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 14,
"weight": 712,
"body_shape": "SHAPE_QUADRUPED",
"trainer_scale_f": 256,
"pokemon_scale_f": 222,
"trainer_scale_m": 256,
"pokemon_scale_m": 237,
"trainer_pos_f": 8,
"pokemon_pos_f": 6,
"trainer_pos_m": 8,
"pokemon_pos_m": 7,
"entry_text": "Staring at its antlers creates\nan odd sensation as if one were\nbeing drawn into their centers.",
"category": "Big Horn Pokémon"
}
}