Namalsk-Server/Mission Files/regular.namalsk/cfgenvironment.xml
SumrakDZN b1c9bd5bce Added mission folders
Regular, Hardcore
2020-11-22 19:53:57 +01:00

51 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<env>
<territories>
<!-- cetool territories refs -->
<file path="env/domestic_territories.xml" />
<file path="env/north_territories.xml" />
<file path="env/predator_territories.xml" />
<file path="env/south_territories.xml" />
<file path="env/tara_territories.xml" />
<file path="env/brownbear_territories.xml" />
<file path="env/polarbear_territories.xml" />
<file path="env/zombie_territories.xml" />
<!-- infected link -->
<territory type="Herd" name="ZombieTest" behavior="DZdomesticGroupBeh">
<file usable="zombie_territories" />
</territory>
<!-- animals link -->
<territory type="Herd" name="Goat" behavior="DZSheepGroupBeh">
<file usable="domestic_territories" />
</territory>
<territory type="Herd" name="Sheep" behavior="DZSheepGroupBeh">
<file usable="domestic_territories" />
</territory>
<territory type="Herd" name="RoeDeer" behavior="DZDeerGroupBeh">
<file usable="north_territories" />
<file usable="south_territories" />
<file usable="tara_territories" />
</territory>
<territory type="Herd" name="Deer" behavior="DZDeerGroupBeh">
<file usable="north_territories" />
<file usable="south_territories" />
<file usable="tara_territories" />
</territory>
<territory type="Herd" name="WildBoar" behavior="DZDeerGroupBeh">
<file usable="north_territories" />
<file usable="south_territories" />
<file usable="tara_territories" />
</territory>
<territory type="Herd" name="Wolf" behavior="DZWolfGroupBeh">
<file usable="predator_territories" />
</territory>
<territory type="Herd" name="BrownBear" behavior="BlissBearGroupBeh">
<file usable="brownbear_territories" />
</territory>
<territory type="Herd" name="PolarBear" behavior="BlissBearGroupBeh">
<file usable="polarbear_territories" />
</territory>
</territories>
</env>