36 lines
1016 B
XML
36 lines
1016 B
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="PatchOperationAdd">
|
|
<xpath>Defs/FactionDef[defName = "OutlanderCivil"]</xpath>
|
|
<value>
|
|
<caravanTraderKinds>
|
|
<li>PN_Caravan_PnLindustry</li>
|
|
</caravanTraderKinds>
|
|
<!--<baseTraderKinds>
|
|
<li>PN_Base_PnLindustry</li>
|
|
</baseTraderKinds>-->
|
|
</value>
|
|
</Operation>
|
|
|
|
<!--<Operation Class="PatchOperationAdd">
|
|
<xpath>*/FactionDef[defName="OutlanderRough"]/caravanTraderKinds</xpath>
|
|
<value>
|
|
<li>PN_Caravan_PnLindustry</li>
|
|
</value>
|
|
</Operation>-->
|
|
|
|
</Patch> |