vc
This commit is contained in:
parent
f079f7fea9
commit
bc3af296f6
1 changed files with 8 additions and 8 deletions
|
@ -214,6 +214,14 @@ DEFAULT_COLOR = environ.get("DEFAULT_COLOR", "fff").strip()
|
||||||
COLORS = {'ff66ac','805ad5','62ca56','38a169','80ffff','2a96f3','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58','8cdbe6', DEFAULT_COLOR}
|
COLORS = {'ff66ac','805ad5','62ca56','38a169','80ffff','2a96f3','eb4963','ff0000','f39731','30409f','3e98a7','e4432d','7b9ae4','ec72de','7f8fa6', 'f8db58','8cdbe6', DEFAULT_COLOR}
|
||||||
|
|
||||||
AWARDS = {
|
AWARDS = {
|
||||||
|
"ghost": {
|
||||||
|
"kind": "ghost",
|
||||||
|
"title": "Ghost",
|
||||||
|
"description": "???",
|
||||||
|
"icon": "fas fa-ghost",
|
||||||
|
"color": "text-white",
|
||||||
|
"price": 3000
|
||||||
|
},
|
||||||
"nword": {
|
"nword": {
|
||||||
"kind": "nword",
|
"kind": "nword",
|
||||||
"title": "Nword Pass",
|
"title": "Nword Pass",
|
||||||
|
@ -430,14 +438,6 @@ AWARDS = {
|
||||||
"color": "text-purple",
|
"color": "text-purple",
|
||||||
"price": 2500
|
"price": 2500
|
||||||
},
|
},
|
||||||
"ghost": {
|
|
||||||
"kind": "ghost",
|
|
||||||
"title": "Ghost",
|
|
||||||
"description": "???",
|
|
||||||
"icon": "fas fa-ghost",
|
|
||||||
"color": "text-white",
|
|
||||||
"price": 3000
|
|
||||||
},
|
|
||||||
"marsey": {
|
"marsey": {
|
||||||
"kind": "marsey",
|
"kind": "marsey",
|
||||||
"title": "Marsey",
|
"title": "Marsey",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue