mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-06 01:53:56 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
140 lines
3.3 KiB
JSON
140 lines
3.3 KiB
JSON
{
|
|
"name": "Electabuzz",
|
|
"base_stats": {
|
|
"hp": 65,
|
|
"attack": 83,
|
|
"defense": 57,
|
|
"speed": 105,
|
|
"special_attack": 95,
|
|
"special_defense": 85
|
|
},
|
|
"types": [
|
|
"TYPE_ELECTRIC",
|
|
"TYPE_ELECTRIC"
|
|
],
|
|
"catch_rate": 45,
|
|
"base_exp_reward": 156,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 0,
|
|
"speed": 2,
|
|
"special_attack": 0,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_ELECTIRIZER"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_25",
|
|
"hatch_cycles": 25,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_MEDIUM_FAST",
|
|
"egg_groups": [
|
|
"EGG_GROUP_HUMAN_LIKE",
|
|
"EGG_GROUP_HUMAN_LIKE"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_STATIC",
|
|
"ABILITY_NONE"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_YELLOW",
|
|
"flip_sprite": true
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM01",
|
|
"TM06",
|
|
"TM10",
|
|
"TM15",
|
|
"TM16",
|
|
"TM17",
|
|
"TM18",
|
|
"TM21",
|
|
"TM23",
|
|
"TM24",
|
|
"TM25",
|
|
"TM27",
|
|
"TM29",
|
|
"TM31",
|
|
"TM32",
|
|
"TM34",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM46",
|
|
"TM52",
|
|
"TM56",
|
|
"TM57",
|
|
"TM58",
|
|
"TM68",
|
|
"TM70",
|
|
"TM73",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM87",
|
|
"TM90",
|
|
"HM04",
|
|
"HM06",
|
|
"HM08"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_QUICK_ATTACK",
|
|
"MOVE_LEER",
|
|
"MOVE_THUNDER_SHOCK"
|
|
],
|
|
"7": "MOVE_THUNDER_SHOCK",
|
|
"10": "MOVE_LOW_KICK",
|
|
"16": "MOVE_SWIFT",
|
|
"19": "MOVE_SHOCK_WAVE",
|
|
"25": "MOVE_LIGHT_SCREEN",
|
|
"28": "MOVE_THUNDER_PUNCH",
|
|
"37": "MOVE_DISCHARGE",
|
|
"43": "MOVE_THUNDERBOLT",
|
|
"52": "MOVE_SCREECH",
|
|
"58": "MOVE_THUNDER"
|
|
},
|
|
"tutor": [
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_THUNDER_PUNCH",
|
|
"MOVE_FIRE_PUNCH",
|
|
"MOVE_ICE_PUNCH",
|
|
"MOVE_SNORE",
|
|
"MOVE_HELPING_HAND",
|
|
"MOVE_SIGNAL_BEAM",
|
|
"MOVE_MAGNET_RISE",
|
|
"MOVE_SWIFT"
|
|
]
|
|
},
|
|
"evolutions": [
|
|
[
|
|
"EVO_TRADE_WITH_ITEM",
|
|
"ITEM_ELECTIRIZER",
|
|
"SPECIES_ELECTIVIRE"
|
|
]
|
|
],
|
|
"footprint": {
|
|
"has_footprint": true,
|
|
"footprint_size": "FOOTPRINT_MEDIUM"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 11,
|
|
"weight": 300,
|
|
"body_shape": "SHAPE_BIPEDAL_TAILED",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 273,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 273,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 6,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 6,
|
|
"entry_text": "It windmills its arms to slightly\nboost its punches. Foes have been\nknown to escape in the meantime.",
|
|
"category": "Electric Pokémon"
|
|
}
|
|
} |