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

127 lines
3.0 KiB
JSON

{
"name": "Voltorb",
"base_stats": {
"hp": 40,
"attack": 30,
"defense": 50,
"speed": 100,
"special_attack": 55,
"special_defense": 55
},
"types": [
"TYPE_ELECTRIC",
"TYPE_ELECTRIC"
],
"catch_rate": 190,
"base_exp_reward": 103,
"ev_yields": {
"hp": 0,
"attack": 0,
"defense": 0,
"speed": 1,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_NONE"
},
"gender_ratio": "GENDER_RATIO_NO_GENDER",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [
"EGG_GROUP_MINERAL",
"EGG_GROUP_MINERAL"
],
"abilities": [
"ABILITY_SOUNDPROOF",
"ABILITY_STATIC"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_RED",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM06",
"TM10",
"TM12",
"TM16",
"TM17",
"TM18",
"TM21",
"TM24",
"TM25",
"TM27",
"TM32",
"TM34",
"TM41",
"TM42",
"TM43",
"TM44",
"TM46",
"TM57",
"TM58",
"TM64",
"TM70",
"TM73",
"TM74",
"TM82",
"TM83",
"TM87",
"TM90"
],
"level_up": {
"1": "MOVE_CHARGE",
"5": "MOVE_TACKLE",
"8": "MOVE_SONIC_BOOM",
"12": "MOVE_SPARK",
"15": "MOVE_ROLLOUT",
"19": "MOVE_SCREECH",
"22": "MOVE_LIGHT_SCREEN",
"26": "MOVE_CHARGE_BEAM",
"29": "MOVE_SELFDESTRUCT",
"33": "MOVE_SWIFT",
"36": "MOVE_MAGNET_RISE",
"40": "MOVE_GYRO_BALL",
"43": "MOVE_EXPLOSION",
"47": "MOVE_MIRROR_COAT"
},
"tutor": [
"MOVE_ROLLOUT",
"MOVE_SNORE",
"MOVE_SIGNAL_BEAM",
"MOVE_MAGNET_RISE",
"MOVE_SUCKER_PUNCH",
"MOVE_SWIFT"
]
},
"evolutions": [
[
"EVO_LEVEL_UP",
30,
"SPECIES_ELECTRODE"
]
],
"footprint": {
"has_footprint": false,
"footprint_size": "FOOTPRINT_LARGE"
},
"pokedex_data": {
"height": 5,
"weight": 104,
"body_shape": "SHAPE_HEAD",
"trainer_scale_f": 272,
"pokemon_scale_f": 336,
"trainer_scale_m": 256,
"pokemon_scale_m": 336,
"trainer_pos_f": 8,
"pokemon_pos_f": 24,
"trainer_pos_m": 9,
"pokemon_pos_m": 24,
"entry_text": "It looks just like a Poké Ball.\nIt is dangerous because it may\nelectrocute or explode on touch.",
"category": "Ball Pokémon"
}
}