pokeplatinum/res/pokemon/spiritomb/data.json
Rachel d92f23036b
Some checks are pending
build / build (push) Waiting to run
tools: Replace use of datagen_species.cpp with speciesproc.c
2026-03-20 22:26:04 -07:00

190 lines
5.2 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": 50,
"attack": 92,
"defense": 108,
"speed": 35,
"special_attack": 92,
"special_defense": 108
},
"types": [ "TYPE_GHOST", "TYPE_DARK" ],
"catch_rate": 100,
"base_exp_reward": 168,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 1,
"speed": 0,
"special_attack": 0,
"special_defense": 1
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 30,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [ "EGG_GROUP_AMORPHOUS", "EGG_GROUP_AMORPHOUS" ],
"abilities": [ "ABILITY_PRESSURE", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_PURPLE",
"flip_sprite": false,
"icon_palette": 0,
"learnset": {
"by_level": [
[ 1, "MOVE_CURSE" ],
[ 1, "MOVE_PURSUIT" ],
[ 1, "MOVE_CONFUSE_RAY" ],
[ 1, "MOVE_SPITE" ],
[ 1, "MOVE_SHADOW_SNEAK" ],
[ 7, "MOVE_FAINT_ATTACK" ],
[ 13, "MOVE_HYPNOSIS" ],
[ 19, "MOVE_DREAM_EATER" ],
[ 25, "MOVE_OMINOUS_WIND" ],
[ 31, "MOVE_SUCKER_PUNCH" ],
[ 37, "MOVE_NASTY_PLOT" ],
[ 43, "MOVE_MEMENTO" ],
[ 49, "MOVE_DARK_PULSE" ]
],
"by_tm": [
"TM03",
"TM04",
"TM06",
"TM10",
"TM11",
"TM12",
"TM15",
"TM17",
"TM18",
"TM21",
"TM27",
"TM29",
"TM30",
"TM32",
"TM34",
"TM39",
"TM41",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM49",
"TM58",
"TM61",
"TM62",
"TM63",
"TM68",
"TM70",
"TM77",
"TM78",
"TM79",
"TM82",
"TM83",
"TM85",
"TM87",
"TM90"
],
"by_tutor": [
"MOVE_ICY_WIND",
"MOVE_OMINOUS_WIND",
"MOVE_SNORE",
"MOVE_SPITE",
"MOVE_TRICK",
"MOVE_SUCKER_PUNCH",
"MOVE_UPROAR"
],
"egg_moves": [
"MOVE_DESTINY_BOND",
"MOVE_PAIN_SPLIT",
"MOVE_SMOKE_SCREEN",
"MOVE_IMPRISON",
"MOVE_GRUDGE",
"MOVE_SHADOW_SNEAK"
]
},
"evolutions": [ ],
"offspring": "SPECIES_SPIRITOMB",
"footprint": {
"has": false,
"size": "FOOTPRINT_LARGE",
"type": "FOOTPRINT_TYPE_SCARY"
},
"pokedex_data": {
"height": 10,
"weight": 1080,
"body_shape": "SHAPE_HEAD_BASE",
"trainer_scale_f": 272,
"pokemon_scale_f": 281,
"trainer_scale_m": 256,
"pokemon_scale_m": 281,
"trainer_pos_f": 8,
"pokemon_pos_f": 14,
"trainer_pos_m": 9,
"pokemon_pos_m": 14,
"en": {
"name": "SPIRITOMB",
"category": "Forbidden Pokémon",
"entry_text": [
"Its constant mischief and misdeeds\n",
"resulted in it being bound to an Odd\n",
"Keystone by a mysterious spell."
]
},
"fr": {
"name": "SPIRITOMB",
"category": "Pokémon Interdit",
"entry_text": [
"Un Pokémon composé de 108\n",
"esprits. Il provient dune fissure\n",
"dans une clé de voûte étrange."
]
},
"de": {
"name": "KRYPPUK",
"category": "Verboten",
"entry_text": [
"Ein PKMN, das aus 108 Geistern\n",
"besteht. Es ist an einen Spalt in\n",
"einem mysteriösen Stein gebunden."
]
},
"it": {
"name": "SPIRITOMB",
"category": "Pokémon Proibito",
"entry_text": [
"Pokémon formato da 108 spiriti. È\n",
"stato imprigionato nella fessura di\n",
"una Roccianima."
]
},
"es": {
"name": "SPIRITOMB",
"category": "Pokémon Prohibido",
"entry_text": [
"Se formó a partir de 108 espíritus.\n",
"Está unido a la fisura de una\n",
"piedra angular mística."
]
},
"jp": {
"name": "ミカルゲ",
"category": "ふういんポケモン",
"entry_text": [
"108この たましいが あつまって\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": 80,
"rarity": 10,
"unused": 1285
}
}