mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-07 17:43:51 +00:00
Edit existing item fields without recreating the record. Lookup is by id by default, '#N' for index. Only specified flags are changed — everything else (including any extra hand-added fields) is preserved. Supported flags: --name, --quality, --displayId, --itemLevel, --stackable. Each takes one positional value. Range checks mirror --validate-items (quality 0..6, stackable 1..1000) so saved JSON stays validator-clean. Unknown flags fail with a "typo?" hint rather than silently no-op, and an empty flag list is rejected explicitly so the user sees that nothing happened. Verified: name + quality + itemLevel updated together (one line each in the report); --quality 99 → range error exit 1; --foo bar → unknown flag exit 1; no flags → no-op error exit 1. Brings command count to 206. |
||
|---|---|---|
| .. | ||
| 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 | ||