Track LocalMods as part of monolith

This commit is contained in:
2026-06-08 18:50:16 +03:00
parent 143f2fed7c
commit 1b214b44c2
1287 changed files with 139255 additions and 1 deletions
+35
View File
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<LevelGenerationParameters>
<Override>
<Biomes>
<Biome identifier="coldcaverns" name="Cold Caverns" description="" AllowedZones="1" mindifficulty="0" maxdifficulty="15">
<Submarines maxtier="1" />
</Biome>
<Biome identifier="europanridge" name="Europan Ridge" description="" AllowedZones="2" mindifficulty="15" maxdifficulty="35">
<Submarines maxtier="1">
<Override locationtype="city" maxtier="2" />
<Override locationtype="pirateoutpost" class="transport" maxtier="2" />
<Override locationtype="military" class="attack" maxtier="2" />
<Override locationtype="research" class="scout" maxtier="2" />
<Override locationtype="shipyard" maxtier="2" />
</Submarines>
</Biome>
<Biome identifier="theaphoticplateau" name="The Aphotic Plateau" description="" AllowedZones="3" mindifficulty="35" maxdifficulty="50">
<Submarines maxtier="2" />
</Biome>
<Biome identifier="thegreatsea" oldidentifier="thegreatvoid" name="The Great Sea" description="" AllowedZones="4" mindifficulty="50" maxdifficulty="65">
<Submarines maxtier="2">
<Override locationtype="city" maxtier="3" />
<Override locationtype="pirateoutpost" class="transport" maxtier="3" />
<Override locationtype="military" class="attack" maxtier="3" />
<Override locationtype="research" class="scout" maxtier="3" />
<Override locationtype="shipyard" maxtier="3" />
</Submarines>
</Biome>
<Biome identifier="hydrothermalwastes" name="Hydrothermal Wastes" description="" AllowedZones="5" mindifficulty="65" maxdifficulty="80">
<Submarines maxtier="3" />
</Biome>
<Biome identifier="endzone" name="???" description="" AllowedZones="6" endbiome="true" endbiomelocationcount="2" />
</Biomes>
</Override>
</LevelGenerationParameters>