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

132 lines
3.2 KiB
JSON

{
"name": "Venomoth",
"base_stats": {
"hp": 70,
"attack": 65,
"defense": 60,
"speed": 90,
"special_attack": 90,
"special_defense": 75
},
"types": [
"TYPE_BUG",
"TYPE_POISON"
],
"catch_rate": 75,
"base_exp_reward": 138,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 1,
"special_attack": 1,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_SHED_SHELL"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [
"EGG_GROUP_BUG",
"EGG_GROUP_BUG"
],
"abilities": [
"ABILITY_SHIELD_DUST",
"ABILITY_TINTED_LENS"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_PURPLE",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM06",
"TM10",
"TM11",
"TM15",
"TM17",
"TM19",
"TM21",
"TM22",
"TM27",
"TM29",
"TM32",
"TM36",
"TM40",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM48",
"TM51",
"TM53",
"TM58",
"TM62",
"TM68",
"TM70",
"TM78",
"TM82",
"TM83",
"TM87",
"TM89",
"TM90",
"HM05"
],
"level_up": {
"1": [
"MOVE_SILVER_WIND",
"MOVE_TACKLE",
"MOVE_DISABLE",
"MOVE_FORESIGHT",
"MOVE_SUPERSONIC"
],
"5": "MOVE_SUPERSONIC",
"11": "MOVE_CONFUSION",
"13": "MOVE_POISON_POWDER",
"17": "MOVE_LEECH_LIFE",
"23": "MOVE_STUN_SPORE",
"25": "MOVE_PSYBEAM",
"29": "MOVE_SLEEP_POWDER",
"31": "MOVE_GUST",
"37": "MOVE_SIGNAL_BEAM",
"41": "MOVE_ZEN_HEADBUTT",
"47": "MOVE_POISON_FANG",
"55": "MOVE_PSYCHIC",
"59": "MOVE_BUG_BUZZ"
},
"tutor": [
"MOVE_OMINOUS_WIND",
"MOVE_SNORE",
"MOVE_AIR_CUTTER",
"MOVE_SIGNAL_BEAM",
"MOVE_ZEN_HEADBUTT",
"MOVE_TWISTER",
"MOVE_SWIFT"
]
},
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_SMALL"
},
"pokedex_data": {
"height": 15,
"weight": 125,
"body_shape": "SHAPE_MULTI_WINGED",
"trainer_scale_f": 272,
"pokemon_scale_f": 256,
"trainer_scale_m": 256,
"pokemon_scale_m": 256,
"trainer_pos_f": 8,
"pokemon_pos_f": 65530,
"trainer_pos_m": 9,
"pokemon_pos_m": 65530,
"entry_text": "It flutters its wings to scatter\ndustlike scales. The scales leach\ntoxins if they contact skin.",
"category": "Poison Moth Pokémon"
}
}