mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
removed DayZ fences and unused item, added some crafting supplies to trader (marginal savings if you craft bandages as opposed to buying them)
9 lines
299 B
C++
9 lines
299 B
C++
ResidentialRuins[] =
|
|
{
|
|
{Loot_MAGAZINE, 10, ItemLog}, // Used for crafting and vanilla buildables
|
|
{Loot_MAGAZINE, 10, ItemStone}, // Used for crafting and vanilla buildables
|
|
// {Loot_MAGAZINE, 7, equip_metal_sheet_rusted},
|
|
{Loot_GROUP, 4, Trash},
|
|
{Loot_GROUP, 3, AttachmentsGeneric}
|
|
};
|