Update power armor trader buy filters and weapon money

Replaced explicit power armor item buy filters with a trade tag in TraderKindDefs_Power_Armor.xml for easier extensibility. Increased weaponMoney minimum from 300 to 400 in PawnKindDefs_Power_Armor_Trader.xml to adjust trader inventory value.
This commit is contained in:
RickGrymes
2025-12-23 00:22:09 -06:00
parent 57630a3cec
commit 1eb1ce1237
2 changed files with 7 additions and 18 deletions
@@ -38,7 +38,7 @@
<weaponTags>
<li>IndustrialGunAdvanced</li>
</weaponTags>
<weaponMoney>300~600</weaponMoney>
<weaponMoney>400~600</weaponMoney>
<techHediffsMoney>500~1200</techHediffsMoney>
<techHediffsChance>0.25</techHediffsChance>
<forcedTraits>
@@ -76,23 +76,12 @@
</li>
</stockGenerators>
<buyFilters>
<thingFilter>
<thingDefs>
<!-- Power Armor Frames and Armor -->
<li>FCP_Apparel_Power_Armor_Frame</li>
<li>FCP_Apparel_Power_Armor_T45Armor</li>
<li>FCP_Apparel_Power_Armor_T51Armor</li>
<li>FCP_Apparel_Power_Armor_T60Armor</li>
<li>FCP_Apparel_X01_Power_Armor</li>
<!-- Power Armor Helmets -->
<li>FCP_Apparel_Power_Armor_T45_Helmet</li>
<li>FCP_Apparel_Power_Armor_T51_Helmet</li>
<li>FCP_Apparel_Power_Armor_T60_Helmet</li>
<li>FCP_Apparel_Power_Armor_X01_Helmet</li>
</thingDefs>
</thingFilter>
</buyFilters>
<stockGenerators>
<!-- Buying - Power Armor Items -->
<li Class="StockGenerator_BuyTradeTag">
<tag>FCP_PowerArmor</tag>
</li>
</stockGenerators>
</TraderKindDef>
</Defs>