mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -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
120 lines
3.0 KiB
JSON
120 lines
3.0 KiB
JSON
{
|
|
"name": "Beautifly",
|
|
"base_stats": {
|
|
"hp": 60,
|
|
"attack": 70,
|
|
"defense": 50,
|
|
"speed": 65,
|
|
"special_attack": 90,
|
|
"special_defense": 50
|
|
},
|
|
"types": [ "TYPE_BUG", "TYPE_FLYING" ],
|
|
"catch_rate": 45,
|
|
"base_exp_reward": 161,
|
|
"ev_yields": {
|
|
"hp": 0,
|
|
"attack": 0,
|
|
"defense": 0,
|
|
"speed": 0,
|
|
"special_attack": 3,
|
|
"special_defense": 0
|
|
},
|
|
"held_items": {
|
|
"common": "ITEM_NONE",
|
|
"rare": "ITEM_SHED_SHELL"
|
|
},
|
|
"gender_ratio": "GENDER_RATIO_FEMALE_50",
|
|
"hatch_cycles": 15,
|
|
"base_friendship": 70,
|
|
"exp_rate": "EXP_RATE_MEDIUM_FAST",
|
|
"egg_groups": [ "EGG_GROUP_BUG", "EGG_GROUP_BUG" ],
|
|
"abilities": [ "ABILITY_SWARM", "ABILITY_NONE" ],
|
|
"safari_flee_rate": 0,
|
|
"body_color": "MON_COLOR_YELLOW",
|
|
"flip_sprite": false,
|
|
"learnset": {
|
|
"by_level": [
|
|
[ 1, "MOVE_ABSORB" ],
|
|
[ 10, "MOVE_ABSORB" ],
|
|
[ 13, "MOVE_GUST" ],
|
|
[ 17, "MOVE_STUN_SPORE" ],
|
|
[ 20, "MOVE_MORNING_SUN" ],
|
|
[ 24, "MOVE_MEGA_DRAIN" ],
|
|
[ 27, "MOVE_WHIRLWIND" ],
|
|
[ 31, "MOVE_ATTRACT" ],
|
|
[ 34, "MOVE_SILVER_WIND" ],
|
|
[ 38, "MOVE_GIGA_DRAIN" ],
|
|
[ 41, "MOVE_BUG_BUZZ" ]
|
|
],
|
|
"by_tm": [
|
|
"TM06",
|
|
"TM10",
|
|
"TM11",
|
|
"TM15",
|
|
"TM17",
|
|
"TM19",
|
|
"TM20",
|
|
"TM21",
|
|
"TM22",
|
|
"TM27",
|
|
"TM29",
|
|
"TM30",
|
|
"TM32",
|
|
"TM40",
|
|
"TM42",
|
|
"TM43",
|
|
"TM44",
|
|
"TM45",
|
|
"TM46",
|
|
"TM51",
|
|
"TM53",
|
|
"TM58",
|
|
"TM62",
|
|
"TM68",
|
|
"TM70",
|
|
"TM78",
|
|
"TM82",
|
|
"TM83",
|
|
"TM87",
|
|
"TM89",
|
|
"TM90",
|
|
"HM05"
|
|
],
|
|
"by_tutor": [
|
|
"MOVE_OMINOUS_WIND",
|
|
"MOVE_SNORE",
|
|
"MOVE_AIR_CUTTER",
|
|
"MOVE_SIGNAL_BEAM",
|
|
"MOVE_TWISTER",
|
|
"MOVE_SWIFT"
|
|
]
|
|
},
|
|
"evolutions": [ ],
|
|
"footprint": {
|
|
"has": true,
|
|
"size": "FOOTPRINT_MEDIUM"
|
|
},
|
|
"pokedex_data": {
|
|
"height": 10,
|
|
"weight": 284,
|
|
"body_shape": "SHAPE_MULTI_WINGED",
|
|
"trainer_scale_f": 272,
|
|
"pokemon_scale_f": 256,
|
|
"trainer_scale_m": 256,
|
|
"pokemon_scale_m": 256,
|
|
"trainer_pos_f": 8,
|
|
"pokemon_pos_f": 65526,
|
|
"trainer_pos_m": 9,
|
|
"pokemon_pos_m": 65526,
|
|
"entry_text": "Despite its looks, it is aggressive.\nIt jabs with its long, thin mouth if\ndisturbed while collecting pollen.",
|
|
"category": "Butterfly Pokémon"
|
|
},
|
|
"catching_show": {
|
|
"pal_park_land_area": "PAL_PARK_AREA_LAND_NORTH_WEST",
|
|
"pal_park_water_area": "PAL_PARK_AREA_WATER_NONE",
|
|
"catching_points": 70,
|
|
"rarity": 20,
|
|
"unused": 4356
|
|
}
|
|
}
|