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

185 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": 59,
"attack": 45,
"defense": 40,
"speed": 31,
"special_attack": 35,
"special_defense": 40
},
"types": [ "TYPE_NORMAL", "TYPE_NORMAL" ],
"catch_rate": 255,
"base_exp_reward": 58,
"ev_yields": {
"hp": 1,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 15,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [ "EGG_GROUP_WATER_1", "EGG_GROUP_FIELD" ],
"abilities": [ "ABILITY_SIMPLE", "ABILITY_UNAWARE" ],
"safari_flee_rate": 90,
"body_color": "MON_COLOR_BROWN",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_TACKLE" ],
[ 5, "MOVE_GROWL" ],
[ 9, "MOVE_DEFENSE_CURL" ],
[ 13, "MOVE_ROLLOUT" ],
[ 17, "MOVE_HEADBUTT" ],
[ 21, "MOVE_HYPER_FANG" ],
[ 25, "MOVE_YAWN" ],
[ 29, "MOVE_AMNESIA" ],
[ 33, "MOVE_TAKE_DOWN" ],
[ 37, "MOVE_SUPER_FANG" ],
[ 41, "MOVE_SUPERPOWER" ],
[ 45, "MOVE_CURSE" ]
],
"by_tm": [
"TM06",
"TM10",
"TM11",
"TM12",
"TM13",
"TM14",
"TM17",
"TM18",
"TM21",
"TM23",
"TM24",
"TM25",
"TM27",
"TM28",
"TM30",
"TM32",
"TM34",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM57",
"TM58",
"TM73",
"TM76",
"TM78",
"TM82",
"TM83",
"TM86",
"TM87",
"TM88",
"TM90",
"HM01",
"HM06"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_ICY_WIND",
"MOVE_ROLLOUT",
"MOVE_SUPERPOWER",
"MOVE_AQUA_TAIL",
"MOVE_SNORE",
"MOVE_LAST_RESORT",
"MOVE_SWIFT"
]
},
"evolutions": [
[
"EVO_LEVEL",
15,
"SPECIES_BIBAREL"
]
],
"offspring": "SPECIES_BIDOOF",
"footprint": {
"has": true,
"size": "FOOTPRINT_SMALL"
},
"pokedex_data": {
"height": 5,
"weight": 200,
"body_shape": "SHAPE_QUADRUPED",
"trainer_scale_f": 272,
"pokemon_scale_f": 353,
"trainer_scale_m": 256,
"pokemon_scale_m": 353,
"trainer_pos_f": 8,
"pokemon_pos_f": 25,
"trainer_pos_m": 9,
"pokemon_pos_m": 25,
"en": {
"name": "BIDOOF",
"category": "Plump Mouse Pokémon",
"entry_text": [
"A comparison revealed that\n",
"BIDOOFs front teeth grow at\n",
"the same rate as RATTATAs."
]
},
"fr": {
"name": "KEUNOTOR",
"category": "Pokémon Souridodue",
"entry_text": [
"Rien ne peut perturber ses nerfs\n",
"dacier. Il est plus agile et\n",
"énergique quil ny paraît."
]
},
"de": {
"name": "BIDIZA",
"category": "Dickmaus",
"entry_text": [
"Es hat Nerven wie Drahtseile,\n",
"nichts kann es erschüttern. Es ist\n",
"agiler und aktiver, als es scheint."
]
},
"it": {
"name": "BIDOOF",
"category": "Pokémon Topaffuto",
"entry_text": [
"Ha i nervi dacciaio e niente può\n",
"turbarlo. È più agile e attivo di\n",
"quanto sembri."
]
},
"es": {
"name": "BIDOOF",
"category": "Pokémon Gran Ratón",
"entry_text": [
"Tiene nervios de acero y nada\n",
"puede perturbarlo. Es más ágil\n",
"y activo de lo que aparenta."
]
},
"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": 30,
"rarity": 50,
"unused": 1285
}
}