Files
zzzzzzz_REBIRTH__Cleanup/Config/loot.xml
2025-06-04 16:36:06 +09:30

57 lines
2.5 KiB
XML

<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>