forked from owenashurst/agar.io-clone
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
44 lines (44 loc) · 997 Bytes
/
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
{
"host": "0.0.0.0",
"port": 3000,
"logpath": "logger.php",
"foodMass": 1,
"fireFood": 20,
"limitSplit": 32,
"defaultPlayerMass": 15,
"virus": {
"fill": "#33ff33",
"stroke": "#19D119",
"strokeWidth": 25,
"defaultMass": {
"from": 100,
"to": 150
},
"splitMass": 180
},
"gameWidth": 4000,
"gameHeight": 4000,
"adminPass": "cookies123",
"gameMass": 7500,
"maxFood": 630,
"maxVirus": 13,
"slowBase": 4.5,
"logChat": 0,
"networkUpdateFactor": 40,
"maxHeartbeatInterval": 99999999999,
"foodUniformDisposition": true,
"virusUniformDisposition": false,
"newPlayerInitialPosition": "farthest",
"massLossRate": 1,
"minMassLoss": 50,
"mergeTimer": 10,
"sqlinfo":{
"connectionLimit": 100,
"host": "cookies123",
"user": "cookies123",
"password": "cookies123",
"database": "cookies123",
"debug": false
"serverBots": 3,
}
}