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