Better theming for achievements

This commit is contained in:
Bryan Ashby
2019-01-05 22:51:16 -07:00
parent 6496fd931a
commit 2b802cb534
5 changed files with 47 additions and 23 deletions

View File

@@ -64,25 +64,25 @@
points: 5
}
10: {
title: "{boardName} Curious"
title: "Curious Caller"
globalText: "{userName} has logged into {boardName} {achievedValue} times!"
text: "You've logged into {boardName} {achievedValue} times!"
points: 5
}
25: {
title: "{boardName} Inquisitive"
title: "Inquisitive Caller"
globalText: "{userName} has logged into {boardName} {achievedValue} times!"
text: "You've logged into {boardName} {achievedValue} times!"
points: 10
}
100: {
title: "{boardName} Regular"
title: "Regular Customer"
globalText: "{userName} has logged into {boardName} {achievedValue} times!"
text: "You've logged into {boardName} {achievedValue} times!"
points: 10
}
500: {
title: "{boardName} Addict"
title: "System Addict"
globalText: "{userName} the BBS {boardName} addict has logged in {achievedValue} times!"
text: "You're a {boardName} addict! You've logged in {achievedValue} times!"
points: 25