mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-17 04:21:32 +12:00
Add basic stats menu support
This commit is contained in:
parent
1ed964aacf
commit
abb90f5865
9 changed files with 315 additions and 11 deletions
|
@ -82,18 +82,39 @@
|
|||
"stats_money_format":"<BR>Money: <FONT COLOR='#003300'>$%MONEY%</FONT>",
|
||||
"stats_freetime_format":"<BR>Today's Free Time Remaining: <B>%FREEMINUTES% minutes.</B>",
|
||||
"stats_description_format":"<BR>Description: <B>%PLAYERDESC%</B>",
|
||||
"stats_experience":"<BR>^HExperience: <B>%EXPERIENCE%</B>",
|
||||
"stats_experience":"<BR>^HExperience: <B>%EXPPOINTS%</B>",
|
||||
"stats_questpoints":"<BR>Quest Points: <B>%QUESTPOINTS%</B>",
|
||||
"stats_hunger":"<BR>Hunger: <B>%HUNGER%</B>",
|
||||
"stats_thisrt":"<BR>Thirst: <B>%THIRST%</B>",
|
||||
"stats_tiredness":"<BR>Tiredness: <B>%TIRED%</B>",
|
||||
"stats_gender":"<BR>Gender: <B>%GENDER%</B>",
|
||||
"stats_equipped":"<BR>%JEWELFORMAT%",
|
||||
"stats_competion_gear":"<BR>%GEARFORMAT%"
|
||||
"stats_competion_gear":"<BR>%GEARFORMAT%",
|
||||
|
||||
"stats_private_notes":"^R1^R1^T5Horse Isle Private Notes:^D21|VIEW NOTES^R1",
|
||||
"stats_quests":"^T5Horse Isle Adventures and Quests:^D3|VIEW LOG^R1",
|
||||
"stats_minigame_ranking":"^T5Horse Isle Mini-Game Rankings:^D20|VIEW LIST^R1",
|
||||
"stats_awards":"^T5Your Horse Isle Awards:^D24|VIEW AWARDS^R1",
|
||||
"stats_misc":"^T5Your Horse Isle Misc Tracked Stats:^D53|VIEW STATS^R1",
|
||||
"competition_gear":{
|
||||
"head_format":"^R1^I%ICON%^T7%ITEM% on your head.^B4X1",
|
||||
"body_format":"^R1^I%ICON%^T7%ITEM% on your body.^B4X2",
|
||||
"legs_format":"^R1^I%ICON%^T7%ITEM% on your legs.^B4X3",
|
||||
"feet_format":"^R1^I%ICON%^T7%ITEM% on your feet.^B4X4"
|
||||
},
|
||||
"msg":{
|
||||
"no_jewelry_equipped":"You have no Jewelry on.",
|
||||
"no_competition_gear":"^LYou have nothing interesting for special competition gear.",
|
||||
}
|
||||
"competition_gear_selected":"^LYou have the following selected for competition gear:",
|
||||
|
||||
"really_hungry":"really hungry",
|
||||
"hungry":"hungry",
|
||||
"tiny_bit_thirsty":"a tiny bit thirsty",
|
||||
"little_bit_thirsty":"a little bit thirsty",
|
||||
"kind_of_thirsty":"kind of thirsty",
|
||||
"tiny_bit_tired":"a tiny bit tired",
|
||||
"not_at_all_tired":"not at all tired"
|
||||
},
|
||||
},
|
||||
"shop":{
|
||||
"selling":"^LThings I am selling:",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue