• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Lootgroup / reward boxes not functioning as expected?

RAGE PVE

New member
<lootgroup name="ragechest">
<item name="SelectionToken" count="1" prob="1.0"/>
<item group="rageWeapons" count="1" />
<item group="rageAllArmors" count="1" />
<item group="rageAllTools" count="1" />
<item name="Workbench" count="1" />
<item name="rageCoin" count="36000" />
<item name="drinkJarGrandpasLearningElixir" count="36"/>
</lootgroup>





Here basically I'm trying  to guarantee these items drop inside of a reward box for players, but then only 3 items ever pop up, also when I have tried odds like 0.03 (3% chance) they spawn still with what feels much greater odds.

 
Last edited by a moderator:
Add count="All" to the first line naming this lootgroup.  Then each item will spawn in.  Remove the probability for the SelectionToken

 
Back
Top