mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-08 01:53:52 +00:00
Catches the issues --add-item / --clone-item only enforce on insertion (e.g., duplicate ids if items.json was hand-edited outside the CLI), plus general field-range issues: - missing/zero/non-uint id - missing or empty name - quality outside 0..6 - itemLevel > 1000 (suspicious typo) - stackable == 0 or > 1000 (out of range) - duplicate id across multiple item indices Reports per-error lines with item index and the offending field; exit 1 if any error. Verified: clean 2-item zone → PASS exit 0; injected file with one clean entry plus one with all-five-error-types fields → 5 errors detected (4 field-level + 1 duplicate-id), exit 1. Brings command count to 200 — round-number milestone for the headless CLI surface. |
||
|---|---|---|
| .. | ||
| 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 | ||