Updated files for 1.18 game update

Added: M79 grenade launcher (spawns randomly in all military areas)
Added: 40mm smoke grenades (spawns randomly in all military areas)
Added: 40mm explosive grenade into tier 4 military areas
Added: 40mm chemical grenade into tier 6 area
Added: Derringer pistol in 3 colour variants into civilian tier 1 areas (always comes with bullets in it)
Added: Fireworks launcher into tier 2,3 civilian areas
Added: Claymore mine into tier 3,4 military areas (1h lifetime)
Added: Remote detonation unit into tier 2,3 industrial areas
Added: Plastic explosive into tier 2,3 industrial areas
Added: Improvised explosive device (crafted, 1h lifetime)
Added: Trigger from the remote detonation unit (crafted, 1h lifetime)
Added: Sawed off Revolver and Blaze (crafted)
Added: Flag armbands (crafted, regular only)
Changed: Min and max loot values for the medical drop event
Fixed: ManSuit, WomanSuit, TelnyashkaShirt and SportGlasses were not spawning
Fixed: Typo in cfgweather (limit instead of limits for rain)
Fixed: Incorrect infected types removed from events and types
This commit is contained in:
SumrakDZN 2022-06-11 22:51:47 +02:00
parent b39d6fb16e
commit f5a9fb9b67
8 changed files with 632 additions and 160 deletions

View File

@ -931,52 +931,52 @@
<cargo preset="toolsgeneral" />
<cargo preset="ammocivil" />
</type>
<type name="ManSuitJacket_Beige">
<type name="ManSuit_Beige">
<cargo preset="toolsgeneral" />
</type>
<type name="ManSuitJacket_Black">
<type name="ManSuit_Black">
<cargo preset="toolsgeneral" />
</type>
<type name="ManSuitJacket_Blue">
<type name="ManSuit_Blue">
<cargo preset="toolsgeneral" />
</type>
<type name="ManSuitJacket_Brown">
<type name="ManSuit_Brown">
<cargo preset="toolsgeneral" />
</type>
<type name="ManSuitJacket_DarkGrey">
<type name="ManSuit_DarkGrey">
<cargo preset="toolsgeneral" />
</type>
<type name="ManSuitJacket_Khaki">
<type name="ManSuit_Khaki">
<cargo preset="toolsgeneral" />
</type>
<type name="ManSuitJacket_LightGrey">
<type name="ManSuit_LightGrey">
<cargo preset="toolsgeneral" />
</type>
<type name="ManSuitJacket_White">
<type name="ManSuit_White">
<cargo preset="toolsgeneral" />
</type>
<type name="WomanSuitJacket_Beige">
<type name="WomanSuit_Beige">
<cargo preset="toolsgeneral" />
</type>
<type name="WomanSuitJacket_Black">
<type name="WomanSuit_Black">
<cargo preset="toolsgeneral" />
</type>
<type name="WomanSuitJacket_Blue">
<type name="WomanSuit_Blue">
<cargo preset="toolsgeneral" />
</type>
<type name="WomanSuitJacket_Brown">
<type name="WomanSuit_Brown">
<cargo preset="toolsgeneral" />
</type>
<type name="WomanSuitJacket_DarkGrey">
<type name="WomanSuit_DarkGrey">
<cargo preset="toolsgeneral" />
</type>
<type name="WomanSuitJacket_Khaki">
<type name="WomanSuit_Khaki">
<cargo preset="toolsgeneral" />
</type>
<type name="WomanSuitJacket_LightGrey">
<type name="WomanSuit_LightGrey">
<cargo preset="toolsgeneral" />
</type>
<type name="WomanSuitJacket_White">
<type name="WomanSuit_White">
<cargo preset="toolsgeneral" />
</type>
<type name="dzn_gorka_up_winter">
@ -2144,15 +2144,6 @@
<attachments preset="headsRU" />
<attachments preset="vestsRU" />
</type>
<type name="ZmbM_SurvivorDean_Black">
<cargo preset="toolsgeneral" />
</type>
<type name="ZmbM_SurvivorDean_Blue">
<cargo preset="toolsgeneral" />
</type>
<type name="ZmbM_SurvivorDean_Grey">
<cargo preset="toolsgeneral" />
</type>
<type name="ZmbM_usSoldier_Officer_Desert">
<cargo preset="toolsmilitary" />
<cargo preset="ammomilitary" />

