fdsfsd
This commit is contained in:
parent
db4b48ff28
commit
292be05b31
1 changed files with 32 additions and 0 deletions
|
@ -419,6 +419,38 @@ BADGES = {
|
||||||
}
|
}
|
||||||
|
|
||||||
AWARDS = {
|
AWARDS = {
|
||||||
|
"snow": {
|
||||||
|
"kind": "snow",
|
||||||
|
"title": "Snow",
|
||||||
|
"description": "???",
|
||||||
|
"icon": "fas fa-snowflake",
|
||||||
|
"color": "text-gray",
|
||||||
|
"price": 300
|
||||||
|
},
|
||||||
|
"candycane": {
|
||||||
|
"kind": "candycane",
|
||||||
|
"title": "Candy Cane",
|
||||||
|
"description": "???",
|
||||||
|
"icon": "fas fa-candy-cane",
|
||||||
|
"color": "text-gray",
|
||||||
|
"price": 500
|
||||||
|
},
|
||||||
|
"mistletoe": {
|
||||||
|
"kind": "mistletoe",
|
||||||
|
"title": "Mistletoe",
|
||||||
|
"description": "???",
|
||||||
|
"icon": "fas fa-mistletoe",
|
||||||
|
"color": "text-gray",
|
||||||
|
"price": 600
|
||||||
|
},
|
||||||
|
"mariah": {
|
||||||
|
"kind": "mariah",
|
||||||
|
"title": "Mariah",
|
||||||
|
"description": "???",
|
||||||
|
"icon": "fas fa-music",
|
||||||
|
"color": "text-gray",
|
||||||
|
"price": 800
|
||||||
|
},
|
||||||
"haunt": {
|
"haunt": {
|
||||||
"kind": "haunt",
|
"kind": "haunt",
|
||||||
"title": "Haunt",
|
"title": "Haunt",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue