increase the price of non-event cosmetic awards from 200 to 500

master
Aevann 2023-06-26 13:41:49 +03:00
parent c8116a401a
commit 4380afb8b2
1 changed files with 11 additions and 11 deletions

View File

@ -342,7 +342,7 @@ AWARDS = {
"description": "Makes flies swarm the post.", "description": "Makes flies swarm the post.",
"icon": "fas fa-poop", "icon": "fas fa-poop",
"color": "text-black-50", "color": "text-black-50",
"price": 200, "price": 500,
"deflectable": False, "deflectable": False,
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
@ -354,7 +354,7 @@ AWARDS = {
"description": "Makes fireflies swarm the post.", "description": "Makes fireflies swarm the post.",
"icon": "fas fa-sparkles", "icon": "fas fa-sparkles",
"color": "text-warning", "color": "text-warning",
"price": 200, "price": 500,
"deflectable": False, "deflectable": False,
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
@ -366,7 +366,7 @@ AWARDS = {
"description": "Summons a train on the post.", "description": "Summons a train on the post.",
"icon": "fas fa-train", "icon": "fas fa-train",
"color": "text-pink", "color": "text-pink",
"price": 200, "price": 500,
"deflectable": False, "deflectable": False,
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
@ -378,7 +378,7 @@ AWARDS = {
"description": "Summons a scooter on the post.", "description": "Summons a scooter on the post.",
"icon": "fas fa-flag-usa", "icon": "fas fa-flag-usa",
"color": "text-muted", "color": "text-muted",
"price": 200, "price": 500,
"deflectable": False, "deflectable": False,
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
@ -390,7 +390,7 @@ AWARDS = {
"description": "Summons a wholesome marsey on the post.", "description": "Summons a wholesome marsey on the post.",
"icon": "fas fa-smile-beam", "icon": "fas fa-smile-beam",
"color": "text-yellow", "color": "text-yellow",
"price": 200, "price": 500,
"deflectable": False, "deflectable": False,
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
@ -402,7 +402,7 @@ AWARDS = {
"description": "Summons fireworks on the post.", "description": "Summons fireworks on the post.",
"icon": "fas fa-bahai", "icon": "fas fa-bahai",
"color": "text-danger", "color": "text-danger",
"price": 200, "price": 500,
"deflectable": False, "deflectable": False,
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
@ -414,7 +414,7 @@ AWARDS = {
"description": "Summons Ricardo to dance on the post.", "description": "Summons Ricardo to dance on the post.",
"icon": "fas fa-pinata", "icon": "fas fa-pinata",
"color": "text-pink", "color": "text-pink",
"price": 200, "price": 500,
"deflectable": False, "deflectable": False,
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
@ -426,7 +426,7 @@ AWARDS = {
"description": "Tilts the post or comment", "description": "Tilts the post or comment",
"icon": "fas fa-car-tilt", "icon": "fas fa-car-tilt",
"color": "text-blue", "color": "text-blue",
"price": 200, "price": 500,
"deflectable": False, "deflectable": False,
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
@ -438,7 +438,7 @@ AWARDS = {
"description": "Indicates that the recipient can be seen when driving. Just run them over.", "description": "Indicates that the recipient can be seen when driving. Just run them over.",
"icon": "fas fa-user-secret", "icon": "fas fa-user-secret",
"color": "text-green", "color": "text-green",
"price": 200, "price": 500,
"deflectable": False, "deflectable": False,
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
@ -450,7 +450,7 @@ AWARDS = {
"description": "Summons a spider to terrorize the recipient for 24 hours.", "description": "Summons a spider to terrorize the recipient for 24 hours.",
"icon": "fas fa-spider", "icon": "fas fa-spider",
"color": "text-brown", "color": "text-brown",
"price": 300, "price": 500,
"deflectable": True, "deflectable": True,
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,
@ -462,7 +462,7 @@ AWARDS = {
"description": "Marsifies the recipient's comments for 24 hours.", "description": "Marsifies the recipient's comments for 24 hours.",
"icon": "fas fa-cat", "icon": "fas fa-cat",
"color": "text-white", "color": "text-white",
"price": 300, "price": 500,
"deflectable": True, "deflectable": True,
"cosmetic": False, "cosmetic": False,
"ghost": False, "ghost": False,