pokeplatinum/res/pokemon/toxicroak/data.json

200 lines
5.5 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": 83,
"attack": 106,
"defense": 65,
"speed": 85,
"special_attack": 86,
"special_defense": 65
},
"types": [ "TYPE_POISON", "TYPE_FIGHTING" ],
"catch_rate": 75,
"base_exp_reward": 181,
"ev_yields": {
"hp": 0,
"attack": 2,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_BLACK_SLUDGE"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [ "EGG_GROUP_HUMAN_LIKE", "EGG_GROUP_HUMAN_LIKE" ],
"abilities": [ "ABILITY_ANTICIPATION", "ABILITY_DRY_SKIN" ],
"safari_flee_rate": 120,
"body_color": "MON_COLOR_BLUE",
"flip_sprite": false,
"icon_palette": 0,
"learnset": {
"by_level": [
[ 1, "MOVE_ASTONISH" ],
[ 1, "MOVE_MUD_SLAP" ],
[ 1, "MOVE_POISON_STING" ],
[ 3, "MOVE_MUD_SLAP" ],
[ 8, "MOVE_POISON_STING" ],
[ 10, "MOVE_TAUNT" ],
[ 15, "MOVE_PURSUIT" ],
[ 17, "MOVE_FAINT_ATTACK" ],
[ 22, "MOVE_REVENGE" ],
[ 24, "MOVE_SWAGGER" ],
[ 29, "MOVE_MUD_BOMB" ],
[ 31, "MOVE_SUCKER_PUNCH" ],
[ 36, "MOVE_NASTY_PLOT" ],
[ 41, "MOVE_POISON_JAB" ],
[ 49, "MOVE_SLUDGE_BOMB" ],
[ 54, "MOVE_FLATTER" ]
],
"by_tm": [
"TM01",
"TM06",
"TM08",
"TM10",
"TM11",
"TM12",
"TM15",
"TM17",
"TM18",
"TM21",
"TM26",
"TM27",
"TM28",
"TM30",
"TM31",
"TM32",
"TM36",
"TM39",
"TM41",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM49",
"TM52",
"TM56",
"TM58",
"TM63",
"TM66",
"TM68",
"TM71",
"TM75",
"TM78",
"TM79",
"TM80",
"TM81",
"TM82",
"TM83",
"TM84",
"TM87",
"TM90",
"HM01",
"HM04",
"HM06",
"HM08"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_ICY_WIND",
"MOVE_THUNDER_PUNCH",
"MOVE_ICE_PUNCH",
"MOVE_SNORE",
"MOVE_SPITE",
"MOVE_HELPING_HAND",
"MOVE_VACUUM_WAVE",
"MOVE_GUNK_SHOT",
"MOVE_BOUNCE",
"MOVE_KNOCK_OFF",
"MOVE_SUCKER_PUNCH"
]
},
"evolutions": [ ],
"offspring": "SPECIES_CROAGUNK",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM",
"type": "FOOTPRINT_TYPE_SCARY"
},
"pokedex_data": {
"height_inches": 51,
"weight_pounds": 97.9,
"body_shape": "SHAPE_BIPEDAL_TAILLESS",
"trainer_scale_f": 272,
"pokemon_scale_f": 262,
"trainer_scale_m": 256,
"pokemon_scale_m": 262,
"trainer_pos_f": 8,
"pokemon_pos_f": 11,
"trainer_pos_m": 9,
"pokemon_pos_m": 11,
"en": {
"name": "TOXICROAK",
"category": "Toxic Mouth Pokémon",
"entry_text": [
"It has a poison sac at its throat.\n",
"When it croaks, the stored poison\n",
"is churned for greater potency."
]
},
"fr": {
"name": "COATOX",
"category": "Pokémon Toxique",
"entry_text": [
"Les griffes de ses poings sécrètent\n",
"une toxine si atroce quune simple\n",
"égratignure peut savérer fatale."
]
},
"de": {
"name": "TOXIQUAK",
"category": "Giftmund",
"entry_text": [
"Die Gelenke an seinen Klauen geben\n",
"ein so starkes Gift ab, dass selbst\n",
"ein kleiner Kratzer fatal ist."
]
},
"it": {
"name": "TOXICROAK",
"category": "Pokémon Inveieleno",
"entry_text": [
"I suoi artigli secernono una tossina\n",
"così velenosa che persino un\n",
"graffio può essere letale."
]
},
"es": {
"name": "TOXICROAK",
"category": "Pokémon Boca Tóxica",
"entry_text": [
"Sus garras segregan una toxina\n",
"tan potente que un simple\n",
"arañazo puede ser mortal."
]
},
"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": 3329
}
}