Add style tags and update mod load order

Added 'Wasteland' and 'Military' styleItemTags to the NCR culture definition. Updated About.xml to adjust the mod load order, including new entries for GreatKhans and PreWarFood, and reordered existing dependencies.
This commit is contained in:
RickGrymes
2026-01-07 04:26:15 -06:00
parent 718977aae7
commit 973fb3432f
2 changed files with 14 additions and 2 deletions
@@ -23,6 +23,16 @@
</allowedPlaceTags>
<iconPath>World_Icon/NCR_Icon/FCP_NCR_World_Icon</iconPath>
<styleItemTags>
<li>
<tag>Wasteland</tag>
<baseWeight>0.8</baseWeight>
<weightFactor>1</weightFactor>
</li>
<li>
<tag>Military</tag>
<baseWeight>0.6</baseWeight>
<weightFactor>1</weightFactor>
</li>
<li>
<tag>Urban</tag>
<baseWeight>1</baseWeight>
+4 -2
View File
@@ -20,10 +20,12 @@
</modDependencies>
<loadAfter>
<li>Rick.FCP.Core.Tools</li>
<li>Rick.FCP.PowerArmor</li>
<li>Rick.FCP.Wastelanders</li>
<li>Rick.FCP.Animals</li>
<li>Rick.FCP.BallisticWeapons</li>
<li>Rick.FCP.GreatKhans</li>
<li>Rick.FCP.PowerArmor</li>
<li>Rick.FCP.PreWarFood</li>
<li>Rick.FCP.Wastelanders</li>
</loadAfter>
</ModMetaData>