mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-12 22:21:51 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
136 lines
3.3 KiB
JSON
136 lines
3.3 KiB
JSON
{
|
|
"name": "Yanmega",
|
|
"base_stats": {
|
|
"hp": 86,
|
|
"attack": 76,
|
|
"defense": 86,
|
|
"speed": 95,
|
|
"special_attack": 116,
|
|
"special_defense": 56
|
|
},
|
|
"types": [
|
|
"TYPE_BUG",
|
|
"TYPE_FLYING"
|
|
],
|
|
"catch_rate": 30,
|
|
"base_exp_reward": 198,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 2,
|
|
"defense": 0,
|
|
"speed": 0,
|
|
"special_attack": 0,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_WIDE_LENS"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_50",
|
|
"hatch_cycles": 20,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_MEDIUM_FAST",
|
|
"egg_groups": [
|
|
"EGG_GROUP_BUG",
|
|
"EGG_GROUP_BUG"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_SPEED_BOOST",
|
|
"ABILITY_TINTED_LENS"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_GREEN",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM06",
|
|
"TM10",
|
|
"TM11",
|
|
"TM15",
|
|
"TM17",
|
|
"TM19",
|
|
"TM21",
|
|
"TM22",
|
|
"TM27",
|
|
"TM29",
|
|
"TM30",
|
|
"TM32",
|
|
"TM40",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM46",
|
|
"TM47",
|
|
"TM51",
|
|
"TM58",
|
|
"TM62",
|
|
"TM68",
|
|
"TM70",
|
|
"TM77",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM85",
|
|
"TM87",
|
|
"TM89",
|
|
"TM90",
|
|
"HM05"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_NIGHT_SLASH",
|
|
"MOVE_BUG_BITE",
|
|
"MOVE_TACKLE",
|
|
"MOVE_FORESIGHT",
|
|
"MOVE_QUICK_ATTACK",
|
|
"MOVE_DOUBLE_TEAM"
|
|
],
|
|
"6": "MOVE_QUICK_ATTACK",
|
|
"11": "MOVE_DOUBLE_TEAM",
|
|
"14": "MOVE_SONIC_BOOM",
|
|
"17": "MOVE_DETECT",
|
|
"22": "MOVE_SUPERSONIC",
|
|
"27": "MOVE_UPROAR",
|
|
"30": "MOVE_PURSUIT",
|
|
"33": "MOVE_ANCIENT_POWER",
|
|
"38": "MOVE_FEINT",
|
|
"43": "MOVE_SLASH",
|
|
"46": "MOVE_SCREECH",
|
|
"49": "MOVE_U_TURN",
|
|
"54": "MOVE_AIR_SLASH",
|
|
"57": "MOVE_BUG_BUZZ"
|
|
},
|
|
"tutor": [
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_OMINOUS_WIND",
|
|
"MOVE_SNORE",
|
|
"MOVE_AIR_CUTTER",
|
|
"MOVE_ANCIENT_POWER",
|
|
"MOVE_SIGNAL_BEAM",
|
|
"MOVE_SWIFT",
|
|
"MOVE_UPROAR"
|
|
]
|
|
},
|
|
"footprint": {
|
|
"has_footprint": true,
|
|
"footprint_size": "FOOTPRINT_MEDIUM"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 19,
|
|
"weight": 515,
|
|
"body_shape": "SHAPE_MULTI_WINGED",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 276,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 276,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 65532,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 65532,
|
|
"entry_text": "Its jaw power is incredible. It is\nadept at biting apart foes while\nflying by at high speed.",
|
|
"category": "Ogre Darner Pokémon"
|
|
}
|
|
} |