fsd
This commit is contained in:
parent
8a6c5296bc
commit
e01288e622
1 changed files with 8 additions and 8 deletions
|
@ -437,6 +437,14 @@ AWARDS = {
|
||||||
"icon": "fas fa-snooze",
|
"icon": "fas fa-snooze",
|
||||||
"color": "text-purple",
|
"color": "text-purple",
|
||||||
"price": 2500
|
"price": 2500
|
||||||
|
},
|
||||||
|
"deflector": {
|
||||||
|
"kind": "deflector",
|
||||||
|
"title": "Deflector",
|
||||||
|
"description": "Causes most awards received for the next 10 hours to be deflected back at their giver.",
|
||||||
|
"icon": "fas fa-shield",
|
||||||
|
"color": "text-pink",
|
||||||
|
"price": 2750
|
||||||
},
|
},
|
||||||
"marsey": {
|
"marsey": {
|
||||||
"kind": "marsey",
|
"kind": "marsey",
|
||||||
|
@ -469,14 +477,6 @@ AWARDS = {
|
||||||
"icon": "fas fa-gift",
|
"icon": "fas fa-gift",
|
||||||
"color": "text-blue",
|
"color": "text-blue",
|
||||||
"price": 4000
|
"price": 4000
|
||||||
},
|
|
||||||
"deflector": {
|
|
||||||
"kind": "deflector",
|
|
||||||
"title": "Deflector",
|
|
||||||
"description": "Causes most awards received for the next 10 hours to be deflected back at their giver.",
|
|
||||||
"icon": "fas fa-shield",
|
|
||||||
"color": "text-pink",
|
|
||||||
"price": 7000
|
|
||||||
},
|
},
|
||||||
"grass": {
|
"grass": {
|
||||||
"kind": "grass",
|
"kind": "grass",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue