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
124 lines
3.1 KiB
JSON
124 lines
3.1 KiB
JSON
{
|
|
"name": "Barboach",
|
|
"base_stats": {
|
|
"hp": 50,
|
|
"attack": 48,
|
|
"defense": 43,
|
|
"speed": 60,
|
|
"special_attack": 46,
|
|
"special_defense": 41
|
|
},
|
|
"types": [ "TYPE_WATER", "TYPE_GROUND" ],
|
|
"catch_rate": 190,
|
|
"base_exp_reward": 92,
|
|
"ev_yields": {
|
|
"hp": 1,
|
|
"attack": 0,
|
|
"defense": 0,
|
|
"speed": 0,
|
|
"special_attack": 0,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_NONE"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_50",
|
|
"hatch_cycles": 20,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_MEDIUM_FAST",
|
|
"egg_groups": [ "EGG_GROUP_WATER_2", "EGG_GROUP_WATER_2" ],
|
|
"abilities": [ "ABILITY_OBLIVIOUS", "ABILITY_ANTICIPATION" ],
|
|
"safari_flee_rate": 120,
|
|
"body_color": "MON_COLOR_GRAY",
|
|
"flip_sprite": false,
|
|
"learnset": {
|
|
"by_level": [
|
|
[ 1, "MOVE_MUD_SLAP" ],
|
|
[ 6, "MOVE_MUD_SPORT" ],
|
|
[ 6, "MOVE_WATER_SPORT" ],
|
|
[ 10, "MOVE_WATER_GUN" ],
|
|
[ 14, "MOVE_MUD_BOMB" ],
|
|
[ 18, "MOVE_AMNESIA" ],
|
|
[ 22, "MOVE_WATER_PULSE" ],
|
|
[ 26, "MOVE_MAGNITUDE" ],
|
|
[ 31, "MOVE_REST" ],
|
|
[ 31, "MOVE_SNORE" ],
|
|
[ 35, "MOVE_AQUA_TAIL" ],
|
|
[ 39, "MOVE_EARTHQUAKE" ],
|
|
[ 43, "MOVE_FUTURE_SIGHT" ],
|
|
[ 47, "MOVE_FISSURE" ]
|
|
],
|
|
"by_tm": [
|
|
"TM03",
|
|
"TM06",
|
|
"TM07",
|
|
"TM10",
|
|
"TM13",
|
|
"TM14",
|
|
"TM17",
|
|
"TM18",
|
|
"TM21",
|
|
"TM26",
|
|
"TM27",
|
|
"TM32",
|
|
"TM37",
|
|
"TM39",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM58",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM87",
|
|
"TM90",
|
|
"HM03",
|
|
"HM07"
|
|
],
|
|
"by_tutor": [
|
|
"MOVE_DIVE",
|
|
"MOVE_MUD_SLAP",
|
|
"MOVE_ICY_WIND",
|
|
"MOVE_AQUA_TAIL",
|
|
"MOVE_SNORE",
|
|
"MOVE_EARTH_POWER",
|
|
"MOVE_BOUNCE"
|
|
]
|
|
},
|
|
"evolutions": [
|
|
[
|
|
"EVO_LEVEL",
|
|
30,
|
|
"SPECIES_WHISCASH"
|
|
]
|
|
],
|
|
"footprint": {
|
|
"has": false,
|
|
"size": "FOOTPRINT_LARGE"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 4,
|
|
"weight": 19,
|
|
"body_shape": "SHAPE_FINS",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 464,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 464,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 65531,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 65531,
|
|
"entry_text": "Its slimy body is hard to grasp. In\none region, it is said to have been\nborn from hardened mud.",
|
|
"category": "Whiskers Pokémon"
|
|
},
|
|
"catching_show": {
|
|
"pal_park_land_area": "PAL_PARK_AREA_LAND_NONE",
|
|
"pal_park_water_area": "PAL_PARK_AREA_WATER_NORTH_EAST",
|
|
"catching_points": 50,
|
|
"rarity": 30,
|
|
"unused": 2051
|
|
}
|
|
}
|