mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
9 lines
297 B
C++
9 lines
297 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}
|
|
};
|