This simple JavaScript tool allows you to generate a lot of instances at once for your ArchiveXL YAML file. It takes a list of items, or even TWO lists of items, and builds the necessary code for your YAML. Don't know what any of this gibberish means? Check out my Resources list to learn how to mod Cyberpunk 2077 yourself!
Converting my customizable tee framework to dynamic AXL meant I could generate all 10 logos for all colors, but I dreaded writing the yaml for it, to the point that I built a mini-webapp to do it for me. 😅
Generate Item Spawn Codes and Atelier Codes - Coming Soon :tm:
From YAML:
-
- { color: black }
From YAML:
- - { color: black }
- - { color: white }
- - { color: red }
- - { color: green }
From YAML:
-
- { color: black, decal: 01 }
From YAML:
- - { color: black, decal: 01 }
- - { color: black, decal: 02 }
- - { color: black, decal: 03 }
- - { color: black, decal: 04 }
Results: