forked from rDrama/rDrama
1
0
Fork 0

order awards by price on WPD

master
Aevann 2023-08-30 19:10:02 +03:00
parent 54d58845fd
commit 85e43ae022
1 changed files with 24 additions and 27 deletions

View File

@ -361,6 +361,30 @@ AWARDS = {
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
}, },
"rainbow": {
"kind": "rainbow",
"title": "Rainbow",
"description": "Makes the recipient's comments and posts in rainbow text for 24 hours.",
"icon": "fas fa-cloud-rainbow",
"color": "text-pink",
"price": 200,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": SITE_NAME != 'rDrama',
},
"sharpen": {
"kind": "sharpen",
"title": "Sharpen",
"description": "Adds a badass edge to all the user's comments for 24 hours.",
"icon": "fas fa-fire",
"color": "text-danger",
"price": 200,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": SITE_NAME != 'rDrama',
},
"shit": { "shit": {
"kind": "shit", "kind": "shit",
"title": "Shit", "title": "Shit",
@ -481,8 +505,6 @@ AWARDS = {
"ghost": False, "ghost": False,
"enabled": True, "enabled": True,
}, },
#for non-rdrama sites
"owoify": { "owoify": {
"kind": "owoify", "kind": "owoify",
"title": "OwOify", "title": "OwOify",
@ -495,31 +517,6 @@ AWARDS = {
"ghost": False, "ghost": False,
"enabled": SITE_NAME != 'rDrama', "enabled": SITE_NAME != 'rDrama',
}, },
"rainbow": {
"kind": "rainbow",
"title": "Rainbow",
"description": "Makes the recipient's comments and posts in rainbow text for 24 hours.",
"icon": "fas fa-cloud-rainbow",
"color": "text-pink",
"price": 200,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": SITE_NAME != 'rDrama',
},
"sharpen": {
"kind": "sharpen",
"title": "Sharpen",
"description": "Adds a badass edge to all the user's comments for 24 hours.",
"icon": "fas fa-fire",
"color": "text-danger",
"price": 200,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": SITE_NAME != 'rDrama',
},
"flairlock": { "flairlock": {
"kind": "flairlock", "kind": "flairlock",
"title": "1-Day Flairlock", "title": "1-Day Flairlock",