pokeplatinum/res/pokemon/koffing/data.json

193 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": 40,
"attack": 65,
"defense": 95,
"speed": 35,
"special_attack": 60,
"special_defense": 45
},
"types": [ "TYPE_POISON", "TYPE_POISON" ],
"catch_rate": 190,
"base_exp_reward": 114,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 1,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_SMOKE_BALL"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [ "EGG_GROUP_AMORPHOUS", "EGG_GROUP_AMORPHOUS" ],
"abilities": [ "ABILITY_LEVITATE", "ABILITY_NONE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_PURPLE",
"flip_sprite": false,
"icon_palette": 2,
"learnset": {
"by_level": [
[ 1, "MOVE_POISON_GAS" ],
[ 1, "MOVE_TACKLE" ],
[ 6, "MOVE_SMOG" ],
[ 10, "MOVE_SMOKE_SCREEN" ],
[ 15, "MOVE_ASSURANCE" ],
[ 19, "MOVE_SELFDESTRUCT" ],
[ 24, "MOVE_SLUDGE" ],
[ 28, "MOVE_HAZE" ],
[ 33, "MOVE_GYRO_BALL" ],
[ 37, "MOVE_EXPLOSION" ],
[ 42, "MOVE_SLUDGE_BOMB" ],
[ 46, "MOVE_DESTINY_BOND" ],
[ 51, "MOVE_MEMENTO" ]
],
"by_tm": [
"TM06",
"TM10",
"TM11",
"TM12",
"TM17",
"TM18",
"TM21",
"TM24",
"TM25",
"TM27",
"TM30",
"TM32",
"TM34",
"TM35",
"TM36",
"TM38",
"TM41",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM58",
"TM61",
"TM64",
"TM66",
"TM70",
"TM74",
"TM78",
"TM79",
"TM82",
"TM83",
"TM87",
"TM90"
],
"by_tutor": [
"MOVE_ROLLOUT",
"MOVE_SNORE",
"MOVE_SPITE",
"MOVE_UPROAR"
],
"egg_moves": [
"MOVE_SCREECH",
"MOVE_PSYWAVE",
"MOVE_PSYBEAM",
"MOVE_DESTINY_BOND",
"MOVE_PAIN_SPLIT",
"MOVE_WILL_O_WISP",
"MOVE_GRUDGE",
"MOVE_SPITE",
"MOVE_CURSE"
]
},
"evolutions": [
[
"EVO_LEVEL",
35,
"SPECIES_WEEZING"
]
],
"offspring": "SPECIES_KOFFING",
"footprint": {
"has": false,
"size": "FOOTPRINT_LARGE",
"type": "FOOTPRINT_TYPE_SCARY"
},
"pokedex_data": {
"height_inches": 24,
"weight_pounds": 2.2,
"body_shape": "SHAPE_HEAD",
"trainer_scale_f": 272,
"pokemon_scale_f": 350,
"trainer_scale_m": 256,
"pokemon_scale_m": 350,
"trainer_pos_f": 8,
"pokemon_pos_f": 65526,
"trainer_pos_m": 9,
"pokemon_pos_m": 65526,
"en": {
"name": "KOFFING",
"category": "Poison Gas Pokémon",
"entry_text": [
"Lighter-than-air gases in its body\n",
"keep it aloft. The gases not only\n",
"smell, they are also explosive."
]
},
"fr": {
"name": "SMOGO",
"category": "Pokémon Gaz Mortel",
"entry_text": [
"Il flotte en retenant des gaz plus\n",
"légers que lair. Ceux-ci sont\n",
"explosifs, en plus dêtre fétides."
]
},
"de": {
"name": "SMOGON",
"category": "Giftwolke",
"entry_text": [
"Gase, die leichter als Luft sind,\n",
"lassen es schweben. Diese Gase\n",
"stinken und sind explosiv."
]
},
"it": {
"name": "KOFFING",
"category": "Pokémon Velenuvola",
"entry_text": [
"Fluttua a mezzaria grazie ai gas\n",
"che ha in corpo. Questi sono male-\n",
"odoranti e altamente esplosivi."
]
},
"es": {
"name": "KOFFING",
"category": "Pokémon Gas Veneno",
"entry_text": [
"Los gases de su cuerpo le permiten\n",
"flotar. Estos gases, además de\n",
"oler mal, también son explosivos."
]
},
"jp": {
"name": "ドガ-ス",
"category": "どくガスポケモン",
"entry_text": [
"くうきよりも かるい ガスを\n",
"からだに ためて うかんでいる。\n",
"ガスは くさいうえに ばくはつする。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_NORTH_EAST",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
"catching_points": 50,
"rarity": 30,
"unused": 1542
}
}