Updated files for 1.12 game update

Added: Pioneer rifle into police loot spawns (rare spawn)
Added: New (frozen) food items
Added: Farming Hoe, Broom and Sickle tools into spawns
Added: Rare Fange and Kukri knives into hunting spawns (rare spawn)
Changed: Rebalanced distribution of the existing food items (to
accomodate for the new food items)
Changed: Slightly increased number of land mines on the map
Fixed: Missing CE definition for the opened variants of all frozen foods
This commit is contained in:
SumrakDZN 2021-04-10 13:28:28 +02:00
parent 93adab647c
commit 669c450340
6 changed files with 797 additions and 103 deletions

View File

@ -284,6 +284,18 @@
<item name="Mag_Saiga_Drum20Rnd" chance="0.10" />
</attachments>
</type>
<type name="Scout">
<attachments chance="0.30">
<item name="Mag_Scout_5Rnd" chance="1.00" />
</attachments>
<attachments chance="0.20">
<item name="M68Optic" chance="0.60" />
<item name="ACOGOptic" chance="0.40" />
</attachments>
<attachments chance="0.10">
<item name="M4_Suppressor" chance="1.00" />
</attachments>
</type>
<!-- NAMALSK - WEAPONS - PISTOLS -->

View File

@ -332,7 +332,20 @@
<category name="rifles" />
<tag name="military" />
</type>
<type name="Scout">
<nominal>2</nominal>
<lifetime>7200</lifetime>
<restock>1800</restock>
<min>1</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="police" />
</type>
<!-- NAMALSK - WEAPONS - PISTOLS -->
<type name="Colt1911">
@ -636,9 +649,9 @@
<tag name="police" />
</type>
<type name="LandMineTrap">
<nominal>6</nominal>
<min>4</min>
<lifetime>604800</lifetime>
<nominal>10</nominal>
<min>8</min>
<lifetime>1209600</lifetime>
<restock>900</restock>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
@ -723,6 +736,34 @@
<category name="tools" />
<tag name="hunting" />
</type>
<type name="KukriKnife">
<nominal>1</nominal>
<lifetime>5400</lifetime>
<restock>0</restock>
<min>1</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="tools" />
<tag name="hunting" />
</type>
<type name="FangeKnife">
<nominal>1</nominal>
<lifetime>5400</lifetime>
<restock>0</restock>
<min>1</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="tools" />
<tag name="hunting" />
</type>
<type name="Machete">
<nominal>12</nominal>
<lifetime>5400</lifetime>
@ -738,6 +779,34 @@
<tag name="civilian" />
<tag name="farm" />
</type>
<type name="FarmingHoe">
<nominal>8</nominal>
<lifetime>5400</lifetime>
<restock>0</restock>
<min>6</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="tools" />
<tag name="farm" />
</type>
<type name="Sickle">
<nominal>10</nominal>
<lifetime>5400</lifetime>
<restock>0</restock>
<min>8</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="tools" />
<tag name="farm" />
</type>
<type name="Pickaxe">
<nominal>15</nominal>
<lifetime>5400</lifetime>
@ -1537,6 +1606,19 @@
<tag name="police" />
<tag name="military" />
</type>
<type name="Mag_Scout_5Rnd">
<nominal>6</nominal>
<min>5</min>
<lifetime>5400</lifetime>
<restock>500</restock>
<quantmin>25</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 />
<category name="weapons" />
<tag name="police" />
</type>
<type name="Mag_CZ61_20Rnd">
<nominal>5</nominal>
<min>3</min>
@ -2556,8 +2638,8 @@
<!-- NAMALSK - FOOD N DRINKS -->
<type name="BoxCerealCrunchin">
<nominal>5</nominal>
<min>4</min>
<nominal>4</nominal>
<min>3</min>
<lifetime>7200</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -2569,8 +2651,8 @@
<category name="food" />
</type>
<type name="PowderedMilk">
<nominal>6</nominal>
<min>6</min>
<nominal>3</nominal>
<min>2</min>
<lifetime>7200</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -2582,8 +2664,86 @@
<category name="food" />
</type>
<type name="Rice">
<nominal>5</nominal>
<min>4</min>
<nominal>3</nominal>
<min>2</min>
<lifetime>7200</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="food" />
</type>
<type name="Zagorky">
<nominal>2</nominal>
<min>1</min>
<lifetime>7200</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="food" />
</type>
<type name="ZagorkyChocolate">
<nominal>2</nominal>
<min>1</min>
<lifetime>7200</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="food" />
</type>
<type name="ZagorkyPeanuts">
<nominal>2</nominal>
<min>1</min>
<lifetime>7200</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="food" />
</type>
<type name="SaltySticks">
<nominal>3</nominal>
<min>2</min>
<lifetime>7200</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="food" />
</type>
<type name="Crackers">
<nominal>3</nominal>
<min>2</min>
<lifetime>7200</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="food" />
</type>
<type name="Chips">
<nominal>3</nominal>
<min>2</min>
<lifetime>7200</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -2594,7 +2754,6 @@
<value />
<category name="food" />
</type>
<!-- NAMALSK - MEDICAL ITEMS -->
<type name="BandageDressing">
@ -3759,6 +3918,20 @@
<tag name="civilian" />
<tag name="industrial" />
</type>
<type name="Broom">
<nominal>12</nominal>
<lifetime>5400</lifetime>
<restock>0</restock>
<min>10</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="tools" />
<tag name="civilian" />
</type>
<type name="Screwdriver">
<nominal>20</nominal>
<min>10</min>
@ -10092,26 +10265,6 @@
<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="BakedBeansCan_Opened">
<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="SpaghettiCan_Opened">
<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="PeachesCan_Opened">
<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="TunaCan_Opened">
<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="SardinesCan_Opened">
<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="SawedoffIzh18">
<lifetime>5400</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0" />

