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

171 lines
4.6 KiB
JSON

{
"base_stats": {
"hp": 35,
"attack": 85,
"defense": 45,
"speed": 75,
"special_attack": 35,
"special_defense": 35
},
"types": [ "TYPE_NORMAL", "TYPE_FLYING" ],
"catch_rate": 190,
"base_exp_reward": 96,
"ev_yields": {
"hp": 0,
"attack": 1,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_SHARP_BEAK"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [ "EGG_GROUP_FLYING", "EGG_GROUP_FLYING" ],
"abilities": [ "ABILITY_RUN_AWAY", "ABILITY_EARLY_BIRD" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_BROWN",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_PECK" ],
[ 1, "MOVE_GROWL" ],
[ 5, "MOVE_QUICK_ATTACK" ],
[ 10, "MOVE_RAGE" ],
[ 14, "MOVE_FURY_ATTACK" ],
[ 19, "MOVE_PURSUIT" ],
[ 23, "MOVE_UPROAR" ],
[ 28, "MOVE_ACUPRESSURE" ],
[ 32, "MOVE_DOUBLE_HIT" ],
[ 37, "MOVE_AGILITY" ],
[ 41, "MOVE_DRILL_PECK" ],
[ 46, "MOVE_ENDEAVOR" ]
],
"by_tm": [
"TM06",
"TM10",
"TM11",
"TM17",
"TM21",
"TM27",
"TM32",
"TM40",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM47",
"TM51",
"TM58",
"TM78",
"TM82",
"TM83",
"TM87",
"TM88",
"TM90",
"HM02"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_SNORE",
"MOVE_AIR_CUTTER",
"MOVE_ENDEAVOR",
"MOVE_KNOCK_OFF",
"MOVE_SWIFT",
"MOVE_UPROAR"
]
},
"evolutions": [
[
"EVO_LEVEL",
31,
"SPECIES_DODRIO"
]
],
"offspring": "SPECIES_DODUO",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 14,
"weight": 392,
"body_shape": "SHAPE_HEAD_LEGS",
"trainer_scale_f": 272,
"pokemon_scale_f": 250,
"trainer_scale_m": 256,
"pokemon_scale_m": 250,
"trainer_pos_f": 8,
"pokemon_pos_f": 12,
"trainer_pos_m": 9,
"pokemon_pos_m": 12,
"en": {
"name": "DODUO",
"category": "Twin Bird Pokémon",
"entry_text": [
"The brains in its two heads appear\n",
"to communicate emotions to each\n",
"other with a telepathic power."
]
},
"fr": {
"name": "DODUO",
"category": "Pokémon Duoiseau",
"entry_text": [
"Ses deux cerveaux semblent\n",
"communiquer leurs émotions\n",
"grâce à un lien télépathique."
]
},
"de": {
"name": "DODU",
"category": "Duovogel",
"entry_text": [
"Die Gehirne der beiden Köpfe\n",
"kommunizieren ihre Gefühle\n",
"über Telepathie."
]
},
"it": {
"name": "DODUO",
"category": "Pokémon Biuccello",
"entry_text": [
"I suoi due cervelli si comunicano\n",
"le emozioni grazie ai poteri\n",
"telepatici."
]
},
"es": {
"name": "DODUO",
"category": "Pokémon Ave Gemela",
"entry_text": [
"Parece que los cerebros de sus\n",
"dos cabezas se comunican por\n",
"telepatía."
]
},
"jp": {
"name": "ド-ド-",
"category": "ふたごどりポケモン",
"entry_text": [
"2つの あたまの のうみそは\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": 50,
"rarity": 30,
"unused": 4357
}
}