forked from owenashurst/agar.io-clone
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.json
50 lines (50 loc) · 1.16 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"host": "0.0.0.0",
"port": 3000,
"debugLevel": 1,
"foodMass": 1,
"fireFood": 15,
"limitSplit": 16,
"defaultPlayerMass": 10,
"virus": {
"defaultMass": {
"from": 100,
"to": 150
},
"splitMass": 200
},
"splitSlowdownStep": 0.5,
"explodeSlowdownStep": 0.8,
"pushAwayFactorStep": 0.005,
"gameWidth": 5000,
"gameHeight": 5000,
"minViewZoom": 1000,
"adminPass": "DEFAULT",
"gameMass": 20000,
"maxFood": 1000,
"maxVirus": 50,
"slowBase": 4.5,
"logChat": 0,
"networkUpdateFactor": 30,
"maxHeartbeatInterval": 5000,
"foodPlacementUniformityLevel": 1,
"virusPlacementUniformityLevel": 3,
"newPlayerInitialPosition": "farthest",
"massLossRate": 1,
"minMassLoss": 50,
"mergeTimer": 15,
"sqlinfo":{
"connectionLimit": 100,
"host": "DEFAULT",
"user": "root",
"password": "DEFAULT",
"database": "DEFAULT",
"debug": false
}
,
"profiling": false,
"profilingSeries": true,
"profilingDistribs": true,
"profilingDistribCollectSec": 60,
"profilingSerieMaxLength": 30
}