mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-20 17:32:23 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
145 lines
3.4 KiB
JSON
145 lines
3.4 KiB
JSON
{
|
||
"name": "Skitty",
|
||
"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"
|
||
],
|
||
"great_marsh_flee_rate": 0,
|
||
"sprite": {
|
||
"color": "MON_COLOR_PINK",
|
||
"flip_sprite": false
|
||
},
|
||
"learnset": {
|
||
"tms": [
|
||
"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"
|
||
],
|
||
"level_up": {
|
||
"1": [
|
||
"MOVE_FAKE_OUT",
|
||
"MOVE_GROWL",
|
||
"MOVE_TAIL_WHIP",
|
||
"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"
|
||
},
|
||
"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"
|
||
]
|
||
},
|
||
"evolutions": [
|
||
[
|
||
"EVO_USE_ITEM",
|
||
"ITEM_MOON_STONE",
|
||
"SPECIES_DELCATTY"
|
||
]
|
||
],
|
||
"footprint": {
|
||
"has_footprint": true,
|
||
"footprint_size": "FOOTPRINT_MEDIUM"
|
||
},
|
||
"pokedex_data": {
|
||
"height": 6,
|
||
"weight": 110,
|
||
"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,
|
||
"entry_text": "It can’t stop itself from chasing\nmoving things, and it runs in a\ncircle, chasing its own tail.",
|
||
"category": "Kitten Pokémon"
|
||
}
|
||
} |