Add profiles

This commit is contained in:
SilicaAndPina 2021-03-04 00:34:30 +13:00
parent 4758fd0200
commit 524c7f2214
7 changed files with 295 additions and 63 deletions

View file

@ -920,7 +920,7 @@
},
"stats_page":{
"stats_bar_format":"^ATPlayer %USERNAME%'s Details^H",
"stats_area_format":"Currently %AREA%",
"stats_area_format":"Currently%AREA%",
"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>",
@ -939,16 +939,26 @@
"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"
"head_format":"^R1^I%ICON%^T7%ITEM% on %PRONOUN% head.",
"body_format":"^R1^I%ICON%^T7%ITEM% on %PRONOUN% body.",
"legs_format":"^R1^I%ICON%^T7%ITEM% on %PRONOUN% legs.",
"feet_format":"^R1^I%ICON%^T7%ITEM% on %PRONOUN% feet.",
"remove_head":"^B4X1",
"remove_body":"^B4X2",
"remove_legs":"^B4X3",
"remove_feet":"^B4X4",
},
"jewelry":{
"slot_1":"^I%ICON%^T7%ITEM%^B4X5^R1",
"slot_2":"^I%ICON%^T7%ITEM%^B4X6^R1",
"slot_3":"^I%ICON%^T7%ITEM%^B4X7^R1",
"slot_4":"^I%ICON%^T7%ITEM%^B4X8^R1"
"slot_1":"^I%ICON%^T7%ITEM%%BUTTON%^R1",
"slot_2":"^I%ICON%^T7%ITEM%%BUTTON%^R1",
"slot_3":"^I%ICON%^T7%ITEM%%BUTTON%^R1",
"slot_4":"^I%ICON%^T7%ITEM%%BUTTON%^R1",
"remove_slot_1":"^B4X5",
"remove_slot_2":"^B4X6",
"remove_slot_3":"^B4X7",
"remove_slot_4":"^B4X8"
},
"hunger_stat_name":"hungry",
"thirst_stat_name":"thirsty",
@ -960,9 +970,30 @@
],
"msg":{
"no_jewelry_equipped":"You have no Jewelry on.",
"no_jewelry_other":"%PRONOUN% has no Jewelry on.",
"no_competition_gear":"^LYou have nothing interesting for special competition gear.",
"no_competition_gear_other":"^L%PRONOUN% has nothing interesting for special competition gear.",
"competition_gear_selected":"^LYou have the following selected for competition gear:",
"competition_gear_other_selected":"^L%PRONOUN% has the following selected for competition gear:",
"jewelry_selected":"You have the following lovely jewelry on:",
"jewelry_other":"%PRONOUN% has no Jewelry on.",
"other_horses":"^R1^LHere are %PRONOUN% horses:^R1"
},
"pronouns":{
"female_she":"She",
"female_her":"her",
"male_he":"He",
"male_his":"his",
"you_your":"your"
}
},