mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-07 04:15:29 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
142 lines
3.4 KiB
JSON
142 lines
3.4 KiB
JSON
{
|
|
"name": "Breloom",
|
|
"base_stats": {
|
|
"hp": 60,
|
|
"attack": 130,
|
|
"defense": 80,
|
|
"speed": 70,
|
|
"special_attack": 60,
|
|
"special_defense": 60
|
|
},
|
|
"types": [
|
|
"TYPE_GRASS",
|
|
"TYPE_FIGHTING"
|
|
],
|
|
"catch_rate": 90,
|
|
"base_exp_reward": 165,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 2,
|
|
"defense": 0,
|
|
"speed": 0,
|
|
"special_attack": 0,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_KEBIA_BERRY"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_50",
|
|
"hatch_cycles": 15,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_FLUCTUATING",
|
|
"egg_groups": [
|
|
"EGG_GROUP_FAIRY",
|
|
"EGG_GROUP_GRASS"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_EFFECT_SPORE",
|
|
"ABILITY_POISON_HEAL"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_GREEN",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM01",
|
|
"TM06",
|
|
"TM08",
|
|
"TM09",
|
|
"TM10",
|
|
"TM11",
|
|
"TM15",
|
|
"TM17",
|
|
"TM19",
|
|
"TM20",
|
|
"TM21",
|
|
"TM22",
|
|
"TM23",
|
|
"TM27",
|
|
"TM31",
|
|
"TM32",
|
|
"TM36",
|
|
"TM39",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM49",
|
|
"TM52",
|
|
"TM53",
|
|
"TM56",
|
|
"TM58",
|
|
"TM60",
|
|
"TM68",
|
|
"TM70",
|
|
"TM71",
|
|
"TM75",
|
|
"TM78",
|
|
"TM80",
|
|
"TM82",
|
|
"TM83",
|
|
"TM86",
|
|
"TM87",
|
|
"TM90",
|
|
"HM01",
|
|
"HM04",
|
|
"HM06"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_ABSORB",
|
|
"MOVE_TACKLE",
|
|
"MOVE_STUN_SPORE",
|
|
"MOVE_LEECH_SEED"
|
|
],
|
|
"5": "MOVE_TACKLE",
|
|
"9": "MOVE_STUN_SPORE",
|
|
"13": "MOVE_LEECH_SEED",
|
|
"17": "MOVE_MEGA_DRAIN",
|
|
"21": "MOVE_HEADBUTT",
|
|
"23": "MOVE_MACH_PUNCH",
|
|
"25": "MOVE_COUNTER",
|
|
"29": "MOVE_FORCE_PALM",
|
|
"33": "MOVE_SKY_UPPERCUT",
|
|
"37": "MOVE_MIND_READER",
|
|
"41": "MOVE_SEED_BOMB",
|
|
"45": "MOVE_DYNAMIC_PUNCH"
|
|
},
|
|
"tutor": [
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_FURY_CUTTER",
|
|
"MOVE_THUNDER_PUNCH",
|
|
"MOVE_SUPERPOWER",
|
|
"MOVE_SNORE",
|
|
"MOVE_HELPING_HAND",
|
|
"MOVE_SYNTHESIS",
|
|
"MOVE_VACUUM_WAVE",
|
|
"MOVE_SEED_BOMB"
|
|
]
|
|
},
|
|
"footprint": {
|
|
"has_footprint": true,
|
|
"footprint_size": "FOOTPRINT_MEDIUM"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 12,
|
|
"weight": 392,
|
|
"body_shape": "SHAPE_BIPEDAL_TAILED",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 258,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 258,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 8,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 8,
|
|
"entry_text": "Its short arms stretch when it\nthrows punches. Its technique is\nequal to that of pro boxers.",
|
|
"category": "Mushroom Pokémon"
|
|
}
|
|
} |