Adding 93 new zombie models (#2023)

* Adding 93 new zombie models based on arma 2 skins

* Adding zombie strings

* Adding new zombie loot groups

* Adding new zombie loot groups, update pilot and doctor loot group

* Adding some new zombies to crash sites

* Adding new hunter zombies to farm buildings

* Adding new hunter zombies to hunting buildings

* Adding new military zombies to military buildings

* Adding new zombies to residential buildings

* Adding new zombies to supermarket buildings

* New zombie documentation file

* Update CHANGE LOG 1.0.6.3.txt

* Capitalize all english zombie names at beginning
This commit is contained in:
A Man
2018-10-09 08:35:06 +02:00
committed by oiad
parent e26fb24ab9
commit 2e15009299
21 changed files with 1968 additions and 586 deletions

View File

@@ -8,12 +8,29 @@ class Supermarket : Default
{
"zZombie_Base",
"zZombie_Base",
"z_hunter",
"z_teacher",
"z_suit1",
"z_suit2",
"z_new_villager2",
"z_new_villager3",
"z_new_villager4"
"z_villager1",
"z_villager2",
"z_villager3",
"z_citizen1",
"z_citizen2",
"z_citizen3",
"z_citizen4",
"z_lumberjack1",
"z_lumberjack2",
"z_lumberjack3",
"z_lumberjack4",
"z_profiteer1",
"z_profiteer2",
"z_profiteer3",
"z_profiteer4",
"z_rocker1",
"z_rocker2",
"z_rocker3",
"z_rocker4",
"z_assistant",
"z_pilot"
};
lootGroup = Supermarket;
};