mirror of
https://github.com/FalloutCollaborationProject/FCP-Power-Armor.git
synced 2026-07-27 17:03:15 -07:00
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:
@@ -38,7 +38,7 @@
|
|||||||
<weaponTags>
|
<weaponTags>
|
||||||
<li>IndustrialGunAdvanced</li>
|
<li>IndustrialGunAdvanced</li>
|
||||||
</weaponTags>
|
</weaponTags>
|
||||||
<weaponMoney>300~600</weaponMoney>
|
<weaponMoney>400~600</weaponMoney>
|
||||||
<techHediffsMoney>500~1200</techHediffsMoney>
|
<techHediffsMoney>500~1200</techHediffsMoney>
|
||||||
<techHediffsChance>0.25</techHediffsChance>
|
<techHediffsChance>0.25</techHediffsChance>
|
||||||
<forcedTraits>
|
<forcedTraits>
|
||||||
|
|||||||
@@ -76,23 +76,12 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
</stockGenerators>
|
</stockGenerators>
|
||||||
<buyFilters>
|
<stockGenerators>
|
||||||
<thingFilter>
|
<!-- Buying - Power Armor Items -->
|
||||||
<thingDefs>
|
<li Class="StockGenerator_BuyTradeTag">
|
||||||
<!-- Power Armor Frames and Armor -->
|
<tag>FCP_PowerArmor</tag>
|
||||||
<li>FCP_Apparel_Power_Armor_Frame</li>
|
</li>
|
||||||
<li>FCP_Apparel_Power_Armor_T45Armor</li>
|
</stockGenerators>
|
||||||
<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>
|
|
||||||
</TraderKindDef>
|
</TraderKindDef>
|
||||||
|
|
||||||
</Defs>
|
</Defs>
|
||||||
|
|||||||
Reference in New Issue
Block a user