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

150 lines
3.5 KiB
JSON

{
"name": "Exploud",
"base_stats": {
"hp": 104,
"attack": 91,
"defense": 63,
"speed": 68,
"special_attack": 91,
"special_defense": 63
},
"types": [
"TYPE_NORMAL",
"TYPE_NORMAL"
],
"catch_rate": 45,
"base_exp_reward": 184,
"ev_yields": {
"hp": 3,
"attack": 0,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_CHESTO_BERRY"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_SLOW",
"egg_groups": [
"EGG_GROUP_MONSTER",
"EGG_GROUP_FIELD"
],
"abilities": [
"ABILITY_SOUNDPROOF",
"ABILITY_NONE"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_BLUE",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM03",
"TM05",
"TM06",
"TM10",
"TM11",
"TM12",
"TM13",
"TM14",
"TM15",
"TM17",
"TM18",
"TM21",
"TM22",
"TM26",
"TM27",
"TM30",
"TM31",
"TM32",
"TM34",
"TM35",
"TM38",
"TM39",
"TM41",
"TM42",
"TM43",
"TM44",
"TM45",
"TM50",
"TM52",
"TM56",
"TM58",
"TM68",
"TM72",
"TM78",
"TM80",
"TM82",
"TM83",
"TM87",
"TM90",
"HM03",
"HM04",
"HM06",
"HM08"
],
"level_up": {
"1": [
"MOVE_ICE_FANG",
"MOVE_FIRE_FANG",
"MOVE_THUNDER_FANG",
"MOVE_POUND",
"MOVE_UPROAR",
"MOVE_ASTONISH",
"MOVE_HOWL"
],
"5": "MOVE_UPROAR",
"11": "MOVE_ASTONISH",
"15": "MOVE_HOWL",
"20": "MOVE_BITE",
"23": "MOVE_SUPERSONIC",
"29": "MOVE_STOMP",
"37": "MOVE_SCREECH",
"40": "MOVE_CRUNCH",
"45": "MOVE_ROAR",
"55": [
"MOVE_REST",
"MOVE_SLEEP_TALK"
],
"63": "MOVE_HYPER_VOICE",
"71": "MOVE_HYPER_BEAM"
},
"tutor": [
"MOVE_MUD_SLAP",
"MOVE_ICY_WIND",
"MOVE_ROLLOUT",
"MOVE_THUNDER_PUNCH",
"MOVE_FIRE_PUNCH",
"MOVE_ICE_PUNCH",
"MOVE_SNORE",
"MOVE_OUTRAGE",
"MOVE_ZEN_HEADBUTT",
"MOVE_UPROAR"
]
},
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 15,
"weight": 840,
"body_shape": "SHAPE_BIPEDAL_TAILED",
"trainer_scale_f": 272,
"pokemon_scale_f": 241,
"trainer_scale_m": 256,
"pokemon_scale_m": 241,
"trainer_pos_f": 8,
"pokemon_pos_f": 6,
"trainer_pos_m": 9,
"pokemon_pos_m": 6,
"entry_text": "Its howls can be heard over six\nmiles away. It emits all sorts of\nnoises from the ports on its body.",
"category": "Loud Noise Pokémon"
}
}