mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Zombie loot update
Adding 3 more options for zombie loot to give admins better possibilities to customize the zombie loot.
This commit is contained in:
16
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Doctor.hpp
Normal file
16
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Doctor.hpp
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
ZombieDoctor[] =
|
||||||
|
{
|
||||||
|
{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}
|
||||||
|
};
|
||||||
|
|
||||||
|
ZombieDoctorViral[] =
|
||||||
|
{
|
||||||
|
{Loot_GROUP, 10, ZombieMedical},
|
||||||
|
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||||
|
};
|
||||||
15
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Pilot.hpp
Normal file
15
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Pilot.hpp
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
ZombiePilot[] =
|
||||||
|
{
|
||||||
|
{Loot_MAGAZINE, 1, FoodMRE},
|
||||||
|
{Loot_MAGAZINE, 2, ItemHotwireKit},
|
||||||
|
{Loot_GROUP, 3, MedicalLow},
|
||||||
|
{Loot_GROUP, 10, AmmoMilitaryLow},
|
||||||
|
{Loot_GROUP, 2, AmmoMilitaryHigh},
|
||||||
|
{Loot_GROUP, 2, Consumable}
|
||||||
|
};
|
||||||
|
|
||||||
|
ZombiePilotViral[] =
|
||||||
|
{
|
||||||
|
{Loot_GROUP, 10, ZombieMilitary},
|
||||||
|
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||||
|
};
|
||||||
15
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Suit.hpp
Normal file
15
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Suit.hpp
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
ZombieSuit[] =
|
||||||
|
{
|
||||||
|
{Loot_GROUP, 6, Consumable},
|
||||||
|
{Loot_GROUP, 1, AmmoCivilian},
|
||||||
|
{Loot_MAGAZINE, 3, ItemBandage},
|
||||||
|
{Loot_MAGAZINE, 2, ItemPainkiller},
|
||||||
|
{Loot_MAGAZINE, 2, ItemAntibacterialWipe},
|
||||||
|
{Loot_MAGAZINE, 3, ItemDocument}
|
||||||
|
};
|
||||||
|
|
||||||
|
ZombieSuitViral[] =
|
||||||
|
{
|
||||||
|
{Loot_GROUP, 10, ZombieCivilian},
|
||||||
|
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user