DayZ
Coconut
Rothy  [developer] 24 Nov, 2023 @ 4:12pm
events.xml - Lux
add this code to your events.xml for your Lux map. This is an addition to only and not intended as a replacement.


<event name="ItemCoconut"> <nominal>50</nominal> <min>30</min> <max>80</max> <lifetime>7200</lifetime> <restock>60</restock> <saferadius>10</saferadius> <distanceradius>5</distanceradius> <cleanupradius>100</cleanupradius> <flags deletable="1" init_random="0" remove_damaged="0"/> <position>fixed</position> <limit>child</limit> <active>1</active> <children> <child lootmax="0" lootmin="0" max="80" min="30" type="Coconut"/> </children> </event>
Last edited by Rothy; 25 Nov, 2023 @ 9:30pm