View File

@ -15,7 +15,7 @@
</fog>
<rain>
<current actual="0.0" time="120" duration="240" />
<limit min="0.0" max="1.0" />
<limits min="0.0" max="1.0" />
<timelimits min="300" max="600" />
<changelimits min="0.0" max="1.0" />
<thresholds min="0.0" max="1.0" end="0" />

View File

@ -29,7 +29,7 @@
<limit>child</limit>
<active>1</active>
<children>
<child lootmax="10" lootmin="5" max="6" min="6" type="Misc_cargo_cont_net1"/>
<child lootmax="6" lootmin="4" max="6" min="6" type="Misc_cargo_cont_net1"/>
</children>
</event>
<event name="StaticSantaCrash">
@ -206,9 +206,6 @@
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_JoggerSkinny_Blue"/>
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_JoggerSkinny_Green"/>
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_JoggerSkinny_Red"/>
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_SurvivorDean_Black"/>
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_SurvivorDean_Blue"/>
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_SurvivorDean_Grey"/>
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_VillagerOld_Blue"/>
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_VillagerOld_Green"/>
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_VillagerOld_White"/>

View File

@ -186,6 +186,20 @@
<category name="rifles" />
<tag name="military" />
</type>
<type name="M79">
<nominal>3</nominal>
<lifetime>7200</lifetime>
<restock>1800</restock>
<min>2</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value />
<category name="rifles" />
<tag name="military" />
</type>
<type name="FAMAS">
<nominal>2</nominal>
<lifetime>7200</lifetime>
@ -618,6 +632,48 @@
<category name="pistols" />
<tag name="hunting" />
</type>
<type name="Derringer_Black">
<nominal>2</nominal>
<lifetime>7200</lifetime>
<restock>0</restock>
<min>1</min>
<quantmin>100</quantmin>
<quantmax>100</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier1" />
<category name="pistols" />
<tag name="civilian" />
</type>
<type name="Derringer_Grey">
<nominal>2</nominal>
<lifetime>7200</lifetime>
<restock>0</restock>
<min>1</min>
<quantmin>100</quantmin>
<quantmax>100</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier1" />
<category name="pistols" />
<tag name="civilian" />
</type>
<type name="Derringer_Pink">
<nominal>2</nominal>
<lifetime>7200</lifetime>
<restock>0</restock>
<min>1</min>
<quantmin>100</quantmin>
<quantmax>100</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier1" />
<category name="pistols" />
<tag name="civilian" />
</type>
<!-- NAMALSK - WEAPONS - EXPLOSIVES -->
<type name="RGD5Grenade">
@ -774,6 +830,118 @@
<category name="explosives" />
<tag name="military" />
</type>
<type name="Ammo_40mm_Explosive">
<nominal>4</nominal>
<lifetime>5400</lifetime>
<restock>300</restock>
<min>2</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier4" />
<category name="weapons" />
<tag name="military" />
</type>
<type name="Ammo_40mm_ChemGas">
<nominal>2</nominal>
<lifetime>5400</lifetime>
<restock>300</restock>
<min>2</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier6" />
<category />
<tag name="military" />
</type>
<type name="Ammo_40mm_Smoke_Black">
<nominal>5</nominal>
<lifetime>5400</lifetime>
<restock>300</restock>
<min>4</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value />
<category name="weapons" />
<tag name="military" />
</type>
<type name="Ammo_40mm_Smoke_Green">
<nominal>5</nominal>
<lifetime>5400</lifetime>
<restock>300</restock>
<min>4</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value />
<category name="weapons" />
<tag name="military" />
</type>
<type name="Ammo_40mm_Smoke_Red">
<nominal>5</nominal>
<lifetime>5400</lifetime>
<restock>300</restock>
<min>4</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value />
<category name="weapons" />
<tag name="military" />
</type>
<type name="Ammo_40mm_Smoke_White">
<nominal>5</nominal>
<lifetime>5400</lifetime>
<restock>300</restock>
<min>4</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value />
<category name="weapons" />
<tag name="military" />
</type>
<type name="ClaymoreMine">
<nominal>3</nominal>
<lifetime>3600</lifetime>
<restock>300</restock>
<min>2</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier34" />
<category name="explosives" />
<tag name="military" />
</type>
<type name="FireworksLauncher">
<nominal>3</nominal>
<lifetime>5400</lifetime>
<restock>0</restock>
<min>2</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier23" />
<category name="tools" />
<tag name="civilian" />
</type>
<!-- NAMALSK - WEAPONS - BOLT/ARROW -->
@ -3344,6 +3512,34 @@
<tag name="military" />
<tag name="industrial" />
</type>
<type name="Plastic_Explosive">
<nominal>3</nominal>
<min>2</min>
<lifetime>5400</lifetime>
<restock>300</restock>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier23" />
<category name="tools" />
<tag name="industrial" />
</type>
<type name="RemoteDetonator">
<nominal>6</nominal>
<min>4</min>
<lifetime>5400</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier23" />
<category name="tools" />
<tag name="industrial" />
</type>
<type name="LargeGasCanister">
<nominal>12</nominal>
<min>10</min>
@ -6257,7 +6453,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="Telnyashka">
<type name="TelnyashkaShirt">
<nominal>15</nominal>
<min>10</min>
<lifetime>3600</lifetime>
@ -6328,7 +6524,7 @@
<category name="clothes" />
<tag name="industrial" />
</type>
<type name="ManSuitJacket_Beige">
<type name="ManSuit_Beige">
<nominal>3</nominal>
<min>1</min>
<lifetime>3600</lifetime>
@ -6342,7 +6538,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="ManSuitJacket_Black">
<type name="ManSuit_Black">
<nominal>3</nominal>
<min>1</min>
<lifetime>3600</lifetime>
@ -6356,7 +6552,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="ManSuitJacket_Blue">
<type name="ManSuit_Blue">
<nominal>3</nominal>
<min>1</min>
<lifetime>3600</lifetime>
@ -6370,7 +6566,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="ManSuitJacket_Brown">
<type name="ManSuit_Brown">
<nominal>3</nominal>
<min>1</min>
<lifetime>3600</lifetime>
@ -6384,7 +6580,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="ManSuitJacket_DarkGrey">
<type name="ManSuit_DarkGrey">
<nominal>3</nominal>
<min>1</min>
<lifetime>3600</lifetime>
@ -6398,7 +6594,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="ManSuitJacket_Khaki">
<type name="ManSuit_Khaki">
<nominal>3</nominal>
<min>1</min>
<lifetime>3600</lifetime>
@ -6412,7 +6608,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="ManSuitJacket_LightGrey">
<type name="ManSuit_LightGrey">
<nominal>3</nominal>
<min>1</min>
<lifetime>3600</lifetime>
@ -6426,7 +6622,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="ManSuitJacket_White">
<type name="ManSuit_White">
<nominal>3</nominal>
<min>1</min>
<lifetime>3600</lifetime>
@ -6440,7 +6636,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="WomanSuitJacket_Beige">
<type name="WomanSuit_Beige">
<nominal>3</nominal>
<min>1</min>
<lifetime>3600</lifetime>
@ -6454,7 +6650,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="WomanSuitJacket_Black">
<type name="WomanSuit_Black">
<nominal>3</nominal>
<min>1</min>
<lifetime>3600</lifetime>
@ -6468,7 +6664,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="WomanSuitJacket_Blue">
<type name="WomanSuit_Blue">
<nominal>3</nominal>
<min>1</min>
<lifetime>3600</lifetime>
@ -6482,7 +6678,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="WomanSuitJacket_Brown">
<type name="WomanSuit_Brown">
<nominal>3</nominal>
<min>1</min>
<lifetime>3600</lifetime>
@ -6496,7 +6692,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="WomanSuitJacket_DarkGrey">
<type name="WomanSuit_DarkGrey">
<nominal>3</nominal>
<min>1</min>
<lifetime>3600</lifetime>
@ -6510,7 +6706,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="WomanSuitJacket_Khaki">
<type name="WomanSuit_Khaki">
<nominal>3</nominal>
<min>1</min>
<lifetime>3600</lifetime>
@ -6524,7 +6720,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="WomanSuitJacket_LightGrey">
<type name="WomanSuit_LightGrey">
<nominal>3</nominal>
<min>1</min>
<lifetime>3600</lifetime>
@ -6538,7 +6734,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="WomanSuitJacket_White">
<type name="WomanSuit_White">
<nominal>3</nominal>
<min>1</min>
<lifetime>3600</lifetime>
@ -8048,9 +8244,51 @@
<!-- NAMALSK - CLOTHES - GLASSES -->
<type name="SportGlasses">
<nominal>7</nominal>
<min>3</min>
<type name="SportGlasses_Black">
<nominal>2</nominal>
<min>1</min>
<lifetime>3600</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value />
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="SportGlasses_Blue">
<nominal>2</nominal>
<min>1</min>
<lifetime>3600</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value />
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="SportGlasses_Green">
<nominal>2</nominal>
<min>1</min>
<lifetime>3600</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value />
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="SportGlasses_Orange">
<nominal>2</nominal>
<min>1</min>
<lifetime>3600</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -10989,10 +11227,26 @@
<lifetime>7200</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0" />
</type>
<type name="SawedoffMagnum">
<lifetime>7200</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0" />
</type>
<type name="SawedoffB95">
<lifetime>7200</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0" />
</type>
<type name="ImprovisedSuppressor">
<lifetime>5400</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0" />
</type>
<type name="ImprovisedExplosive">
<lifetime>3600</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0" />
</type>
<type name="RemoteDetonatorTrigger">
<lifetime>3600</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0" />
</type>
<type name="GhillieAtt_Tan">
<lifetime>3600</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0" />
@ -13015,36 +13269,6 @@
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
</type>
<type name="ZmbM_SurvivorDean_Black">
<nominal>0</nominal>
<lifetime>3600</lifetime>
<restock>0</restock>
<min>0</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
</type>
<type name="ZmbM_SurvivorDean_Blue">
<nominal>0</nominal>
<lifetime>3600</lifetime>
<restock>0</restock>
<min>0</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
</type>
<type name="ZmbM_SurvivorDean_Grey">
<nominal>0</nominal>
<lifetime>3600</lifetime>
<restock>0</restock>
<min>0</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
</type>
<type name="ZmbM_usSoldier_normal_Desert">
<nominal>0</nominal>
<lifetime>3600</lifetime>

