44 lines
1.7 KiB
XML
Raw Permalink Normal View History

2025-07-15 16:37:08 -07:00
<Config>
<remove xpath="/lootcontainers/lootgroup[@name='groupModAllT4']/item[@name='modArmorCigar']"/>
<append xpath="/lootcontainers/lootgroup[@name='groupModAllT4']">
<item name="modArmorCigarPerception"/>
<item name="modArmorCigarStrength"/>
<item name="modArmorCigarFortitude"/>
<item name="modArmorCigarAgility"/>
<item name="modArmorCigarIntellect"/>
</append>
<remove xpath="/lootcontainers/lootgroup[@name='groupShamwaySafe']/item[@name='modArmorCigar']"/>
<append xpath="/lootcontainers/lootgroup[@name='groupShamwaySafe']">
<item name="modArmorCigarPerception" prob="1"/>
<item name="modArmorCigarStrength" prob="1"/>
<item name="modArmorCigarFortitude" prob="1"/>
<item name="modArmorCigarAgility" prob="1"/>
<item name="modArmorCigarIntellect" prob="1"/>
</append>
<remove xpath="/lootcontainers/lootgroup[@name='groupDesks02']/item[@name='modArmorCigar']"/>
<append xpath="/lootcontainers/lootgroup[@name='groupDesks02']">
<item name="modArmorCigarPerception" loot_prob_template="veryLow"/>
<item name="modArmorCigarStrength" loot_prob_template="veryLow"/>
<item name="modArmorCigarFortitude" loot_prob_template="veryLow"/>
<item name="modArmorCigarAgility" loot_prob_template="veryLow"/>
<item name="modArmorCigarIntellect" loot_prob_template="veryLow"/>
</append>
<remove xpath="/lootcontainers/lootgroup[@name='twitch_facecoverings']/item[@name='modArmorCigar']"/>
<append xpath="/lootcontainers/lootgroup[@name='twitch_facecoverings']">
<item name="modArmorCigarPerception"/>
<item name="modArmorCigarStrength"/>
<item name="modArmorCigarFortitude"/>
<item name="modArmorCigarAgility"/>
<item name="modArmorCigarIntellect"/>
</append>
</Config>