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

163 lines
4.4 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": 45,
"attack": 55,
"defense": 45,
"speed": 75,
"special_attack": 65,
"special_defense": 45
},
"types": [ "TYPE_ICE", "TYPE_FLYING" ],
"catch_rate": 45,
"base_exp_reward": 183,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 1,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_FAST",
"egg_groups": [ "EGG_GROUP_WATER_1", "EGG_GROUP_FIELD" ],
"abilities": [ "ABILITY_VITAL_SPIRIT", "ABILITY_HUSTLE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_RED",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_PRESENT" ]
],
"by_tm": [
"TM01",
"TM03",
"TM06",
"TM07",
"TM10",
"TM13",
"TM14",
"TM17",
"TM18",
"TM21",
"TM27",
"TM31",
"TM32",
"TM40",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM56",
"TM58",
"TM67",
"TM72",
"TM78",
"TM82",
"TM83",
"TM87",
"TM88",
"TM90",
"HM02",
"HM05"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_ICY_WIND",
"MOVE_ROLLOUT",
"MOVE_SIGNAL_BEAM",
"MOVE_GUNK_SHOT",
"MOVE_SEED_BOMB",
"MOVE_BOUNCE",
"MOVE_SWIFT"
]
},
"evolutions": [ ],
"offspring": "SPECIES_DELIBIRD",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 9,
"weight": 160,
"body_shape": "SHAPE_WINGED",
"trainer_scale_f": 272,
"pokemon_scale_f": 295,
"trainer_scale_m": 256,
"pokemon_scale_m": 295,
"trainer_pos_f": 8,
"pokemon_pos_f": 15,
"trainer_pos_m": 9,
"pokemon_pos_m": 15,
"en": {
"name": "DELIBIRD",
"category": "Delivery Pokémon",
"entry_text": [
"It carries food rolled up in its\n",
"tail. It has the habit of sharing\n",
"food with people lost in mountains."
]
},
"fr": {
"name": "CADOIZO",
"category": "Pokémon Livraison",
"entry_text": [
"Il dépose sa nourriture dans sa\n",
"queue enroulée. Il loffre souvent\n",
"aux gens égarés en montagne."
]
},
"de": {
"name": "BOTOGEL",
"category": "Lieferant",
"entry_text": [
"Im eingerollten Schweif transpor-\n",
"tiert es Futter, das es mit denen\n",
"teilt, die sich verlaufen haben."
]
},
"it": {
"name": "DELIBIRD",
"category": "Pokémon Consegna",
"entry_text": [
"Trascina il cibo avvolgendolo nella\n",
"coda e ha labitudine di condividerlo\n",
"con chi si perde fra le montagne."
]
},
"es": {
"name": "DELIBIRD",
"category": "Pokémon Reparto",
"entry_text": [
"Lleva alimentos en su saco. Le\n",
"gusta compartir su comida con\n",
"los montañistas perdidos."
]
},
"jp": {
"name": "デリバ-ド",
"category": "はこびやポケモン",
"entry_text": [
"しっぽで えさを つつんで はこぶ。\n",
"やまで そうなんした ひとに\n",
"えさを わけあたえる しゅうせい。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NORTH_EAST",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
"catching_points": 70,
"rarity": 20,
"unused": 4365
}
}