외지인 카라반 추가
This commit is contained in:
parent
a76965621e
commit
61f2ddd0cb
@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<TraderKindDef>
|
||||
<defName>PN_Caravan_Outlander_PnL</defName>
|
||||
<label>PnL Salesman</label>
|
||||
<stockGenerators>
|
||||
|
||||
<li Class="StockGenerator_SingleDef">
|
||||
<thingDef>Silver</thingDef>
|
||||
<countRange>750~1200</countRange>
|
||||
</li>
|
||||
|
||||
|
||||
</stockGenerators>
|
||||
</TraderKindDef>
|
||||
</Defs>
|
73
1.3/Defs/TraderKindDefs/TraderKinds_CaravanPnL.xml
Normal file
73
1.3/Defs/TraderKindDefs/TraderKinds_CaravanPnL.xml
Normal file
@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<TraderKindDef>
|
||||
<defName>PN_Caravan_PnLindustry</defName>
|
||||
<label>PnL salesman</label>
|
||||
<stockGenerators>
|
||||
|
||||
<!-- Resources -->
|
||||
<li Class="StockGenerator_SingleDef">
|
||||
<thingDef>Silver</thingDef>
|
||||
<countRange>750~1200</countRange>
|
||||
</li>
|
||||
<li Class="StockGenerator_SingleDef">
|
||||
<thingDef>ComponentIndustrial</thingDef>
|
||||
<countRange>8~16</countRange>
|
||||
</li>
|
||||
<li Class="StockGenerator_SingleDef">
|
||||
<thingDef>ComponentSpacer</thingDef>
|
||||
<countRange>2~4</countRange>
|
||||
</li>
|
||||
<li Class="StockGenerator_SingleDef">
|
||||
<thingDef>Steel</thingDef>
|
||||
<countRange>150~300</countRange>
|
||||
</li>
|
||||
<li Class="StockGenerator_SingleDef">
|
||||
<thingDef>Chemfuel</thingDef>
|
||||
<countRange>50~150</countRange>
|
||||
</li>
|
||||
|
||||
<!-- Drugs -->
|
||||
<li Class="StockGenerator_SingleDef">
|
||||
<thingDef>PN_AutomatonFuel</thingDef>
|
||||
<countRange>50~150</countRange>
|
||||
</li>
|
||||
<li Class="StockGenerator_SingleDef">
|
||||
<thingDef>PN_antibiotics</thingDef>
|
||||
<countRange>0~1</countRange>
|
||||
</li>
|
||||
|
||||
<!-- Automaton -->
|
||||
<li Class="StockGenerator_SingleDef">
|
||||
<thingDef>PN_RepairKit</thingDef>
|
||||
<countRange>2~6</countRange>
|
||||
</li>
|
||||
<li Class="StockGenerator_SingleDef">
|
||||
<thingDef>PN_SelfRepairKit</thingDef>
|
||||
<countRange>-8~1</countRange>
|
||||
</li>
|
||||
<li Class="StockGenerator_SingleDef">
|
||||
<thingDef>PN_BrainCasing</thingDef>
|
||||
<countRange>1~2</countRange>
|
||||
</li>
|
||||
<li Class="StockGenerator_SingleDef">
|
||||
<thingDef>Leather_Automaton</thingDef>
|
||||
<countRange>20~60</countRange>
|
||||
</li>
|
||||
|
||||
<!-- Weapons -->
|
||||
|
||||
<!-- Apparel -->
|
||||
|
||||
<!-- Implants -->
|
||||
|
||||
<!-- Buildings -->
|
||||
|
||||
<!-- Animals -->
|
||||
|
||||
<!-- Buying -->
|
||||
<li Class="StockGenerator_BuyExpensiveSimple" />
|
||||
|
||||
</stockGenerators>
|
||||
</TraderKindDef>
|
||||
</Defs>
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<TraderKindDef>
|
||||
<defName>PNOrbital_PnLindustry</defName>
|
||||
<defName>PN_Orbital_PnLindustry</defName>
|
||||
<label>PnL Industry</label>
|
||||
<orbital>true</orbital>
|
||||
<stockGenerators>
|
||||
|
@ -6,20 +6,18 @@
|
||||
<li>PN_AutomatonBench</li>
|
||||
</value>
|
||||
</Operation>
|
||||
<!--<Operation Class="PatchOperationAdd">
|
||||
<xpath>*/WorkGiverDef[defName="ChatWithPrisoner"]</xpath>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>Defs/FactionDef[defName = "OutlanderCivil"]</xpath>
|
||||
<value>
|
||||
<workTags>
|
||||
<li>PN_noPrisoner</li>
|
||||
</workTags>
|
||||
<caravanTraderKinds>
|
||||
<li>PN_Caravan_PnLindustry</li>
|
||||
</caravanTraderKinds>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>*/WorkGiverDef[defName="Research"]</xpath>
|
||||
<!--<Operation Class="PatchOperationAdd">
|
||||
<xpath>*/FactionDef[defName="OutlanderRough"]/caravanTraderKinds</xpath>
|
||||
<value>
|
||||
<workTags>
|
||||
<li>PN_noResearch</li>
|
||||
</workTags>
|
||||
<li>PN_Caravan_PnLindustry</li>
|
||||
</value>
|
||||
</Operation>-->
|
||||
</Patch>
|
Loading…
x
Reference in New Issue
Block a user