mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Epoch has its own DayZ Mod fence versions now. The old fences can still be used. The new fences have a full upgrade and snap support. all gates work with the door management too.
31 lines
704 B
C++
31 lines
704 B
C++
Industrial[] =
|
|
{
|
|
//Tools
|
|
{Loot_GROUP, 15, ToolsBuilding},
|
|
{Loot_VEHICLE, 8, WeaponHolder_ItemCrowbar},
|
|
|
|
//Items
|
|
{Loot_MAGAZINE, 2, MortarBucket},
|
|
{Loot_MAGAZINE, 6, CinderBlocks},
|
|
{Loot_MAGAZINE, 3, ItemRSJ},
|
|
{Loot_MAGAZINE, 3, ItemGenerator},
|
|
{Loot_MAGAZINE, 1, fuel_pump_kit},
|
|
|
|
//Other
|
|
{Loot_GROUP, 15, Parts},
|
|
{Loot_GROUP, 6, VanillaConstruction},
|
|
{Loot_PILE, 10, Trash, 1, 3},
|
|
{Loot_PILE, 3, Consumable, 1, 2},
|
|
{Loot_GROUP, 4, JerryCan},
|
|
{Loot_GROUP, 3, FuelBarrel},
|
|
{Loot_GROUP, 5, Generic}
|
|
};
|
|
|
|
IndustrialSmall[] =
|
|
{
|
|
{Loot_GROUP, 2, VanillaSurvival},
|
|
{Loot_GROUP, 10, Trash},
|
|
{Loot_GROUP, 3, Consumable},
|
|
{Loot_GROUP, 5, GenericSmall}
|
|
};
|