mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Small Loot Tweaks
Increased the chance for MortarBucket and CinderBlocks to spawm. Removed the flashlight from spawn in industrial loot.
This commit is contained in:
@@ -3,7 +3,7 @@ Industrial[] =
|
|||||||
//Tools
|
//Tools
|
||||||
{Loot_WEAPON, 3, ItemKnife},
|
{Loot_WEAPON, 3, ItemKnife},
|
||||||
{Loot_WEAPON, 6, ItemToolbox},
|
{Loot_WEAPON, 6, ItemToolbox},
|
||||||
{Loot_WEAPON, 2, ItemFlashlight},
|
// {Loot_WEAPON, 2, ItemFlashlight},
|
||||||
// {Loot_WEAPON, 8, ItemCrowbar},
|
// {Loot_WEAPON, 8, ItemCrowbar},
|
||||||
{Loot_VEHICLE, 8, WeaponHolder_ItemCrowbar},
|
{Loot_VEHICLE, 8, WeaponHolder_ItemCrowbar},
|
||||||
// {Loot_WEAPON, 5, ItemHatchet},
|
// {Loot_WEAPON, 5, ItemHatchet},
|
||||||
@@ -30,8 +30,8 @@ Industrial[] =
|
|||||||
{Loot_MAGAZINE, 2, equip_1inch_metal_pipe},
|
{Loot_MAGAZINE, 2, equip_1inch_metal_pipe},
|
||||||
{Loot_MAGAZINE, 2, equip_2inch_metal_pipe},
|
{Loot_MAGAZINE, 2, equip_2inch_metal_pipe},
|
||||||
{Loot_MAGAZINE, 12, ItemPlank},
|
{Loot_MAGAZINE, 12, ItemPlank},
|
||||||
{Loot_MAGAZINE, 1, MortarBucket},
|
{Loot_MAGAZINE, 2, MortarBucket},
|
||||||
{Loot_MAGAZINE, 2, CinderBlocks},
|
{Loot_MAGAZINE, 3, CinderBlocks},
|
||||||
{Loot_MAGAZINE, 3, ItemFuelBarrelEmpty},
|
{Loot_MAGAZINE, 3, ItemFuelBarrelEmpty},
|
||||||
{Loot_MAGAZINE, 3, ItemGenerator},
|
{Loot_MAGAZINE, 3, ItemGenerator},
|
||||||
{Loot_MAGAZINE, 1, fuel_pump_kit},
|
{Loot_MAGAZINE, 1, fuel_pump_kit},
|
||||||
|
|||||||
Reference in New Issue
Block a user