diff --git a/SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Doctor.hpp b/SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Doctor.hpp new file mode 100644 index 000000000..e018128fa --- /dev/null +++ b/SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Doctor.hpp @@ -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} +}; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Pilot.hpp b/SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Pilot.hpp new file mode 100644 index 000000000..d4e75220a --- /dev/null +++ b/SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Pilot.hpp @@ -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} +}; \ No newline at end of file diff --git a/SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Suit.hpp b/SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Suit.hpp new file mode 100644 index 000000000..bb6714f95 --- /dev/null +++ b/SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Suit.hpp @@ -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} +}; \ No newline at end of file