Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot/Groups/Consumable.hpp
worldwidesorrow 1b0da632ce Add files via upload
Easier to upload the files. There are lots of changes.
2020-01-09 18:21:12 -06:00

64 lines
2.4 KiB
C++

Consumable[] =
{
{Loot_MAGAZINE, 1, ItemWaterBottleUnfilled}, //TODO: replace with canteen to better fit Epoch lootPosSmall
{Loot_MAGAZINE, 1, ItemWaterBottleSafe},
{Loot_MAGAZINE, 1, ItemWaterBottle},
{Loot_MAGAZINE, 1, ItemHeatPack},
{Loot_MAGAZINE, 1, ItemSodaCoke},
{Loot_MAGAZINE, 1, ItemSodaPepsi},
{Loot_MAGAZINE, 1, ItemSodaMdew},
{Loot_MAGAZINE, 1, ItemSodaRbull},
{Loot_MAGAZINE, 1, ItemSodaOrangeSherbet},
{Loot_MAGAZINE, 1, ItemSodaMtngreen},
{Loot_MAGAZINE, 1, ItemSodaR4z0r},
{Loot_MAGAZINE, 1, ItemSodaClays},
{Loot_MAGAZINE, 1, ItemSodaSmasht},
{Loot_MAGAZINE, 1, ItemSodaDrwaste},
{Loot_MAGAZINE, 1, ItemSodaFranka},
{Loot_MAGAZINE, 1, ItemSodaLemonade},
{Loot_MAGAZINE, 1, ItemSodaLirik},
{Loot_MAGAZINE, 1, ItemSodaLvg},
{Loot_MAGAZINE, 1, ItemSodaMzly},
{Loot_MAGAZINE, 1, ItemSodaPeppsy},
{Loot_MAGAZINE, 1, ItemSodaRabbit},
{Loot_MAGAZINE, 1, ItemSodaSacrite},
{Loot_MAGAZINE, 1, ItemSodaRocketFuel},
{Loot_MAGAZINE, 1, ItemSodaGrapeDrink},
{Loot_MAGAZINE, 1, ItemSherbet},
{Loot_MAGAZINE, 1, FoodPistachio},
{Loot_MAGAZINE, 1, FoodNutmix},
{Loot_MAGAZINE, 1, FoodChipsSulahoops},
{Loot_MAGAZINE, 1, FoodChipsMysticales},
{Loot_MAGAZINE, 1, FoodChipsChocolate},
{Loot_MAGAZINE, 1, FoodCandyChubby},
{Loot_MAGAZINE, 1, FoodCandyAnders},
{Loot_MAGAZINE, 1, FoodCandyLegacys},
{Loot_MAGAZINE, 1, FoodCandyMintception},
{Loot_MAGAZINE, 1, FoodCakeCremeCakeClean},
{Loot_MAGAZINE, 1, FoodCanBeef},
{Loot_MAGAZINE, 1, FoodCanPotatoes},
{Loot_MAGAZINE, 1, FoodCanGriff},
{Loot_MAGAZINE, 1, FoodCanBadguy},
{Loot_MAGAZINE, 1, FoodCanBoneboy},
{Loot_MAGAZINE, 1, FoodCanCorn},
{Loot_MAGAZINE, 1, FoodCanCurgon},
{Loot_MAGAZINE, 1, FoodCanDemon},
{Loot_MAGAZINE, 1, FoodCanFraggleos},
{Loot_MAGAZINE, 1, FoodCanHerpy},
{Loot_MAGAZINE, 1, FoodCanDerpy},
{Loot_MAGAZINE, 1, FoodCanOrlok},
{Loot_MAGAZINE, 1, FoodCanPowell},
{Loot_MAGAZINE, 1, FoodCanTylers},
{Loot_MAGAZINE, 1, FoodCanUnlabeled},
{Loot_MAGAZINE, 1, FoodCanBakedBeans},
{Loot_MAGAZINE, 1, FoodCanSardines},
{Loot_MAGAZINE, 1, FoodCanFrankBeans},
{Loot_MAGAZINE, 1, FoodCanPasta},
{Loot_MAGAZINE, 1, FoodBioMeat},
{Loot_MAGAZINE, 1, FoodCanRusUnlabeled},
{Loot_MAGAZINE, 1, FoodCanRusStew},
{Loot_MAGAZINE, 1, FoodCanRusPork},
{Loot_MAGAZINE, 1, FoodCanRusPeas},
{Loot_MAGAZINE, 1, FoodCanRusMilk},
{Loot_MAGAZINE, 1, FoodCanRusCorn}
};