Updated files for Content Update 2

Added: New lore items into the world spawns
Added: Tier 6 (dedicated only for smaller items for now)
Added: NAC plate carrier with all the attachments into Tier 6
Added: Chance of NAC ballistic vest spawn on NAC infected
Fixed: Wrong suppressor spawn for CR-61 (there was a chance for the KA suppressor, not the pistol one)
This commit is contained in:
SumrakDZN 2021-08-18 20:36:03 +02:00
parent f555480919
commit 2038be4a58
19 changed files with 2042 additions and 1744 deletions

View File

@ -31,5 +31,6 @@
<value name="Tier3"/>
<value name="Tier4"/>
<value name="Tier5"/>
<value name="Tier6"/>
</valueflags>
</lists>

View File

@ -17,6 +17,9 @@
<user name="Tier5">
<value name="Tier5" />
</user>
<user name="Tier6">
<value name="Tier6" />
</user>
<user name="Tier12">
<value name="Tier1" />
<value name="Tier2" />
@ -54,5 +57,9 @@
<value name="Tier3" />
<value name="Tier4" />
</user>
<user name="Tier46">
<value name="Tier4" />
<value name="Tier6" />
</user>
</valueflags>
</user_lists>

View File

@ -165,7 +165,7 @@
<item name="dzn_milberet_black" chance="0.10" />
</attachments>
<attachments chance="0.25" name="vestsNAC">
<item name="HighCapacityVest_Black" chance="0.25" />
<item name="dzn_ballisticvest_nac" chance="0.25" />
<item name="dzn_highcapacityvest_nac" chance="0.25" />
<item name="dzn_smershvest_black" chance="0.25" />
<item name="UKAssVest_Black" chance="0.25" />

View File

@ -109,7 +109,7 @@
<item name="Mag_CZ61_20Rnd" chance="1.00" />
</attachments>
<attachments chance="0.10">
<item name="AK_Suppressor" chance="1.00" />
<item name="PistolSuppressor" chance="1.00" />
</attachments>
</type>
<type name="CZ527">
@ -1308,6 +1308,24 @@
<cargo preset="ammomilitary" />
<cargo preset="magsmilitary" />
</type>
<type name="dzn_ballisticvest_nac">
<cargo preset="toolsmilitary" />
<cargo preset="ammomilitary" />
<cargo preset="magsmilitary" />
</type>
<type name="dzn_platecarriervest_nac">
<attachments chance="1.00">
<item name="dzn_platecarrierholster_nac" chance="1.00" />
</attachments>
<attachments chance="1.00">
<item name="dzn_platecarrierpouches_nac" chance="1.00" />
</attachments>
<cargo preset="toolsmilitary" />
<cargo preset="ammomilitary" />
<cargo preset="magsmilitary" />
</type>
<type name="dzn_platecarrierholster_nac" />
<type name="dzn_platecarrierpouches_nac" />
<!-- NAMALSK - CLOTHES - BAGS -->

View File

@ -376,7 +376,7 @@
<type name="dzn_athena3_august">
<nominal>1</nominal>
<min>1</min>
<lifetime>2700</lifetime>
<lifetime>5400</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
@ -389,7 +389,7 @@
<type name="dzn_athena3_exp1">
<nominal>1</nominal>
<min>1</min>
<lifetime>2700</lifetime>
<lifetime>5400</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
@ -402,7 +402,7 @@
<type name="dzn_athena3_exp2">
<nominal>1</nominal>
<min>1</min>
<lifetime>2700</lifetime>
<lifetime>5400</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
@ -415,7 +415,7 @@
<type name="dzn_athena3_october">
<nominal>1</nominal>
<min>1</min>
<lifetime>2700</lifetime>
<lifetime>5400</lifetime>
<restock>0</restock>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
@ -425,6 +425,58 @@
<value user="Tier5" />
<category name="lore" />
</type>
<type name="dzn_module_card">
<nominal>1</nominal>
<min>1</min>
<lifetime>5400</lifetime>
<restock>600</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="Tier4" />
<category name="lore" />
</type>
<type name="dzn_module_lantia">
<nominal>1</nominal>
<min>1</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="Tier3" />
<category name="lore" />
</type>
<type name="dzn_module_surge">
<nominal>1</nominal>
<min>1</min>
<lifetime>5400</lifetime>
<restock>600</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="Tier6" />
<category name="lore" />
</type>
<type name="dzn_module_ext">
<nominal>1</nominal>
<min>1</min>
<lifetime>5400</lifetime>
<restock>600</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="Tier6" />
<category name="lore" />
</type>
<type name="dzn_tool_watch">
<nominal>0</nominal>
<min>0</min>
@ -738,6 +790,63 @@
<category name="clothes" />
<tag name="military" />
</type>
<type name="dzn_ballisticvest_nac">
<nominal>0</nominal>
<min>0</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 user="Tier234" />
<category name="clothes" />
<tag name="military" />
</type>
<type name="dzn_platecarriervest_nac">
<nominal>2</nominal>
<min>2</min>
<lifetime>3600</lifetime>
<restock>800</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="Tier6" />
<category name="lore" />
<tag name="military" />
</type>
<type name="dzn_platecarrierholster_nac">
<nominal>0</nominal>
<min>0</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 user="Tier6" />
<category name="containers" />
<tag name="military" />
<tag name="police" />
</type>
<type name="dzn_platecarrierpouches_nac">
<nominal>0</nominal>
<min>0</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 user="Tier6" />
<category name="containers" />
<tag name="military" />
</type>
<type name="dzn_highcapacityvest_nac">
<nominal>0</nominal>
<min>0</min>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -10285,4 +10285,13 @@
<point pos="1.902466 -1.698328 1.959747" range="1.199997" height="2.000000" />
</container>
</group>
<group name="land_supplycrates_spawn" lootmax="2">
<value name="Tier6" />
<container name="Storage" lootmax="2">
<category name="lore" />
<tag name="military" />
<point pos="0.009155 0.401626 0.251648" range="0.506250" height="0.765625" />
<point pos="0.027496 0.401626 -0.309692" range="0.505390" height="0.679688" />
</container>
</group>
</prototype>

