DayZ
Coconut
Rothy  [开发者] 2023 年 11 月 24 日 下午 4:12
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>
最后由 Rothy 编辑于; 2023 年 11 月 25 日 下午 9:30