pokeplatinum/res/pokemon/alakazam/data.json

194 lines
5.3 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": 55,
"attack": 50,
"defense": 45,
"speed": 120,
"special_attack": 135,
"special_defense": 85
},
"types": [ "TYPE_PSYCHIC", "TYPE_PSYCHIC" ],
"catch_rate": 50,
"base_exp_reward": 186,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 3,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_TWISTEDSPOON"
},
"gender_ratio": "GENDER_RATIO_FEMALE_25",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_SLOW",
"egg_groups": [ "EGG_GROUP_HUMAN_LIKE", "EGG_GROUP_HUMAN_LIKE" ],
"abilities": [ "ABILITY_SYNCHRONIZE", "ABILITY_INNER_FOCUS" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_BROWN",
"flip_sprite": false,
"icon_palette": 2,
"learnset": {
"by_level": [
[ 1, "MOVE_TELEPORT" ],
[ 1, "MOVE_KINESIS" ],
[ 1, "MOVE_CONFUSION" ],
[ 16, "MOVE_CONFUSION" ],
[ 18, "MOVE_DISABLE" ],
[ 22, "MOVE_MIRACLE_EYE" ],
[ 24, "MOVE_PSYBEAM" ],
[ 28, "MOVE_REFLECT" ],
[ 30, "MOVE_RECOVER" ],
[ 34, "MOVE_PSYCHO_CUT" ],
[ 36, "MOVE_CALM_MIND" ],
[ 40, "MOVE_PSYCHIC" ],
[ 42, "MOVE_FUTURE_SIGHT" ],
[ 46, "MOVE_TRICK" ]
],
"by_tm": [
"TM01",
"TM04",
"TM06",
"TM10",
"TM11",
"TM12",
"TM15",
"TM16",
"TM17",
"TM18",
"TM20",
"TM21",
"TM23",
"TM27",
"TM29",
"TM30",
"TM32",
"TM33",
"TM34",
"TM41",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM48",
"TM49",
"TM52",
"TM53",
"TM56",
"TM57",
"TM58",
"TM60",
"TM63",
"TM67",
"TM68",
"TM70",
"TM73",
"TM77",
"TM78",
"TM82",
"TM83",
"TM85",
"TM86",
"TM87",
"TM90",
"TM92"
],
"by_tutor": [
"MOVE_THUNDER_PUNCH",
"MOVE_FIRE_PUNCH",
"MOVE_ICE_PUNCH",
"MOVE_SNORE",
"MOVE_SIGNAL_BEAM",
"MOVE_ZEN_HEADBUTT",
"MOVE_TRICK",
"MOVE_KNOCK_OFF"
]
},
"evolutions": [ ],
"offspring": "SPECIES_ABRA",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM",
"type": "FOOTPRINT_TYPE_TOUGH"
},
"pokedex_data": {
"height_inches": 59,
"weight_pounds": 105.8,
"body_shape": "SHAPE_BIPEDAL_TAILLESS",
"trainer_scale_f": 272,
"pokemon_scale_f": 238,
"trainer_scale_m": 256,
"pokemon_scale_m": 238,
"trainer_pos_f": 8,
"pokemon_pos_f": 7,
"trainer_pos_m": 9,
"pokemon_pos_m": 7,
"en": {
"name": "ALAKAZAM",
"category": "Psi Pokémon",
"entry_text": [
"The spoons clutched in its hands\n",
"are said to have been created by\n",
"its psychic powers."
]
},
"fr": {
"name": "ALAKAZAM",
"category": "Pokémon Psy",
"entry_text": [
"Grâce à sa mémoire exceptionnelle,\n",
"il na rien oublié depuis sa \n",
"naissance. Il a un Q.I. de 5 000."
]
},
"de": {
"name": "SIMSALA",
"category": "Psi",
"entry_text": [
"Es besitzt ein fantastisches Ge-\n",
"dächtnis und erinnert sich an alles\n",
"seit seiner Geburt. IQ: Über 5 000."
]
},
"it": {
"name": "ALAKAZAM",
"category": "Pokémon Psico",
"entry_text": [
"La sua incredibile memoria gli\n",
"fa ricordare ogni evento fin dalla\n",
"nascita. Il suo QI supera 5000."
]
},
"es": {
"name": "ALAKAZAM",
"category": "Pokémon Psi",
"entry_text": [
"Su gran memoria le permite\n",
"recordar todo desde su nacimiento.\n",
"Su CI es superior a 5000."
]
},
"jp": {
"name": "フ-ディン",
"category": "ねんりきポケモン",
"entry_text": [
"うまれてから たいけんした すべてを\n",
"おぼえているほどの きおくりょく。\n",
"ちのうしすうは 5000を こえる。"
]
}
},
"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": 2570
}
}