sfdfsd
This commit is contained in:
parent
6a6d858927
commit
8f8a1b4ff9
2 changed files with 99 additions and 1 deletions
|
@ -616,7 +616,30 @@ AWARDS = {
|
|||
"color": "text-gold",
|
||||
"price": 50000
|
||||
},
|
||||
|
||||
"snow": {
|
||||
"kind": "snow",
|
||||
"title": "Snow",
|
||||
"description": "???",
|
||||
"icon": "fas fa-snowflake",
|
||||
"color": "text-gray",
|
||||
"price": 300
|
||||
},
|
||||
"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
|
||||
},
|
||||
}
|
||||
|
||||
AWARDS2 = {
|
||||
|
@ -764,6 +787,30 @@ AWARDS2 = {
|
|||
"color": "text-gold",
|
||||
"price": 50000
|
||||
},
|
||||
"snow": {
|
||||
"kind": "snow",
|
||||
"title": "Snow",
|
||||
"description": "???",
|
||||
"icon": "fas fa-snowflake",
|
||||
"color": "text-gray",
|
||||
"price": 300
|
||||
},
|
||||
"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
|
||||
},
|
||||
}
|
||||
|
||||
TROLLTITLES = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue