move lootbox to be first award

pull/83/head
Aevann1 2022-12-19 21:31:01 +02:00
parent 1f110e471e
commit 80a12a1c0b
2 changed files with 11 additions and 15 deletions

View File

@ -1,4 +1,14 @@
EVENT_AWARDS = {
"lootbox": {
"kind": "lootbox",
"title": "Lootbox",
"description": "",
"icon": "fas fa-box-open",
"color": "text-blue",
"price": 1000,
"deflectable": True,
"cosmetic": False
},
"snow": {
"kind": "snow",
"title": "Snow",

View File

@ -3,16 +3,6 @@ from copy import deepcopy
from files.helpers.config.const import FEATURES, SITE_NAME, patron, HOLIDAY_EVENT
AWARDS = {
"lootbox": {
"kind": "lootbox",
"title": "Lootbox",
"description": "",
"icon": "fas fa-box-open",
"color": "text-blue",
"price": 1000,
"deflectable": True,
"cosmetic": False
},
"fallback": {
"kind": "fallback",
"title": "Unknown",
@ -676,12 +666,8 @@ AWARDS_DISABLED = [
]
LOOTBOX_ITEM_COUNT = 5
LOOTBOX_CONTENTS = ["snow", "gingerbread", "lights", "candycane", "fireplace", "frostbite"]
if HOLIDAY_EVENT:
LOOTBOX_CONTENTS = ["snow", "gingerbread", "lights", "candycane", "fireplace", "frostbite"]
AWARDS_DISABLED.remove('lootbox')
else:
LOOTBOX_CONTENTS = ["firework", "confetti", "ricardo", "wholesome", "shit", "fireflies", "scooter", "train"]
HOUSE_AWARDS = {
"Furry": {