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

126 lines
3.0 KiB
JSON

{
"name": "Plusle",
"base_stats": {
"hp": 60,
"attack": 50,
"defense": 40,
"speed": 95,
"special_attack": 85,
"special_defense": 75
},
"types": [
"TYPE_ELECTRIC",
"TYPE_ELECTRIC"
],
"catch_rate": 200,
"base_exp_reward": 120,
"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_FEMALE_50",
"hatch_cycles": 20,
"base_friendship": 70,
"exp_rate": "EXP_RATE_MEDIUM_FAST",
"egg_groups": [
"EGG_GROUP_FAIRY",
"EGG_GROUP_FAIRY"
],
"abilities": [
"ABILITY_PLUS",
"ABILITY_NONE"
],
"great_marsh_flee_rate": 0,
"sprite": {
"color": "MON_COLOR_YELLOW",
"flip_sprite": false
},
"learnset": {
"tms": [
"TM06",
"TM10",
"TM16",
"TM17",
"TM18",
"TM21",
"TM23",
"TM24",
"TM25",
"TM27",
"TM32",
"TM34",
"TM42",
"TM43",
"TM44",
"TM45",
"TM56",
"TM57",
"TM58",
"TM70",
"TM73",
"TM78",
"TM82",
"TM83",
"TM86",
"TM87",
"TM90"
],
"level_up": {
"1": "MOVE_GROWL",
"3": "MOVE_THUNDER_WAVE",
"7": "MOVE_QUICK_ATTACK",
"10": "MOVE_HELPING_HAND",
"15": "MOVE_SPARK",
"17": "MOVE_ENCORE",
"21": "MOVE_FAKE_TEARS",
"24": "MOVE_COPYCAT",
"29": "MOVE_SWIFT",
"31": "MOVE_FAKE_TEARS",
"35": "MOVE_CHARGE",
"38": "MOVE_THUNDER",
"42": "MOVE_BATON_PASS",
"44": "MOVE_AGILITY",
"48": "MOVE_LAST_RESORT",
"51": "MOVE_NASTY_PLOT"
},
"tutor": [
"MOVE_MUD_SLAP",
"MOVE_ROLLOUT",
"MOVE_THUNDER_PUNCH",
"MOVE_SNORE",
"MOVE_HELPING_HAND",
"MOVE_SIGNAL_BEAM",
"MOVE_MAGNET_RISE",
"MOVE_LAST_RESORT",
"MOVE_SWIFT",
"MOVE_UPROAR"
]
},
"footprint": {
"has_footprint": true,
"footprint_size": "FOOTPRINT_MEDIUM"
},
"pokedex_data": {
"height": 4,
"weight": 42,
"body_shape": "SHAPE_BIPEDAL_TAILED",
"trainer_scale_f": 272,
"pokemon_scale_f": 479,
"trainer_scale_m": 256,
"pokemon_scale_m": 479,
"trainer_pos_f": 8,
"pokemon_pos_f": 28,
"trainer_pos_m": 9,
"pokemon_pos_m": 28,
"entry_text": "It cheers on friends with pom-poms\nmade of sparks. It drains power\nfrom telephone poles.",
"category": "Cheering Pokémon"
}
}