pokeplatinum/res/pokemon/jynx/data.json

196 lines
5.3 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": 65,
"attack": 50,
"defense": 35,
"speed": 95,
"special_attack": 115,
"special_defense": 95
},
"types": [ "TYPE_ICE", "TYPE_PSYCHIC" ],
"catch_rate": 45,
"base_exp_reward": 137,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 2,
"special_defense": 0
},
"held_items": {
"common": "ITEM_ASPEAR_BERRY",
"rare": "ITEM_ASPEAR_BERRY"
},
"gender_ratio": "GENDER_RATIO_FEMALE_ONLY",
"hatch_cycles": 25,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [ "EGG_GROUP_HUMAN_LIKE", "EGG_GROUP_HUMAN_LIKE" ],
"abilities": [ "ABILITY_OBLIVIOUS", "ABILITY_FOREWARN" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_RED",
"flip_sprite": false,
"icon_palette": 2,
"learnset": {
"by_level": [
[ 1, "MOVE_POUND" ],
[ 1, "MOVE_LICK" ],
[ 1, "MOVE_LOVELY_KISS" ],
[ 1, "MOVE_POWDER_SNOW" ],
[ 5, "MOVE_LICK" ],
[ 8, "MOVE_LOVELY_KISS" ],
[ 11, "MOVE_POWDER_SNOW" ],
[ 15, "MOVE_DOUBLE_SLAP" ],
[ 18, "MOVE_ICE_PUNCH" ],
[ 21, "MOVE_MEAN_LOOK" ],
[ 25, "MOVE_FAKE_TEARS" ],
[ 28, "MOVE_WAKE_UP_SLAP" ],
[ 33, "MOVE_AVALANCHE" ],
[ 39, "MOVE_BODY_SLAM" ],
[ 44, "MOVE_WRING_OUT" ],
[ 49, "MOVE_PERISH_SONG" ],
[ 55, "MOVE_BLIZZARD" ]
],
"by_tm": [
"TM01",
"TM03",
"TM04",
"TM06",
"TM07",
"TM10",
"TM12",
"TM13",
"TM14",
"TM15",
"TM16",
"TM17",
"TM18",
"TM21",
"TM27",
"TM29",
"TM30",
"TM31",
"TM32",
"TM33",
"TM41",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM48",
"TM52",
"TM53",
"TM56",
"TM58",
"TM60",
"TM66",
"TM67",
"TM68",
"TM70",
"TM72",
"TM77",
"TM78",
"TM82",
"TM83",
"TM85",
"TM86",
"TM87",
"TM90",
"TM92"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_ICY_WIND",
"MOVE_ICE_PUNCH",
"MOVE_SNORE",
"MOVE_HELPING_HAND",
"MOVE_SIGNAL_BEAM",
"MOVE_ZEN_HEADBUTT",
"MOVE_TRICK"
]
},
"evolutions": [ ],
"offspring": "SPECIES_SMOOCHUM",
"footprint": {
"has": false,
"size": "FOOTPRINT_LARGE",
"type": "FOOTPRINT_TYPE_CUTE"
},
"pokedex_data": {
"height_inches": 55,
"weight_pounds": 89.5,
"body_shape": "SHAPE_BIPEDAL_TAILLESS",
"trainer_scale_f": 256,
"pokemon_scale_f": 219,
"trainer_scale_m": 256,
"pokemon_scale_m": 219,
"trainer_pos_f": 8,
"pokemon_pos_f": 5,
"trainer_pos_m": 9,
"pokemon_pos_m": 5,
"en": {
"name": "JYNX",
"category": "Human Shape Pokémon",
"entry_text": [
"Its cries sound like human speech.\n",
"However, it is impossible to tell\n",
"what it is trying to say."
]
},
"fr": {
"name": "LIPPOUTOU",
"category": "Pokémon Humanoïde",
"entry_text": [
"Son cri ressemble à des paroles\n",
"humaines. Mais nul nest jamais\n",
"parvenu à les comprendre. "
]
},
"de": {
"name": "ROSSANA",
"category": "Humanotyp",
"entry_text": [
"Sein Ruf klingt wie menschliche\n",
"Sprache. Trotzdem ist nicht zu\n",
"verstehen, was es sagt."
]
},
"it": {
"name": "JYNX",
"category": "Pokémon Umanoide",
"entry_text": [
"Le sue grida ricordano il linguaggio\n",
"umano, ma è impossibile capire\n",
"il significato delle sue parole."
]
},
"es": {
"name": "JYNX",
"category": "Pokémon F. Humana",
"entry_text": [
"Sus gritos se parecen al lenguaje\n",
"humano, pero es imposible\n",
"entender lo que dice."
]
},
"jp": {
"name": "ル-ジュラ",
"category": "ひとがたポケモン",
"entry_text": [
"なきごえは まるで にんげんの\n",
"ことばのように きこえるが\n",
"いみは まったく りかいできない。"
]
}
},
"catching_show": {
"pal_park_land_area": "PAL_PARK_AREA_LAND_SOUTH_WEST",
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
"catching_points": 70,
"rarity": 20,
"unused": 2573
}
}