mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Small loot tweaks for balance (#1719)
* Small loot tweak Lowered the spawn chance of duct tape a bit. * Small loot tweaks Smaller spawn chance of binoculars, Knife and maps
This commit is contained in:
@@ -48,10 +48,9 @@ IndustrialSmall[] =
|
||||
{
|
||||
{Loot_WEAPON, 3, ItemKnife},
|
||||
{Loot_WEAPON, 1, ItemKeyKit},
|
||||
{Loot_MAGAZINE, 3, equip_duct_tape},
|
||||
{Loot_MAGAZINE, 2, equip_duct_tape},
|
||||
{Loot_MAGAZINE, 6, equip_nails},
|
||||
{Loot_GROUP, 10, Trash},
|
||||
{Loot_GROUP, 4, Consumable},
|
||||
{Loot_GROUP, 8, GenericSmall}
|
||||
};
|
||||
|
||||
|
||||
@@ -53,10 +53,10 @@ Military[] =
|
||||
MilitarySmall[] =
|
||||
{
|
||||
{Loot_GROUP, 10, pistols},
|
||||
{Loot_TOOL, 3, Binocular},
|
||||
{Loot_TOOL, 2, Binocular},
|
||||
{Loot_TOOL, 0.5, ItemGPS},
|
||||
{Loot_TOOL, 3, ItemMap},
|
||||
{Loot_TOOL, 3.5, ItemKnife},
|
||||
{Loot_TOOL, 3, ItemKnife},
|
||||
{Loot_GROUP, 2, militaryclothes},
|
||||
{Loot_GROUP, 1, specialclothes},
|
||||
{Loot_GROUP, 15, AmmoMilitaryLow},
|
||||
@@ -78,8 +78,9 @@ MilitarySpecial[] =
|
||||
{Loot_GROUP, 12, submachinegun},
|
||||
{Loot_GROUP, 13, assaultrifles},
|
||||
{Loot_GROUP, 9, machineguns},
|
||||
|
||||
//Tools
|
||||
{Loot_TOOL, 4, Binocular},
|
||||
{Loot_TOOL, 3, Binocular},
|
||||
{Loot_TOOL, 2, Binocular_Vector},
|
||||
{Loot_TOOL, 3, ItemFlashlightRed},
|
||||
{Loot_TOOL, 4, ItemKnife},
|
||||
@@ -125,11 +126,11 @@ MilitarySpecialSmall[] =
|
||||
{
|
||||
{Loot_WEAPON, 2, NVGoggles},
|
||||
{Loot_GROUP, 10, pistols},
|
||||
{Loot_TOOL, 4, Binocular},
|
||||
{Loot_TOOL, 3, Binocular},
|
||||
{Loot_TOOL, 2, Binocular_Vector},
|
||||
{Loot_TOOL, 4, ItemKnife},
|
||||
{Loot_TOOL, 3, ItemKnife},
|
||||
{Loot_TOOL, 1.3, ItemGPS},
|
||||
{Loot_TOOL, 4, ItemMap},
|
||||
{Loot_TOOL, 3, ItemMap},
|
||||
{Loot_GROUP, 3, militaryclothes},
|
||||
{Loot_GROUP, 2, specialclothes},
|
||||
{Loot_MAGAZINE, 0.5, PipeBomb},
|
||||
|
||||
Reference in New Issue
Block a user