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

123 lines
2.9 KiB
JSON

{
"name": "Rapidash",
"base_stats": {
"hp": 65,
"attack": 100,
"defense": 70,
"speed": 105,
"special_attack": 80,
"special_defense": 80
},
"types": [
"TYPE_FIRE",
"TYPE_FIRE"
],
"catch_rate": 60,
"base_exp_reward": 192,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 2,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_SHUCA_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_RUN_AWAY",
"ABILITY_FLASH_FIRE"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_YELLOW",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM06",
"TM10",
"TM11",
"TM15",
"TM17",
"TM21",
"TM22",
"TM23",
"TM27",
"TM32",
"TM35",
"TM38",
"TM42",
"TM43",
"TM44",
"TM45",
"TM50",
"TM58",
"TM61",
"TM68",
"TM78",
"TM82",
"TM83",
"TM84",
"TM87",
"TM90",
"HM04"
],
"level_up": {
"1": [
"MOVE_POISON_JAB",
"MOVE_MEGAHORN",
"MOVE_GROWL",
"MOVE_QUICK_ATTACK",
"MOVE_TAIL_WHIP",
"MOVE_EMBER"
],
"6": "MOVE_TAIL_WHIP",
"10": "MOVE_EMBER",
"15": "MOVE_FLAME_WHEEL",
"19": "MOVE_STOMP",
"24": "MOVE_FIRE_SPIN",
"28": "MOVE_TAKE_DOWN",
"33": "MOVE_AGILITY",
"37": "MOVE_FIRE_BLAST",
"40": "MOVE_FURY_ATTACK",
"47": "MOVE_BOUNCE",
"56": "MOVE_FLARE_BLITZ"
},
"tutor": [
"MOVE_SNORE",
"MOVE_BOUNCE",
"MOVE_HEAT_WAVE",
"MOVE_SWIFT"
]
},
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 17,
"weight": 950,
"body_shape": "SHAPE_QUADRUPED",
"trainer_scale_f": 272,
"pokemon_scale_f": 235,
"trainer_scale_m": 256,
"pokemon_scale_m": 235,
"trainer_pos_f": 8,
"pokemon_pos_f": 4,
"trainer_pos_m": 9,
"pokemon_pos_m": 4,
"entry_text": "When at an all-out gallop, its\nblazing mane sparkles, enhancing\nits beautiful appearance.",
"category": "Fire Horse Pokémon"
}
}