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

193 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": 80,
"attack": 105,
"defense": 65,
"speed": 130,
"special_attack": 60,
"special_defense": 75
},
"types": [ "TYPE_ROCK", "TYPE_FLYING" ],
"catch_rate": 45,
"base_exp_reward": 202,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 2,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_12_5",
"hatch_cycles": 35,
"base_friendship": 70,
"exp_rate": "EXP_RATE_SLOW",
"egg_groups": [ "EGG_GROUP_FLYING", "EGG_GROUP_FLYING" ],
"abilities": [ "ABILITY_ROCK_HEAD", "ABILITY_PRESSURE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_PURPLE",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_ICE_FANG" ],
[ 1, "MOVE_FIRE_FANG" ],
[ 1, "MOVE_THUNDER_FANG" ],
[ 1, "MOVE_WING_ATTACK" ],
[ 1, "MOVE_SUPERSONIC" ],
[ 1, "MOVE_BITE" ],
[ 1, "MOVE_SCARY_FACE" ],
[ 9, "MOVE_ROAR" ],
[ 17, "MOVE_AGILITY" ],
[ 25, "MOVE_ANCIENT_POWER" ],
[ 33, "MOVE_CRUNCH" ],
[ 41, "MOVE_TAKE_DOWN" ],
[ 49, "MOVE_IRON_HEAD" ],
[ 57, "MOVE_HYPER_BEAM" ],
[ 65, "MOVE_ROCK_SLIDE" ],
[ 73, "MOVE_GIGA_IMPACT" ]
],
"by_tm": [
"TM02",
"TM05",
"TM06",
"TM10",
"TM11",
"TM12",
"TM15",
"TM17",
"TM18",
"TM21",
"TM23",
"TM26",
"TM27",
"TM32",
"TM35",
"TM37",
"TM38",
"TM39",
"TM40",
"TM41",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM47",
"TM51",
"TM58",
"TM59",
"TM66",
"TM68",
"TM69",
"TM71",
"TM76",
"TM78",
"TM80",
"TM82",
"TM83",
"TM87",
"TM90",
"HM02",
"HM04",
"HM05",
"HM06"
],
"by_tutor": [
"MOVE_IRON_HEAD",
"MOVE_AQUA_TAIL",
"MOVE_OMINOUS_WIND",
"MOVE_SNORE",
"MOVE_AIR_CUTTER",
"MOVE_ANCIENT_POWER",
"MOVE_EARTH_POWER",
"MOVE_TWISTER",
"MOVE_HEAT_WAVE",
"MOVE_SWIFT"
]
},
"evolutions": [ ],
"offspring": "SPECIES_AERODACTYL",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 18,
"weight": 590,
"body_shape": "SHAPE_WINGED",
"trainer_scale_f": 272,
"pokemon_scale_f": 221,
"trainer_scale_m": 256,
"pokemon_scale_m": 221,
"trainer_pos_f": 8,
"pokemon_pos_f": 4,
"trainer_pos_m": 9,
"pokemon_pos_m": 4,
"en": {
"name": "AERODACTYL",
"category": "Fossil Pokémon",
"entry_text": [
"A Pokémon that roamed the skies\n",
"in the dinosaur era. Its teeth are\n",
"like saw blades."
]
},
"fr": {
"name": "PTERA",
"category": "Pokémon Fossile",
"entry_text": [
"Un Pokémon qui arpentait le ciel\n",
"au temps des dinosaures. Ses \n",
"crocs sont pareils à des scies."
]
},
"de": {
"name": "AERODACTYL",
"category": "Fossil",
"entry_text": [
"Dieses PKMN flog zu Zeiten der\n",
"Dinosaurier am Himmel. Seine\n",
"Zähne sind wie Sägeblätter."
]
},
"it": {
"name": "AERODACTYL",
"category": "Pokémon Fossile",
"entry_text": [
"Un Pokémon che vagava nei cieli\n",
"nellera dei dinosauri. Le sue zanne\n",
"sono affilate come lame."
]
},
"es": {
"name": "AERODACTYL",
"category": "Pokémon Fósil",
"entry_text": [
"Este Pokémon surcó los cielos\n",
"en la época de los dinosaurios.\n",
"Sus colmillos son muy afilados."
]
},
"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": 4363
}
}