mirror of
https://github.com/FalloutCollaborationProject/FCP-Caesars-Legion.git
synced 2026-07-27 17:00:20 -07:00
Add grenades to Legion trader stock
Extend the Legion trader inventory to sell fragmentation, molotov, and tincan grenades when the explosive weapons module is available. This lets Legion traders offer modded explosives alongside their existing weapon stock.
This commit is contained in:
@@ -197,6 +197,23 @@
|
||||
|
||||
<li Class="StockGenerator_BuyTradeTag"><tag>WeaponMelee</tag></li>
|
||||
|
||||
<!--__ Grenades __-->
|
||||
|
||||
<li Class="StockGenerator_SingleDef" MayRequire="Rick.FCP.ExplosiveWeapons">
|
||||
<thingDef>FCP_Grenade_Fragmentation</thingDef>
|
||||
<countRange>2~6</countRange>
|
||||
</li>
|
||||
|
||||
<li Class="StockGenerator_SingleDef" MayRequire="Rick.FCP.ExplosiveWeapons">
|
||||
<thingDef>FCP_Grenade_Molotov_Cocktail</thingDef>
|
||||
<countRange>4~8</countRange>
|
||||
</li>
|
||||
|
||||
<li Class="StockGenerator_SingleDef" MayRequire="Rick.FCP.ExplosiveWeapons">
|
||||
<thingDef>FCP_Grenade_Tincan</thingDef>
|
||||
<countRange>3~6</countRange>
|
||||
</li>
|
||||
|
||||
<!--__ Currency __-->
|
||||
|
||||
<!-- Legion Denarii -->
|
||||
|
||||
Reference in New Issue
Block a user