forked from rDrama/rDrama
1
0
Fork 0

reduce the price of 3 fistmas awards from 300 to 100 and reduce fistmas lootbox price from 1000 to 300

master
Aevann 2023-12-01 22:12:16 +02:00
parent 0ced570078
commit 048e8969a9
1 changed files with 4 additions and 4 deletions

View File

@ -99,7 +99,7 @@ AWARDS = {
"description": "???", "description": "???",
"icon": "fas fa-box-open", "icon": "fas fa-box-open",
"color": "text-blue", "color": "text-blue",
"price": 1000, "price": 300 if IS_FISTMAS() else 1000,
"deflectable": True, "deflectable": True,
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
@ -129,7 +129,7 @@ AWARDS = {
"description": "???", "description": "???",
"icon": "fas fa-snowflake", "icon": "fas fa-snowflake",
"color": "text-lightblue", "color": "text-lightblue",
"price": 300, "price": 100,
"deflectable": False, "deflectable": False,
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
@ -143,7 +143,7 @@ AWARDS = {
"description": "???", "description": "???",
"icon": "fas fa-gingerbread-man", "icon": "fas fa-gingerbread-man",
"color": "text-brown", "color": "text-brown",
"price": 300, "price": 100,
"deflectable": False, "deflectable": False,
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
@ -157,7 +157,7 @@ AWARDS = {
"description": "???", "description": "???",
"icon": "fas fa-lights-holiday", "icon": "fas fa-lights-holiday",
"color": "text-success", "color": "text-success",
"price": 300, "price": 100,
"deflectable": False, "deflectable": False,
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,