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

189 lines
5.1 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": 75,
"attack": 70,
"defense": 90,
"speed": 80,
"special_attack": 70,
"special_defense": 105
},
"types": [ "TYPE_DRAGON", "TYPE_FLYING" ],
"catch_rate": 45,
"base_exp_reward": 188,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 2
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_ERRATIC",
"egg_groups": [ "EGG_GROUP_FLYING", "EGG_GROUP_DRAGON" ],
"abilities": [ "ABILITY_NATURAL_CURE", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_BLUE",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_PLUCK" ],
[ 1, "MOVE_PECK" ],
[ 1, "MOVE_GROWL" ],
[ 1, "MOVE_ASTONISH" ],
[ 1, "MOVE_SING" ],
[ 5, "MOVE_ASTONISH" ],
[ 9, "MOVE_SING" ],
[ 13, "MOVE_FURY_ATTACK" ],
[ 18, "MOVE_SAFEGUARD" ],
[ 23, "MOVE_MIST" ],
[ 28, "MOVE_TAKE_DOWN" ],
[ 32, "MOVE_NATURAL_GIFT" ],
[ 35, "MOVE_DRAGON_BREATH" ],
[ 39, "MOVE_DRAGON_DANCE" ],
[ 46, "MOVE_REFRESH" ],
[ 54, "MOVE_DRAGON_PULSE" ],
[ 62, "MOVE_PERISH_SONG" ],
[ 70, "MOVE_SKY_ATTACK" ]
],
"by_tm": [
"TM02",
"TM05",
"TM06",
"TM10",
"TM11",
"TM13",
"TM15",
"TM17",
"TM18",
"TM20",
"TM21",
"TM22",
"TM23",
"TM26",
"TM27",
"TM32",
"TM35",
"TM38",
"TM40",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM47",
"TM51",
"TM58",
"TM59",
"TM68",
"TM77",
"TM78",
"TM82",
"TM83",
"TM85",
"TM87",
"TM88",
"TM90",
"HM02",
"HM06"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_OMINOUS_WIND",
"MOVE_SNORE",
"MOVE_AIR_CUTTER",
"MOVE_OUTRAGE",
"MOVE_TWISTER",
"MOVE_HEAT_WAVE",
"MOVE_SWIFT",
"MOVE_UPROAR"
]
},
"evolutions": [ ],
"offspring": "SPECIES_SWABLU",
"footprint": {
"has": true,
"size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 11,
"weight": 206,
"body_shape": "SHAPE_WINGED",
"trainer_scale_f": 272,
"pokemon_scale_f": 320,
"trainer_scale_m": 256,
"pokemon_scale_m": 320,
"trainer_pos_f": 8,
"pokemon_pos_f": 0,
"trainer_pos_m": 9,
"pokemon_pos_m": 0,
"en": {
"name": "ALTARIA",
"category": "Humming Pokémon",
"entry_text": [
"If it bonds with a person, it will\n",
"gently envelop the friend with its\n",
"soft wings, then hum."
]
},
"fr": {
"name": "ALTARIA",
"category": "Pokémon Virevolteur",
"entry_text": [
"En vol, il ressemble à un nuage\n",
"cotonneux. Il fredonne dune voix\n",
"de soprano."
]
},
"de": {
"name": "ALTARIA",
"category": "Summsel",
"entry_text": [
"Im Flug sieht es aus wie eine\n",
"watteweiche Wolke. Es singt mit\n",
"einer Sopranstimme."
]
},
"it": {
"name": "ALTARIA",
"category": "Pokémon Canterino",
"entry_text": [
"Quando lotta, sembra una morbida\n",
"nuvola. Canticchia con la sua\n",
"voce da soprano."
]
},
"es": {
"name": "ALTARIA",
"category": "Pokémon Cantor",
"entry_text": [
"Cuando vuela, parece una nube\n",
"de algodón. Entona bellas\n",
"melodías con su voz de soprano."
]
},
"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": 4367
}
}