mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-01 06:01:56 +03:00
d5801e167a
Thanks to Marseille77
15 lines
352 B
C++
15 lines
352 B
C++
ZombieGardener[] =
|
|
{
|
|
{Loot_GROUP, 6, Consumable},
|
|
{Loot_GROUP, 1, AmmoCivilian},
|
|
{Loot_MAGAZINE, 3, ItemBandage},
|
|
{Loot_MAGAZINE, 2, ItemPainkiller},
|
|
{Loot_MAGAZINE, 2, ItemAntibacterialWipe},
|
|
{Loot_MAGAZINE, 3, ItemDocument}
|
|
};
|
|
|
|
ZombieGardenerViral[] =
|
|
{
|
|
{Loot_GROUP, 10, ZombieGardener},
|
|
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
|
}; |