pokeplatinum/res/pokemon/banette/data.json
Rachel 2c410b8046 Replace python scripts for packing species archives with C++
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
2025-01-21 22:46:39 -08:00

138 lines
3.5 KiB
JSON

{
"name": "Banette",
"base_stats": {
"hp": 64,
"attack": 115,
"defense": 65,
"speed": 65,
"special_attack": 83,
"special_defense": 63
},
"types": [ "TYPE_GHOST", "TYPE_GHOST" ],
"catch_rate": 45,
"base_exp_reward": 179,
"ev_yields": {
"hp": 0,
"attack": 2,
"defense": 0,
"speed": 0,
"special_attack": 0,
"special_defense": 0
},
"held_items": {
"common": "ITEM_NONE",
"rare": "ITEM_SPELL_TAG"
},
"gender_ratio": "GENDER_RATIO_FEMALE_50",
"hatch_cycles": 25,
"base_friendship": 35,
"exp_rate": "EXP_RATE_FAST",
"egg_groups": [ "EGG_GROUP_AMORPHOUS", "EGG_GROUP_AMORPHOUS" ],
"abilities": [ "ABILITY_INSOMNIA", "ABILITY_FRISK" ],
"safari_flee_rate": 0,
"body_color": "MON_COLOR_BLACK",
"flip_sprite": false,
"learnset": {
"by_level": [
[ 1, "MOVE_KNOCK_OFF" ],
[ 1, "MOVE_SCREECH" ],
[ 1, "MOVE_NIGHT_SHADE" ],
[ 1, "MOVE_CURSE" ],
[ 8, "MOVE_SCREECH" ],
[ 5, "MOVE_NIGHT_SHADE" ],
[ 13, "MOVE_CURSE" ],
[ 16, "MOVE_SPITE" ],
[ 20, "MOVE_SHADOW_SNEAK" ],
[ 23, "MOVE_WILL_O_WISP" ],
[ 28, "MOVE_FAINT_ATTACK" ],
[ 31, "MOVE_SHADOW_BALL" ],
[ 35, "MOVE_SUCKER_PUNCH" ],
[ 42, "MOVE_EMBARGO" ],
[ 51, "MOVE_SNATCH" ],
[ 58, "MOVE_GRUDGE" ],
[ 66, "MOVE_TRICK" ]
],
"by_tm": [
"TM04",
"TM06",
"TM10",
"TM11",
"TM12",
"TM15",
"TM17",
"TM18",
"TM21",
"TM24",
"TM25",
"TM27",
"TM29",
"TM30",
"TM32",
"TM34",
"TM41",
"TM42",
"TM43",
"TM44",
"TM45",
"TM46",
"TM48",
"TM49",
"TM56",
"TM57",
"TM58",
"TM61",
"TM63",
"TM65",
"TM66",
"TM68",
"TM70",
"TM73",
"TM77",
"TM78",
"TM79",
"TM82",
"TM83",
"TM85",
"TM87",
"TM90",
"TM92"
],
"by_tutor": [
"MOVE_MUD_SLAP",
"MOVE_ICY_WIND",
"MOVE_OMINOUS_WIND",
"MOVE_SPITE",
"MOVE_TRICK",
"MOVE_KNOCK_OFF",
"MOVE_SUCKER_PUNCH"
]
},
"evolutions": [ ],
"footprint": {
"has": true,
"size": "FOOTPRINT_SMALL"
},
"pokedex_data": {
"height": 11,
"weight": 125,
"body_shape": "SHAPE_BIPEDAL_TAILED",
"trainer_scale_f": 272,
"pokemon_scale_f": 266,
"trainer_scale_m": 256,
"pokemon_scale_m": 266,
"trainer_pos_f": 8,
"pokemon_pos_f": 13,
"trainer_pos_m": 9,
"pokemon_pos_m": 13,
"entry_text": "A doll that became a Pokémon over\nits grudge from being junked. It\nseeks the child that disowned it.",
"category": "Marionette 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": 3084
}
}