pokeplatinum/res/pokemon/zubat/data.json

195 lines
5.2 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": 40,
"attack": 45,
"defense": 35,
"speed": 55,
"special_attack": 30,
"special_defense": 40
},
"types": [ "TYPE_POISON", "TYPE_FLYING" ],
"catch_rate": 255,
"base_exp_reward": 54,
"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": 15,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [ "EGG_GROUP_FLYING", "EGG_GROUP_FLYING" ],
"abilities": [ "ABILITY_INNER_FOCUS", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_PURPLE",
"flip_sprite": false,
"icon_palette": 2,
"learnset": {
"by_level": [
[ 1, "MOVE_LEECH_LIFE" ],
[ 5, "MOVE_SUPERSONIC" ],
[ 9, "MOVE_ASTONISH" ],
[ 13, "MOVE_BITE" ],
[ 17, "MOVE_WING_ATTACK" ],
[ 21, "MOVE_CONFUSE_RAY" ],
[ 25, "MOVE_AIR_CUTTER" ],
[ 29, "MOVE_MEAN_LOOK" ],
[ 33, "MOVE_POISON_FANG" ],
[ 37, "MOVE_HAZE" ],
[ 41, "MOVE_AIR_SLASH" ]
],
"by_tm": [
"TM06",
"TM10",
"TM11",
"TM12",
"TM17",
"TM18",
"TM19",
"TM21",
"TM27",
"TM30",
"TM32",
"TM36",
"TM40",
"TM41",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM47",
"TM49",
"TM51",
"TM58",
"TM66",
"TM78",
"TM82",
"TM83",
"TM87",
"TM88",
"TM89",
"TM90",
"HM02",
"HM05"
],
"by_tutor": [
"MOVE_OMINOUS_WIND",
"MOVE_SNORE",
"MOVE_AIR_CUTTER",
"MOVE_ZEN_HEADBUTT",
"MOVE_TWISTER",
"MOVE_HEAT_WAVE",
"MOVE_SWIFT",
"MOVE_UPROAR"
],
"egg_moves": [
"MOVE_QUICK_ATTACK",
"MOVE_PURSUIT",
"MOVE_FAINT_ATTACK",
"MOVE_GUST",
"MOVE_WHIRLWIND",
"MOVE_CURSE",
"MOVE_NASTY_PLOT",
"MOVE_HYPNOSIS",
"MOVE_ZEN_HEADBUTT",
"MOVE_BRAVE_BIRD"
]
},
"evolutions": [
[
"EVO_LEVEL",
22,
"SPECIES_GOLBAT"
]
],
"offspring": "SPECIES_ZUBAT",
"footprint": {
"has": false,
"size": "FOOTPRINT_LARGE",
"type": "FOOTPRINT_TYPE_SCARY"
},
"pokedex_data": {
"height_inches": 31,
"weight_pounds": 16.5,
"body_shape": "SHAPE_WINGED",
"trainer_scale_f": 272,
"pokemon_scale_f": 290,
"trainer_scale_m": 256,
"pokemon_scale_m": 290,
"trainer_pos_f": 8,
"pokemon_pos_f": 65525,
"trainer_pos_m": 9,
"pokemon_pos_m": 65525,
"en": {
"name": "ZUBAT",
"category": "Bat Pokémon",
"entry_text": [
"It checks its surroundings and\n",
"location using reflections of the\n",
"ultrasonic waves from its mouth."
]
},
"fr": {
"name": "NOSFERAPTI",
"category": "Pokémon Chovsouris",
"entry_text": [
"Bien que dépourvu dyeux, il\n",
"repère les obstacles grâce aux\n",
"ultrasons émis par sa gueule."
]
},
"de": {
"name": "ZUBAT",
"category": "Fledermaus",
"entry_text": [
"Obwohl es keine Augen hat, kann es\n",
"Hindernisse mithilfe von\n",
"Ultraschallwellen wahrnehmen."
]
},
"it": {
"name": "ZUBAT",
"category": "Pokémon Pipistrello",
"entry_text": [
"Non ha occhi, ma avverte gli\n",
"ostacoli con le onde ultrasoniche\n",
"che emette dalla bocca."
]
},
"es": {
"name": "ZUBAT",
"category": "Pokémon Murciélago",
"entry_text": [
"Aunque carezca de ojos, puede\n",
"detectar obstáculos con las ondas\n",
"ultrasónicas que emite su boca."
]
},
"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": 30,
"rarity": 50,
"unused": 4358
}
}