pokeplatinum/res/pokemon/seaking/data.json
h2o-DS e77596d92d Applied Polish
Implemented camelCase
Use unicode characters in data.json
Removed double escape from data.json
Gave names to generated message files
2024-09-23 17:25:32 -04:00

125 lines
3.0 KiB
JSON

{
"name": "Seaking",
"base_stats": {
"hp": 80,
"attack": 92,
"defense": 65,
"speed": 68,
"special_attack": 65,
"special_defense": 80
},
"types": [
"TYPE_WATER",
"TYPE_WATER"
],
"catch_rate": 60,
"base_exp_reward": 170,
"ev_yields": {
"hp": 0,
"attack": 2,
"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": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [
"EGG_GROUP_WATER_2",
"EGG_GROUP_WATER_2"
],
"abilities": [
"ABILITY_SWIFT_SWIM",
"ABILITY_WATER_VEIL"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_RED",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM03",
"TM06",
"TM07",
"TM10",
"TM13",
"TM14",
"TM15",
"TM17",
"TM18",
"TM21",
"TM27",
"TM32",
"TM42",
"TM43",
"TM44",
"TM45",
"TM58",
"TM68",
"TM78",
"TM82",
"TM83",
"TM84",
"TM87",
"TM90",
"HM03",
"HM07"
],
"level_up": {
"1": [
"MOVE_POISON_JAB",
"MOVE_PECK",
"MOVE_TAIL_WHIP",
"MOVE_WATER_SPORT",
"MOVE_SUPERSONIC"
],
"7": "MOVE_SUPERSONIC",
"11": "MOVE_HORN_ATTACK",
"17": "MOVE_WATER_PULSE",
"21": "MOVE_FLAIL",
"27": "MOVE_AQUA_RING",
"31": "MOVE_FURY_ATTACK",
"40": "MOVE_WATERFALL",
"47": "MOVE_HORN_DRILL",
"56": "MOVE_AGILITY",
"63": "MOVE_MEGAHORN"
},
"tutor": [
"MOVE_DIVE",
"MOVE_MUD_SLAP",
"MOVE_FURY_CUTTER",
"MOVE_ICY_WIND",
"MOVE_AQUA_TAIL",
"MOVE_SNORE",
"MOVE_BOUNCE",
"MOVE_KNOCK_OFF",
"MOVE_SWIFT"
]
},
"footprint": {
"has_footprint": false,
"footprint_size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 13,
"weight": 390,
"body_shape": "SHAPE_FINS",
"trainer_scale_f": 272,
"pokemon_scale_f": 239,
"trainer_scale_m": 256,
"pokemon_scale_m": 239,
"trainer_pos_f": 8,
"pokemon_pos_f": 65533,
"trainer_pos_m": 9,
"pokemon_pos_m": 65533,
"entry_text": "In autumn, its body becomes more\nfatty in preparing to propose to a\nmate. It takes on beautiful colors.",
"category": "Goldfish Pokémon"
}
}