add patches
This commit is contained in:
parent
74146bdd23
commit
040dac9af5
36
1.5/Core/Patches/Vanilla.xml
Normal file
36
1.5/Core/Patches/Vanilla.xml
Normal file
@ -0,0 +1,36 @@
|
||||
<?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="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>
|
Loading…
x
Reference in New Issue
Block a user