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

Weapon Quality From Bundle-type Packages

gumifu

New member
Hey guys,

Does anyone know which set of code governs an item's quality level when said item comes from a bundle?

I have tried the following just because I'm curious, and there was no such property name value:
<property name="Create_item_quality" value="3,2,1"/>

Code for reference:


<property name="Create_item" value="gunPistol,gunRayGun,foodCookie"/>
<property name="Create_item_count" value="1,1,12"/>
 
Back
Top