View File

@ -31,5 +31,6 @@
<value name="Tier3"/>
<value name="Tier4"/>
<value name="Tier5"/>
<value name="Tier6"/>
</valueflags>
</lists>

View File

@ -17,6 +17,9 @@
<user name="Tier5">
<value name="Tier5" />
</user>
<user name="Tier6">
<value name="Tier6" />
</user>
<user name="Tier12">
<value name="Tier1" />
<value name="Tier2" />
@ -54,5 +57,9 @@
<value name="Tier3" />
<value name="Tier4" />
</user>
<user name="Tier46">
<value name="Tier4" />
<value name="Tier6" />
</user>
</valueflags>
</user_lists>

View File

@ -166,7 +166,7 @@
<item name="dzn_milberet_black" chance="0.10" />
</attachments>
<attachments chance="0.25" name="vestsNAC">
<item name="HighCapacityVest_Black" chance="0.25" />
<item name="dzn_ballisticvest_nac" chance="0.25" />
<item name="dzn_highcapacityvest_nac" chance="0.25" />
<item name="dzn_smershvest_black" chance="0.25" />
<item name="UKAssVest_Black" chance="0.25" />

View File

@ -109,7 +109,7 @@
<item name="Mag_CZ61_20Rnd" chance="1.00" />
</attachments>
<attachments chance="0.10">
<item name="AK_Suppressor" chance="1.00" />
<item name="PistolSuppressor" chance="1.00" />
</attachments>
</type>
<type name="CZ527">
@ -1308,6 +1308,24 @@
<cargo preset="ammomilitary" />
<cargo preset="magsmilitary" />
</type>
<type name="dzn_ballisticvest_nac">
<cargo preset="toolsmilitary" />
<cargo preset="ammomilitary" />
<cargo preset="magsmilitary" />
</type>
<type name="dzn_platecarriervest_nac">
<attachments chance="1.00">
<item name="dzn_platecarrierholster_nac" chance="1.00" />
</attachments>
<attachments chance="1.00">
<item name="dzn_platecarrierpouches_nac" chance="1.00" />
</attachments>
<cargo preset="toolsmilitary" />
<cargo preset="ammomilitary" />
<cargo preset="magsmilitary" />
</type>
<type name="dzn_platecarrierholster_nac" />
<type name="dzn_platecarrierpouches_nac" />
<!-- NAMALSK - CLOTHES - BAGS -->

View File

@ -425,6 +425,58 @@
<value user="Tier5" />
<category name="lore" />
</type>
<type name="dzn_module_card">
<nominal>1</nominal>
<min>1</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="Tier4" />
<category name="lore" />
</type>
<type name="dzn_module_lantia">
<nominal>1</nominal>
<min>1</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="Tier3" />
<category name="lore" />
</type>
<type name="dzn_module_surge">
<nominal>1</nominal>
<min>1</min>
<lifetime>2700</lifetime>
<restock>600</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="Tier6" />
<category name="lore" />
</type>
<type name="dzn_module_ext">
<nominal>1</nominal>
<min>1</min>
<lifetime>2700</lifetime>
<restock>600</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="Tier6" />
<category name="lore" />
</type>
<type name="dzn_tool_watch">
<nominal>0</nominal>
<min>0</min>
@ -738,6 +790,63 @@
<category name="clothes" />
<tag name="military" />
</type>
<type name="dzn_ballisticvest_nac">
<nominal>0</nominal>
<min>0</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 user="Tier234" />
<category name="clothes" />
<tag name="military" />
</type>
<type name="dzn_platecarriervest_nac">
<nominal>2</nominal>
<min>2</min>
<lifetime>1800</lifetime>
<restock>800</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="Tier6" />
<category name="lore" />
<tag name="military" />
</type>
<type name="dzn_platecarrierholster_nac">
<nominal>0</nominal>
<min>0</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="containers" />
<tag name="military" />
<tag name="police" />
</type>
<type name="dzn_platecarrierpouches_nac">
<nominal>0</nominal>
<min>0</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="containers" />
<tag name="military" />
</type>
<type name="dzn_highcapacityvest_nac">
<nominal>0</nominal>
<min>0</min>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -10285,4 +10285,13 @@
<point pos="1.902466 -1.698328 1.959747" range="1.199997" height="2.000000" />
</container>
</group>
<group name="land_supplycrates_spawn" lootmax="2">
<value name="Tier6" />
<container name="Storage" lootmax="2">
<category name="lore" />
<tag name="military" />
<point pos="0.009155 0.401626 0.251648" range="0.506250" height="0.765625" />
<point pos="0.027496 0.401626 -0.309692" range="0.505390" height="0.679688" />
</container>
</group>
</prototype>