Files
barotrauma-localmods/DynamicEuropa/Biomes/Biomes.xml
2025-03-29 18:06:33 +01:00

35 lines
1.9 KiB
XML

<?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>