-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshop.json
121 lines (121 loc) · 3.5 KB
/
shop.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"Toxic Mask":{
"price":2000,
"desc":"This mask will allow you to complete tasks on the Polus map",
"emoji":"<:toxic:911658390424539197>",
"type":"t",
"aliases":["mask", "toxic", "mask1"]
},
"Sand":{
"price":100,
"desc":"You can use sand against someone [impostor] but you won't know who is the impostor, but their cooldown resets\nSuggested by ROYZER#7999",
"emoji":"<:sandy:911655676969889813>",
"type":"p",
"aliases":["sand"]
},
"Golden Bean":{
"price":1000000000,
"desc":"This item can only be afforded by the best crewmates out there - Gives a 50% multiplier",
"emoji":"<:goldenbean:911612797920608256>",
"type":"p",
"aliases":["bean", "gold", "golden"]
},
"Head Set":{
"price":2000,
"desc":"This allows you to complete tasks on the Airship map",
"emoji":"<:headset:911658390630043669>",
"type":"t",
"aliases":["headset", "earphones", "head set", "head"]
},
"Scuba Mask":{
"price":2000,
"desc":"This item allows you to complete tasks on the Submerged map",
"emoji":"<:scuba:911658390487461969>",
"type":"t",
"aliases":["mask2", "scuba", "scuba mask"]
},
"Plant":{
"price":2000,
"desc":"This item allows you to complete tasks on the Mira HQ map",
"emoji":"<:plant:911664579719856198>",
"type":"t",
"aliases":["plant"]
},
"Diamond Bean":{
"price":10000000000,
"desc":"This item will give you a 200% multiplier, meaning you get double the amount of beans!",
"emoji":"<:diamondbean:914149176974114908>",
"type":"p",
"aliases":["diamond"]
},
"Emerald Bean":{
"price":100000000,
"desc":"This item will give you a 40% multiplier",
"emoji":"<:emeraldbean:914151580629078046>",
"type":"p",
"aliases":["emerald", "em"]
},
"Can of Beans":{
"price":0,
"desc":"Gives you a random number of beans",
"emoji":"<:tin:914207847242432572>",
"type":"lb",
"aliases":["can", "tin"]
},
"Star":{
"price":0,
"desc":"A lootbox that can only be won by voting or in giveaways!",
"emoji":"<:starcmc:914472001140310026>",
"type":"lb",
"aliases":["star", "stars"]
},
"Polus Lootbox":{
"price":0,
"desc":"This is a description for the polus lootbox",
"emoji":"<:polus:914518988002852905>",
"type":"lb",
"aliases":["polus", "lootbox"]
},
"Mira Lootbox":{
"price":0,
"desc":"Null",
"emoji":"<:mirashards:914518926971514982>",
"type":"lb",
"aliases":["mira"]
},
"Airship Lootbox":{
"price": 0,
"desc":"Null",
"emoji":"<:toppat:914518916141826098>",
"type":"lb",
"aliases":["air", "airship"]
},
"Present":{
"price":0,
"desc":"This item was only obtainable during the first Christmas Event in 2021!",
"emoji":"<:present:911658390604873778>",
"type":"c",
"aliases":["present", "gift"]
},
"Lotto Ticket":{
"price":0,
"desc":"You can enter the Lottery buy using one of these! (Can only be bought using $lotto command)",
"emoji":"<:lotto:922535435962564608>",
"type":"t",
"aliases":["ticket", "lottery", "lotto"]
},
"Cake":{
"price":0,
"desc":"This item can only be obtained during the 2022 birthday event!",
"emoji":"<:cake:928665395559288832>",
"type":"c",
"aliases":["cake", "chocolate", "suscake"]
},
"Cupcake":{
"price":0,
"desc":"This item was only obtainable during the 2022 birthday event!",
"emoji":"<:cupcake:928666161388851300>",
"type":"c",
"aliases":["cupcake", "cup", "suscupcake"]
}
}