Add more civilian skins and zombies

Thanks to Marseille77
This commit is contained in:
A Man
2020-03-18 17:30:15 +01:00
parent 6961474bdd
commit d5801e167a
21 changed files with 444 additions and 84 deletions

View File

@@ -28,7 +28,14 @@ clothes[] = {
{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}
{Loot_MAGAZINE, 1, Skin_Firefighter_Officer2_DZ},
{Loot_MAGAZINE, 1, Skin_Postman1_DZ},
{Loot_MAGAZINE, 1, Skin_Postman2_DZ},
{Loot_MAGAZINE, 1, Skin_Postman3_DZ},
{Loot_MAGAZINE, 1, Skin_Postman4_DZ},
{Loot_MAGAZINE, 1, Skin_Hunter_DZ},
{Loot_MAGAZINE, 1, Skin_Gardener_DZ},
{Loot_MAGAZINE, 1, Skin_SchoolTeacher_DZ},
};
// These should probably be split up into separate groups.

View File

@@ -0,0 +1,15 @@
ZombieGardener[] =
{
{Loot_GROUP, 6, Consumable},
{Loot_GROUP, 1, AmmoCivilian},
{Loot_MAGAZINE, 3, ItemBandage},
{Loot_MAGAZINE, 2, ItemPainkiller},
{Loot_MAGAZINE, 2, ItemAntibacterialWipe},
{Loot_MAGAZINE, 3, ItemDocument}
};
ZombieGardenerViral[] =
{
{Loot_GROUP, 10, ZombieGardener},
{Loot_MAGAZINE, 1, ItemAntibiotic1}
};

View File

@@ -0,0 +1,15 @@
ZombiePostman[] =
{
{Loot_GROUP, 6, Consumable},
{Loot_GROUP, 1, AmmoCivilian},
{Loot_MAGAZINE, 3, ItemBandage},
{Loot_MAGAZINE, 2, ItemPainkiller},
{Loot_MAGAZINE, 2, ItemAntibacterialWipe},
{Loot_MAGAZINE, 3, ItemDocument}
};
ZombiePostmanViral[] =
{
{Loot_GROUP, 10, ZombiePostman},
{Loot_MAGAZINE, 1, ItemAntibiotic1}
};

View File

@@ -0,0 +1,15 @@
ZombieTeacher[] =
{
{Loot_GROUP, 6, Consumable},
{Loot_GROUP, 1, AmmoCivilian},
{Loot_MAGAZINE, 3, ItemBandage},
{Loot_MAGAZINE, 2, ItemPainkiller},
{Loot_MAGAZINE, 2, ItemAntibacterialWipe},
{Loot_MAGAZINE, 3, ItemDocument}
};
ZombieTeacherViral[] =
{
{Loot_GROUP, 10, ZombieTeacher},
{Loot_MAGAZINE, 1, ItemAntibiotic1}
};