mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-24 17:10:49 +03:00
Add firefighter skins and zombies to epoch
Thx to Marseille77 for allowing us to use those skins.
This commit is contained in:
@@ -21,7 +21,14 @@ clothes[] = {
|
||||
{Loot_MAGAZINE, 1, Skin_TK_CIV_Takistani01_EP1_DZ},
|
||||
{Loot_MAGAZINE, 1, Skin_TK_CIV_Takistani03_EP1_DZ},
|
||||
{Loot_MAGAZINE, 1, Skin_TK_CIV_Takistani04_EP1_DZ},
|
||||
{Loot_MAGAZINE, 1, Skin_TK_CIV_Takistani06_EP1_DZ}
|
||||
{Loot_MAGAZINE, 1, Skin_TK_CIV_Takistani06_EP1_DZ},
|
||||
{Loot_MAGAZINE, 1, Skin_Firefighter1_DZ},
|
||||
{Loot_MAGAZINE, 1, Skin_Firefighter2_DZ},
|
||||
{Loot_MAGAZINE, 1, Skin_Firefighter3_DZ},
|
||||
{Loot_MAGAZINE, 1, Skin_Firefighter4_DZ},
|
||||
{Loot_MAGAZINE, 1, Skin_Firefighter5_DZ},
|
||||
{Loot_MAGAZINE, 1, Skin_Firefighter_Officer1_DZ},
|
||||
{Loot_MAGAZINE, 1, Skin_Firefighter_Officer2_DZ}
|
||||
};
|
||||
|
||||
// These should probably be split up into separate groups.
|
||||
|
||||
16
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Firefighter.hpp
Normal file
16
SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Firefighter.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
ZombieFirefighter[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 5, ItemMorphine},
|
||||
{Loot_MAGAZINE, 3, bloodTester},
|
||||
{Loot_MAGAZINE, 5, ItemHeatPack},
|
||||
{Loot_MAGAZINE, 2, emptyBloodBag},
|
||||
{Loot_GROUP, 2, Antibiotics},
|
||||
{Loot_GROUP, 6, Bloodbags},
|
||||
{Loot_GROUP, 7, MedicalLow}
|
||||
};
|
||||
|
||||
ZombieFirefighterViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieFirefighter},
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
Reference in New Issue
Block a user