mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-19 08:51:54 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
141 lines
3.3 KiB
JSON
141 lines
3.3 KiB
JSON
{
|
|
"name": "Drapion",
|
|
"base_stats": {
|
|
"hp": 70,
|
|
"attack": 90,
|
|
"defense": 110,
|
|
"speed": 95,
|
|
"special_attack": 60,
|
|
"special_defense": 75
|
|
},
|
|
"types": [
|
|
"TYPE_POISON",
|
|
"TYPE_DARK"
|
|
],
|
|
"catch_rate": 45,
|
|
"base_exp_reward": 204,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 2,
|
|
"speed": 0,
|
|
"special_attack": 0,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_POISON_BARB"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_50",
|
|
"hatch_cycles": 20,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_SLOW",
|
|
"egg_groups": [
|
|
"EGG_GROUP_BUG",
|
|
"EGG_GROUP_WATER_3"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_BATTLE_ARMOR",
|
|
"ABILITY_SNIPER"
|
|
],
|
|
"great_marsh_flee_rate": 60,
|
|
"sprite": {
|
|
"color": "MON_COLOR_PURPLE",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM05",
|
|
"TM06",
|
|
"TM10",
|
|
"TM11",
|
|
"TM12",
|
|
"TM15",
|
|
"TM17",
|
|
"TM18",
|
|
"TM21",
|
|
"TM23",
|
|
"TM26",
|
|
"TM27",
|
|
"TM28",
|
|
"TM30",
|
|
"TM31",
|
|
"TM32",
|
|
"TM36",
|
|
"TM39",
|
|
"TM40",
|
|
"TM41",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM46",
|
|
"TM54",
|
|
"TM56",
|
|
"TM58",
|
|
"TM66",
|
|
"TM68",
|
|
"TM70",
|
|
"TM75",
|
|
"TM78",
|
|
"TM79",
|
|
"TM80",
|
|
"TM81",
|
|
"TM82",
|
|
"TM83",
|
|
"TM84",
|
|
"TM87",
|
|
"TM90",
|
|
"HM01",
|
|
"HM04",
|
|
"HM06",
|
|
"HM08"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_THUNDER_FANG",
|
|
"MOVE_ICE_FANG",
|
|
"MOVE_FIRE_FANG",
|
|
"MOVE_BITE",
|
|
"MOVE_POISON_STING",
|
|
"MOVE_LEER",
|
|
"MOVE_KNOCK_OFF"
|
|
],
|
|
"6": "MOVE_KNOCK_OFF",
|
|
"12": "MOVE_PIN_MISSILE",
|
|
"17": "MOVE_ACUPRESSURE",
|
|
"23": "MOVE_SCARY_FACE",
|
|
"28": "MOVE_TOXIC_SPIKES",
|
|
"34": "MOVE_BUG_BITE",
|
|
"39": "MOVE_POISON_FANG",
|
|
"49": "MOVE_CRUNCH",
|
|
"58": "MOVE_CROSS_POISON"
|
|
},
|
|
"tutor": [
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_FURY_CUTTER",
|
|
"MOVE_AQUA_TAIL",
|
|
"MOVE_SNORE",
|
|
"MOVE_KNOCK_OFF"
|
|
]
|
|
},
|
|
"footprint": {
|
|
"has_footprint": true,
|
|
"footprint_size": "FOOTPRINT_SMALL"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 13,
|
|
"weight": 615,
|
|
"body_shape": "SHAPE_INSECTOID",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 256,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 256,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 10,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 10,
|
|
"entry_text": "Possessing a sturdy build, it takes\npride in its strength, taking down\nfoes without using toxins.",
|
|
"category": "Ogre Scorp Pokémon"
|
|
}
|
|
} |