-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.json
More file actions
51 lines (43 loc) · 944 Bytes
/
settings.json
File metadata and controls
51 lines (43 loc) · 944 Bytes
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
51
{
"startup":
{
"update-old-users": true
},
"general":
{
"prefix": "$",
"auto-save": true,
"saving-interval": 600
},
"game":
{
"toggleables":
{
"enable-crime": true,
"enable-beg": true,
"enable-jobs": true,
"enable-unemployed-work": true,
"enable-rob": true,
"enable-slots": true,
"enable-blackjack": true,
"enable-roulette": true
},
"pay":
{
"beg-pay": [0.5,2.0],
"crime-pay": [50.0,150.0],
"crime-penalty" : [-100.0,-50.0],
"work-pay": [15.0,65.0]
},
"gambling":
{
"min-blackjack-bet": 9.99,
"min-slots-bet": 9.99,
"min-roulette-bet": 9.99,
"roulette-countdown-time": 60,
"roulette-slot-range": [0, 37]
},
"crime-fail-percentage": 65,
"job-listing-length": 5
}
}