Accidentally made oopsie and did hardcore out of regular setup
This commit is contained in:
parent
b577de7a1f
commit
0c40c1ed09
@ -34,6 +34,24 @@
|
||||
<child lootmax="10" lootmin="5" max="6" min="6" type="Misc_cargo_cont_net1"/>
|
||||
</children>
|
||||
</event>
|
||||
<event name="ItemWoodenPlanks">
|
||||
<waves>0</waves>
|
||||
<nominal>40</nominal>
|
||||
<min>0</min>
|
||||
<max>0</max>
|
||||
<lifetime>7200</lifetime>
|
||||
<restock>0</restock>
|
||||
<saferadius>250</saferadius>
|
||||
<distanceradius>0</distanceradius>
|
||||
<cleanupradius>1000</cleanupradius>
|
||||
<flags deletable="1" init_random="0" remove_damaged="0" sec_spawner="1"/>
|
||||
<position>fixed</position>
|
||||
<limit>child</limit>
|
||||
<active>1</active>
|
||||
<children>
|
||||
<child lootmax="0" lootmin="0" max="40" min="40" type="PileOfWoodenPlanks"/>
|
||||
</children>
|
||||
</event>
|
||||
<event name="TrajectoryStones">
|
||||
<waves>0</waves>
|
||||
<nominal>100</nominal>
|
||||
@ -418,4 +436,43 @@
|
||||
<child lootmax="0" lootmin="0" max="1" min="1" type="Animal_UrsusMaritimus"/>
|
||||
</children>
|
||||
</event>
|
||||
<event name="VehicleCivilianCars">
|
||||
<waves>0</waves>
|
||||
<nominal>4</nominal>
|
||||
<min>4</min>
|
||||
<max>4</max>
|
||||
<lifetime>300</lifetime>
|
||||
<restock>0</restock>
|
||||
<saferadius>200</saferadius>
|
||||
<distanceradius>50</distanceradius>
|
||||
<cleanupradius>200</cleanupradius>
|
||||
<flags deletable="0" init_random="0" remove_damaged="1" sec_spawner="0"/>
|
||||
<position>fixed</position>
|
||||
<limit>mixed</limit>
|
||||
<active>1</active>
|
||||
<children>
|
||||
<child lootmax="0" lootmin="0" max="1" min="1" type="OffroadHatchback"/>
|
||||
<child lootmax="0" lootmin="0" max="1" min="1" type="CivilianSedan"/>
|
||||
<child lootmax="0" lootmin="0" max="1" min="1" type="Hatchback_02"/>
|
||||
<child lootmax="0" lootmin="0" max="1" min="1" type="Sedan_02"/>
|
||||
</children>
|
||||
</event>
|
||||
<event name="VehicleTrucks">
|
||||
<waves>0</waves>
|
||||
<nominal>2</nominal>
|
||||
<min>2</min>
|
||||
<max>2</max>
|
||||
<lifetime>300</lifetime>
|
||||
<restock>0</restock>
|
||||
<saferadius>200</saferadius>
|
||||
<distanceradius>50</distanceradius>
|
||||
<cleanupradius>200</cleanupradius>
|
||||
<flags deletable="0" init_random="0" remove_damaged="1" sec_spawner="0"/>
|
||||
<position>fixed</position>
|
||||
<limit>mixed</limit>
|
||||
<active>1</active>
|
||||
<children>
|
||||
<child lootmax="0" lootmin="0" max="2" min="2" type="Truck_01_Covered"/>
|
||||
</children>
|
||||
</event>
|
||||
</events>
|
Loading…
Reference in New Issue
Block a user