View File

@ -31,8 +31,8 @@
<tag name="civilian" />
</type>
<type name="dzn_SodaCan_Pipsi">
<nominal>8</nominal>
<min>6</min>
<nominal>4</nominal>
<min>3</min>
<lifetime>900</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -44,8 +44,8 @@
<category name="food" />
</type>
<type name="dzn_SodaCan_Cola">
<nominal>8</nominal>
<min>6</min>
<nominal>4</nominal>
<min>3</min>
<lifetime>900</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -57,8 +57,8 @@
<category name="food" />
</type>
<type name="dzn_SodaCan_Spite">
<nominal>8</nominal>
<min>6</min>
<nominal>4</nominal>
<min>3</min>
<lifetime>900</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -70,6 +70,97 @@
<category name="food" />
</type>
<type name="dzn_SodaCan_Kvass">
<nominal>4</nominal>
<min>3</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_SodaCan_Fronta">
<nominal>4</nominal>
<min>3</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_BakedBeansCan">
<nominal>4</nominal>
<min>3</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_PeachesCan">
<nominal>4</nominal>
<min>3</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_SardinesCan">
<nominal>4</nominal>
<min>3</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_SpaghettiCan">
<nominal>4</nominal>
<min>3</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_TunaCan">
<nominal>4</nominal>
<min>3</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_UnknownFoodCan">
<nominal>8</nominal>
<min>6</min>
<lifetime>900</lifetime>
@ -82,9 +173,9 @@
<value />
<category name="food" />
</type>
<type name="dzn_BakedBeansCan">
<nominal>6</nominal>
<min>6</min>
<type name="dzn_DogFoodCan">
<nominal>3</nominal>
<min>2</min>
<lifetime>900</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -95,9 +186,9 @@
<value />
<category name="food" />
</type>
<type name="dzn_PeachesCan">
<nominal>6</nominal>
<min>6</min>
<type name="dzn_CatFoodCan">
<nominal>3</nominal>
<min>2</min>
<lifetime>900</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -108,9 +199,9 @@
<value />
<category name="food" />
</type>
<type name="dzn_SardinesCan">
<nominal>6</nominal>
<min>6</min>
<type name="dzn_PorkCan">
<nominal>3</nominal>
<min>2</min>
<lifetime>900</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -121,9 +212,9 @@
<value />
<category name="food" />
</type>
<type name="dzn_SpaghettiCan">
<nominal>6</nominal>
<min>6</min>
<type name="dzn_Lunchmeat">
<nominal>3</nominal>
<min>2</min>
<lifetime>900</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -134,9 +225,35 @@
<value />
<category name="food" />
</type>
<type name="dzn_TunaCan">
<nominal>10</nominal>
<min>8</min>
<type name="dzn_Pajka">
<nominal>3</nominal>
<min>2</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_Pate">
<nominal>3</nominal>
<min>2</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_BrisketSpread">
<nominal>3</nominal>
<min>2</min>
<lifetime>900</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -160,6 +277,19 @@
<value />
<category name="food" />
</type>
<type name="dzn_Honey">
<nominal>5</nominal>
<min>4</min>
<lifetime>900</lifetime>
<restock>0</restock>
<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"/>
<usage />
<value />
<category name="food" />
</type>
<type name="dzn_Pot">
<nominal>12</nominal>
<min>10</min>
@ -1075,4 +1205,56 @@
<lifetime>500</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="dzn_BakedBeansCan_Opened">
<lifetime>900</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="dzn_PeachesCan_Opened">
<lifetime>900</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="dzn_SpaghettiCan_Opened">
<lifetime>900</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="dzn_SardinesCan_Opened">
<lifetime>900</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="dzn_TunaCan_Opened">
<lifetime>900</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="dzn_UnknownFoodCan_Opened">
<lifetime>900</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="dzn_DogFoodCan_Opened">
<lifetime>900</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="dzn_CatFoodCan_Opened">
<lifetime>900</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="dzn_PorkCan_Opened">
<lifetime>900</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="dzn_Lunchmeat_Opened">
<lifetime>900</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="dzn_Pajka_Opened">
<lifetime>900</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="dzn_Pate_Opened">
<lifetime>900</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="dzn_BrisketSpread_Opened">
<lifetime>900</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0" />
</type>
</types>

