adjusted spawns

This commit is contained in:
2024-10-29 23:47:57 +01:00
parent 9649a6690c
commit 3f188f5e72
2 changed files with 5 additions and 5 deletions

View File

@@ -1,19 +1,19 @@
<types> <types>
<type name="ORANJ_Flag"> <type name="ORANJ_Flag">
<nominal>1</nominal> <nominal>4</nominal>
<lifetime>14400</lifetime> <lifetime>14400</lifetime>
<restock>0</restock> <restock>0</restock>
<min>1</min> <min>1</min>
<quantmin>-1</quantmin> <quantmin>-1</quantmin>
<quantmax>-1</quantmax> <quantmax>-1</quantmax>
<cost>100</cost> <cost>100</cost>
<flags count_in_cargo="1" count_in_hoarder="1" count_in_map="1" count_in_player="1" crafted="0" deloot="0"/> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
<category name="tools"/> <category name="tools"/>
<usage name="Office"/> <usage name="Office"/>
<usage name="School"/> <usage name="School"/>
</type> </type>
<type name="ORANJ_Gunter_Hood"> <type name="ORANJ_Gunter_Hood">
<nominal>2</nominal> <nominal>4</nominal>
<lifetime>28800</lifetime> <lifetime>28800</lifetime>
<restock>0</restock> <restock>0</restock>
<min>8</min> <min>8</min>

View File

@@ -2,7 +2,7 @@
<events> <events>
<event name="rag_landrover_110"> <event name="rag_landrover_110">
<nominal>3</nominal> <nominal>3</nominal>
<min>1</min> <min>2</min>
<max>3</max> <max>3</max>
<lifetime>300</lifetime> <lifetime>300</lifetime>
<restock>0</restock> <restock>0</restock>
@@ -14,7 +14,7 @@
<limit>mixed</limit> <limit>mixed</limit>
<active>1</active> <active>1</active>
<children> <children>
<child lootmax="0" lootmin="0" max="3" min="1" type="rag_landrover_110"/> <child lootmax="0" lootmin="0" max="3" min="2" type="rag_landrover_110"/>
</children> </children>
</event> </event>
</events> </events>