mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-15 23:53:11 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
135 lines
3.2 KiB
JSON
135 lines
3.2 KiB
JSON
{
|
|
"name": "Donphan",
|
|
"base_stats": {
|
|
"hp": 90,
|
|
"attack": 120,
|
|
"defense": 120,
|
|
"speed": 50,
|
|
"special_attack": 60,
|
|
"special_defense": 60
|
|
},
|
|
"types": [
|
|
"TYPE_GROUND",
|
|
"TYPE_GROUND"
|
|
],
|
|
"catch_rate": 60,
|
|
"base_exp_reward": 189,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 1,
|
|
"defense": 1,
|
|
"speed": 0,
|
|
"special_attack": 0,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_PASSHO_BERRY"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_50",
|
|
"hatch_cycles": 20,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_MEDIUM_FAST",
|
|
"egg_groups": [
|
|
"EGG_GROUP_FIELD",
|
|
"EGG_GROUP_FIELD"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_STURDY",
|
|
"ABILITY_NONE"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_GRAY",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM05",
|
|
"TM06",
|
|
"TM10",
|
|
"TM11",
|
|
"TM15",
|
|
"TM17",
|
|
"TM21",
|
|
"TM23",
|
|
"TM26",
|
|
"TM27",
|
|
"TM32",
|
|
"TM37",
|
|
"TM39",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM58",
|
|
"TM68",
|
|
"TM69",
|
|
"TM71",
|
|
"TM74",
|
|
"TM76",
|
|
"TM78",
|
|
"TM80",
|
|
"TM82",
|
|
"TM83",
|
|
"TM84",
|
|
"TM87",
|
|
"TM90",
|
|
"HM04",
|
|
"HM06"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_FIRE_FANG",
|
|
"MOVE_THUNDER_FANG",
|
|
"MOVE_HORN_ATTACK",
|
|
"MOVE_GROWL",
|
|
"MOVE_DEFENSE_CURL",
|
|
"MOVE_FLAIL"
|
|
],
|
|
"6": "MOVE_RAPID_SPIN",
|
|
"10": "MOVE_KNOCK_OFF",
|
|
"15": "MOVE_ROLLOUT",
|
|
"19": "MOVE_MAGNITUDE",
|
|
"24": "MOVE_SLAM",
|
|
"25": "MOVE_FURY_ATTACK",
|
|
"31": "MOVE_ASSURANCE",
|
|
"39": "MOVE_SCARY_FACE",
|
|
"46": "MOVE_EARTHQUAKE",
|
|
"54": "MOVE_GIGA_IMPACT"
|
|
},
|
|
"tutor": [
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_ROLLOUT",
|
|
"MOVE_SUPERPOWER",
|
|
"MOVE_SNORE",
|
|
"MOVE_ENDEAVOR",
|
|
"MOVE_ANCIENT_POWER",
|
|
"MOVE_EARTH_POWER",
|
|
"MOVE_GUNK_SHOT",
|
|
"MOVE_SEED_BOMB",
|
|
"MOVE_IRON_DEFENSE",
|
|
"MOVE_BOUNCE",
|
|
"MOVE_KNOCK_OFF"
|
|
]
|
|
},
|
|
"footprint": {
|
|
"has_footprint": true,
|
|
"footprint_size": "FOOTPRINT_MEDIUM"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 11,
|
|
"weight": 1200,
|
|
"body_shape": "SHAPE_QUADRUPED",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 247,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 247,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 17,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 17,
|
|
"entry_text": "It attacks by curling up, then\nrolling into its foe. It can blow\napart a house in one hit.",
|
|
"category": "Armor Pokémon"
|
|
}
|
|
} |