mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-11 03:23:51 +00:00
feat(editor): add WQSO JSON round-trip (export/import sidecar)
Closes the JSON round-trip gap on the quest sort catalog format shipped last batch. --export-wqso-json emits all 9 scalar fields plus a dual int + name form for sortKind (12 values) so hand-edits can use either representation. --import-wqso-json accepts either form. Verified byte- identical round-trip on all three preset emitters (starter 3-sort generic / 10-class with WCHC bit masks / 8-profession with WTSK enum cross-refs). 884 documented CLI flags.
This commit is contained in:
parent
23ba7ed6a0
commit
48984ca375
3 changed files with 140 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ const char* const kArgRequired[] = {
|
|||
"--export-wumv-json", "--import-wumv-json",
|
||||
"--gen-qso", "--gen-qso-class", "--gen-qso-profession",
|
||||
"--info-wqso", "--validate-wqso",
|
||||
"--export-wqso-json", "--import-wqso-json",
|
||||
"--gen-weather-temperate", "--gen-weather-arctic",
|
||||
"--gen-weather-desert", "--gen-weather-stormy",
|
||||
"--gen-zone-atmosphere",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue