pokeplatinum/res/pokemon/combusken/data.json
h2o-DS 0cba5ddceb
Some checks failed
build / build (push) Has been cancelled
Generate pms.narc (#502)
* Generate pms

Added offspring field to species data files
Added pms.narc to datagen_species

* Document Comments

Added pms.narc to header comments

* Remove Hardcode

* Optimization
2025-05-07 20:46:30 -07:00

191 lines
5.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_RED",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_SCRATCH" ],
[ 1, "MOVE_GROWL" ],
[ 1, "MOVE_FOCUS_ENERGY" ],
[ 1, "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" ]
],
"by_tm": [
"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"
],
"by_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",
36,
"SPECIES_BLAZIKEN"
]
],
"offspring": "SPECIES_TORCHIC",
"footprint": {
"has": true,
"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,
"en": {
"name": "COMBUSKEN",
"category": "Young Fowl Pokémon",
"entry_text": [
"Its kicking mastery lets it loose\n",
"10 kicks per second. It emits\n",
"sharp cries to intimidate foes."
]
},
"fr": {
"name": "GALIFEU",
"category": "Pokémon Poulet",
"entry_text": [
"Ce maître du coup de pied peut\n",
"donner 10 coups par seconde. Ses\n",
"cris aigus intimident lennemi."
]
},
"de": {
"name": "JUNGGLUT",
"category": "Kleinhahn",
"entry_text": [
"Es kann 10 Tritte pro Sekunde aus-\n",
"teilen. Es gibt schrille Schreie von\n",
"sich, um Gegner einzuschüchtern."
]
},
"it": {
"name": "COMBUSKEN",
"category": "Pokémon Rampollo",
"entry_text": [
"Possiede labilità di sferrare anche\n",
"10 calci al secondo. Emette urla\n",
"strazianti per intimorire i nemici."
]
},
"es": {
"name": "COMBUSKEN",
"category": "Pokémon Ave Corral",
"entry_text": [
"Su habilidad le permite dar diez\n",
"patadas por segundo. Lanza\n",
"potentes gritos para intimidar."
]
},
"jp": {
"name": "ワカシャモ",
"category": "わかどりポケモン",
"entry_text": [
"1びょうかんに キックを 10ぱつ\n",
"くりだす あしわざの もちぬし。\n",
"するどい なきごえで いかくする。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_SOUTH_WEST",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
"catching_points": 80,
"rarity": 10,
"unused": 2306
}
}