forked from owenashurst/agar.io-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
44 lines (44 loc) · 1012 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
{
"port": 3000,
"foodMass": 5,
"answerMass": 20,
"fireFood": 20,
"limitSplit": 16,
"defaultPlayerMass": 70,
"collisionDifferance": 2000,
"foods": {
"fill": "#0c6d51",
"stroke": "#19D119",
"strokeWidth": 20,
"defaultMass": {
"from": 15,
"to": 20
},
"splitMass": 180
},
"virus": {
"fill": "#33ff33",
"stroke": "#19D119",
"strokeWidth": 10,
"defaultMass": {
"from": 35,
"to": 50
},
"splitMass": 180
},
"gameWidth": 7000,
"gameHeight": 3000,
"adminPass": "DEFAULT",
"gameMass": 20000,
"maxFood": 200,
"maxVirus": 100,
"slowBase": 4.5,
"logChat": 0,
"networkUpdateFactor": 50,
"maxHeartbeatInterval": 10000,
"foodUniformDisposition": true,
"virusUniformDisposition": true,
"newPlayerInitialPosition": "farthest",
"massLossRate": 1,
"mergeTimer": 15
}