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

144 lines
3.4 KiB
JSON

{
"name": "Combusken",
"base_stats": {
"hp": 60,
"attack": 85,
"defense": 60,
"speed": 55,
"special_attack": 85,
"special_defense": 60
},
"types": [
"TYPE_FIRE",
"TYPE_FIGHTING"
],
"catch_rate": 45,
"base_exp_reward": 142,
"ev_yields": {
"hp": 0,
"attack": 1,
"defense": 0,
"speed": 0,
"special_attack": 1,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_12_5",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_SLOW",
"egg_groups": [
"EGG_GROUP_FIELD",
"EGG_GROUP_FIELD"
],
"abilities": [
"ABILITY_BLAZE",
"ABILITY_NONE"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_RED",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM01",
"TM06",
"TM08",
"TM10",
"TM11",
"TM17",
"TM21",
"TM27",
"TM28",
"TM31",
"TM32",
"TM35",
"TM38",
"TM39",
"TM40",
"TM42",
"TM43",
"TM44",
"TM45",
"TM50",
"TM52",
"TM56",
"TM58",
"TM61",
"TM65",
"TM75",
"TM78",
"TM80",
"TM82",
"TM83",
"TM84",
"TM87",
"TM90",
"HM01",
"HM04",
"HM06"
],
"level_up": {
"1": [
"MOVE_SCRATCH",
"MOVE_GROWL",
"MOVE_FOCUS_ENERGY",
"MOVE_EMBER"
],
"7": "MOVE_FOCUS_ENERGY",
"13": "MOVE_EMBER",
"16": "MOVE_DOUBLE_KICK",
"17": "MOVE_PECK",
"21": "MOVE_SAND_ATTACK",
"28": "MOVE_BULK_UP",
"32": "MOVE_QUICK_ATTACK",
"39": "MOVE_SLASH",
"43": "MOVE_MIRROR_MOVE",
"50": "MOVE_SKY_UPPERCUT",
"54": "MOVE_FLARE_BLITZ"
},
"tutor": [
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_THUNDER_PUNCH",
"MOVE_FIRE_PUNCH",
"MOVE_SNORE",
"MOVE_HELPING_HAND",
"MOVE_VACUUM_WAVE",
"MOVE_LAST_RESORT",
"MOVE_BOUNCE",
"MOVE_HEAT_WAVE",
"MOVE_SWIFT"
]
},
"evolutions": [
[
"EVO_LEVEL_UP",
36,
"SPECIES_BLAZIKEN"
]
],
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 9,
"weight": 195,
"body_shape": "SHAPE_BIPEDAL_TAILED",
"trainer_scale_f": 272,
"pokemon_scale_f": 336,
"trainer_scale_m": 256,
"pokemon_scale_m": 336,
"trainer_pos_f": 8,
"pokemon_pos_f": 17,
"trainer_pos_m": 9,
"pokemon_pos_m": 17,
"entry_text": "Its kicking mastery lets it loose\n10 kicks per second. It emits\nsharp cries to intimidate foes.",
"category": "Young Fowl Pokémon"
}
}