mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-15 15:45:53 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
133 lines
3.2 KiB
JSON
133 lines
3.2 KiB
JSON
{
|
|
"name": "Masquerain",
|
|
"base_stats": {
|
|
"hp": 70,
|
|
"attack": 60,
|
|
"defense": 62,
|
|
"speed": 60,
|
|
"special_attack": 80,
|
|
"special_defense": 82
|
|
},
|
|
"types": [
|
|
"TYPE_BUG",
|
|
"TYPE_FLYING"
|
|
],
|
|
"catch_rate": 75,
|
|
"base_exp_reward": 128,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 0,
|
|
"speed": 0,
|
|
"special_attack": 1,
|
|
"special_defense": 1
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_SILVERPOWDER"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_50",
|
|
"hatch_cycles": 15,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_MEDIUM_FAST",
|
|
"egg_groups": [
|
|
"EGG_GROUP_WATER_1",
|
|
"EGG_GROUP_BUG"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_INTIMIDATE",
|
|
"ABILITY_NONE"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_BLUE",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM03",
|
|
"TM06",
|
|
"TM10",
|
|
"TM11",
|
|
"TM13",
|
|
"TM14",
|
|
"TM15",
|
|
"TM17",
|
|
"TM18",
|
|
"TM19",
|
|
"TM21",
|
|
"TM22",
|
|
"TM27",
|
|
"TM30",
|
|
"TM32",
|
|
"TM40",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM46",
|
|
"TM51",
|
|
"TM53",
|
|
"TM58",
|
|
"TM62",
|
|
"TM68",
|
|
"TM70",
|
|
"TM77",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM87",
|
|
"TM89",
|
|
"TM90",
|
|
"HM05"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_OMINOUS_WIND",
|
|
"MOVE_BUBBLE",
|
|
"MOVE_QUICK_ATTACK",
|
|
"MOVE_SWEET_SCENT",
|
|
"MOVE_WATER_SPORT"
|
|
],
|
|
"7": "MOVE_QUICK_ATTACK",
|
|
"13": "MOVE_SWEET_SCENT",
|
|
"19": "MOVE_WATER_SPORT",
|
|
"22": "MOVE_GUST",
|
|
"26": "MOVE_SCARY_FACE",
|
|
"33": "MOVE_STUN_SPORE",
|
|
"40": "MOVE_SILVER_WIND",
|
|
"47": "MOVE_AIR_SLASH",
|
|
"54": "MOVE_WHIRLWIND",
|
|
"61": "MOVE_BUG_BUZZ"
|
|
},
|
|
"tutor": [
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_ICY_WIND",
|
|
"MOVE_OMINOUS_WIND",
|
|
"MOVE_SNORE",
|
|
"MOVE_AIR_CUTTER",
|
|
"MOVE_SIGNAL_BEAM",
|
|
"MOVE_TWISTER",
|
|
"MOVE_SWIFT"
|
|
]
|
|
},
|
|
"footprint": {
|
|
"has_footprint": false,
|
|
"footprint_size": "FOOTPRINT_LARGE"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 8,
|
|
"weight": 36,
|
|
"body_shape": "SHAPE_MULTI_WINGED",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 366,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 366,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 65533,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 65533,
|
|
"entry_text": "Its antennae have eye patterns\non them. Its four wings enable it\nto hover and fly in any direction.",
|
|
"category": "Eyeball Pokémon"
|
|
}
|
|
} |