View File

@ -284,6 +284,18 @@
<item name="Mag_Saiga_Drum20Rnd" chance="0.10" />
</attachments>
</type>
<type name="Scout">
<attachments chance="0.30">
<item name="Mag_Scout_5Rnd" chance="1.00" />
</attachments>
<attachments chance="0.20">
<item name="M68Optic" chance="0.60" />
<item name="ACOGOptic" chance="0.40" />
</attachments>
<attachments chance="0.10">
<item name="M4_Suppressor" chance="1.00" />
</attachments>
</type>
<!-- NAMALSK - WEAPONS - PISTOLS -->

View File

@ -332,7 +332,20 @@
<category name="rifles" />
<tag name="military" />
</type>
<type name="Scout">
<nominal>2</nominal>
<lifetime>3600</lifetime>
<restock>300</restock>
<min>1</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="police" />
</type>
<!-- NAMALSK - WEAPONS - PISTOLS -->
<type name="Colt1911">
@ -636,8 +649,8 @@
<tag name="police" />
</type>
<type name="LandMineTrap">
<nominal>6</nominal>
<min>4</min>
<nominal>10</nominal>
<min>8</min>
<lifetime>1209600</lifetime>
<restock>900</restock>
<quantmin>-1</quantmin>
@ -723,6 +736,34 @@
<category name="tools" />
<tag name="hunting" />
</type>
<type name="KukriKnife">
<nominal>1</nominal>
<lifetime>2700</lifetime>
<restock>0</restock>
<min>1</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="tools" />
<tag name="hunting" />
</type>
<type name="FangeKnife">
<nominal>1</nominal>
<lifetime>2700</lifetime>
<restock>0</restock>
<min>1</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="tools" />
<tag name="hunting" />
</type>
<type name="Machete">
<nominal>12</nominal>
<lifetime>2700</lifetime>
@ -738,6 +779,34 @@
<tag name="civilian" />
<tag name="farm" />
</type>
<type name="FarmingHoe">
<nominal>8</nominal>
<lifetime>2700</lifetime>
<restock>0</restock>
<min>6</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="tools" />
<tag name="farm" />
</type>
<type name="Sickle">
<nominal>10</nominal>
<lifetime>2700</lifetime>
<restock>0</restock>
<min>8</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="tools" />
<tag name="farm" />
</type>
<type name="Pickaxe">
<nominal>15</nominal>
<lifetime>2700</lifetime>
@ -1537,6 +1606,19 @@
<tag name="police" />
<tag name="military" />
</type>
<type name="Mag_Scout_5Rnd">
<nominal>6</nominal>
<min>5</min>
<lifetime>2700</lifetime>
<restock>500</restock>
<quantmin>25</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 />
<category name="weapons" />
<tag name="police" />
</type>
<type name="Mag_CZ61_20Rnd">
<nominal>10</nominal>
<min>8</min>
@ -2556,8 +2638,8 @@
<!-- NAMALSK - FOOD N DRINKS -->
<type name="BoxCerealCrunchin">
<nominal>5</nominal>
<min>4</min>
<nominal>4</nominal>
<min>3</min>
<lifetime>3600</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -2569,8 +2651,8 @@
<category name="food" />
</type>
<type name="PowderedMilk">
<nominal>8</nominal>
<min>8</min>
<nominal>3</nominal>
<min>2</min>
<lifetime>3600</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -2582,8 +2664,86 @@
<category name="food" />
</type>
<type name="Rice">
<nominal>5</nominal>
<min>4</min>
<nominal>3</nominal>
<min>2</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="food" />
</type>
<type name="Zagorky">
<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="food" />
</type>
<type name="ZagorkyChocolate">
<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="food" />
</type>
<type name="ZagorkyPeanuts">
<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="food" />
</type>
<type name="SaltySticks">
<nominal>3</nominal>
<min>2</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="food" />
</type>
<type name="Crackers">
<nominal>3</nominal>
<min>2</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="food" />
</type>
<type name="Chips">
<nominal>3</nominal>
<min>2</min>
<lifetime>3600</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -2594,7 +2754,6 @@
<value />
<category name="food" />
</type>
<!-- NAMALSK - MEDICAL ITEMS -->
<type name="BandageDressing">
@ -4026,6 +4185,20 @@
<tag name="civilian" />
<tag name="industrial" />
</type>
<type name="Broom">
<nominal>12</nominal>
<lifetime>2700</lifetime>
<restock>0</restock>
<min>10</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="tools" />
<tag name="civilian" />
</type>
<type name="Screwdriver">
<nominal>20</nominal>
<min>10</min>
@ -10567,26 +10740,6 @@
<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="BakedBeansCan_Opened">
<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="SpaghettiCan_Opened">
<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="PeachesCan_Opened">
<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="TunaCan_Opened">
<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="SardinesCan_Opened">
<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="SawedoffIzh18">
<lifetime>2700</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0" />

