Update NCR_AddTaxCollectorPatch.xml

This commit is contained in:
Ranger Rick
2025-05-01 07:00:40 -05:00
committed by GitHub
parent 0bc02552bc
commit 49651dd310
+23 -19
View File
@@ -1,23 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>Defs/StorytellerDef[@Name = "BaseStoryteller"]/comps</xpath>
<value>
<li Class="StorytellerCompProperties_FactionInteraction">
<incident>FCP_CaravanArrivalTaxCollector_NCR</incident>
<minDaysPassed>20</minDaysPassed>
<baseIncidentsPerYear>2</baseIncidentsPerYear>
<minSpacingDays>30</minSpacingDays>
<minWealth>15000</minWealth>
<allowedTargetTags>
<li>Map_PlayerHome</li>
</allowedTargetTags>
<enableIfAnyModActive>
<li>Ludeon.RimWorld.Royalty</li>
</enableIfAnyModActive>
</li>
</value>
</Operation>
<!--__________ Patches __________-->
</Patch>
<!-- Tax Collector Patch -->
<Operation Class="PatchOperationAdd">
<xpath>Defs/StorytellerDef[@Name = "BaseStoryteller"]/comps</xpath>
<value>
<li Class="StorytellerCompProperties_FactionInteraction">
<incident>FCP_CaravanArrivalTaxCollector_NCR</incident>
<minDaysPassed>20</minDaysPassed>
<baseIncidentsPerYear>2</baseIncidentsPerYear>
<minSpacingDays>30</minSpacingDays>
<minWealth>15000</minWealth>
<allowedTargetTags>
<li>Map_PlayerHome</li>
</allowedTargetTags>
<enableIfAnyModActive>
<li>Ludeon.RimWorld.Royalty</li>
</enableIfAnyModActive>
</li>
</value>
</Operation>
</Patch>