View File

@ -931,52 +931,52 @@
<cargo preset="toolsgeneral" />
<cargo preset="ammocivil" />
</type>
<type name="ManSuitJacket_Beige">
<type name="ManSuit_Beige">
<cargo preset="toolsgeneral" />
</type>
<type name="ManSuitJacket_Black">
<type name="ManSuit_Black">
<cargo preset="toolsgeneral" />
</type>
<type name="ManSuitJacket_Blue">
<type name="ManSuit_Blue">
<cargo preset="toolsgeneral" />
</type>
<type name="ManSuitJacket_Brown">
<type name="ManSuit_Brown">
<cargo preset="toolsgeneral" />
</type>
<type name="ManSuitJacket_DarkGrey">
<type name="ManSuit_DarkGrey">
<cargo preset="toolsgeneral" />
</type>
<type name="ManSuitJacket_Khaki">
<type name="ManSuit_Khaki">
<cargo preset="toolsgeneral" />
</type>
<type name="ManSuitJacket_LightGrey">
<type name="ManSuit_LightGrey">
<cargo preset="toolsgeneral" />
</type>
<type name="ManSuitJacket_White">
<type name="ManSuit_White">
<cargo preset="toolsgeneral" />
</type>
<type name="WomanSuitJacket_Beige">
<type name="WomanSuit_Beige">
<cargo preset="toolsgeneral" />
</type>
<type name="WomanSuitJacket_Black">
<type name="WomanSuit_Black">
<cargo preset="toolsgeneral" />
</type>
<type name="WomanSuitJacket_Blue">
<type name="WomanSuit_Blue">
<cargo preset="toolsgeneral" />
</type>
<type name="WomanSuitJacket_Brown">
<type name="WomanSuit_Brown">
<cargo preset="toolsgeneral" />
</type>
<type name="WomanSuitJacket_DarkGrey">
<type name="WomanSuit_DarkGrey">
<cargo preset="toolsgeneral" />
</type>
<type name="WomanSuitJacket_Khaki">
<type name="WomanSuit_Khaki">
<cargo preset="toolsgeneral" />
</type>
<type name="WomanSuitJacket_LightGrey">
<type name="WomanSuit_LightGrey">
<cargo preset="toolsgeneral" />
</type>
<type name="WomanSuitJacket_White">
<type name="WomanSuit_White">
<cargo preset="toolsgeneral" />
</type>
<type name="dzn_gorka_up_winter">
@ -2374,15 +2374,6 @@
<attachments preset="headsRU" />
<attachments preset="vestsRU" />
</type>
<type name="ZmbM_SurvivorDean_Black">
<cargo preset="toolsgeneral" />
</type>
<type name="ZmbM_SurvivorDean_Blue">
<cargo preset="toolsgeneral" />
</type>
<type name="ZmbM_SurvivorDean_Grey">
<cargo preset="toolsgeneral" />
</type>
<type name="ZmbM_usSoldier_Officer_Desert">
<cargo preset="toolsmilitary" />
<cargo preset="ammomilitary" />

