mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 22:31:18 +00:00

Add horse mod, despite it being known to crash the Linux server. One day... Fix bashrc getting appended to instead of written to. Oops!
24 lines
1,010 B
XML
Executable file
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>
|