forked from ChristopherBThai/Discord-OwO-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquests.json
98 lines (98 loc) · 2.11 KB
/
quests.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"hunt":{
"count":[10,50,100,500,1000],
"cowoncy":[100,500,1000,20000,50000],
"lootbox":[1,2,3,7,10],
"crate":[1,2,3,7,10],
"shards": [100, 200, 300, 700, 1000],
"chance":[0.4,0.3,0.24,0.05,0.01]
},
"battle":{
"count":[10,50,100,500,1000],
"cowoncy":[100,500,1000,20000,50000],
"lootbox":[1,2,3,7,10],
"crate":[1,2,3,7,10],
"shards": [100, 200, 300, 700, 1000],
"chance":[0.4,0.3,0.24,0.05,0.01]
},
"gamble":{
"count":[5,10,25],
"cowoncy":[250,750,1000],
"lootbox":[1,2,3],
"crate":[1,2,3],
"shards": [100, 200, 300],
"chance":[0.4,0.4,0.2]
},
"owo":{
"count":[10,50,100,500,1000],
"cowoncy":[100,500,1000,20000,50000],
"lootbox":[1,2,3,7,10],
"crate":[1,2,3,7,10],
"shards": [100, 200, 300, 700, 1000],
"chance":[0.4,0.3,0.24,0.05,0.01]
},
"emoteTo":{
"count":[1,3,5],
"cowoncy":[100,300,500],
"lootbox":[1,2,3],
"crate":[1,2,3],
"shards": [100, 200, 300],
"chance":[0.5,0.3,0.2]
},
"emoteBy":{
"count":[1,3,5],
"cowoncy":[200,600,1000],
"lootbox":[1,2,3],
"crate":[1,2,3],
"shards": [100, 200, 300],
"chance":[0.5,0.3,0.2]
},
"find":{
"count":["rare","epic","mythical"],
"cowoncy":[500,2500,20000],
"lootbox":[2,5,8],
"crate":[2,5,8],
"shards": [200, 500, 800],
"chance":[0.5,0.3,0.2]
},
"cookieBy":{
"count":[2,4,6],
"cowoncy":[500,2500,25000],
"lootbox":[2,4,8],
"crate":[2,4,8],
"shards": [200, 400, 800],
"chance":[0.5,0.3,0.2]
},
"prayBy":{
"count":[3,5,15],
"cowoncy":[500,2500,20000],
"lootbox":[2,4,6],
"crate":[2,4,6],
"shards": [200, 400, 600],
"chance":[0.5,0.3,0.2]
},
"curseBy":{
"count":[3,5,15],
"cowoncy":[500,2500,20000],
"lootbox":[2,4,6],
"crate":[2,4,6],
"shards": [200, 400, 600],
"chance":[0.5,0.3,0.2]
},
"friendlyBattle":{
"count":[3,5,15],
"cowoncy":[500,2500,20000],
"lootbox":[2,4,6],
"crate":[2,4,6],
"shards": [200, 400, 600],
"chance":[0.5,0.3,0.2]
},
"xp":{
"count":[2500,12500,25000,125000,250000],
"cowoncy":[100,500,1000,20000,50000],
"lootbox":[1,2,3,7,10],
"crate":[1,2,3,7,10],
"shards": [100, 200, 300, 700, 1000],
"chance":[0.4,0.3,0.24,0.05,0.01]
}
}