• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

Weapon Quality From Bundle-type Packages

gumifu

Refugee
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