mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
16 lines
381 B
C++
16 lines
381 B
C++
ZombieFirefighter[] =
|
|
{
|
|
{Loot_MAGAZINE, 5, ItemMorphine},
|
|
{Loot_MAGAZINE, 3, bloodTester},
|
|
{Loot_MAGAZINE, 5, ItemHeatPack},
|
|
{Loot_MAGAZINE, 2, emptyBloodBag},
|
|
{Loot_GROUP, 2, Antibiotics},
|
|
{Loot_GROUP, 6, Bloodbags},
|
|
{Loot_GROUP, 7, MedicalLow}
|
|
};
|
|
|
|
ZombieFirefighterViral[] =
|
|
{
|
|
{Loot_GROUP, 10, ZombieFirefighter},
|
|
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
|
}; |