mirror of
https://github.com/FalloutCollaborationProject/FCP-NCR.git
synced 2026-07-27 17:00:12 -07:00
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:
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user