mirror of
https://github.com/FalloutCollaborationProject/FCP-Caesars-Legion.git
synced 2026-07-27 17:00:20 -07:00
Add spawn cluster config to Legion faction
Introduce a FCP.Factions.FactionExtension_SpawnConfig to FCP_Legion.xml under modExtensions. This restricts allowed biomes to AridShrubland and Desert and enables clustered spawning with a clusterRadius of 30, so Legion spawns are grouped and limited to those biomes.
This commit is contained in:
@@ -250,6 +250,15 @@
|
|||||||
<initialTerritoryRadius>10</initialTerritoryRadius>
|
<initialTerritoryRadius>10</initialTerritoryRadius>
|
||||||
<renderTerritoryOverWater>false</renderTerritoryOverWater>
|
<renderTerritoryOverWater>false</renderTerritoryOverWater>
|
||||||
</li> -->
|
</li> -->
|
||||||
|
<!-- Clusters and biome configuration -->
|
||||||
|
<li Class="FCP.Factions.FactionExtension_SpawnConfig">
|
||||||
|
<allowedBiomes>
|
||||||
|
<li>AridShrubland</li>
|
||||||
|
<li>Desert</li>
|
||||||
|
</allowedBiomes>
|
||||||
|
<clustered>true</clustered>
|
||||||
|
<clusterRadius>30</clusterRadius>
|
||||||
|
</li>
|
||||||
</modExtensions>
|
</modExtensions>
|
||||||
</FactionDef>
|
</FactionDef>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user