mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-20 09:22:20 -05:00
Implemented camelCase Use unicode characters in data.json Removed double escape from data.json Gave names to generated message files
144 lines
3.4 KiB
JSON
144 lines
3.4 KiB
JSON
{
|
|
"name": "Onix",
|
|
"base_stats": {
|
|
"hp": 35,
|
|
"attack": 45,
|
|
"defense": 160,
|
|
"speed": 70,
|
|
"special_attack": 30,
|
|
"special_defense": 45
|
|
},
|
|
"types": [
|
|
"TYPE_ROCK",
|
|
"TYPE_GROUND"
|
|
],
|
|
"catch_rate": 45,
|
|
"base_exp_reward": 108,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 1,
|
|
"speed": 0,
|
|
"special_attack": 0,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_NONE"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_50",
|
|
"hatch_cycles": 25,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_MEDIUM_FAST",
|
|
"egg_groups": [
|
|
"EGG_GROUP_MINERAL",
|
|
"EGG_GROUP_MINERAL"
|
|
],
|
|
"abilities": [
|
|
"ABILITY_ROCK_HEAD",
|
|
"ABILITY_STURDY"
|
|
],
|
|
"great_marsh_flee_rate": 0,
|
|
"sprite": {
|
|
"color": "MON_COLOR_GRAY",
|
|
"flip_sprite": false
|
|
},
|
|
"learnset": {
|
|
"tms": [
|
|
"TM05",
|
|
"TM06",
|
|
"TM10",
|
|
"TM11",
|
|
"TM12",
|
|
"TM17",
|
|
"TM21",
|
|
"TM23",
|
|
"TM26",
|
|
"TM27",
|
|
"TM28",
|
|
"TM32",
|
|
"TM37",
|
|
"TM39",
|
|
"TM41",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM58",
|
|
"TM59",
|
|
"TM64",
|
|
"TM66",
|
|
"TM69",
|
|
"TM71",
|
|
"TM74",
|
|
"TM76",
|
|
"TM77",
|
|
"TM78",
|
|
"TM80",
|
|
"TM82",
|
|
"TM83",
|
|
"TM87",
|
|
"TM90",
|
|
"TM91",
|
|
"HM04",
|
|
"HM06",
|
|
"HM08"
|
|
],
|
|
"level_up": {
|
|
"1": [
|
|
"MOVE_MUD_SPORT",
|
|
"MOVE_TACKLE",
|
|
"MOVE_HARDEN",
|
|
"MOVE_BIND"
|
|
],
|
|
"6": "MOVE_SCREECH",
|
|
"9": "MOVE_ROCK_THROW",
|
|
"14": "MOVE_RAGE",
|
|
"17": "MOVE_ROCK_TOMB",
|
|
"22": "MOVE_SANDSTORM",
|
|
"25": "MOVE_SLAM",
|
|
"30": "MOVE_ROCK_POLISH",
|
|
"33": "MOVE_DRAGON_BREATH",
|
|
"38": "MOVE_CURSE",
|
|
"41": "MOVE_IRON_TAIL",
|
|
"46": "MOVE_SAND_TOMB",
|
|
"49": "MOVE_DOUBLE_EDGE",
|
|
"54": "MOVE_STONE_EDGE"
|
|
},
|
|
"tutor": [
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_ROLLOUT",
|
|
"MOVE_IRON_HEAD",
|
|
"MOVE_SNORE",
|
|
"MOVE_ANCIENT_POWER",
|
|
"MOVE_EARTH_POWER",
|
|
"MOVE_TWISTER"
|
|
]
|
|
},
|
|
"evolutions": [
|
|
[
|
|
"EVO_TRADE_WITH_ITEM",
|
|
"ITEM_METAL_COAT",
|
|
"SPECIES_STEELIX"
|
|
]
|
|
],
|
|
"footprint": {
|
|
"has_footprint": false,
|
|
"footprint_size": "FOOTPRINT_LARGE"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 88,
|
|
"weight": 2100,
|
|
"body_shape": "SHAPE_SERPENTINE",
|
|
"trainer_scale_f": 692,
|
|
"pokemon_scale_f": 256,
|
|
"trainer_scale_m": 588,
|
|
"pokemon_scale_m": 256,
|
|
"trainer_pos_f": 26,
|
|
"pokemon_pos_f": 1,
|
|
"trainer_pos_m": 25,
|
|
"pokemon_pos_m": 1,
|
|
"entry_text": "It burrows through the ground\nat a speed of 50 mph while\nfeeding on large boulders.\n",
|
|
"category": "Rock Snake Pokémon"
|
|
}
|
|
} |