mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-22 20:12:20 +03:00
Add documents to loot and traders
This commit is contained in:
@@ -18,6 +18,7 @@ Industrial[] =
|
||||
{Loot_PILE, 3, Consumable, 1, 2},
|
||||
{Loot_GROUP, 4, JerryCan},
|
||||
{Loot_GROUP, 3, FuelBarrel},
|
||||
{Loot_GROUP, 3, VehicleDocuments},
|
||||
{Loot_GROUP, 5, Generic}
|
||||
};
|
||||
|
||||
|
||||
30
SQF/dayz_code/Configs/CfgLoot/Groups/Documents.hpp
Normal file
30
SQF/dayz_code/Configs/CfgLoot/Groups/Documents.hpp
Normal file
@@ -0,0 +1,30 @@
|
||||
VehicleDocuments[] = {
|
||||
{Loot_MAGAZINE, 1, ItemORP},
|
||||
{Loot_MAGAZINE, 1, ItemAVE},
|
||||
{Loot_MAGAZINE, 1, ItemLRK},
|
||||
{Loot_MAGAZINE, 1, ItemTNK},
|
||||
{Loot_MAGAZINE, 1, ItemARM},
|
||||
{Loot_MAGAZINE, 1, ItemTruckORP},
|
||||
{Loot_MAGAZINE, 1, ItemTruckAVE},
|
||||
{Loot_MAGAZINE, 1, ItemTruckLRK},
|
||||
{Loot_MAGAZINE, 1, ItemTruckTNK},
|
||||
{Loot_MAGAZINE, 1, ItemTruckARM},
|
||||
{Loot_MAGAZINE, 1, ItemHeliAVE},
|
||||
{Loot_MAGAZINE, 1, ItemHeliLRK},
|
||||
{Loot_MAGAZINE, 1, ItemHeliTNK}
|
||||
};
|
||||
|
||||
GenericDocuments[] = {
|
||||
{Loot_MAGAZINE, 1, ItemDocument},
|
||||
{Loot_MAGAZINE, 1, ItemPlotDeed},
|
||||
{Loot_MAGAZINE, 1, ItemLetter},
|
||||
{Loot_MAGAZINE, 1, ItemBook1},
|
||||
{Loot_MAGAZINE, 1, ItemBook2},
|
||||
{Loot_MAGAZINE, 1, ItemBook3},
|
||||
{Loot_MAGAZINE, 1, ItemBook4},
|
||||
{Loot_MAGAZINE, 1, ItemNewspaper},
|
||||
{Loot_MAGAZINE, 1, ItemDocumentRamp},
|
||||
{Loot_MAGAZINE, 1, ItemBookBible},
|
||||
{Loot_MAGAZINE, 1, ItemTrashPaper},
|
||||
{Loot_MAGAZINE, 1, ItemTrashPaperMusic}
|
||||
};
|
||||
@@ -12,7 +12,7 @@ Generic[] =
|
||||
{Loot_MAGAZINE, 2, 8Rnd_9x18_Makarov},
|
||||
{Loot_MAGAZINE, 2, 7Rnd_45ACP_1911},
|
||||
{Loot_MAGAZINE, 2, 6Rnd_45ACP},
|
||||
{Loot_MAGAZINE, 1, ItemDocument},
|
||||
{Loot_GROUP, 1, GenericDocuments},
|
||||
{Loot_GROUP, 1, FuelCan}
|
||||
};
|
||||
|
||||
|
||||
@@ -43,9 +43,6 @@ Trash[] =
|
||||
{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