mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-13 14:41:57 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
129 lines
3.0 KiB
JSON
129 lines
3.0 KiB
JSON
{
|
|
"name": "Manectric",
|
|
"base_stats": {
|
|
"hp": 70,
|
|
"attack": 75,
|
|
"defense": 60,
|
|
"speed": 105,
|
|
"special_attack": 105,
|
|
"special_defense": 60
|
|
},
|
|
"types": [
|
|
"TYPE_ELECTRIC",
|
|
"TYPE_ELECTRIC"
|
|
],
|
|
"catch_rate": 45,
|
|
"base_exp_reward": 168,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 0,
|
|
"speed": 2,
|
|
"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_SLOW",
|
|
"egg_groups": [
|
|
"EGG_GROUP_FIELD",
|
|
"EGG_GROUP_FIELD"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_STATIC",
|
|
"ABILITY_LIGHTNING_ROD"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_YELLOW",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM05",
|
|
"TM06",
|
|
"TM10",
|
|
"TM15",
|
|
"TM16",
|
|
"TM17",
|
|
"TM18",
|
|
"TM21",
|
|
"TM23",
|
|
"TM24",
|
|
"TM25",
|
|
"TM27",
|
|
"TM32",
|
|
"TM34",
|
|
"TM35",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM46",
|
|
"TM50",
|
|
"TM57",
|
|
"TM58",
|
|
"TM68",
|
|
"TM70",
|
|
"TM73",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM87",
|
|
"TM90",
|
|
"HM04"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_FIRE_FANG",
|
|
"MOVE_TACKLE",
|
|
"MOVE_THUNDER_WAVE",
|
|
"MOVE_LEER",
|
|
"MOVE_HOWL"
|
|
],
|
|
"4": "MOVE_THUNDER_WAVE",
|
|
"9": "MOVE_LEER",
|
|
"12": "MOVE_HOWL",
|
|
"17": "MOVE_QUICK_ATTACK",
|
|
"20": "MOVE_SPARK",
|
|
"25": "MOVE_ODOR_SLEUTH",
|
|
"30": "MOVE_BITE",
|
|
"37": "MOVE_THUNDER_FANG",
|
|
"42": "MOVE_ROAR",
|
|
"49": "MOVE_DISCHARGE",
|
|
"54": "MOVE_CHARGE",
|
|
"61": "MOVE_THUNDER"
|
|
},
|
|
"tutor": [
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_SNORE",
|
|
"MOVE_SIGNAL_BEAM",
|
|
"MOVE_MAGNET_RISE",
|
|
"MOVE_SWIFT"
|
|
]
|
|
},
|
|
"footprint": {
|
|
"has_footprint": true,
|
|
"footprint_size": "FOOTPRINT_MEDIUM"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 15,
|
|
"weight": 402,
|
|
"body_shape": "SHAPE_QUADRUPED",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 238,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 238,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 5,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 5,
|
|
"entry_text": "It discharges electricity from its\nmane. It creates a thundercloud\noverhead to drop lightning bolts.",
|
|
"category": "Discharge Pokémon"
|
|
}
|
|
} |