View File

@ -15,7 +15,7 @@
</fog>
<rain>
<current actual="0.0" time="120" duration="240" />
<limit min="0.0" max="1.0" />
<limits min="0.0" max="1.0" />
<timelimits min="300" max="600" />
<changelimits min="0.0" max="1.0" />
<thresholds min="0.0" max="1.0" end="0" />

View File

@ -29,7 +29,7 @@
<limit>child</limit>
<active>1</active>
<children>
<child lootmax="10" lootmin="5" max="6" min="6" type="Misc_cargo_cont_net1"/>
<child lootmax="6" lootmin="4" max="6" min="6" type="Misc_cargo_cont_net1"/>
</children>
</event>
<event name="StaticSantaCrash">
@ -223,9 +223,6 @@
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_JoggerSkinny_Blue"/>
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_JoggerSkinny_Green"/>
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_JoggerSkinny_Red"/>
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_SurvivorDean_Black"/>
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_SurvivorDean_Blue"/>
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_SurvivorDean_Grey"/>
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_VillagerOld_Blue"/>
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_VillagerOld_Green"/>
<child lootmax="0" lootmin="0" max="0" min="1" type="ZmbM_VillagerOld_White"/>

View File

@ -186,6 +186,20 @@
<category name="rifles" />
<tag name="military" />
</type>
<type name="M79">
<nominal>5</nominal>
<lifetime>3600</lifetime>
<restock>1800</restock>
<min>4</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value />
<category name="rifles" />
<tag name="military" />
</type>
<type name="FAMAS">
<nominal>3</nominal>
<lifetime>3600</lifetime>
@ -618,6 +632,48 @@
<category name="pistols" />
<tag name="hunting" />
</type>
<type name="Derringer_Black">
<nominal>2</nominal>
<lifetime>3600</lifetime>
<restock>0</restock>
<min>1</min>
<quantmin>100</quantmin>
<quantmax>100</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier1" />
<category name="pistols" />
<tag name="civilian" />
</type>
<type name="Derringer_Grey">
<nominal>2</nominal>
<lifetime>3600</lifetime>
<restock>0</restock>
<min>1</min>
<quantmin>100</quantmin>
<quantmax>100</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier1" />
<category name="pistols" />
<tag name="civilian" />
</type>
<type name="Derringer_Pink">
<nominal>2</nominal>
<lifetime>3600</lifetime>
<restock>0</restock>
<min>1</min>
<quantmin>100</quantmin>
<quantmax>100</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier1" />
<category name="pistols" />
<tag name="civilian" />
</type>
<!-- NAMALSK - WEAPONS - EXPLOSIVES -->
<type name="RGD5Grenade">
@ -774,6 +830,118 @@
<category name="explosives" />
<tag name="military" />
</type>
<type name="Ammo_40mm_Explosive">
<nominal>4</nominal>
<lifetime>2700</lifetime>
<restock>300</restock>
<min>2</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier4" />
<category name="weapons" />
<tag name="military" />
</type>
<type name="Ammo_40mm_ChemGas">
<nominal>2</nominal>
<lifetime>2700</lifetime>
<restock>300</restock>
<min>2</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier6" />
<category />
<tag name="military" />
</type>
<type name="Ammo_40mm_Smoke_Black">
<nominal>5</nominal>
<lifetime>2700</lifetime>
<restock>300</restock>
<min>4</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value />
<category name="weapons" />
<tag name="military" />
</type>
<type name="Ammo_40mm_Smoke_Green">
<nominal>5</nominal>
<lifetime>2700</lifetime>
<restock>300</restock>
<min>4</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value />
<category name="weapons" />
<tag name="military" />
</type>
<type name="Ammo_40mm_Smoke_Red">
<nominal>5</nominal>
<lifetime>2700</lifetime>
<restock>300</restock>
<min>4</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value />
<category name="weapons" />
<tag name="military" />
</type>
<type name="Ammo_40mm_Smoke_White">
<nominal>5</nominal>
<lifetime>2700</lifetime>
<restock>300</restock>
<min>4</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value />
<category name="weapons" />
<tag name="military" />
</type>
<type name="ClaymoreMine">
<nominal>3</nominal>
<lifetime>3600</lifetime>
<restock>300</restock>
<min>2</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier34" />
<category name="explosives" />
<tag name="military" />
</type>
<type name="FireworksLauncher">
<nominal>3</nominal>
<lifetime>2700</lifetime>
<restock>0</restock>
<min>2</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier23" />
<category name="tools" />
<tag name="civilian" />
</type>
<!-- NAMALSK - WEAPONS - BOLT/ARROW -->
@ -3406,6 +3574,34 @@
<category name="tools" />
<tag name="industrial" />
</type>
<type name="Plastic_Explosive">
<nominal>3</nominal>
<min>2</min>
<lifetime>2700</lifetime>
<restock>300</restock>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier23" />
<category name="tools" />
<tag name="industrial" />
</type>
<type name="RemoteDetonator">
<nominal>6</nominal>
<min>4</min>
<lifetime>2700</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value user="Tier23" />
<category name="tools" />
<tag name="industrial" />
</type>
<type name="LargeGasCanister">
<nominal>12</nominal>
<min>10</min>
@ -6731,7 +6927,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="Telnyashka">
<type name="TelnyashkaShirt">
<nominal>15</nominal>
<min>10</min>
<lifetime>1800</lifetime>
@ -6802,7 +6998,7 @@
<category name="clothes" />
<tag name="industrial" />
</type>
<type name="ManSuitJacket_Beige">
<type name="ManSuit_Beige">
<nominal>3</nominal>
<min>1</min>
<lifetime>1800</lifetime>
@ -6816,7 +7012,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="ManSuitJacket_Black">
<type name="ManSuit_Black">
<nominal>3</nominal>
<min>1</min>
<lifetime>1800</lifetime>
@ -6830,7 +7026,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="ManSuitJacket_Blue">
<type name="ManSuit_Blue">
<nominal>3</nominal>
<min>1</min>
<lifetime>1800</lifetime>
@ -6844,7 +7040,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="ManSuitJacket_Brown">
<type name="ManSuit_Brown">
<nominal>3</nominal>
<min>1</min>
<lifetime>1800</lifetime>
@ -6858,7 +7054,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="ManSuitJacket_DarkGrey">
<type name="ManSuit_DarkGrey">
<nominal>3</nominal>
<min>1</min>
<lifetime>1800</lifetime>
@ -6872,7 +7068,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="ManSuitJacket_Khaki">
<type name="ManSuit_Khaki">
<nominal>3</nominal>
<min>1</min>
<lifetime>1800</lifetime>
@ -6886,7 +7082,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="ManSuitJacket_LightGrey">
<type name="ManSuit_LightGrey">
<nominal>3</nominal>
<min>1</min>
<lifetime>1800</lifetime>
@ -6900,7 +7096,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="ManSuitJacket_White">
<type name="ManSuit_White">
<nominal>3</nominal>
<min>1</min>
<lifetime>1800</lifetime>
@ -6914,7 +7110,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="WomanSuitJacket_Beige">
<type name="WomanSuit_Beige">
<nominal>3</nominal>
<min>1</min>
<lifetime>1800</lifetime>
@ -6928,7 +7124,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="WomanSuitJacket_Black">
<type name="WomanSuit_Black">
<nominal>3</nominal>
<min>1</min>
<lifetime>1800</lifetime>
@ -6942,7 +7138,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="WomanSuitJacket_Blue">
<type name="WomanSuit_Blue">
<nominal>3</nominal>
<min>1</min>
<lifetime>1800</lifetime>
@ -6956,7 +7152,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="WomanSuitJacket_Brown">
<type name="WomanSuit_Brown">
<nominal>3</nominal>
<min>1</min>
<lifetime>1800</lifetime>
@ -6970,7 +7166,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="WomanSuitJacket_DarkGrey">
<type name="WomanSuit_DarkGrey">
<nominal>3</nominal>
<min>1</min>
<lifetime>1800</lifetime>
@ -6984,7 +7180,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="WomanSuitJacket_Khaki">
<type name="WomanSuit_Khaki">
<nominal>3</nominal>
<min>1</min>
<lifetime>1800</lifetime>
@ -6998,7 +7194,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="WomanSuitJacket_LightGrey">
<type name="WomanSuit_LightGrey">
<nominal>3</nominal>
<min>1</min>
<lifetime>1800</lifetime>
@ -7012,7 +7208,7 @@
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="WomanSuitJacket_White">
<type name="WomanSuit_White">
<nominal>3</nominal>
<min>1</min>
<lifetime>1800</lifetime>
@ -8522,9 +8718,51 @@
<!-- NAMALSK - CLOTHES - GLASSES -->
<type name="SportGlasses">
<nominal>7</nominal>
<min>3</min>
<type name="SportGlasses_Black">
<nominal>2</nominal>
<min>1</min>
<lifetime>1800</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value />
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="SportGlasses_Blue">
<nominal>2</nominal>
<min>1</min>
<lifetime>1800</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value />
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="SportGlasses_Green">
<nominal>2</nominal>
<min>1</min>
<lifetime>1800</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_map="1" count_in_hoarder="0" count_in_cargo="0" count_in_player="0" crafted="0" deloot="0" />
<usage />
<value />
<category name="clothes" />
<tag name="civilian" />
</type>
<type name="SportGlasses_Orange">
<nominal>2</nominal>
<min>1</min>
<lifetime>1800</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -11467,6 +11705,14 @@
<lifetime>2700</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0" />
</type>
<type name="RemoteDetonatorTrigger">
<lifetime>3600</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0" />
</type>
<type name="ImprovisedExplosive">
<lifetime>3600</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0" />
</type>
<type name="GhillieAtt_Tan">
<lifetime>1800</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0" />
@ -11859,6 +12105,62 @@
<lifetime>1800</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="Armband_APA">
<lifetime>1800</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="Armband_BabyDeer">
<lifetime>1800</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="Armband_Bear">
<lifetime>1800</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="Armband_BrainZ">
<lifetime>1800</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="Armband_CHEL">
<lifetime>1800</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="Armband_CMC">
<lifetime>1800</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="Armband_Cannibals">
<lifetime>1800</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="Armband_DayZ">
<lifetime>1800</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="Armband_HunterZ">
<lifetime>1800</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="Armband_Rooster">
<lifetime>1800</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="Armband_TEC">
<lifetime>1800</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="Armband_UEC">
<lifetime>1800</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="Armband_Wolf">
<lifetime>1800</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="Armband_Zenit">
<lifetime>1800</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
</type>
<type name="RopeBelt">
<lifetime>1800</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
@ -13515,36 +13817,6 @@
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
</type>
<type name="ZmbM_SurvivorDean_Black">
<nominal>0</nominal>
<lifetime>1800</lifetime>
<restock>0</restock>
<min>0</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
</type>
<type name="ZmbM_SurvivorDean_Blue">
<nominal>0</nominal>
<lifetime>1800</lifetime>
<restock>0</restock>
<min>0</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
</type>
<type name="ZmbM_SurvivorDean_Grey">
<nominal>0</nominal>
<lifetime>1800</lifetime>
<restock>0</restock>
<min>0</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
</type>
<type name="ZmbM_usSoldier_normal_Desert">
<nominal>0</nominal>
<lifetime>1800</lifetime>