7d2d-CigarsForAll/Config/progression.xml

14 lines
818 B
XML
Raw Normal View History

2025-07-15 16:37:08 -07:00
<Config>
<remove xpath="/progression/perks/book[@name='perkUrbanCombatCigar']/effect_group[@tags='modArmorCigar']"/>
<append xpath="/progression/perks/book[@name='perkUrbanCombatCigar']/effect_group">
<passive_effect name="RecipeTagUnlocked" operation="base_set" level="1" value="1" tags="modArmorCigarPerception"/>
<passive_effect name="RecipeTagUnlocked" operation="base_set" level="1" value="1" tags="modArmorCigarStrength"/>
<passive_effect name="RecipeTagUnlocked" operation="base_set" level="1" value="1" tags="modArmorCigarFortitude"/>
<passive_effect name="RecipeTagUnlocked" operation="base_set" level="1" value="1" tags="modArmorCigarAgility"/>
<passive_effect name="RecipeTagUnlocked" operation="base_set" level="1" value="1" tags="modArmorCigarIntellect"/>
</append>
</Config>