mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-11 03:23:51 +00:00
feat(editor): add WPVP JSON round-trip (export/import sidecar)
Closes the JSON round-trip gap on the PvP rank catalog format shipped this batch. --export-wpvp-json emits all 12 scalar fields plus a dual int + name form for rankKind (5 values) so hand-edits can use either representation. --import-wpvp-json defaults bracket level to 1..80 (no level gate) when omitted — matches the typical case for vanilla honor ranks which weren't level-gated beyond the cap. Verified byte-identical round-trip on all three preset emitters (starter / alliance vanilla 9-rank ladder / arena 5-tier ladder). 835 documented CLI flags.
This commit is contained in:
parent
e9997ed218
commit
791c8b5dd6
3 changed files with 153 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ const char* const kArgRequired[] = {
|
|||
"--export-wchf-json", "--import-wchf-json",
|
||||
"--gen-pvp", "--gen-pvp-alliance", "--gen-pvp-arena",
|
||||
"--info-wpvp", "--validate-wpvp",
|
||||
"--export-wpvp-json", "--import-wpvp-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