forked from rDrama/rDrama
1
0
Fork 0

reduce normal cosmetic awards from 500 back to 300

master
Aevann1 2022-10-23 16:41:57 +02:00
parent 834f70fd2d
commit 14b0d77f7a
1 changed files with 12 additions and 12 deletions

View File

@ -626,7 +626,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": 500 "price": 300
}, },
"fireflies": { "fireflies": {
"kind": "fireflies", "kind": "fireflies",
@ -634,7 +634,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": 500 "price": 300
}, },
"train": { "train": {
"kind": "train", "kind": "train",
@ -642,7 +642,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": 500 "price": 300
}, },
"scooter": { "scooter": {
"kind": "scooter", "kind": "scooter",
@ -650,7 +650,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": 500 "price": 300
}, },
"wholesome": { "wholesome": {
"kind": "wholesome", "kind": "wholesome",
@ -658,7 +658,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": 500 "price": 300
}, },
"firework": { "firework": {
"kind": "firework", "kind": "firework",
@ -666,7 +666,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": 500 "price": 300
}, },
"confetti": { "confetti": {
"kind": "confetti", "kind": "confetti",
@ -674,7 +674,7 @@ AWARDS = {
"description": "Summons confetti to fall on the post.", "description": "Summons confetti to fall on the post.",
"icon": "fas fa-party-horn", "icon": "fas fa-party-horn",
"color": "text-yellow", "color": "text-yellow",
"price": 500 "price": 300
}, },
"ricardo": { "ricardo": {
"kind": "ricardo", "kind": "ricardo",
@ -682,7 +682,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": 500 "price": 300
}, },
"tilt": { "tilt": {
"kind": "tilt", "kind": "tilt",
@ -690,7 +690,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": 500 "price": 300
}, },
"glowie": { "glowie": {
"kind": "glowie", "kind": "glowie",
@ -698,7 +698,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": 500 "price": 300
}, },
"rehab": { "rehab": {
"kind": "rehab", "kind": "rehab",
@ -931,7 +931,7 @@ if SITE_NAME == 'PCM':
"description": "Summons Croag on the post.", "description": "Summons Croag on the post.",
"icon": "fas fa-head-side", "icon": "fas fa-head-side",
"color": "text-gold", "color": "text-gold",
"price": 500 "price": 300
}, },
"toe": { "toe": {
"kind": "toe", "kind": "toe",
@ -939,7 +939,7 @@ if SITE_NAME == 'PCM':
"description": "Summons Blade's toe on the post.", "description": "Summons Blade's toe on the post.",
"icon": "fas fa-socks", "icon": "fas fa-socks",
"color": "text-blue", "color": "text-blue",
"price": 500 "price": 300
}, },
"crab": { "crab": {
"kind": "crab", "kind": "crab",