reorder award and fix pricing

pull/227/head
Aevann 2024-05-21 00:58:38 +03:00
parent 2703c3171a
commit ad61345cb9
1 changed files with 15 additions and 17 deletions

View File

@ -392,22 +392,6 @@ AWARDS = {
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
### Birthday
"confetti": {
"kind": "confetti",
"title": "Confetti",
"description": "Summons confetti to fall on the post.",
"icon": "fas fa-party-horn",
"color": "text-yellow",
"price": 200,
"deflectable": False,
"cosmetic": True,
"ghost": True,
"enabled": True,
"negative": False,
"included_in_lootbox": False,
},
### Standard ### Standard
"beano": { "beano": {
"kind": "beano", "kind": "beano",
@ -457,7 +441,7 @@ AWARDS = {
"description": "Summons a moving emoji on the post.", "description": "Summons a moving emoji on the post.",
"icon": "fas fa-smile-beam", "icon": "fas fa-smile-beam",
"color": "text-yellow", "color": "text-yellow",
"price": 200, "price": 100,
"deflectable": False, "deflectable": False,
"cosmetic": True, "cosmetic": True,
"ghost": True, "ghost": True,
@ -465,6 +449,20 @@ AWARDS = {
"negative": False, "negative": False,
"included_in_lootbox": False, "included_in_lootbox": False,
}, },
"confetti": {
"kind": "confetti",
"title": "Confetti",
"description": "Summons confetti to fall on the post.",
"icon": "fas fa-party-horn",
"color": "text-yellow",
"price": 200,
"deflectable": False,
"cosmetic": True,
"ghost": True,
"enabled": True,
"negative": False,
"included_in_lootbox": False,
},
"shit": { "shit": {
"kind": "shit", "kind": "shit",
"title": "Shit", "title": "Shit",