mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
30 lines
951 B
C++
30 lines
951 B
C++
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}
|
|
}; |