mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-19 10:46:40 +03:00
CFGLoot should be done
Make sure there's no attachments or NEW _DZ weapons that support attachments!!!!
This commit is contained in:
@@ -13,7 +13,30 @@ Construction[] =
|
||||
{Loot_WEAPON, 1, ItemSledgeHammer},
|
||||
{Loot_WEAPON, 2, ItemSledgeHammerBroken},
|
||||
{Loot_WEAPON, 2, ItemShovel},
|
||||
{Loot_WEAPON, 1, ItemKeyKit},
|
||||
|
||||
//Items
|
||||
{Loot_MAGAZINE, 6, ItemSandbag},
|
||||
{Loot_MAGAZINE, 4, ItemJerryCan},
|
||||
{Loot_MAGAZINE, 1, ItemWire},
|
||||
{Loot_MAGAZINE, 4, ItemTankTrap},
|
||||
{Loot_MAGAZINE, 1, equip_brick},
|
||||
{Loot_MAGAZINE, 3, equip_duct_tape},
|
||||
{Loot_MAGAZINE, 2, equip_hose},
|
||||
// {Loot_MAGAZINE, 3, ItemScrews},
|
||||
{Loot_MAGAZINE, 1, equip_scrapelectronics},
|
||||
{Loot_MAGAZINE, 2, equip_1inch_metal_pipe},
|
||||
{Loot_MAGAZINE, 2, equip_2inch_metal_pipe},
|
||||
{Loot_MAGAZINE, 1, MortarBucket},
|
||||
{Loot_MAGAZINE, 2, CinderBlocks},
|
||||
{Loot_MAGAZINE, 3, ItemFuelBarrelEmpty},
|
||||
{Loot_MAGAZINE, 3, ItemGenerator},
|
||||
{Loot_MAGAZINE, 1, fuel_pump_kit},
|
||||
|
||||
//Other
|
||||
{Loot_GROUP, 15, Parts},
|
||||
{Loot_GROUP, 7, military},
|
||||
{Loot_PILE, 4, Consumable, 1, 2},
|
||||
{Loot_GROUP, 10, Trash},
|
||||
//{Loot_GROUP, 6, Parts},
|
||||
{Loot_GROUP, 3, Generic}
|
||||
|
||||
Reference in New Issue
Block a user