mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-07 17:43:51 +00:00
Detail view for one record from items.json. Lookup is by id by default; prefix the argument with '#' (e.g., "#3") to look up by 0-based array index instead. Useful for inspecting all fields without sifting through the full --list-items table. Surfaces any extra fields the user added by hand (description, lore, flavor, custom flags) in a separate section so the command stays useful as the schema evolves without code changes here. Verified all three paths: id=7 → finds Sword, shows quality "rare", surfaces extra "description" field; "#1" → finds Helm at index 1 ("epic"); id=999 → no match, exit 1 with clear error. Brings command count to 204. |
||
|---|---|---|
| .. | ||
| 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 | ||