mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add more zombie models
This commit is contained in:
14
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Apo.hpp
Normal file
14
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Apo.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
ZombieApo[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 5, FoodMRE},
|
||||
{Loot_MAGAZINE, 1, ItemHotwireKit},
|
||||
{Loot_GROUP, 3, MedicalLow},
|
||||
{Loot_GROUP, 10, AmmoMilitaryZed},
|
||||
{Loot_GROUP, 2, Consumable}
|
||||
};
|
||||
|
||||
ZombieApoViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieApo},
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
Reference in New Issue
Block a user