mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 00:32:20 -05:00
This new code is responsible for packing the following archives: - `pl_personal` -> basic information for each species: stats, types, etc. - `evo` -> evolution lines for each species - `wotbl` -> by-level learnsets for each species - `ppark` -> catching show data for each species - `height` -> y-offsets for front and back sprites for each species - `pl_poke_data` -> sprite-rendering data for each species: animation ID, frame data, shadow size and offsets, etc. Additionally, the following headers are generated: - `res/pokemon/tutorable_moves.h` -> A listing of moves taught by each tutor and how much each move costs to be tutored - `res/pokemon/species_learnsets_by_tutor.h` -> An array of bitmasks for each species designating which moves can be tutored to that species
132 lines
3.3 KiB
JSON
132 lines
3.3 KiB
JSON
{
|
|
"name": "Armaldo",
|
|
"base_stats": {
|
|
"hp": 75,
|
|
"attack": 125,
|
|
"defense": 100,
|
|
"speed": 45,
|
|
"special_attack": 70,
|
|
"special_defense": 80
|
|
},
|
|
"types": [ "TYPE_ROCK", "TYPE_BUG" ],
|
|
"catch_rate": 45,
|
|
"base_exp_reward": 199,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 2,
|
|
"defense": 0,
|
|
"speed": 0,
|
|
"special_attack": 0,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_NONE"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_12_5",
|
|
"hatch_cycles": 30,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_ERRATIC",
|
|
"egg_groups": [ "EGG_GROUP_WATER_3", "EGG_GROUP_WATER_3" ],
|
|
"abilities": [ "ABILITY_BATTLE_ARMOR", "ABILITY_NONE" ],
|
|
"safari_flee_rate": 0,
|
|
"body_color": "MON_COLOR_GRAY",
|
|
"flip_sprite": false,
|
|
"learnset": {
|
|
"by_level": [
|
|
[ 1, "MOVE_SCRATCH" ],
|
|
[ 1, "MOVE_HARDEN" ],
|
|
[ 1, "MOVE_MUD_SPORT" ],
|
|
[ 1, "MOVE_WATER_GUN" ],
|
|
[ 7, "MOVE_MUD_SPORT" ],
|
|
[ 13, "MOVE_WATER_GUN" ],
|
|
[ 19, "MOVE_METAL_CLAW" ],
|
|
[ 25, "MOVE_PROTECT" ],
|
|
[ 31, "MOVE_ANCIENT_POWER" ],
|
|
[ 37, "MOVE_FURY_CUTTER" ],
|
|
[ 46, "MOVE_SLASH" ],
|
|
[ 55, "MOVE_ROCK_BLAST" ],
|
|
[ 67, "MOVE_CRUSH_CLAW" ],
|
|
[ 73, "MOVE_X_SCISSOR" ]
|
|
],
|
|
"by_tm": [
|
|
"TM03",
|
|
"TM06",
|
|
"TM10",
|
|
"TM11",
|
|
"TM15",
|
|
"TM17",
|
|
"TM21",
|
|
"TM23",
|
|
"TM26",
|
|
"TM27",
|
|
"TM28",
|
|
"TM31",
|
|
"TM32",
|
|
"TM37",
|
|
"TM39",
|
|
"TM40",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM54",
|
|
"TM58",
|
|
"TM68",
|
|
"TM69",
|
|
"TM71",
|
|
"TM75",
|
|
"TM76",
|
|
"TM78",
|
|
"TM80",
|
|
"TM81",
|
|
"TM82",
|
|
"TM83",
|
|
"TM87",
|
|
"TM90",
|
|
"TM91",
|
|
"HM01",
|
|
"HM04",
|
|
"HM06"
|
|
],
|
|
"by_tutor": [
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_FURY_CUTTER",
|
|
"MOVE_SUPERPOWER",
|
|
"MOVE_AQUA_TAIL",
|
|
"MOVE_SNORE",
|
|
"MOVE_ANCIENT_POWER",
|
|
"MOVE_EARTH_POWER",
|
|
"MOVE_IRON_DEFENSE",
|
|
"MOVE_KNOCK_OFF"
|
|
]
|
|
},
|
|
"evolutions": [ ],
|
|
"footprint": {
|
|
"has": true,
|
|
"size": "FOOTPRINT_MEDIUM"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 15,
|
|
"weight": 682,
|
|
"body_shape": "SHAPE_BIPEDAL_TAILED",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 236,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 236,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 6,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 6,
|
|
"entry_text": "It went ashore after evolving.\nIts entire body is clad in a sturdy\narmor.",
|
|
"category": "Plate Pokémon"
|
|
},
|
|
"catching_show": {
|
|
"pal_park_land_area": "PAL_PARK_AREA_LAND_NONE",
|
|
"pal_park_water_area": "PAL_PARK_AREA_WATER_SOUTH_EAST",
|
|
"catching_points": 80,
|
|
"rarity": 10,
|
|
"unused": 1035
|
|
}
|
|
}
|