pokeplatinum/res/pokemon/pineco/data.json

191 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": 50,
"attack": 65,
"defense": 90,
"speed": 15,
"special_attack": 35,
"special_defense": 35
},
"types": [ "TYPE_BUG", "TYPE_BUG" ],
"catch_rate": 190,
"base_exp_reward": 60,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 1,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [ "EGG_GROUP_BUG", "EGG_GROUP_BUG" ],
"abilities": [ "ABILITY_STURDY", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_GRAY",
"flip_sprite": false,
"icon_palette": 0,
"learnset": {
"by_level": [
[ 1, "MOVE_TACKLE" ],
[ 1, "MOVE_PROTECT" ],
[ 6, "MOVE_SELFDESTRUCT" ],
[ 9, "MOVE_BUG_BITE" ],
[ 12, "MOVE_TAKE_DOWN" ],
[ 17, "MOVE_RAPID_SPIN" ],
[ 20, "MOVE_BIDE" ],
[ 23, "MOVE_NATURAL_GIFT" ],
[ 28, "MOVE_SPIKES" ],
[ 31, "MOVE_PAYBACK" ],
[ 34, "MOVE_EXPLOSION" ],
[ 39, "MOVE_IRON_DEFENSE" ],
[ 42, "MOVE_GYRO_BALL" ],
[ 45, "MOVE_DOUBLE_EDGE" ]
],
"by_tm": [
"TM06",
"TM10",
"TM11",
"TM16",
"TM17",
"TM19",
"TM21",
"TM22",
"TM26",
"TM27",
"TM28",
"TM32",
"TM33",
"TM37",
"TM39",
"TM42",
"TM43",
"TM44",
"TM45",
"TM58",
"TM64",
"TM66",
"TM74",
"TM76",
"TM78",
"TM80",
"TM82",
"TM83",
"TM87",
"TM90",
"HM04",
"HM06"
],
"by_tutor": [
"MOVE_ROLLOUT",
"MOVE_SNORE",
"MOVE_IRON_DEFENSE"
],
"egg_moves": [
"MOVE_REFLECT",
"MOVE_PIN_MISSILE",
"MOVE_FLAIL",
"MOVE_SWIFT",
"MOVE_COUNTER",
"MOVE_SAND_TOMB",
"MOVE_REVENGE",
"MOVE_DOUBLE_EDGE",
"MOVE_TOXIC_SPIKES"
]
},
"evolutions": [
[
"EVO_LEVEL",
31,
"SPECIES_FORRETRESS"
]
],
"offspring": "SPECIES_PINECO",
"footprint": {
"has": false,
"size": "FOOTPRINT_LARGE",
"type": "FOOTPRINT_TYPE_SILENT"
},
"pokedex_data": {
"height_inches": 24,
"weight_pounds": 15.9,
"body_shape": "SHAPE_HEAD",
"trainer_scale_f": 272,
"pokemon_scale_f": 347,
"trainer_scale_m": 256,
"pokemon_scale_m": 347,
"trainer_pos_f": 8,
"pokemon_pos_f": 2,
"trainer_pos_m": 9,
"pokemon_pos_m": 2,
"en": {
"name": "PINECO",
"category": "Bagworm Pokémon",
"entry_text": [
"It looks just like a pinecone.\n",
"Its shell protects it from bird\n",
"Pokémon that peck it by mistake."
]
},
"fr": {
"name": "POMDEPIK",
"category": "Pokémon Ver Caché",
"entry_text": [
"Il ressemble à une pomme de pin.\n",
"Sa carapace le protège des Pokémon\n",
"Oiseau qui le picorent par erreur."
]
},
"de": {
"name": "TANNZA",
"category": "Beutelwurm",
"entry_text": [
"Es sieht aus wie ein Tannenzapfen.\n",
"Seine Schale schützt es vor Vogel-\n",
"Pokémon, die an ihm picken wollen."
]
},
"it": {
"name": "PINECO",
"category": "Pokémon Larva",
"entry_text": [
"Ha laspetto di una pigna. Il suo\n",
"guscio lo protegge dai Pokémon\n",
"uccello che lo beccano per errore."
]
},
"es": {
"name": "PINECO",
"category": "Pokémon Larva",
"entry_text": [
"Es como una piña piñonera. Su\n",
"coraza lo protege de los pájaros\n",
"que lo picotean por error."
]
},
"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": 50,
"rarity": 30,
"unused": 1028
}
}