CustomPatchesForRimworld/ModPatches/Ratkin/Patches/PBuyRatkinApparel.xml
2025-01-14 11:53:59 +08:00

14 lines
534 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>Defs/TraderKindDef[defName="Base_Outlander_Standard"]/stockGenerators</xpath>
<value>
<li Class="StockGenerator_BuyTradeTag"><tag>RK_Apparel</tag></li>
<li Class="StockGenerator_Tag">
<tradeTag>RK_Apparel</tradeTag>
<thingDefCountRange>0~6</thingDefCountRange>
<countRange>3~6</countRange>
</li>
</value>
</Operation>
</Patch>