mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-14 07:02:00 -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": "Slaking",
|
||
"base_stats": {
|
||
"hp": 150,
|
||
"attack": 160,
|
||
"defense": 100,
|
||
"speed": 100,
|
||
"special_attack": 95,
|
||
"special_defense": 65
|
||
},
|
||
"types": [
|
||
"TYPE_NORMAL",
|
||
"TYPE_NORMAL"
|
||
],
|
||
"catch_rate": 45,
|
||
"base_exp_reward": 210,
|
||
"ev_yields": {
|
||
"hp": 3,
|
||
"attack": 0,
|
||
"defense": 0,
|
||
"speed": 0,
|
||
"special_attack": 0,
|
||
"special_defense": 0
|
||
},
|
||
"held_items": {
|
||
"common": "ITEM_NONE",
|
||
"rare": "ITEM_NONE"
|
||
},
|
||
"gender_ratio": "GENDER_RATIO_FEMALE_50",
|
||
"hatch_cycles": 15,
|
||
"base_friendship": 70,
|
||
"exp_rate": "EXP_RATE_SLOW",
|
||
"egg_groups": [
|
||
"EGG_GROUP_FIELD",
|
||
"EGG_GROUP_FIELD"
|
||
],
|
||
"abilities": [
|
||
"ABILITY_TRUANT",
|
||
"ABILITY_NONE"
|
||
],
|
||
"great_marsh_flee_rate": 0,
|
||
"sprite": {
|
||
"color": "MON_COLOR_BROWN",
|
||
"flip_sprite": false
|
||
},
|
||
"learnset": {
|
||
"tms": [
|
||
"TM01",
|
||
"TM03",
|
||
"TM05",
|
||
"TM06",
|
||
"TM08",
|
||
"TM10",
|
||
"TM11",
|
||
"TM12",
|
||
"TM13",
|
||
"TM14",
|
||
"TM15",
|
||
"TM17",
|
||
"TM18",
|
||
"TM21",
|
||
"TM22",
|
||
"TM24",
|
||
"TM25",
|
||
"TM26",
|
||
"TM27",
|
||
"TM30",
|
||
"TM31",
|
||
"TM32",
|
||
"TM34",
|
||
"TM35",
|
||
"TM38",
|
||
"TM39",
|
||
"TM40",
|
||
"TM42",
|
||
"TM43",
|
||
"TM44",
|
||
"TM45",
|
||
"TM52",
|
||
"TM56",
|
||
"TM58",
|
||
"TM65",
|
||
"TM68",
|
||
"TM78",
|
||
"TM80",
|
||
"TM82",
|
||
"TM83",
|
||
"TM87",
|
||
"TM90",
|
||
"HM01",
|
||
"HM04",
|
||
"HM06",
|
||
"HM08"
|
||
],
|
||
"level_up": {
|
||
"1": [
|
||
"MOVE_SCRATCH",
|
||
"MOVE_YAWN",
|
||
"MOVE_ENCORE",
|
||
"MOVE_SLACK_OFF"
|
||
],
|
||
"7": "MOVE_ENCORE",
|
||
"13": "MOVE_SLACK_OFF",
|
||
"19": "MOVE_FAINT_ATTACK",
|
||
"25": "MOVE_AMNESIA",
|
||
"31": "MOVE_COVET",
|
||
"36": "MOVE_SWAGGER",
|
||
"37": "MOVE_COUNTER",
|
||
"43": "MOVE_FLAIL",
|
||
"49": "MOVE_FLING",
|
||
"55": "MOVE_PUNISHMENT",
|
||
"61": "MOVE_HAMMER_ARM"
|
||
},
|
||
"tutor": [
|
||
"MOVE_MUD_SLAP",
|
||
"MOVE_FURY_CUTTER",
|
||
"MOVE_ICY_WIND",
|
||
"MOVE_THUNDER_PUNCH",
|
||
"MOVE_FIRE_PUNCH",
|
||
"MOVE_ICE_PUNCH",
|
||
"MOVE_SNORE",
|
||
"MOVE_GUNK_SHOT",
|
||
"MOVE_SUCKER_PUNCH"
|
||
]
|
||
},
|
||
"footprint": {
|
||
"has_footprint": true,
|
||
"footprint_size": "FOOTPRINT_LARGE"
|
||
},
|
||
"pokedex_data": {
|
||
"height": 20,
|
||
"weight": 1305,
|
||
"body_shape": "SHAPE_BIPEDAL_TAILLESS",
|
||
"trainer_scale_f": 272,
|
||
"pokemon_scale_f": 246,
|
||
"trainer_scale_m": 267,
|
||
"pokemon_scale_m": 256,
|
||
"trainer_pos_f": 8,
|
||
"pokemon_pos_f": 5,
|
||
"trainer_pos_m": 9,
|
||
"pokemon_pos_m": 7,
|
||
"entry_text": "The world’s laziest Pokémon. When\nit is lounging, it is actually saving\nenergy for striking back.",
|
||
"category": "Lazy Pokémon"
|
||
}
|
||
} |