mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
CFG WEAPONS DONE
This commit is contained in:
52
SQF/dayz_code/Configs/CfgLoot/Groups/Trash.hpp
Normal file
52
SQF/dayz_code/Configs/CfgLoot/Groups/Trash.hpp
Normal file
@@ -0,0 +1,52 @@
|
||||
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}
|
||||
};
|
||||
Reference in New Issue
Block a user