Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot/Groups/Buildings/Industrial.hpp
worldwidesorrow aee4bd7838 Update Industrial.hpp
File reorganized.
2020-01-09 18:07:46 -06:00

30 lines
672 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, ItemGenerator},
{Loot_MAGAZINE, 1, fuel_pump_kit},
//Other
{Loot_GROUP, 15, Parts},
{Loot_GROUP, 3, 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}
};