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

190 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": 130,
"defense": 80,
"speed": 70,
"special_attack": 60,
"special_defense": 60
},
"types": [ "TYPE_GRASS", "TYPE_FIGHTING" ],
"catch_rate": 90,
"base_exp_reward": 165,
"ev_yields": {
"hp": 0,
"attack": 2,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_KEBIA_BERRY"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 15,
"base_friendship": 70,
"exp_rate": "EXP_RATE_FLUCTUATING",
"egg_groups": [ "EGG_GROUP_FAIRY", "EGG_GROUP_GRASS" ],
"abilities": [ "ABILITY_EFFECT_SPORE", "ABILITY_POISON_HEAL" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_GREEN",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_ABSORB" ],
[ 1, "MOVE_TACKLE" ],
[ 1, "MOVE_STUN_SPORE" ],
[ 1, "MOVE_LEECH_SEED" ],
[ 5, "MOVE_TACKLE" ],
[ 9, "MOVE_STUN_SPORE" ],
[ 13, "MOVE_LEECH_SEED" ],
[ 17, "MOVE_MEGA_DRAIN" ],
[ 21, "MOVE_HEADBUTT" ],
[ 23, "MOVE_MACH_PUNCH" ],
[ 25, "MOVE_COUNTER" ],
[ 29, "MOVE_FORCE_PALM" ],
[ 33, "MOVE_SKY_UPPERCUT" ],
[ 37, "MOVE_MIND_READER" ],
[ 41, "MOVE_SEED_BOMB" ],
[ 45, "MOVE_DYNAMIC_PUNCH" ]
],
"by_tm": [
"TM01",
"TM06",
"TM08",
"TM09",
"TM10",
"TM11",
"TM15",
"TM17",
"TM19",
"TM20",
"TM21",
"TM22",
"TM23",
"TM27",
"TM31",
"TM32",
"TM36",
"TM39",
"TM42",
"TM43",
"TM44",
"TM45",
"TM49",
"TM52",
"TM53",
"TM56",
"TM58",
"TM60",
"TM68",
"TM70",
"TM71",
"TM75",
"TM78",
"TM80",
"TM82",
"TM83",
"TM86",
"TM87",
"TM90",
"HM01",
"HM04",
"HM06"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_THUNDER_PUNCH",
"MOVE_SUPERPOWER",
"MOVE_SNORE",
"MOVE_HELPING_HAND",
"MOVE_SYNTHESIS",
"MOVE_VACUUM_WAVE",
"MOVE_SEED_BOMB"
]
},
"evolutions": [ ],
"offspring": "SPECIES_SHROOMISH",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 12,
"weight": 392,
"body_shape": "SHAPE_BIPEDAL_TAILED",
"trainer_scale_f": 272,
"pokemon_scale_f": 258,
"trainer_scale_m": 256,
"pokemon_scale_m": 258,
"trainer_pos_f": 8,
"pokemon_pos_f": 8,
"trainer_pos_m": 9,
"pokemon_pos_m": 8,
"en": {
"name": "BRELOOM",
"category": "Mushroom Pokémon",
"entry_text": [
"Its short arms stretch when it\n",
"throws punches. Its technique is\n",
"equal to that of pro boxers."
]
},
"fr": {
"name": "CHAPIGNON",
"category": "Pokémon Champignon",
"entry_text": [
"Ses petits bras sétendent quand il\n",
"donne un coup de poing. Son talent\n",
"égale celui dun boxeur pro."
]
},
"de": {
"name": "KAPILZ",
"category": "Pilz",
"entry_text": [
"Seine kurzen Arme dehnen sich aus,\n",
"wenn es zuschlägt. Seine Technik\n",
"ähnelt der von Profi-Boxern."
]
},
"it": {
"name": "BRELOOM",
"category": "Pokémon Fungo",
"entry_text": [
"Tirando pugni, i suoi cortissimi arti\n",
"si allungano. Usa una tecnica simile\n",
"a quella dei pugili professionisti."
]
},
"es": {
"name": "BRELOOM",
"category": "Pokémon Hongo",
"entry_text": [
"Sus cortos brazos se expanden\n",
"cuando da puñetazos. Tiene una\n",
"técnica pugilística muy depurada."
]
},
"jp": {
"name": "キノガッサ",
"category": "きのこポケモン",
"entry_text": [
"みじかい うでは パンチを だすとき\n",
"ぐ-んと のびる。プロボクサ-\n",
"かおまけの テクニックを もつ。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NORTH_WEST",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
"catching_points": 70,
"rarity": 20,
"unused": 2305
}
}