Dayz Explorer CPP 1.28.160049
Loading...
Searching...
No Matches
config.cpp
Go to the documentation of this file.
1class CfgPatches
2{
3 class DZ_data_aiconfigs_bliss
4 {
5 };
6};
8{
9 class BlissBearGroupBeh
10 {
11 type="Bear";
12 agentPathLength=20;
13 simpleLodGroupSpeed=1;
14 singleAgentSafeKeeperDelayMin=30;
15 singleAgentSafeKeeperDelayMax=50;
16 safeKeeperIntervalMin=30;
17 safeKeeperIntervalMax=50;
18 class LifeCycleDayTime
19 {
20 class Activity1
21 {
22 endTimeMin=8;
23 endTimeMax=9;
24 zoneType="Graze";
25 };
26 class Activity2
27 {
28 endTimeMin=10;
29 endTimeMax=11;
30 zoneType="Graze";
31 };
32 class Activity3
33 {
34 endTimeMin=13;
35 endTimeMax=14;
36 zoneType="Graze";
37 };
38 class Activity4
39 {
40 endTimeMin=17;
41 endTimeMax=18;
42 zoneType="Graze";
43 };
44 class Activity5
45 {
46 endTimeMin=20;
47 endTimeMax=21;
48 zoneType="Graze";
49 };
50 };
51 };
52};