I am trying to create an event. Everything works as it should apart from the loot in the back of the truck. As you can see in the picture provided i have asked the game to spawn 2 Wooden Logs into the truck. What the game has done is placed one log in the materials attachments slot and one in the covered cargo slot.
Can you please make it possible to be able to fill up the log slots so 50 logs, fill up the plank slots 100 and fill up the metal sheets to 40.
I have tried many different tags when trying to achieve this but they all equate to the same result. 1 in the slot and 1 in the back.
Description
Description
Details
Details
- Severity
- Major
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 11 x64
- Category
- General
Steps To Reproduce
Maybe if we could alter this
<attachments chance="1.00">
<item name="WoodenLog" chance="1.00" />
</attachments>
To
<attachments chance="50.00">
<item name="WoodenLog" chance="50.00" />
</attachments>
Or something along this line
Additional Information
Being able to do this would make a huge difference to the mod community and the server owners. @Geez