mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-19 17:01:51 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
149 lines
3.5 KiB
JSON
149 lines
3.5 KiB
JSON
{
|
|
"name": "Azelf",
|
|
"base_stats": {
|
|
"hp": 75,
|
|
"attack": 125,
|
|
"defense": 70,
|
|
"speed": 115,
|
|
"special_attack": 125,
|
|
"special_defense": 70
|
|
},
|
|
"types": [
|
|
"TYPE_PSYCHIC",
|
|
"TYPE_PSYCHIC"
|
|
],
|
|
"catch_rate": 3,
|
|
"base_exp_reward": 210,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 2,
|
|
"defense": 0,
|
|
"speed": 0,
|
|
"special_attack": 1,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_NONE"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_NO_GENDER",
|
|
"hatch_cycles": 80,
|
|
"base_friendship": 140,
|
|
"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": [
|
|
"TM03",
|
|
"TM04",
|
|
"TM06",
|
|
"TM10",
|
|
"TM11",
|
|
"TM12",
|
|
"TM15",
|
|
"TM16",
|
|
"TM17",
|
|
"TM18",
|
|
"TM20",
|
|
"TM21",
|
|
"TM23",
|
|
"TM24",
|
|
"TM25",
|
|
"TM27",
|
|
"TM29",
|
|
"TM30",
|
|
"TM32",
|
|
"TM33",
|
|
"TM34",
|
|
"TM35",
|
|
"TM37",
|
|
"TM38",
|
|
"TM41",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM48",
|
|
"TM53",
|
|
"TM56",
|
|
"TM57",
|
|
"TM58",
|
|
"TM64",
|
|
"TM66",
|
|
"TM67",
|
|
"TM68",
|
|
"TM70",
|
|
"TM73",
|
|
"TM76",
|
|
"TM77",
|
|
"TM82",
|
|
"TM83",
|
|
"TM85",
|
|
"TM86",
|
|
"TM87",
|
|
"TM89",
|
|
"TM90",
|
|
"TM92"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_REST",
|
|
"MOVE_CONFUSION"
|
|
],
|
|
"6": "MOVE_IMPRISON",
|
|
"16": "MOVE_DETECT",
|
|
"21": "MOVE_SWIFT",
|
|
"31": "MOVE_UPROAR",
|
|
"36": "MOVE_FUTURE_SIGHT",
|
|
"46": "MOVE_NASTY_PLOT",
|
|
"51": "MOVE_EXTRASENSORY",
|
|
"61": "MOVE_LAST_RESORT",
|
|
"66": "MOVE_NATURAL_GIFT",
|
|
"76": "MOVE_EXPLOSION"
|
|
},
|
|
"tutor": [
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_THUNDER_PUNCH",
|
|
"MOVE_FIRE_PUNCH",
|
|
"MOVE_ICE_PUNCH",
|
|
"MOVE_SNORE",
|
|
"MOVE_HELPING_HAND",
|
|
"MOVE_SIGNAL_BEAM",
|
|
"MOVE_ZEN_HEADBUTT",
|
|
"MOVE_LAST_RESORT",
|
|
"MOVE_TRICK",
|
|
"MOVE_KNOCK_OFF",
|
|
"MOVE_SWIFT",
|
|
"MOVE_UPROAR"
|
|
]
|
|
},
|
|
"footprint": {
|
|
"has_footprint": true,
|
|
"footprint_size": "FOOTPRINT_SMALL"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 3,
|
|
"weight": 3,
|
|
"body_shape": "SHAPE_BIPEDAL_TAILED",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 491,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 491,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 65526,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 65526,
|
|
"entry_text": "When AZELF flew, people gained the\ndetermination to do things.\nIt was the birth of willpower.",
|
|
"category": "Willpower Pokémon"
|
|
}
|
|
} |