Upload from upload_mods.ps1
This commit is contained in:
56
Config/loot.xml
Normal file
56
Config/loot.xml
Normal file
@@ -0,0 +1,56 @@
|
||||
<Config>
|
||||
|
||||
<conditional>
|
||||
<if cond="not_rebirth_scenario('hive')">
|
||||
<remove xpath="/lootcontainers/lootgroup/item[@name='resourceLockPick']" />
|
||||
</if>
|
||||
<if cond="rebirth_scenario('hive')">
|
||||
<set xpath="/lootcontainers/lootcontainer[@name='waterCooler']" >
|
||||
<item name="drinkJarPureMineralWater" count="1"/>
|
||||
</set>
|
||||
<remove xpath="//lootgroup/item[@name='armorParts']" />
|
||||
<remove xpath="//lootgroup/item[@name='resourceArmorCraftingKit']" />
|
||||
|
||||
<insertBefore xpath="//lootgroup[@name='groupArmorPartsChests']" >
|
||||
<lootgroup name="groupArmorPartsBoots">
|
||||
<item group="groupArmorBoots" count="1" />
|
||||
</lootgroup>
|
||||
</insertBefore>
|
||||
|
||||
<set xpath="//lootgroup[@name='groupArmorPartsChests']" >
|
||||
<item name="resourceCloth" count="2,3" loot_prob_template="guaranteed" />
|
||||
<item name="resourceLeather" count="1,2" loot_prob_template="med" force_prob="true" />
|
||||
<item name="resourceSewingKit" count="1,3" loot_prob_template="low" force_prob="true" />
|
||||
<item group="groupArmorOutfits" count="1" loot_prob_template="low" force_prob="true" />
|
||||
</set>
|
||||
|
||||
<set xpath="//lootgroup[@name='groupArmorParts']" >
|
||||
<item name="resourceCloth" count="2,3" loot_prob_template="guaranteed" />
|
||||
<item name="resourceLeather" count="1,2" loot_prob_template="med" force_prob="true" />
|
||||
<item name="resourceSewingKit" count="1,3" loot_prob_template="low" force_prob="true" />
|
||||
<item group="groupAllArmor" count="1" loot_prob_template="low" force_prob="true" />
|
||||
</set>
|
||||
|
||||
<setattribute xpath="//lootgroup[@name='groupArmorPartsChests']" name="count">all</setattribute>
|
||||
<setattribute xpath="//lootgroup[@name='groupArmorParts']" name="count">all</setattribute>
|
||||
<setattribute xpath="//lootgroup[@name='groupCloset01']" name="count">all</setattribute>
|
||||
|
||||
<set xpath="//lootcontainer[@name='shoes']" >
|
||||
<item group="groupArmorPartsBoots" count="1" />
|
||||
</set>
|
||||
|
||||
<setattribute xpath="//lootgroup[@name='groupWorkingStiffs01']/item[@group='groupToolsTieredBonus']" name="loot_prob_template">med</setattribute>
|
||||
|
||||
<set xpath="//lootgroup[@name='groupRollingToolbox01']" >
|
||||
<item name="resourceLockPick" count="1,2" loot_prob_template="med" />
|
||||
<item group="groupToolsTiered" count="1" loot_prob_template="high" />
|
||||
</set>
|
||||
<set xpath="//lootgroup[@name='groupRollingToolbox01']" >
|
||||
<item name="resourceLockPick" count="1,2" loot_prob_template="med" />
|
||||
<item group="groupToolsTiered" count="1" loot_prob_template="high" />
|
||||
</set>
|
||||
|
||||
</if>
|
||||
</conditional>
|
||||
|
||||
</Config>
|
||||
Reference in New Issue
Block a user