mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-17 04:21:32 +12:00
Add highscores and best times.
This commit is contained in:
parent
0c99624f63
commit
de9dfaf362
9 changed files with 291 additions and 37 deletions
|
@ -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>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue