mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-11 03:23:51 +00:00
Dual encoding for both WANV enums via the readEnumField template: eventKind (int 0..6 OR 255 OR token "holiday" / "anniversary" / "doublexp" / "doublehonor" / "petbattle" / "bgbonus" / "seasonalquest" / "misc") and recurrenceKind (int 0..3 OR token "yearly" / "monthly" / "weekly" / "oneoff"). The polymorphic startDay field (1..31 day-of-month for Yearly/Monthly/OneOff vs 0..6 weekday for Weekly) is serialized as a plain int — operators editing JSON need to know the recurrenceKind context to interpret the value, which the validator already enforces on import. All 3 presets (holidays / weekly bonus / anniversary) byte-identical roundtrip OK. CLI flag count 1274 -> 1276. |
||
|---|---|---|
| .. | ||
| 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 | ||