mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
CFG WEAPONS DONE
This commit is contained in:
14
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Police.hpp
Normal file
14
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Police.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
ZombiePolice[] =
|
||||
{
|
||||
{Loot_GROUP, 2, Consumable},
|
||||
{Loot_MAGAZINE, 2, 7Rnd_45ACP_1911},
|
||||
{Loot_MAGAZINE, 3, 6Rnd_45ACP},
|
||||
{Loot_MAGAZINE, 1, 8Rnd_12Gauge_Buck},
|
||||
{Loot_MAGAZINE, 3, HandRoadFlare}
|
||||
};
|
||||
|
||||
ZombiePoliceViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombiePolice},
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
Reference in New Issue
Block a user