mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-11 03:23:51 +00:00
Closes the editing loop on the boss-encounter catalog: dump a .wbos to JSON, hand-edit phaseCount / enrageTimerMs / berserk spell / recommended item level / required party size (e.g. shorten Lich King's enrage from 15 to 12 minutes for a sweatier server, raise Marrowgar's recommended ilvl from 232 to 245 for a Heroic-equivalent variant, swap a 5-phase encounter to 6 phases for a custom server fight), re-import to a byte-identical binary. All fields are scalar uint32/uint16/uint8 so no dual encoding needed — the JSON exporter emits each field directly. The catalog is the highest fan-out so far among raid-content catalogs, cross-referencing five other catalogs (WCRT for boss creature, WMS for map, WCDF for difficulty routing, WSPL for berserk spell, WACR back-references via achievement targetId). Verified byte-identical round-trip on all three presets (5man / raid / world). CLI flag count 1060 -> 1062. |
||
|---|---|---|
| .. | ||
| asset_extract | ||
| auth_login_probe | ||
| auth_probe | ||
| blp_convert | ||
| dbc_to_csv | ||
| editor | ||
| asset_pipeline_gui.py | ||
| backup_assets.sh | ||
| diff_classic_turtle_opcodes.py | ||
| gen_opcode_registry.py | ||
| generate_ffx_sdk_vk_permutations.sh | ||
| m2_viewer.py | ||
| opcode_map_utils.py | ||
| validate_opcode_maps.py | ||