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