From a8eae44c25b29e066034b8c849ce72cf9b43b6f9 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 28 Jun 2023 00:04:50 +0300 Subject: [PATCH] make a bunch of awards cheaper --- files/helpers/config/awards.py | 66 +++++++++++++++++----------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 6bb236ae1..bd8c2ffb7 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -336,13 +336,25 @@ AWARDS = { "ghost": False, "enabled": True, }, + "marsify": { + "kind": "marsify", + "title": "Marsify", + "description": "Marsifies the recipient's comments for 24 hours.", + "icon": "fas fa-cat", + "color": "text-white", + "price": 100, + "deflectable": True, + "cosmetic": False, + "ghost": False, + "enabled": True, + }, "shit": { "kind": "shit", "title": "Shit", "description": "Makes flies swarm the post.", "icon": "fas fa-poop", "color": "text-black-50", - "price": 500, + "price": 400, "deflectable": False, "cosmetic": True, "ghost": True, @@ -354,7 +366,7 @@ AWARDS = { "description": "Makes fireflies swarm the post.", "icon": "fas fa-sparkles", "color": "text-warning", - "price": 500, + "price": 400, "deflectable": False, "cosmetic": True, "ghost": True, @@ -366,7 +378,7 @@ AWARDS = { "description": "Summons a train on the post.", "icon": "fas fa-train", "color": "text-pink", - "price": 500, + "price": 400, "deflectable": False, "cosmetic": True, "ghost": True, @@ -378,7 +390,7 @@ AWARDS = { "description": "Summons a scooter on the post.", "icon": "fas fa-flag-usa", "color": "text-muted", - "price": 500, + "price": 400, "deflectable": False, "cosmetic": True, "ghost": True, @@ -390,7 +402,7 @@ AWARDS = { "description": "Summons a wholesome marsey on the post.", "icon": "fas fa-smile-beam", "color": "text-yellow", - "price": 500, + "price": 400, "deflectable": False, "cosmetic": True, "ghost": True, @@ -402,7 +414,7 @@ AWARDS = { "description": "Summons fireworks on the post.", "icon": "fas fa-bahai", "color": "text-danger", - "price": 500, + "price": 400, "deflectable": False, "cosmetic": True, "ghost": True, @@ -414,7 +426,7 @@ AWARDS = { "description": "Summons Ricardo to dance on the post.", "icon": "fas fa-pinata", "color": "text-pink", - "price": 500, + "price": 400, "deflectable": False, "cosmetic": True, "ghost": True, @@ -456,18 +468,6 @@ AWARDS = { "ghost": False, "enabled": True, }, - "marsify": { - "kind": "marsify", - "title": "Marsify", - "description": "Marsifies the recipient's comments for 24 hours.", - "icon": "fas fa-cat", - "color": "text-white", - "price": 500, - "deflectable": True, - "cosmetic": False, - "ghost": False, - "enabled": True, - }, #for non-rdrama sites "owoify": { @@ -651,25 +651,13 @@ AWARDS = { "ghost": False, "enabled": True, }, - "deflector": { - "kind": "deflector", - "title": "Deflector", - "description": "Causes most awards received for the next 10 hours to be deflected back at their giver.", - "icon": "fas fa-shield", - "color": "text-pink", - "price": 2500, - "deflectable": True, - "cosmetic": False, - "ghost": False, - "enabled": True, - }, "ban": { "kind": "ban", "title": "1-Day Ban", "description": "Bans the recipient for a day.", "icon": "fas fa-gavel", "color": "text-danger", - "price": 3000, + "price": 2000, "deflectable": True, "cosmetic": False, "ghost": False, @@ -681,7 +669,19 @@ AWARDS = { "description": "Removes 1 day from the ban duration of the recipient.", "icon": "fas fa-gavel", "color": "text-success", - "price": 3500, + "price": 2500, + "deflectable": True, + "cosmetic": False, + "ghost": False, + "enabled": True, + }, + "deflector": { + "kind": "deflector", + "title": "Deflector", + "description": "Causes most awards received for the next 10 hours to be deflected back at their giver.", + "icon": "fas fa-shield", + "color": "text-pink", + "price": 2500, "deflectable": True, "cosmetic": False, "ghost": False,