상선 물품 추가

This commit is contained in:
Cocopomel 2021-08-22 00:49:02 +09:00
parent c4c7f213d3
commit 7050ad05e4
2 changed files with 17 additions and 10 deletions

View File

@ -214,7 +214,6 @@
<thingCategories> <thingCategories>
<li>PNKit</li> <li>PNKit</li>
</thingCategories> </thingCategories>
<tradeability>Sellable</tradeability>
<costList> <costList>
<ComponentIndustrial>1</ComponentIndustrial> <ComponentIndustrial>1</ComponentIndustrial>
<Steel>15</Steel> <Steel>15</Steel>
@ -263,7 +262,6 @@
<thingCategories> <thingCategories>
<li>PNKit</li> <li>PNKit</li>
</thingCategories> </thingCategories>
<tradeability>Sellable</tradeability>
<costList> <costList>
<MechSerumHealer>1</MechSerumHealer> <MechSerumHealer>1</MechSerumHealer>
<ComponentIndustrial>1</ComponentIndustrial> <ComponentIndustrial>1</ComponentIndustrial>

View File

@ -45,17 +45,26 @@
<thingDef>PN_antibiotics</thingDef> <thingDef>PN_antibiotics</thingDef>
<countRange>2~6</countRange> <countRange>2~6</countRange>
</li> </li>
<!--<li Class="StockGenerator_Category">
<categoryDef>Drugs</categoryDef>
<thingDefCountRange>2~4</thingDefCountRange>
<totalPriceRange>1000~2000</totalPriceRange>
</li>-->
<!-- Techprints --> <!-- Automaton -->
<!-- none --> <li Class="StockGenerator_SingleDef">
<thingDef>PN_RepairKit</thingDef>
<countRange>10~20</countRange>
</li>
<li Class="StockGenerator_SingleDef">
<thingDef>PN_SelfRepairKit</thingDef>
<countRange>-2~1</countRange>
</li>
<li Class="StockGenerator_SingleDef">
<thingDef>PN_BrainCasing</thingDef>
<countRange>2~6</countRange>
</li>
<li Class="StockGenerator_SingleDef">
<thingDef>Leather_Automaton</thingDef>
<countRange>50~200</countRange>
</li>
<!-- Weapons --> <!-- Weapons -->
<!-- none -->
<!-- Apparel --> <!-- Apparel -->