pokeplatinum/res/pokemon/wooper/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

136 lines
3.1 KiB
JSON

{
"name": "Wooper",
"base_stats": {
"hp": 55,
"attack": 45,
"defense": 45,
"speed": 15,
"special_attack": 25,
"special_defense": 25
},
"types": [
"TYPE_WATER",
"TYPE_GROUND"
],
"catch_rate": 255,
"base_exp_reward": 52,
"ev_yields": {
"hp": 1,
"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": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [
"EGG_GROUP_WATER_1",
"EGG_GROUP_FIELD"
],
"abilities": [
"ABILITY_DAMP",
"ABILITY_WATER_ABSORB"
],
"great_marsh_flee_rate": 120,
"sprite": {
"color": "MON_COLOR_BLUE",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM03",
"TM06",
"TM07",
"TM10",
"TM13",
"TM14",
"TM17",
"TM18",
"TM21",
"TM23",
"TM26",
"TM27",
"TM28",
"TM32",
"TM36",
"TM37",
"TM42",
"TM43",
"TM44",
"TM45",
"TM58",
"TM70",
"TM78",
"TM82",
"TM83",
"TM87",
"TM90",
"HM03",
"HM06",
"HM07"
],
"level_up": {
"1": [
"MOVE_WATER_GUN",
"MOVE_TAIL_WHIP"
],
"5": "MOVE_MUD_SPORT",
"9": "MOVE_MUD_SHOT",
"15": "MOVE_SLAM",
"19": "MOVE_MUD_BOMB",
"23": "MOVE_AMNESIA",
"29": "MOVE_YAWN",
"33": "MOVE_EARTHQUAKE",
"37": "MOVE_RAIN_DANCE",
"43": [
"MOVE_MIST",
"MOVE_HAZE"
],
"47": "MOVE_MUDDY_WATER"
},
"tutor": [
"MOVE_DIVE",
"MOVE_MUD_SLAP",
"MOVE_ICY_WIND",
"MOVE_ROLLOUT",
"MOVE_ICE_PUNCH",
"MOVE_AQUA_TAIL",
"MOVE_SNORE",
"MOVE_ANCIENT_POWER",
"MOVE_EARTH_POWER"
]
},
"evolutions": [
[
"EVO_LEVEL_UP",
20,
"SPECIES_QUAGSIRE"
]
],
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_SMALL"
},
"pokedex_data": {
"height": 4,
"weight": 85,
"body_shape": "SHAPE_HEAD_LEGS",
"trainer_scale_f": 272,
"pokemon_scale_f": 360,
"trainer_scale_m": 256,
"pokemon_scale_m": 360,
"trainer_pos_f": 8,
"pokemon_pos_f": 26,
"trainer_pos_m": 9,
"pokemon_pos_m": 26,
"entry_text": "When walking on land, it covers its\nbody with a poisonous film that\nkeeps its skin from dehydrating.",
"category": "Water Fish Pokémon"
}
}