mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-17 04:21:32 +12:00
implement player stats
This commit is contained in:
parent
b6dd899372
commit
1fab8eb864
14 changed files with 991 additions and 147 deletions
|
@ -10,9 +10,14 @@
|
|||
"drawing_notice":"Drawing not sent to other players when you are not a subscriber.",
|
||||
"click_nothing_message":"Nothing interesting here...",
|
||||
"playtime_timeout":"You have run out of playtime for now. In one minute you will be disconnected. You gain one minute of playtime every 8 minutes. Please come back later!",
|
||||
"competition_gear":{
|
||||
"random_movement":"You are sooo <B>%STAT%</B>. You wander dizzily in a different direction.",
|
||||
"equips":{
|
||||
"removed_competition_gear":"You removed selected competition gear.",
|
||||
"equip_competition_gear_format":"The %ITEM% are now selected as competition gear."
|
||||
"removed_jewelry":"You removed selected jewelry.",
|
||||
"equip_competition_gear_format":"The %ITEM% are now selected as competition gear.",
|
||||
"max_jewelry":"Only 4 pieces of jewelry can be worn at one time.",
|
||||
"equip_jewelry":"You are now wearing %ITEM%."
|
||||
|
||||
},
|
||||
"sec_code":{
|
||||
"invalid_sec_code":"Data Code Error. You did not get the bonus. You should reconnect if you get this message again.",
|
||||
|
@ -55,7 +60,7 @@
|
|||
"commands":{
|
||||
"mute_help":"Mute Channel Not Recognized. (ALL/ADS/GLOBAL/ISLAND/NEAR/HERE/BUDDY/PM/BR/SOCIALS/LOGINS)",
|
||||
"player_command_completed":"<FONT COLOR='#FF0000'><B>PLAYER COMMAND [%COMMAND%] COMPLETED</B></FONT>",
|
||||
"admin_command_completed":"<FONT COLOR='#FF0000'><B>COMMAND [%COMMAND%]:</B></FONT>"
|
||||
"admin_command_completed":"<FONT COLOR='#FF0000'><B>COMMAND [%COMMAND%]:</B></FONT>",
|
||||
},
|
||||
"disconnect":{
|
||||
"banned":"Your account has been BANNED. You will no longer be able to login",
|
||||
|
@ -109,20 +114,26 @@
|
|||
"legs_format":"^R1^I%ICON%^T7%ITEM% on your legs.^B4X3",
|
||||
"feet_format":"^R1^I%ICON%^T7%ITEM% on your 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"
|
||||
},
|
||||
"hunger_stat_name":"hungry",
|
||||
"thirst_stat_name":"thirsty",
|
||||
"tired_stat_name":"tired",
|
||||
"player_stats":[
|
||||
"not at all %STAT%","a tiny bit %STAT%","a little bit %STAT%",
|
||||
"kind of %STAT","%STAT%","really %STAT%","seriously %STAT%",
|
||||
"desperately %STAT%","incredibly %STAT%","unbearably %STAT%"
|
||||
],
|
||||
"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:",
|
||||
"jewelry_selected":"You have the following lovely jewelry on:",
|
||||
|
||||
"incredibly":"incredibly %STAT%",
|
||||
"desprately":"desperately %STAT%",
|
||||
"seriously":"seriously %STAT%",
|
||||
"really":"really %STAT%",
|
||||
"normal":"%STAT%",
|
||||
"kind_of":"kind of %STAT",
|
||||
"little_bit":"a little bit %STAT%",
|
||||
"tiny_bit":"a tiny bit %STAT%",
|
||||
"not_at_all":"not at all %STAT%"
|
||||
},
|
||||
},
|
||||
"shop":{
|
||||
|
@ -301,6 +312,7 @@
|
|||
"for_sender":{
|
||||
"here_format":"<FONT COLOR='#222222'><B>%USERNAME%:</B> %MESSAGE%</FONT> (%AMOUNT% here)",
|
||||
"isle_format":"<B>%USERNAME%:</B> %MESSAGE% [%AMOUNT% on isle]",
|
||||
"ads_format":"<FONT COLOR='#550055'><B>%USERNAME:</B> %MESSAGE% [%AMOUNT% listening]</FONT>",
|
||||
"near_format":"<B>%USERNAME%:</B> %MESSAGE% [%AMOUNT% near]",
|
||||
"mod_format":"<FONT COLOR='#880000'><B>%USERNAME%:</B> %MESSAGE%</FONT> [%AMOUNT% mods]",
|
||||
"admin_format":"<FONT COLOR='#800000'><B>%USERNAME%:</B> %MESSAGE%</FONT> [%AMOUNT% admins]",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue