mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-08 10:03:51 +00:00
Copies items from one zone to another. Two modes: Default (replace): destination items.json becomes a verbatim copy of the source. Useful when zoneB is a fresh copy of zoneA's loot table. --merge: appends source items to existing destination items, but preserves the destination's existing IDs by re-id'ing source entries on collision. The destination's items take precedence; the source's entries get fresh IDs picked from the smallest unused positive integer. Verified: merge with id-1 collision (dest has Boot id=1; source has Sword id=1, Helm id=2) → Sword becomes id=2, then Helm becomes id=3 because 2 was just claimed; "re-ided: 2 (id collisions)" reported. Replace mode wholesale-overwrites as expected. Brings command count to 223. |
||
|---|---|---|
| .. | ||
| 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 | ||