dayzdockerserver/files/mods/3295021220/events.xml
Daniel Ceregatti 8a87edf798 Refactor docker compose build so a single server image is built for however many servers.
Add horse mod, despite it being known to crash the Linux server. One day...
Fix bashrc getting appended to instead of written to. Oops!
2024-07-26 21:44:21 -07:00

24 lines
1,010 B
XML
Executable file

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<events>
<event name="AnimalWildHorse">
<nominal>8</nominal>
<min>1</min>
<max>4</max>
<lifetime>180</lifetime>
<restock>0</restock>
<saferadius>200</saferadius>
<distanceradius>0</distanceradius>
<cleanupradius>0</cleanupradius>
<flags deletable="0" init_random="0" remove_damaged="1"/>
<position>fixed</position>
<limit>child</limit>
<active>1</active>
<children>
<child lootmax="0" lootmin="0" max="1" min="1" type="Animal_Horse_Brown"/>
<child lootmax="0" lootmin="0" max="1" min="1" type="Animal_Horse_White"/>
<child lootmax="0" lootmin="0" max="1" min="1" type="Animal_Horse_Gray"/>
<child lootmax="0" lootmin="0" max="1" min="1" type="Animal_Horse_Gray2"/>
<child lootmax="0" lootmin="0" max="1" min="1" type="Animal_Horse_Palomino"/>
</children>
</event>
</events>