From 3d1316b1698092d58ec90715d0a0d568c6768f40 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 13 Dec 2021 03:12:44 +0200 Subject: [PATCH] fdsfds --- files/helpers/const.py | 46 ++++++++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 15 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 066b8ac1a..96b1f4c8b 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -419,32 +419,48 @@ AWARDS = { "title": "Snow", "description": "???", "icon": "fas fa-snowflake", - "color": "text-gray", + "color": "text-blue-200", + "price": 300 + }, + "gingerbread": { + "kind": "gingerbread", + "title": "Gingerbread", + "description": "???", + "icon": "fas fa-gingerbread-man", + "color": "", + "price": 300 + }, + "lights": { + "kind": "lights", + "title": "Lights", + "description": "???", + "icon": "fad fa-lights-holiday", + "color": "", "price": 300 }, "candycane": { "kind": "candycane", "title": "Candy Cane", "description": "???", - "icon": "fas fa-candy-cane", - "color": "text-gray", - "price": 500 + "icon": "fad fa-candy-cane", + "color": "", + "price": 400 }, - "mistletoe": { - "kind": "mistletoe", - "title": "Mistletoe", + "fireplace": { + "kind": "fireplace", + "title": "Fireplace", "description": "???", - "icon": "fas fa-mistletoe", - "color": "text-gray", + "icon": "fad fa-fireplace", + "color": "", "price": 600 }, - "mariah": { - "kind": "mariah", - "title": "Mariah", + "grinch": { + "kind": "grinch", + "title": "Grinch", "description": "???", - "icon": "fas fa-music", - "color": "text-gray", - "price": 800 + "icon": "fas fa-angry", + "color": "text-green-500", + "price": 1000 }, "haunt": { "kind": "haunt",