pokeplatinum/res/pokemon/entei/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.0 KiB
JSON

{
"name": "Entei",
"base_stats": {
"hp": 115,
"attack": 115,
"defense": 85,
"speed": 100,
"special_attack": 90,
"special_defense": 75
},
"types": [
"TYPE_FIRE",
"TYPE_FIRE"
],
"catch_rate": 3,
"base_exp_reward": 217,
"ev_yields": {
"hp": 1,
"attack": 2,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_NO_GENDER",
"hatch_cycles": 80,
"base_friendship": 35,
"exp_rate": "EXP_RATE_SLOW",
"egg_groups": [
"EGG_GROUP_UNDISCOVERED",
"EGG_GROUP_UNDISCOVERED"
],
"abilities": [
"ABILITY_PRESSURE",
"ABILITY_NONE"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_BROWN",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM04",
"TM05",
"TM06",
"TM10",
"TM11",
"TM15",
"TM17",
"TM18",
"TM21",
"TM22",
"TM23",
"TM27",
"TM28",
"TM30",
"TM32",
"TM33",
"TM35",
"TM37",
"TM38",
"TM42",
"TM43",
"TM44",
"TM50",
"TM58",
"TM61",
"TM68",
"TM70",
"TM71",
"TM77",
"TM82",
"TM83",
"TM87",
"TM90",
"HM01",
"HM04",
"HM06",
"HM08"
],
"level_up": {
"1": [
"MOVE_BITE",
"MOVE_LEER"
],
"8": "MOVE_EMBER",
"15": "MOVE_ROAR",
"22": "MOVE_FIRE_SPIN",
"29": "MOVE_STOMP",
"36": "MOVE_FLAMETHROWER",
"43": "MOVE_SWAGGER",
"50": "MOVE_FIRE_FANG",
"57": "MOVE_LAVA_PLUME",
"64": "MOVE_EXTRASENSORY",
"71": "MOVE_FIRE_BLAST",
"78": "MOVE_CALM_MIND",
"85": "MOVE_ERUPTION"
},
"tutor": [
"MOVE_MUD_SLAP",
"MOVE_IRON_HEAD",
"MOVE_SNORE",
"MOVE_HEAT_WAVE",
"MOVE_SWIFT"
]
},
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 21,
"weight": 1980,
"body_shape": "SHAPE_QUADRUPED",
"trainer_scale_f": 341,
"pokemon_scale_f": 245,
"trainer_scale_m": 327,
"pokemon_scale_m": 245,
"trainer_pos_f": 15,
"pokemon_pos_f": 3,
"trainer_pos_m": 15,
"pokemon_pos_m": 3,
"entry_text": "It is said that when it roars, a\nvolcano erupts somewhere around\nthe globe.",
"category": "Volcano Pokémon"
}
}