Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot/Groups/Trash.hpp
2016-02-21 13:09:16 -05:00

52 lines
2.1 KiB
C++

Trash[] =
{
{Loot_MAGAZINE, 1, ItemSodaClaysEmpty},
{Loot_MAGAZINE, 1, ItemSodaDrwasteEmpty},
{Loot_MAGAZINE, 1, ItemSodaGrapeDrinkEmpty},
{Loot_MAGAZINE, 1, ItemSodaLemonadeEmpty},
{Loot_MAGAZINE, 1, ItemSodaLirikEmpty},
{Loot_MAGAZINE, 1, ItemSodaLvgEmpty},
{Loot_MAGAZINE, 1, ItemSodaMtngreenEmpty},
{Loot_MAGAZINE, 1, ItemSodaMzlyEmpty},
{Loot_MAGAZINE, 1, ItemSodaPeppsyEmpty},
{Loot_MAGAZINE, 1, ItemSodaR4z0rEmpty},
{Loot_MAGAZINE, 1, ItemSodaRabbitEmpty},
{Loot_MAGAZINE, 1, ItemSodaRocketFuelEmpty},
{Loot_MAGAZINE, 1, ItemSodaSmashtEmpty},
{Loot_MAGAZINE, 1, ItemSodaFrankaEmpty},
{Loot_MAGAZINE, 1, ItemSodaSacriteEmpty},
{Loot_MAGAZINE, 1, ItemSodaSherbetEmpty},
{Loot_MAGAZINE, 1, FoodCanBeefEmpty},
{Loot_MAGAZINE, 1, FoodCanPotatoesEmpty},
{Loot_MAGAZINE, 1, FoodCanGriffEmpty},
{Loot_MAGAZINE, 1, FoodCanBadguyEmpty},
{Loot_MAGAZINE, 1, FoodCanBoneboyEmpty},
{Loot_MAGAZINE, 1, FoodCanCornEmpty},
{Loot_MAGAZINE, 1, FoodCanCurgonEmpty},
{Loot_MAGAZINE, 1, FoodCanDemonEmpty},
{Loot_MAGAZINE, 1, FoodCanFraggleosEmpty},
{Loot_MAGAZINE, 1, FoodCanHerpyEmpty},
{Loot_MAGAZINE, 1, FoodCanDerpyEmpty},
{Loot_MAGAZINE, 1, FoodCanOrlokEmpty},
{Loot_MAGAZINE, 1, FoodCanPowellEmpty},
{Loot_MAGAZINE, 1, FoodCanTylersEmpty},
{Loot_MAGAZINE, 1, FoodChipsSulahoopsEmpty},
{Loot_MAGAZINE, 1, FoodChipsMysticalesEmpty},
{Loot_MAGAZINE, 1, FoodChipsChocolateEmpty},
{Loot_MAGAZINE, 1, FoodCanUnlabeledEmpty},
{Loot_MAGAZINE, 1, FoodCanRusUnlabeledEmpty},
{Loot_MAGAZINE, 1, FoodCanRusPorkEmpty},
{Loot_MAGAZINE, 1, FoodCanRusPeasEmpty},
{Loot_MAGAZINE, 1, FoodCanRusMilkEmpty},
{Loot_MAGAZINE, 1, FoodCanRusCornEmpty},
{Loot_MAGAZINE, 1, FoodCanRusStewEmpty},
{Loot_MAGAZINE, 2, TrashTinCan},
{Loot_MAGAZINE, 2, TrashJackDaniels},
{Loot_MAGAZINE, 3, ItemSodaEmpty},
// {Loot_MAGAZINE, 1, equip_string},
{Loot_MAGAZINE, 1, ItemTrashPaper},
{Loot_MAGAZINE, 1, ItemTrashPaperMusic},
{Loot_MAGAZINE, 1, ItemTrashToiletpaper},
{Loot_MAGAZINE, 1, ItemTrashRazor},
{Loot_MAGAZINE, 1, ItemCards}
};