pokeplatinum/res/pokemon/kingdra/data.json

178 lines
4.9 KiB
JSON

{
"base_stats": {
"hp": 75,
"attack": 95,
"defense": 95,
"speed": 85,
"special_attack": 95,
"special_defense": 95
},
"types": [ "TYPE_WATER", "TYPE_DRAGON" ],
"catch_rate": 45,
"base_exp_reward": 207,
"ev_yields": {
"hp": 0,
"attack": 1,
"defense": 0,
"speed": 0,
"special_attack": 1,
"special_defense": 1
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_DRAGON_SCALE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [ "EGG_GROUP_WATER_1", "EGG_GROUP_DRAGON" ],
"abilities": [ "ABILITY_SWIFT_SWIM", "ABILITY_SNIPER" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_BLUE",
"flip_sprite": false,
"icon_palette": 0,
"learnset": {
"by_level": [
[ 1, "MOVE_YAWN" ],
[ 1, "MOVE_BUBBLE" ],
[ 1, "MOVE_SMOKE_SCREEN" ],
[ 1, "MOVE_LEER" ],
[ 1, "MOVE_WATER_GUN" ],
[ 4, "MOVE_SMOKE_SCREEN" ],
[ 8, "MOVE_LEER" ],
[ 11, "MOVE_WATER_GUN" ],
[ 14, "MOVE_FOCUS_ENERGY" ],
[ 18, "MOVE_BUBBLE_BEAM" ],
[ 23, "MOVE_AGILITY" ],
[ 26, "MOVE_TWISTER" ],
[ 30, "MOVE_BRINE" ],
[ 40, "MOVE_HYDRO_PUMP" ],
[ 48, "MOVE_DRAGON_DANCE" ],
[ 57, "MOVE_DRAGON_PULSE" ]
],
"by_tm": [
"TM03",
"TM06",
"TM07",
"TM10",
"TM13",
"TM14",
"TM15",
"TM17",
"TM18",
"TM21",
"TM27",
"TM32",
"TM42",
"TM43",
"TM44",
"TM45",
"TM55",
"TM58",
"TM59",
"TM68",
"TM78",
"TM82",
"TM83",
"TM87",
"TM90",
"TM91",
"HM03",
"HM07"
],
"by_tutor": [
"MOVE_DIVE",
"MOVE_ICY_WIND",
"MOVE_IRON_HEAD",
"MOVE_SNORE",
"MOVE_OUTRAGE",
"MOVE_SIGNAL_BEAM",
"MOVE_TWISTER",
"MOVE_BOUNCE",
"MOVE_SWIFT"
]
},
"evolutions": [ ],
"offspring": "SPECIES_HORSEA",
"footprint": {
"has": false,
"size": "FOOTPRINT_LARGE",
"type": "FOOTPRINT_TYPE_TOUGH"
},
"pokedex_data": {
"height_inches": 71,
"weight_pounds": 335.1,
"body_shape": "SHAPE_HEAD_BASE",
"trainer_scale_f": 322,
"pokemon_scale_f": 256,
"trainer_scale_m": 320,
"pokemon_scale_m": 256,
"trainer_pos_f": 11,
"pokemon_pos_f": 2,
"trainer_pos_m": 12,
"pokemon_pos_m": 2,
"en": {
"name": "KINGDRA",
"category": "Dragon Pokémon",
"entry_text": [
"It lives in caves on the seafloor\n",
"and creates giant whirlpools\n",
"every time it moves."
]
},
"fr": {
"name": "HYPOROI",
"category": "Pokémon Dragon",
"entry_text": [
"Chacun de ses déplacements\n",
"provoque des tourbillons. Il vit\n",
"dans les grottes sous-marines."
]
},
"de": {
"name": "SEEDRAKING",
"category": "Drache",
"entry_text": [
"Es lebt in Höhlen auf dem Meeres-\n",
"grund. Jedes Mal, wenn es sich\n",
"bewegt, entsteht ein Strudel. "
]
},
"it": {
"name": "KINGDRA",
"category": "Pokémon Drago",
"entry_text": [
"Vive in caverne sui fondali marini\n",
"e crea vortici giganteschi ogni\n",
"volta che si muove."
]
},
"es": {
"name": "KINGDRA",
"category": "Pokémon Dragón",
"entry_text": [
"Vive en cavernas del fondo marino\n",
"y crea grandes remolinos cuando\n",
"se mueve."
]
},
"jp": {
"name": "キングドラ",
"category": "ドラゴンポケモン",
"entry_text": [
"かいていどうくつに すんでいる。\n",
"キングドラが みうごきすると\n",
"きょだいな うずしおが うまれる。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NONE",
"pal_park_water_area": "PAL_PARK_AREA_WATER_SOUTH_EAST",
"catching_points": 80,
"rarity": 10,
"unused": 3843
}
}