-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
84 lines (84 loc) · 2 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"base_route": "/database/",
"dailyRewards": {
"small": {
"timestamp": 1800,
"orbs": [200, 400],
"diamonds": [2, 4],
"shards": [1, 10],
"keys": [1, 5]
},
"big": {
"timestamp": 14400,
"orbs": [200, 400],
"diamonds": [2, 4],
"shards": [1, 10],
"keys": [1, 5]
}
},
"tgreports": {
"chat_id": -1,
"token": ""
},
"gmail": {
"enabled": false,
"mail": "gdtjsbot@gmail.com",
"pass": "dgdsgdfsghfghdseq",
"botName": "GDTailBot"
},
"quests": {
"useCustomNames": false,
"customNames": [ "t.me/tjsblog", "GDTJS!" ],
"coins": [
{
"name": "Coin Starter!",
"need": 2,
"reward": 10
},
{
"name": "Coin Pro!",
"need": 4,
"reward": 30
},
{
"name": "Coin Master!",
"need": 6,
"reward": 50
}
],
"orbs": [
{
"name": "Orb Starter!",
"need": 200,
"reward": 10
},
{
"name": "Orb Pro!",
"need": 400,
"reward": 30
},
{
"name": "Orb Master!",
"need": 600,
"reward": 50
}
],
"stars": [
{
"name": "Star Starter!",
"need": 10,
"reward": 20
},
{
"name": "Star Pro!",
"need": 20,
"reward": 40
},
{
"name": "Star Master!",
"need": 30,
"reward": 60
}
]
}
}