mirror of
https://github.com/FalloutCollaborationProject/FCP-Caesars-Legion.git
synced 2026-07-27 17:00:20 -07:00
Add new style tags and update mod dependencies
Added 'Wasteland' and 'Military' styleItemTags to the Legion culture definition. Updated About.xml to include 'Rick.FCP.BallisticWeapons' as a loadAfter dependency.
This commit is contained in:
@@ -27,6 +27,16 @@
|
||||
</allowedPlaceTags>
|
||||
<iconPath>World/FCP_LegionIcon</iconPath>
|
||||
<styleItemTags>
|
||||
<li>
|
||||
<tag>Wasteland</tag>
|
||||
<baseWeight>0.6</baseWeight>
|
||||
<weightFactor>1</weightFactor>
|
||||
</li>
|
||||
<li>
|
||||
<tag>Military</tag>
|
||||
<baseWeight>1</baseWeight>
|
||||
<weightFactor>1</weightFactor>
|
||||
</li>
|
||||
<li>
|
||||
<tag>Urban</tag>
|
||||
<baseWeight>1</baseWeight>
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
<loadAfter>
|
||||
<li>Rick.FCP.Core.Tools</li>
|
||||
<li>Rick.FCP.Animals</li>
|
||||
<li>Rick.FCP.BallisticWeapons</li>
|
||||
</loadAfter>
|
||||
|
||||
</ModMetaData>
|
||||
Reference in New Issue
Block a user