mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-05 09:31:29 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
143 lines
3.4 KiB
JSON
143 lines
3.4 KiB
JSON
{
|
|
"name": "Sharpedo",
|
|
"base_stats": {
|
|
"hp": 70,
|
|
"attack": 120,
|
|
"defense": 40,
|
|
"speed": 95,
|
|
"special_attack": 95,
|
|
"special_defense": 40
|
|
},
|
|
"types": [
|
|
"TYPE_WATER",
|
|
"TYPE_DARK"
|
|
],
|
|
"catch_rate": 60,
|
|
"base_exp_reward": 175,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 2,
|
|
"defense": 0,
|
|
"speed": 0,
|
|
"special_attack": 0,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_DEEPSEATOOTH"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_50",
|
|
"hatch_cycles": 20,
|
|
"base_friendship": 35,
|
|
"exp_rate": "EXP_RATE_SLOW",
|
|
"egg_groups": [
|
|
"EGG_GROUP_WATER_2",
|
|
"EGG_GROUP_WATER_2"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_ROUGH_SKIN",
|
|
"ABILITY_NONE"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_BLUE",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM03",
|
|
"TM05",
|
|
"TM06",
|
|
"TM07",
|
|
"TM10",
|
|
"TM12",
|
|
"TM13",
|
|
"TM14",
|
|
"TM15",
|
|
"TM17",
|
|
"TM18",
|
|
"TM21",
|
|
"TM26",
|
|
"TM27",
|
|
"TM32",
|
|
"TM39",
|
|
"TM41",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM46",
|
|
"TM55",
|
|
"TM58",
|
|
"TM66",
|
|
"TM68",
|
|
"TM72",
|
|
"TM78",
|
|
"TM79",
|
|
"TM82",
|
|
"TM83",
|
|
"TM84",
|
|
"TM87",
|
|
"TM90",
|
|
"HM03",
|
|
"HM04",
|
|
"HM06",
|
|
"HM07"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_FEINT",
|
|
"MOVE_LEER",
|
|
"MOVE_BITE",
|
|
"MOVE_RAGE",
|
|
"MOVE_FOCUS_ENERGY"
|
|
],
|
|
"6": "MOVE_RAGE",
|
|
"8": "MOVE_FOCUS_ENERGY",
|
|
"11": "MOVE_SCARY_FACE",
|
|
"16": "MOVE_ICE_FANG",
|
|
"18": "MOVE_SCREECH",
|
|
"21": "MOVE_SWAGGER",
|
|
"26": "MOVE_ASSURANCE",
|
|
"28": "MOVE_CRUNCH",
|
|
"30": "MOVE_SLASH",
|
|
"34": "MOVE_AQUA_JET",
|
|
"40": "MOVE_TAUNT",
|
|
"45": "MOVE_AGILITY",
|
|
"50": "MOVE_SKULL_BASH",
|
|
"56": "MOVE_NIGHT_SLASH"
|
|
},
|
|
"tutor": [
|
|
"MOVE_DIVE",
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_FURY_CUTTER",
|
|
"MOVE_ICY_WIND",
|
|
"MOVE_SNORE",
|
|
"MOVE_SPITE",
|
|
"MOVE_ANCIENT_POWER",
|
|
"MOVE_ZEN_HEADBUTT",
|
|
"MOVE_BOUNCE",
|
|
"MOVE_SWIFT",
|
|
"MOVE_UPROAR"
|
|
]
|
|
},
|
|
"footprint": {
|
|
"has_footprint": false,
|
|
"footprint_size": "FOOTPRINT_LARGE"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 18,
|
|
"weight": 888,
|
|
"body_shape": "SHAPE_FINS",
|
|
"trainer_scale_f": 346,
|
|
"pokemon_scale_f": 256,
|
|
"trainer_scale_m": 340,
|
|
"pokemon_scale_m": 256,
|
|
"trainer_pos_f": 16,
|
|
"pokemon_pos_f": 65535,
|
|
"trainer_pos_m": 15,
|
|
"pokemon_pos_m": 65535,
|
|
"entry_text": "Its fangs rip through sheet iron.\nIt swims at 75 mph and is known as\n\u201cThe Bully of the Sea.\u201d",
|
|
"category": "Brutal Pokémon"
|
|
}
|
|
} |