상선 물품 수정

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> <thingDef>Packaged_NormalAutomatonMaid</thingDef>
<countRange>0~1</countRange> <countRange>0~1</countRange>
</li> </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 --> <!-- Apparel -->
<!-- Implants --> <!-- Implants -->

View File

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