forked from MarseyWorld/MarseyWorld
reduce comsetic award prices from 400 to 300
parent
37978a0948
commit
852309cd29
|
@ -354,7 +354,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": 400,
|
"price": 300,
|
||||||
"deflectable": False,
|
"deflectable": False,
|
||||||
"cosmetic": True,
|
"cosmetic": True,
|
||||||
"ghost": True,
|
"ghost": True,
|
||||||
|
@ -366,7 +366,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": 400,
|
"price": 300,
|
||||||
"deflectable": False,
|
"deflectable": False,
|
||||||
"cosmetic": True,
|
"cosmetic": True,
|
||||||
"ghost": True,
|
"ghost": True,
|
||||||
|
@ -378,7 +378,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": 400,
|
"price": 300,
|
||||||
"deflectable": False,
|
"deflectable": False,
|
||||||
"cosmetic": True,
|
"cosmetic": True,
|
||||||
"ghost": True,
|
"ghost": True,
|
||||||
|
@ -390,7 +390,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": 400,
|
"price": 300,
|
||||||
"deflectable": False,
|
"deflectable": False,
|
||||||
"cosmetic": True,
|
"cosmetic": True,
|
||||||
"ghost": True,
|
"ghost": True,
|
||||||
|
@ -402,7 +402,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": 400,
|
"price": 300,
|
||||||
"deflectable": False,
|
"deflectable": False,
|
||||||
"cosmetic": True,
|
"cosmetic": True,
|
||||||
"ghost": True,
|
"ghost": True,
|
||||||
|
@ -414,7 +414,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": 400,
|
"price": 300,
|
||||||
"deflectable": False,
|
"deflectable": False,
|
||||||
"cosmetic": True,
|
"cosmetic": True,
|
||||||
"ghost": True,
|
"ghost": True,
|
||||||
|
@ -426,7 +426,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": 400,
|
"price": 300,
|
||||||
"deflectable": False,
|
"deflectable": False,
|
||||||
"cosmetic": True,
|
"cosmetic": True,
|
||||||
"ghost": True,
|
"ghost": True,
|
||||||
|
|
Loading…
Reference in New Issue