Faction Territory Test Update

- added the ModExtension_FactionTerritory extension to the FactionDef for testing the new Core territory code
This commit is contained in:
Steve
2025-03-07 15:25:36 -05:00
parent 4eb18a2124
commit d449aaf62b
+8
View File
@@ -239,6 +239,14 @@
</li>
</roleOverrides>
</li>
<!-- territory stuff -->
<li Class="FCP.Core.ModExtension_FactionTerritory">
<territoryColor>(0.48, 0.11, 0.1, 0.5)</territoryColor>
<territoryBorderColor>(0.48, 0.11, 0.1, 0.75)</territoryBorderColor>
<factionLabelColor>(0.9, 0.2, 0.2, 1.0)</factionLabelColor>
<initialTerritoryRadius>10</initialTerritoryRadius>
<renderTerritoryOverWater>false</renderTerritoryOverWater>
</li>
</modExtensions>
</FactionDef>