mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
CFG WEAPONS DONE
This commit is contained in:
29
SQF/dayz_code/Configs/CfgLoot/Buildings/InfectedCamp.hpp
Normal file
29
SQF/dayz_code/Configs/CfgLoot/Buildings/InfectedCamp.hpp
Normal file
@@ -0,0 +1,29 @@
|
||||
class InfectedCamp : Residential
|
||||
{
|
||||
zombieChance = 1;
|
||||
minRoaming = 3;
|
||||
maxRoaming = 4;
|
||||
zedPos[] = {{0,0,0}};
|
||||
lootChance = 0;
|
||||
};
|
||||
|
||||
class IC_Fireplace1 : InfectedCamp
|
||||
{
|
||||
zombieChance = 0;
|
||||
minRoaming = 3;
|
||||
maxRoaming = 4;
|
||||
};
|
||||
|
||||
class IC_DomeTent : InfectedCamp
|
||||
{
|
||||
zombieChance = 1;
|
||||
minRoaming = 1;
|
||||
maxRoaming = 3;
|
||||
};
|
||||
|
||||
class IC_Tent : InfectedCamp
|
||||
{
|
||||
zombieChance = 1;
|
||||
minRoaming = 1;
|
||||
maxRoaming = 3;
|
||||
};
|
||||
Reference in New Issue
Block a user