pokeplatinum/res/pokemon/zapdos/data.json

183 lines
5.0 KiB
JSON
Raw Permalink 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": 90,
"attack": 90,
"defense": 85,
"speed": 100,
"special_attack": 125,
"special_defense": 90
},
"types": [ "TYPE_ELECTRIC", "TYPE_FLYING" ],
"catch_rate": 3,
"base_exp_reward": 216,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 3,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_NO_GENDER",
"hatch_cycles": 80,
"base_friendship": 35,
"exp_rate": "EXP_RATE_SLOW",
"egg_groups": [ "EGG_GROUP_UNDISCOVERED", "EGG_GROUP_UNDISCOVERED" ],
"abilities": [ "ABILITY_PRESSURE", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_YELLOW",
"flip_sprite": false,
"icon_palette": 0,
"learnset": {
"by_level": [
[ 1, "MOVE_PECK" ],
[ 1, "MOVE_THUNDER_SHOCK" ],
[ 8, "MOVE_THUNDER_WAVE" ],
[ 15, "MOVE_DETECT" ],
[ 22, "MOVE_PLUCK" ],
[ 29, "MOVE_ANCIENT_POWER" ],
[ 36, "MOVE_CHARGE" ],
[ 43, "MOVE_AGILITY" ],
[ 50, "MOVE_DISCHARGE" ],
[ 57, "MOVE_ROOST" ],
[ 64, "MOVE_LIGHT_SCREEN" ],
[ 71, "MOVE_DRILL_PECK" ],
[ 78, "MOVE_THUNDER" ],
[ 85, "MOVE_RAIN_DANCE" ]
],
"by_tm": [
"TM05",
"TM06",
"TM10",
"TM11",
"TM15",
"TM16",
"TM17",
"TM18",
"TM21",
"TM24",
"TM25",
"TM27",
"TM32",
"TM34",
"TM37",
"TM40",
"TM42",
"TM43",
"TM44",
"TM47",
"TM51",
"TM57",
"TM58",
"TM68",
"TM70",
"TM73",
"TM82",
"TM83",
"TM87",
"TM88",
"TM89",
"TM90",
"HM02",
"HM05",
"HM06"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_OMINOUS_WIND",
"MOVE_SNORE",
"MOVE_AIR_CUTTER",
"MOVE_ANCIENT_POWER",
"MOVE_SIGNAL_BEAM",
"MOVE_TWISTER",
"MOVE_HEAT_WAVE",
"MOVE_SWIFT"
]
},
"evolutions": [ ],
"offspring": "SPECIES_ZAPDOS",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM",
"type": "FOOTPRINT_TYPE_TOUGH"
},
"pokedex_data": {
"height_inches": 63,
"weight_pounds": 116.0,
"body_shape": "SHAPE_WINGED",
"trainer_scale_f": 349,
"pokemon_scale_f": 256,
"trainer_scale_m": 333,
"pokemon_scale_m": 256,
"trainer_pos_f": 6,
"pokemon_pos_f": 0,
"trainer_pos_m": 5,
"pokemon_pos_m": 0,
"en": {
"name": "ZAPDOS",
"category": "Electric Pokémon",
"entry_text": [
"A legendary Pokémon that is said\n",
"to live in thunderclouds. It freely\n",
"controls lightning bolts."
]
},
"fr": {
"name": "ELECTHOR",
"category": "Pokémon Electrique",
"entry_text": [
"Un Pokémon Oiseau légendaire dont\n",
"on dit quil vit dans les nuages \n",
"dorage. Il contrôle la foudre."
]
},
"de": {
"name": "ZAPDOS",
"category": "Elektro",
"entry_text": [
"Ein Legendäres Vogel-Pokémon,\n",
"das in Gewitterwolken leben soll.\n",
"Es kontrolliert Blitze. "
]
},
"it": {
"name": "ZAPDOS",
"category": "Pokémon Elettrico",
"entry_text": [
"Un Pokémon uccello leggendario.\n",
"Si dice che viva tra le nubi tempo-\n",
"ralesche. Controlla i fulmini."
]
},
"es": {
"name": "ZAPDOS",
"category": "Pokémon Eléctrico",
"entry_text": [
"Legendario Pokémon pájaro del que\n",
"se dice que vive en los nubarrones.\n",
"Controla los rayos eléctricos."
]
},
"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": 90,
"rarity": 3,
"unused": 4359
}
}