pokeplatinum/res/pokemon/ninjask/data.json

185 lines
5.1 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": 61,
"attack": 90,
"defense": 45,
"speed": 160,
"special_attack": 50,
"special_defense": 50
},
"types": [ "TYPE_BUG", "TYPE_FLYING" ],
"catch_rate": 120,
"base_exp_reward": 155,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 2,
"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_ERRATIC",
"egg_groups": [ "EGG_GROUP_BUG", "EGG_GROUP_BUG" ],
"abilities": [ "ABILITY_SPEED_BOOST", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_YELLOW",
"flip_sprite": false,
"icon_palette": 1,
"learnset": {
"by_level": [
[ 1, "MOVE_BUG_BITE" ],
[ 1, "MOVE_SCRATCH" ],
[ 1, "MOVE_HARDEN" ],
[ 1, "MOVE_LEECH_LIFE" ],
[ 1, "MOVE_SAND_ATTACK" ],
[ 5, "MOVE_LEECH_LIFE" ],
[ 9, "MOVE_SAND_ATTACK" ],
[ 14, "MOVE_FURY_SWIPES" ],
[ 19, "MOVE_MIND_READER" ],
[ 20, "MOVE_DOUBLE_TEAM" ],
[ 20, "MOVE_FURY_CUTTER" ],
[ 20, "MOVE_SCREECH" ],
[ 25, "MOVE_SWORDS_DANCE" ],
[ 31, "MOVE_SLASH" ],
[ 38, "MOVE_AGILITY" ],
[ 45, "MOVE_BATON_PASS" ],
[ 52, "MOVE_X_SCISSOR" ]
],
"by_tm": [
"TM06",
"TM10",
"TM11",
"TM15",
"TM17",
"TM19",
"TM21",
"TM22",
"TM27",
"TM28",
"TM30",
"TM32",
"TM37",
"TM40",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM51",
"TM54",
"TM58",
"TM62",
"TM68",
"TM70",
"TM75",
"TM78",
"TM81",
"TM82",
"TM83",
"TM87",
"TM89",
"TM90",
"HM01",
"HM05"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_OMINOUS_WIND",
"MOVE_SNORE",
"MOVE_SPITE",
"MOVE_AIR_CUTTER",
"MOVE_SWIFT",
"MOVE_UPROAR"
]
},
"evolutions": [ ],
"offspring": "SPECIES_NINCADA",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM",
"type": "FOOTPRINT_TYPE_TOUGH"
},
"pokedex_data": {
"height_inches": 31,
"weight_pounds": 26.5,
"body_shape": "SHAPE_MULTI_WINGED",
"trainer_scale_f": 272,
"pokemon_scale_f": 276,
"trainer_scale_m": 256,
"pokemon_scale_m": 276,
"trainer_pos_f": 8,
"pokemon_pos_f": 65534,
"trainer_pos_m": 9,
"pokemon_pos_m": 65534,
"en": {
"name": "NINJASK",
"category": "Ninja Pokémon",
"entry_text": [
"Because it moves so quickly, it\n",
"sometimes becomes unseeable. It\n",
"congregates around tree sap."
]
},
"fr": {
"name": "NINJASK",
"category": "Pokémon Ninja",
"entry_text": [
"Il bouge si vite que lœil a parfois\n",
"du mal à le suivre. Ils se regrou-\n",
"pent près de la sève des arbres."
]
},
"de": {
"name": "NINJASK",
"category": "Ninja",
"entry_text": [
"Es bewegt sich so schnell, dass es\n",
"manchmal unsichtbar zu sein\n",
"scheint. Es liebt Baumsaft."
]
},
"it": {
"name": "NINJASK",
"category": "Pokémon Ninja",
"entry_text": [
"Si muove così in fretta da risultare\n",
"quasi invisibile. Lo si vede in gruppo\n",
"attorno agli alberi ricchi di linfa."
]
},
"es": {
"name": "NINJASK",
"category": "Pokémon Ninja",
"entry_text": [
"Se mueve tan rápido que a veces\n",
"resulta invisible. Le atrae la savia\n",
"de los árboles."
]
},
"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": 4356
}
}