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

197 lines
5.3 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": 125,
"defense": 70,
"speed": 115,
"special_attack": 125,
"special_defense": 70
},
"types": [ "TYPE_PSYCHIC", "TYPE_PSYCHIC" ],
"catch_rate": 3,
"base_exp_reward": 210,
"ev_yields": {
"hp": 0,
"attack": 2,
"defense": 0,
"speed": 0,
"special_attack": 1,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_NO_GENDER",
"hatch_cycles": 80,
"base_friendship": 140,
"exp_rate": "EXP_RATE_SLOW",
"egg_groups": [ "EGG_GROUP_UNDISCOVERED", "EGG_GROUP_UNDISCOVERED" ],
"abilities": [ "ABILITY_LEVITATE", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_BLUE",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_REST" ],
[ 1, "MOVE_CONFUSION" ],
[ 6, "MOVE_IMPRISON" ],
[ 16, "MOVE_DETECT" ],
[ 21, "MOVE_SWIFT" ],
[ 31, "MOVE_UPROAR" ],
[ 36, "MOVE_FUTURE_SIGHT" ],
[ 46, "MOVE_NASTY_PLOT" ],
[ 51, "MOVE_EXTRASENSORY" ],
[ 61, "MOVE_LAST_RESORT" ],
[ 66, "MOVE_NATURAL_GIFT" ],
[ 76, "MOVE_EXPLOSION" ]
],
"by_tm": [
"TM03",
"TM04",
"TM06",
"TM10",
"TM11",
"TM12",
"TM15",
"TM16",
"TM17",
"TM18",
"TM20",
"TM21",
"TM23",
"TM24",
"TM25",
"TM27",
"TM29",
"TM30",
"TM32",
"TM33",
"TM34",
"TM35",
"TM37",
"TM38",
"TM41",
"TM42",
"TM43",
"TM44",
"TM48",
"TM53",
"TM56",
"TM57",
"TM58",
"TM64",
"TM66",
"TM67",
"TM68",
"TM70",
"TM73",
"TM76",
"TM77",
"TM82",
"TM83",
"TM85",
"TM86",
"TM87",
"TM89",
"TM90",
"TM92"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_THUNDER_PUNCH",
"MOVE_FIRE_PUNCH",
"MOVE_ICE_PUNCH",
"MOVE_SNORE",
"MOVE_HELPING_HAND",
"MOVE_SIGNAL_BEAM",
"MOVE_ZEN_HEADBUTT",
"MOVE_LAST_RESORT",
"MOVE_TRICK",
"MOVE_KNOCK_OFF",
"MOVE_SWIFT",
"MOVE_UPROAR"
]
},
"evolutions": [ ],
"offspring": "SPECIES_AZELF",
"footprint": {
"has": true,
"size": "FOOTPRINT_SMALL"
},
"pokedex_data": {
"height": 3,
"weight": 3,
"body_shape": "SHAPE_BIPEDAL_TAILED",
"trainer_scale_f": 272,
"pokemon_scale_f": 491,
"trainer_scale_m": 256,
"pokemon_scale_m": 491,
"trainer_pos_f": 8,
"pokemon_pos_f": 65526,
"trainer_pos_m": 9,
"pokemon_pos_m": 65526,
"en": {
"name": "AZELF",
"category": "Willpower Pokémon",
"entry_text": [
"When AZELF flew, people gained the\n",
"determination to do things.\n",
"It was the birth of willpower."
]
},
"fr": {
"name": "CREFADET",
"category": "Pokémon Volonté",
"entry_text": [
"On lappelle “être de la volonté”.\n",
"Il dort au fond dun lac pour\n",
"maintenir léquilibre du monde."
]
},
"de": {
"name": "TOBUTZ",
"category": "Willenskraft",
"entry_text": [
"“Das starke Wesen”.\n",
"Es schläft auf dem Grund eines Sees\n",
"und hält so die Welt in Balance."
]
},
"it": {
"name": "AZELF",
"category": "Pokémon Volontà",
"entry_text": [
"Detto “Essere della volontà”.\n",
"Dorme sul fondo di un lago per\n",
"mantenere il mondo in equilibrio."
]
},
"es": {
"name": "AZELF",
"category": "Pokémon Voluntad",
"entry_text": [
"Se le conoce como el “ser de la\n",
"voluntad”. Duerme en el fondo de\n",
"un lago para equilibrar el mundo."
]
},
"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": 90,
"rarity": 3,
"unused": 1285
}
}