2021-11-13 18:16:59 +09:00

42 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>*/WorkGiverDef[defName="DoBillsFabricationBench"]/fixedBillGiverDefs</xpath>
<value>
<li>PN_AutomatonBench</li>
</value>
</Operation>
<!--<Operation Class="PatchOperationAttributeAdd">
<xpath>Defs/TraderKindDef[defName="Base_Outlander_Standard"]</xpath>
<attribute>Name</attribute>
<value>BaseOutlanderTraderKind</value>
</Operation>-->
<Operation Class="PatchOperationConditional">
<xpath>Defs/FactionDef[defName = "OutlanderCivil"]/caravanTraderKinds</xpath>
<nomatch Class="PatchOperationAdd">
<xpath>Defs/FactionDef[defName = "OutlanderCivil"]</xpath>
<value>
<caravanTraderKinds>
<li>PN_Caravan_PnLindustry</li>
</caravanTraderKinds>
</value>
</nomatch>
<match Class="PatchOperationAdd">
<xpath>Defs/FactionDef[defName = "OutlanderCivil"]/caravanTraderKinds</xpath>
<value>
<li>PN_Caravan_PnLindustry</li>
</value>
</match>
</Operation>
<!--<Operation Class="PatchOperationAdd">
<xpath>*/FactionDef[defName="OutlanderRough"]/caravanTraderKinds</xpath>
<value>
<li>PN_Caravan_PnLindustry</li>
</value>
</Operation>-->
</Patch>