pokeplatinum/res/pokemon/skitty/data.json

208 lines
5.7 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": 50,
"attack": 45,
"defense": 45,
"speed": 50,
"special_attack": 35,
"special_defense": 35
},
"types": [ "TYPE_NORMAL", "TYPE_NORMAL" ],
"catch_rate": 255,
"base_exp_reward": 65,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 1,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_LEPPA_BERRY"
},
"gender_ratio": "GENDER_RATIO_FEMALE_75",
"hatch_cycles": 15,
"base_friendship": 70,
"exp_rate": "EXP_RATE_FAST",
"egg_groups": [ "EGG_GROUP_FIELD", "EGG_GROUP_FAIRY" ],
"abilities": [ "ABILITY_CUTE_CHARM", "ABILITY_NORMALIZE" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_PINK",
"flip_sprite": false,
"icon_palette": 0,
"learnset": {
"by_level": [
[ 1, "MOVE_FAKE_OUT" ],
[ 1, "MOVE_GROWL" ],
[ 1, "MOVE_TAIL_WHIP" ],
[ 1, "MOVE_TACKLE" ],
[ 4, "MOVE_FORESIGHT" ],
[ 8, "MOVE_ATTRACT" ],
[ 11, "MOVE_SING" ],
[ 15, "MOVE_DOUBLE_SLAP" ],
[ 18, "MOVE_COPYCAT" ],
[ 22, "MOVE_ASSIST" ],
[ 25, "MOVE_CHARM" ],
[ 29, "MOVE_FAINT_ATTACK" ],
[ 32, "MOVE_WAKE_UP_SLAP" ],
[ 36, "MOVE_COVET" ],
[ 39, "MOVE_HEAL_BELL" ],
[ 42, "MOVE_DOUBLE_EDGE" ],
[ 46, "MOVE_CAPTIVATE" ]
],
"by_tm": [
"TM03",
"TM04",
"TM06",
"TM10",
"TM11",
"TM13",
"TM14",
"TM17",
"TM18",
"TM20",
"TM21",
"TM22",
"TM23",
"TM24",
"TM25",
"TM27",
"TM28",
"TM30",
"TM32",
"TM34",
"TM42",
"TM43",
"TM44",
"TM45",
"TM57",
"TM58",
"TM66",
"TM70",
"TM73",
"TM77",
"TM78",
"TM82",
"TM83",
"TM85",
"TM86",
"TM87",
"TM90"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_ICY_WIND",
"MOVE_ROLLOUT",
"MOVE_SNORE",
"MOVE_HELPING_HAND",
"MOVE_ZEN_HEADBUTT",
"MOVE_LAST_RESORT",
"MOVE_SUCKER_PUNCH",
"MOVE_SWIFT"
],
"egg_moves": [
"MOVE_HELPING_HAND",
"MOVE_PSYCH_UP",
"MOVE_UPROAR",
"MOVE_FAKE_TEARS",
"MOVE_WISH",
"MOVE_BATON_PASS",
"MOVE_SUBSTITUTE",
"MOVE_TICKLE",
"MOVE_LAST_RESORT",
"MOVE_FAKE_OUT",
"MOVE_ZEN_HEADBUTT",
"MOVE_SUCKER_PUNCH"
]
},
"evolutions": [
[
"EVO_USE_ITEM",
"ITEM_MOON_STONE",
"SPECIES_DELCATTY"
]
],
"offspring": "SPECIES_SKITTY",
"footprint": {
"has": true,
"size": "FOOTPRINT_MEDIUM",
"type": "FOOTPRINT_TYPE_CUTE"
},
"pokedex_data": {
"height_inches": 24,
"weight_pounds": 24.3,
"body_shape": "SHAPE_QUADRUPED",
"trainer_scale_f": 272,
"pokemon_scale_f": 346,
"trainer_scale_m": 256,
"pokemon_scale_m": 346,
"trainer_pos_f": 8,
"pokemon_pos_f": 21,
"trainer_pos_m": 9,
"pokemon_pos_m": 21,
"en": {
"name": "SKITTY",
"category": "Kitten Pokémon",
"entry_text": [
"It cant stop itself from chasing\n",
"moving things, and it runs in a\n",
"circle, chasing its own tail."
]
},
"fr": {
"name": "SKITTY",
"category": "Pokémon Chaton",
"entry_text": [
"Il poursuit tout ce qui bouge. On\n",
"le voit parfois courir en cercle,\n",
"chassant sa propre queue."
]
},
"de": {
"name": "ENECO",
"category": "Kätzchen",
"entry_text": [
"Es muss Dinge, die sich bewegen,\n",
"einfach jagen. Es rennt oft im Kreis\n",
"und jagt seinen eigenen Schweif."
]
},
"it": {
"name": "SKITTY",
"category": "Pokémon Micio",
"entry_text": [
"Non riesce ad evitare di inseguire\n",
"tutto ciò che si muove e corre in\n",
"tondo a caccia della propria coda."
]
},
"es": {
"name": "SKITTY",
"category": "Pokémon Gatito",
"entry_text": [
"No puede evitar ir tras las cosas\n",
"que se mueven. Hasta corre en\n",
"círculos persiguiéndose la cola."
]
},
"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": 50,
"rarity": 30,
"unused": 1285
}
}