Add highscores and best times.

This commit is contained in:
SilicaAndPina 2020-12-27 15:42:01 +13:00
parent 0c99624f63
commit de9dfaf362
9 changed files with 291 additions and 37 deletions

View file

@ -91,6 +91,15 @@
"end_of_meta":"^Z",
"back_to_map":"^M",
"long_full_line":"^L",
"highscores":{
"header_meta":"^ATMini-Game Rankings^H",
"highscore_format":"<B><font color='#000088'>%GAMETITLE%</font></B> Rank: <B>#%RANKING%</B> With: %SCORE% points (%TOTALPLAYS% plays)<BR>",
"besttime_format":"<B><font color='#000088'>%GAMETITLE%</font></B> Rank: <B>#%RANKING%</B> With: %SCORE% time score (%TOTALPLAYS% plays)<BR>",
"game_highscore_header":"<B>Top 20 High Scores for %GAMETITLE%</B><BR>",
"game_highscore_format":"#%RANKING%: %SCORE% points -- %USERNAME% [played %TOTALPLAYS% times]<BR>",
"game_besttime_header":"<B>Top 20 Best Times for %GAMETITLE%</B><BR>",
"game_besttime_format":"#%RANKING% Best Time: %SCORE% sec -- %USERNAME% [played %TOTALPLAYS% times]<BR>"
},
"quest_log":{
"header_meta":"^ATYour Horse Isle Adventure Log^H",
"quest_format":"%TITLE% (%QUESTPOINTS%qp) [%DIFFICULTY%] %COMPLETION%<BR>",