상선 물품 수정

This commit is contained in:
Cocopomel 2022-09-18 19:41:32 +09:00
parent 742bf8f375
commit bd21229d29
2 changed files with 11 additions and 2 deletions

View File

@ -93,6 +93,15 @@
<thingDef>Packaged_NormalAutomatonMaid</thingDef>
<countRange>0~1</countRange>
</li>
<li Class="StockGenerator_SingleDef">
<thingDef>PN_PrototypeRailGun</thingDef>
<countRange>-3~1</countRange>
</li>
<li Class="StockGenerator_WeaponsMelee">
<weaponTag>PN_Bladelink</weaponTag>
<countRange>-4~1</countRange>
</li>
<!-- Apparel -->
<!-- Implants -->

View File

@ -15,7 +15,7 @@
<thingDef>Gold</thingDef>
</li>
<li Class="StockGenerator_BuySingleDef">
<thingDef>Silver</thingDef>
<thingDef>PN_SilverChest</thingDef>
</li>
</stockGenerators>
</TraderKindDef>
@ -137,7 +137,7 @@
<!-- Weapons -->
<li Class="StockGenerator_SingleDef">
<thingDef>PN_PrototypeRailGun</thingDef>
<countRange>0~1</countRange>
<countRange>1</countRange>
</li>
<li Class="StockGenerator_WeaponsMelee">
<weaponTag>PN_Bladelink</weaponTag>