pokeplatinum/res/pokemon/dusclops/data.json

208 lines
5.7 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": 70,
"defense": 130,
"speed": 25,
"special_attack": 60,
"special_defense": 130
},
"types": [ "TYPE_GHOST", "TYPE_GHOST" ],
"catch_rate": 90,
"base_exp_reward": 179,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 1,
"speed": 0,
"special_attack": 0,
"special_defense": 1
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_KASIB_BERRY"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 25,
"base_friendship": 35,
"exp_rate": "EXP_RATE_FAST",
"egg_groups": [ "EGG_GROUP_AMORPHOUS", "EGG_GROUP_AMORPHOUS" ],
"abilities": [ "ABILITY_PRESSURE", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_BLACK",
"flip_sprite": false,
"icon_palette": 0,
"learnset": {
"by_level": [
[ 1, "MOVE_FIRE_PUNCH" ],
[ 1, "MOVE_ICE_PUNCH" ],
[ 1, "MOVE_THUNDER_PUNCH" ],
[ 1, "MOVE_GRAVITY" ],
[ 1, "MOVE_BIND" ],
[ 1, "MOVE_LEER" ],
[ 1, "MOVE_NIGHT_SHADE" ],
[ 1, "MOVE_DISABLE" ],
[ 6, "MOVE_DISABLE" ],
[ 9, "MOVE_FORESIGHT" ],
[ 14, "MOVE_ASTONISH" ],
[ 17, "MOVE_CONFUSE_RAY" ],
[ 22, "MOVE_SHADOW_SNEAK" ],
[ 25, "MOVE_PURSUIT" ],
[ 30, "MOVE_CURSE" ],
[ 33, "MOVE_WILL_O_WISP" ],
[ 37, "MOVE_SHADOW_PUNCH" ],
[ 43, "MOVE_MEAN_LOOK" ],
[ 51, "MOVE_PAYBACK" ],
[ 61, "MOVE_FUTURE_SIGHT" ]
],
"by_tm": [
"TM01",
"TM04",
"TM06",
"TM10",
"TM11",
"TM12",
"TM13",
"TM14",
"TM15",
"TM17",
"TM18",
"TM21",
"TM26",
"TM27",
"TM29",
"TM30",
"TM31",
"TM32",
"TM39",
"TM41",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM48",
"TM49",
"TM56",
"TM57",
"TM58",
"TM61",
"TM63",
"TM66",
"TM68",
"TM70",
"TM77",
"TM78",
"TM79",
"TM80",
"TM82",
"TM83",
"TM85",
"TM87",
"TM90",
"TM92",
"HM04",
"HM06"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_ICY_WIND",
"MOVE_THUNDER_PUNCH",
"MOVE_FIRE_PUNCH",
"MOVE_ICE_PUNCH",
"MOVE_OMINOUS_WIND",
"MOVE_SNORE",
"MOVE_SPITE",
"MOVE_TRICK",
"MOVE_SUCKER_PUNCH"
]
},
"evolutions": [
[
"EVO_TRADE_WITH_HELD_ITEM",
"ITEM_REAPER_CLOTH",
"SPECIES_DUSKNOIR"
]
],
"offspring": "SPECIES_DUSKULL",
"footprint": {
"has": true,
"size": "FOOTPRINT_LARGE",
"type": "FOOTPRINT_TYPE_SCARY"
},
"pokedex_data": {
"height_inches": 63,
"weight_pounds": 67.5,
"body_shape": "SHAPE_BIPEDAL_TAILLESS",
"trainer_scale_f": 272,
"pokemon_scale_f": 233,
"trainer_scale_m": 256,
"pokemon_scale_m": 233,
"trainer_pos_f": 8,
"pokemon_pos_f": 2,
"trainer_pos_m": 9,
"pokemon_pos_m": 2,
"en": {
"name": "DUSCLOPS",
"category": "Beckon Pokémon",
"entry_text": [
"It seeks drifting will-o-the-wisps\n",
"and sucks them into its empty body.\n",
"What happens inside is a mystery."
]
},
"fr": {
"name": "TERACLOPE",
"category": "Pokémon Appel",
"entry_text": [
"Son corps est creux. On raconte\n",
"que celui qui regarde à lintérieur\n",
"finira aspiré par le néant."
]
},
"de": {
"name": "ZWIRRKLOP",
"category": "Wink",
"entry_text": [
"Sein Körper ist hohl. Man sagt,\n",
"dass diejenigen, die in den Körper\n",
"blicken, hineingezogen werden."
]
},
"it": {
"name": "DUSCLOPS",
"category": "Pokémon Ipnosguardo",
"entry_text": [
"Il suo corpo è vuoto. Pare che\n",
"chiunque si avvicini per guardare\n",
"dentro venga risucchiato."
]
},
"es": {
"name": "DUSCLOPS",
"category": "Pokémon Atrayente",
"entry_text": [
"Su cuerpo está hueco. Se dice\n",
"que quien mire dentro, será\n",
"tragado por un agujero negro."
]
},
"jp": {
"name": "サマヨ-ル",
"category": "てまねきポケモン",
"entry_text": [
"からだの なかみは くうどうに\n",
"なっていて のぞきこんだ あいてを\n",
"すいこんでしまうと いわれている。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NORTH_WEST",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
"catching_points": 70,
"rarity": 20,
"unused": 3084
}
}