mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
57 lines
1.3 KiB
C++
57 lines
1.3 KiB
C++
MedicalLow[] =
|
|
{
|
|
{Loot_MAGAZINE, 8, ItemBandage},
|
|
{Loot_MAGAZINE, 5, ItemPainkiller},
|
|
{Loot_MAGAZINE, 4, ItemMorphine},
|
|
{Loot_MAGAZINE, 3, ItemEpinephrine},
|
|
{Loot_MAGAZINE, 4, ItemAntibacterialWipe},
|
|
{Loot_MAGAZINE, 4, ItemHeatPack}
|
|
};
|
|
|
|
MedicalHigh[] =
|
|
{
|
|
{Loot_MAGAZINE, 5, ItemMorphine},
|
|
{Loot_MAGAZINE, 3, ItemBloodTester},
|
|
{Loot_MAGAZINE, 5, ItemHeatPack},
|
|
{Loot_MAGAZINE, 2, ItemBloodbagEmpty},
|
|
|
|
{Loot_GROUP, 2, Antibiotics},
|
|
{Loot_GROUP, 6, Bloodbags},
|
|
|
|
{Loot_GROUP, 7, MedicalLow}
|
|
};
|
|
|
|
MedicalBox[] =
|
|
{
|
|
{Loot_MAGAZINE, 5, ItemMorphine},
|
|
{Loot_MAGAZINE, 3, ItemBloodTester},
|
|
{Loot_MAGAZINE, 5, ItemHeatPack},
|
|
{Loot_MAGAZINE, 2, ItemBloodbagEmpty},
|
|
|
|
{Loot_GROUP, 1, Antibiotics},
|
|
{Loot_GROUP, 15, Bloodbags},
|
|
|
|
{Loot_GROUP, 7, MedicalLow}
|
|
};
|
|
|
|
Antibiotics[] =
|
|
{
|
|
{Loot_MAGAZINE, 1, ItemAntibiotic3},
|
|
{Loot_MAGAZINE, 3, ItemAntibiotic2},
|
|
{Loot_MAGAZINE, 5, ItemAntibiotic1}
|
|
};
|
|
|
|
Bloodbags[] =
|
|
{
|
|
{Loot_MAGAZINE, 5, ItemBloodbagAPos},
|
|
{Loot_MAGAZINE, 4, ItemBloodbagANeg},
|
|
|
|
{Loot_MAGAZINE, 5, ItemBloodbagBPos},
|
|
{Loot_MAGAZINE, 4, ItemBloodbagBNeg},
|
|
|
|
{Loot_MAGAZINE, 2, ItemBloodbagABPos},
|
|
{Loot_MAGAZINE, 2, ItemBloodbagABNeg},
|
|
|
|
{Loot_MAGAZINE, 2, ItemBloodbagOPos},
|
|
{Loot_MAGAZINE, 1, ItemBloodbagONeg}
|
|
}; |