pz feeding form player restores 12000 health, thurst, hunger. reduced
range for rasie horde. reduced loot spawns on debris.
This commit is contained in:
A Clark
2013-01-10 06:17:57 -06:00
parent 944cd01129
commit 8c735ce9c2
6 changed files with 37 additions and 13 deletions

View File

@@ -337,7 +337,7 @@ spawn_roadblocks = {
dayz_serverObjectMonitor set [count dayz_serverObjectMonitor,_veh];
_veh setVariable ["ObjectID",1,true];
_num = round(random 4) + 3;
_num = round(random 3) + 1;
_config = configFile >> "CfgBuildingLoot" >> _spawnloot;
_itemType = [] + getArray (_config >> "itemType");
_itemChance = [] + getArray (_config >> "itemChance");