mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-12 03:57:12 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
153 lines
3.6 KiB
JSON
153 lines
3.6 KiB
JSON
{
|
|
"name": "Latios",
|
|
"base_stats": {
|
|
"hp": 80,
|
|
"attack": 90,
|
|
"defense": 80,
|
|
"speed": 110,
|
|
"special_attack": 130,
|
|
"special_defense": 110
|
|
},
|
|
"types": [
|
|
"TYPE_DRAGON",
|
|
"TYPE_PSYCHIC"
|
|
],
|
|
"catch_rate": 3,
|
|
"base_exp_reward": 211,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 0,
|
|
"speed": 0,
|
|
"special_attack": 3,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_NONE"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_MALE_ONLY",
|
|
"hatch_cycles": 120,
|
|
"base_friendship": 90,
|
|
"exp_rate": "EXP_RATE_SLOW",
|
|
"egg_groups": [
|
|
"EGG_GROUP_UNDISCOVERED",
|
|
"EGG_GROUP_UNDISCOVERED"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_LEVITATE",
|
|
"ABILITY_NONE"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_BLUE",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM02",
|
|
"TM03",
|
|
"TM04",
|
|
"TM05",
|
|
"TM06",
|
|
"TM10",
|
|
"TM11",
|
|
"TM13",
|
|
"TM15",
|
|
"TM16",
|
|
"TM17",
|
|
"TM18",
|
|
"TM20",
|
|
"TM21",
|
|
"TM22",
|
|
"TM24",
|
|
"TM25",
|
|
"TM26",
|
|
"TM27",
|
|
"TM29",
|
|
"TM30",
|
|
"TM32",
|
|
"TM33",
|
|
"TM34",
|
|
"TM37",
|
|
"TM40",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM47",
|
|
"TM51",
|
|
"TM53",
|
|
"TM57",
|
|
"TM58",
|
|
"TM59",
|
|
"TM65",
|
|
"TM68",
|
|
"TM70",
|
|
"TM73",
|
|
"TM77",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM85",
|
|
"TM86",
|
|
"TM87",
|
|
"TM90",
|
|
"HM01",
|
|
"HM02",
|
|
"HM03",
|
|
"HM05",
|
|
"HM07"
|
|
],
|
|
"level_up": {
|
|
"1": "MOVE_PSYWAVE",
|
|
"5": "MOVE_HEAL_BLOCK",
|
|
"10": "MOVE_HELPING_HAND",
|
|
"15": "MOVE_SAFEGUARD",
|
|
"20": "MOVE_DRAGON_BREATH",
|
|
"25": "MOVE_PROTECT",
|
|
"30": "MOVE_REFRESH",
|
|
"35": "MOVE_LUSTER_PURGE",
|
|
"40": "MOVE_ZEN_HEADBUTT",
|
|
"45": "MOVE_RECOVER",
|
|
"50": "MOVE_PSYCHO_SHIFT",
|
|
"55": "MOVE_DRAGON_DANCE",
|
|
"60": "MOVE_MEMENTO",
|
|
"65": "MOVE_PSYCHIC",
|
|
"70": "MOVE_DRAGON_PULSE"
|
|
},
|
|
"tutor": [
|
|
"MOVE_DIVE",
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_FURY_CUTTER",
|
|
"MOVE_ICY_WIND",
|
|
"MOVE_SNORE",
|
|
"MOVE_HELPING_HAND",
|
|
"MOVE_OUTRAGE",
|
|
"MOVE_ZEN_HEADBUTT",
|
|
"MOVE_TWISTER",
|
|
"MOVE_LAST_RESORT",
|
|
"MOVE_TRICK",
|
|
"MOVE_SWIFT"
|
|
]
|
|
},
|
|
"footprint": {
|
|
"has_footprint": true,
|
|
"footprint_size": "FOOTPRINT_MEDIUM"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 20,
|
|
"weight": 600,
|
|
"body_shape": "SHAPE_WINGED",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 256,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 256,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 0,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 0,
|
|
"entry_text": "A highly intelligent Pokémon.\nBy folding back its wings in flight,\nit can overtake jet planes.",
|
|
"category": "Eon Pokémon"
|
|
}
|
|
} |