Jump to content

Is there a way I can add more than one "RepairTools" value to an item?


Recommended Posts

I'm trying to make a mod that adds multiple items for repairing weapons. But I can only change the "RepairTool" value out for a different one not add any more.

 

<configs>

 

<append xpath="/items/item[@name='gunHandgunT1Pistol']">
    <property name="RepairTools" value="resource_gunCleaningKit"/>  
</append>

 

<item name="resource_gunCleaningKit">
        <property name="HoldType" value="45"/>
        <property name="Tags" value="junk"/>
        <property name="Meshfile" value="#Other/Items?Misc/sackPrefab.prefab"/>
        <property name="DropMeshfile" value="#Other/Items?Misc/sack_droppedPrefab.prefab"/>
        <property name="Material" value="Msteel"/>
        <property name="Stacknumber" value="25"/> <!-- STK resourceRepairKit -->
        <property name="EconomicValue" value="186"/>
        <property name="RepairTime" value="3"/>
        <property name="RepairAmount" value="225"/>
        <property name="Group" value="Resources"/>
    </item>

 

</configs>

Is it only possible to have a single "RepairTools" value for an item?

 

image.thumb.png.9beb34e37aea06c2559390a70b5d09e1.png

Edited by LastTugBoat243 (see edit history)
Link to comment
Share on other sites

  • LastTugBoat243 changed the title to Is there a way I can add more than one "RepairTools" value to an item?
  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...