mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-07 17:43:51 +00:00
Extends the existing CSV exporter so items.json gets the same spreadsheet treatment as creatures/objects/quests. Reads items.json inline (no dedicated editor class needed yet) and emits items.csv with columns: index,id,name,quality,itemLevel,displayId,stackable. Quotes the name field via the existing csvEsc helper so commas in names don't break the format. Empty-zone error message updated to include 'items' in the list of expected content. Verified: zone with creatures.json + items.json (2 entries) emits both creatures.csv and items.csv, header line present, rows sorted by insertion order, no duplication when re-running. |
||
|---|---|---|
| .. | ||
| 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 | ||