View File

@ -31,8 +31,8 @@
<tag name="civilian" />
</type>
<type name="dzn_SodaCan_Pipsi">
<nominal>10</nominal>
<min>8</min>
<nominal>4</nominal>
<min>3</min>
<lifetime>900</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -44,8 +44,8 @@
<category name="food" />
</type>
<type name="dzn_SodaCan_Cola">
<nominal>10</nominal>
<min>8</min>
<nominal>4</nominal>
<min>3</min>
<lifetime>900</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -57,8 +57,8 @@
<category name="food" />
</type>
<type name="dzn_SodaCan_Spite">
<nominal>10</nominal>
<min>8</min>
<nominal>4</nominal>
<min>3</min>
<lifetime>900</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -70,6 +70,97 @@
<category name="food" />
</type>
<type name="dzn_SodaCan_Kvass">
<nominal>4</nominal>
<min>3</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_SodaCan_Fronta">
<nominal>4</nominal>
<min>3</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_BakedBeansCan">
<nominal>4</nominal>
<min>3</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_PeachesCan">
<nominal>4</nominal>
<min>3</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_SardinesCan">
<nominal>4</nominal>
<min>3</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_SpaghettiCan">
<nominal>4</nominal>
<min>3</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_TunaCan">
<nominal>4</nominal>
<min>3</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_UnknownFoodCan">
<nominal>10</nominal>
<min>8</min>
<lifetime>900</lifetime>
@ -82,9 +173,9 @@
<value />
<category name="food" />
</type>
<type name="dzn_BakedBeansCan">
<nominal>8</nominal>
<min>8</min>
<type name="dzn_DogFoodCan">
<nominal>5</nominal>
<min>4</min>
<lifetime>900</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -95,9 +186,9 @@
<value />
<category name="food" />
</type>
<type name="dzn_PeachesCan">
<nominal>8</nominal>
<min>8</min>
<type name="dzn_CatFoodCan">
<nominal>5</nominal>
<min>4</min>
<lifetime>900</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -108,9 +199,9 @@
<value />
<category name="food" />
</type>
<type name="dzn_SardinesCan">
<nominal>8</nominal>
<min>8</min>
<type name="dzn_PorkCan">
<nominal>5</nominal>
<min>4</min>
<lifetime>900</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -121,9 +212,9 @@
<value />
<category name="food" />
</type>
<type name="dzn_SpaghettiCan">
<nominal>8</nominal>
<min>8</min>
<type name="dzn_Lunchmeat">
<nominal>5</nominal>
<min>4</min>
<lifetime>900</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -134,9 +225,35 @@
<value />
<category name="food" />
</type>
<type name="dzn_TunaCan">
<nominal>12</nominal>
<min>10</min>
<type name="dzn_Pajka">
<nominal>5</nominal>
<min>4</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_Pate">
<nominal>5</nominal>
<min>4</min>
<lifetime>900</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="food" />
</type>
<type name="dzn_BrisketSpread">
<nominal>5</nominal>
<min>4</min>
<lifetime>900</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
@ -160,6 +277,19 @@
<value />
<category name="food" />
</type>
<type name="dzn_Honey">
<nominal>5</nominal>
<min>4</min>
<lifetime>900</lifetime>
<restock>0</restock>
<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"/>
<usage />
<value />
<category name="food" />
</type>
<type name="dzn_Pot">
<nominal>12</nominal>
<min>10</min>
@ -1075,4 +1205,56 @@
<lifetime>500</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="dzn_BakedBeansCan_Opened">
<lifetime>900</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="dzn_PeachesCan_Opened">
<lifetime>900</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="dzn_SpaghettiCan_Opened">
<lifetime>900</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="dzn_SardinesCan_Opened">
<lifetime>900</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="dzn_TunaCan_Opened">
<lifetime>900</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="dzn_UnknownFoodCan_Opened">
<lifetime>900</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="dzn_DogFoodCan_Opened">
<lifetime>900</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="dzn_CatFoodCan_Opened">
<lifetime>900</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="dzn_PorkCan_Opened">
<lifetime>900</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="dzn_Lunchmeat_Opened">
<lifetime>900</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="dzn_Pajka_Opened">
<lifetime>900</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="dzn_Pate_Opened">
<lifetime>900</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="dzn_BrisketSpread_Opened">
<lifetime>900</lifetime>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0" />
</type>
</types>