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

182 lines
4.9 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": 62,
"defense": 80,
"speed": 60,
"special_attack": 63,
"special_defense": 80
},
"types": [ "TYPE_GRASS", "TYPE_GRASS" ],
"catch_rate": 45,
"base_exp_reward": 141,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 1,
"speed": 0,
"special_attack": 0,
"special_defense": 1
},
"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_MONSTER", "EGG_GROUP_GRASS" ],
"abilities": [ "ABILITY_OVERGROW", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_GREEN",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_TACKLE" ],
[ 1, "MOVE_GROWL" ],
[ 1, "MOVE_RAZOR_LEAF" ],
[ 1, "MOVE_POISON_POWDER" ],
[ 6, "MOVE_RAZOR_LEAF" ],
[ 9, "MOVE_POISON_POWDER" ],
[ 12, "MOVE_SYNTHESIS" ],
[ 18, "MOVE_REFLECT" ],
[ 22, "MOVE_MAGICAL_LEAF" ],
[ 26, "MOVE_NATURAL_GIFT" ],
[ 32, "MOVE_SWEET_SCENT" ],
[ 36, "MOVE_LIGHT_SCREEN" ],
[ 40, "MOVE_BODY_SLAM" ],
[ 46, "MOVE_SAFEGUARD" ],
[ 50, "MOVE_AROMATHERAPY" ],
[ 54, "MOVE_SOLAR_BEAM" ]
],
"by_tm": [
"TM06",
"TM09",
"TM10",
"TM11",
"TM16",
"TM17",
"TM19",
"TM20",
"TM21",
"TM22",
"TM23",
"TM27",
"TM32",
"TM33",
"TM42",
"TM43",
"TM44",
"TM45",
"TM53",
"TM58",
"TM70",
"TM75",
"TM78",
"TM82",
"TM83",
"TM86",
"TM87",
"TM90",
"HM01",
"HM04",
"HM06"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_SNORE",
"MOVE_ANCIENT_POWER",
"MOVE_SYNTHESIS",
"MOVE_SEED_BOMB"
]
},
"evolutions": [
[
"EVO_LEVEL",
32,
"SPECIES_MEGANIUM"
]
],
"offspring": "SPECIES_CHIKORITA",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 12,
"weight": 158,
"body_shape": "SHAPE_QUADRUPED",
"trainer_scale_f": 272,
"pokemon_scale_f": 264,
"trainer_scale_m": 256,
"pokemon_scale_m": 264,
"trainer_pos_f": 8,
"pokemon_pos_f": 7,
"trainer_pos_m": 9,
"pokemon_pos_m": 7,
"en": {
"name": "BAYLEEF",
"category": "Leaf Pokémon",
"entry_text": [
"The buds that ring its neck give\n",
"off a spicy aroma that perks\n",
"people up."
]
},
"fr": {
"name": "MACRONIUM",
"category": "Pokémon Feuille",
"entry_text": [
"Le collier de bourgeons à son cou\n",
"répand un arôme épicé qui vous\n",
"donne du tonus."
]
},
"de": {
"name": "LORBLATT",
"category": "Laub",
"entry_text": [
"Die Knospen an seinem Hals\n",
"geben ein würziges Aroma ab,\n",
"das andere aufheitert."
]
},
"it": {
"name": "BAYLEEF",
"category": "Pokémon Foglia",
"entry_text": [
"Le foglie attorno al suo collo\n",
"emanano un aroma speziato\n",
"dalleffetto energizzante."
]
},
"es": {
"name": "BAYLEEF",
"category": "Pokémon Hoja",
"entry_text": [
"Su cuello desprende un dulce\n",
"aroma que anima a quien lo\n",
"huele."
]
},
"jp": {
"name": "ベイリ-フ",
"category": "はっぱポケモン",
"entry_text": [
"くびまわりの つぼみから におう\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": 257
}
}