forked from rDrama/rDrama
1
0
Fork 0

reduce "grinch" price from 1000 to 100

master
Aevann 2023-12-01 17:54:31 +02:00
parent eddb42fbbe
commit e7b38d4a82
1 changed files with 22 additions and 22 deletions

View File

@ -95,6 +95,20 @@ AWARDS = {
},
### Fistmas
"grinch": {
"kind": "grinch",
"title": "Grinch",
"description": "???",
"icon": "fas fa-angry",
"color": "text-green-500",
"price": 100,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": IS_FISTMAS() and SITE_NAME != "WPD",
"negative": False,
"included_in_lootbox": False,
},
"fireplace": {
"kind": "fireplace",
"title": "Fireplace",
@ -179,22 +193,22 @@ AWARDS = {
"negative": False,
"included_in_lootbox": True,
},
"grinch": {
"kind": "grinch",
"title": "Grinch",
### Homoween
"hallowgrinch": {
"kind": "hallowgrinch",
"title": "Hallowgrinch",
"description": "???",
"icon": "fas fa-angry",
"color": "text-green-500",
"price": 1000,
"color": "text-orange",
"price": 100,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": IS_FISTMAS() and SITE_NAME != "WPD",
"enabled": IS_HOMOWEEN() and SITE_NAME != "WPD",
"negative": False,
"included_in_lootbox": False,
},
### Homoween
"stalker": {
"kind": "stalker",
"title": "Stalker",
@ -391,20 +405,6 @@ AWARDS = {
"negative": False,
"included_in_lootbox": False,
},
"hallowgrinch": {
"kind": "hallowgrinch",
"title": "Hallowgrinch",
"description": "???",
"icon": "fas fa-angry",
"color": "text-orange",
"price": 1000,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": IS_HOMOWEEN() and SITE_NAME != "WPD",
"negative": False,
"included_in_lootbox": False,
},
### Birthgay/Birthdead
"confetti": {