mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-17 04:21:32 +12:00
Implement "View all basic" and "view all" stat options.
This commit is contained in:
parent
017a869b01
commit
6012ccff8e
6 changed files with 314 additions and 158 deletions
|
@ -134,7 +134,7 @@
|
|||
|
||||
"horse":{
|
||||
"stat_format":"%BASE%;%COMPAINON%;%TACK%;%MAX%;",
|
||||
"basic_stat_format":"^AB%HEALTH%;%HUNGER%;%THIRST%;%MOOD%;%ENERGY%;%GROOM%;%SHOES%;^H",
|
||||
"basic_stat_format":"^AB%HEALTH%;%HUNGER%;%THIRST%;%MOOD%;%ENERGY%;%GROOM%;%SHOES%;",
|
||||
"horses_here":"<B>HORSES HERE:</B><BR>",
|
||||
"wild_horse":"^I252^T6%NAME%, It's a %BREED%^B3U%RANDOMID%^R1",
|
||||
"horse_timer":"You have 60 seconds to capture the horse. Good luck!",
|
||||
|
@ -161,6 +161,17 @@
|
|||
"horse_release":"<B>Are you SURE you want to let the horse go?</B>^T2If so, click ^B3X%RANDOMID%^R6",
|
||||
"cant_release_currently_riding":"You cannot release the horse you are riding!",
|
||||
"released_horse":"You released the horse! It now roams Horse Isle freely. It will disappear in an hour.",
|
||||
"allstats":{
|
||||
"all_stats_header":"<B>All of your horses' complete stats:</B>",
|
||||
"horse_name_entry":"<BR><BR><B>%HORSENAME%</B>: <I>%COLOR% %BREEDNAME% %SEX% (%EXP%exp)</I><BR>",
|
||||
"basic_stats_compact":"<B>He</B>:%HEALTH%% <B>Hu</B>:%HUNGER%% <B>Th</B>:%THIRST%% <B>Mo</B>:%MOOD%% <B>Ti</B>:%TIREDNESS%% <B>Gr</B>:%GROOM%% <B>Sh</B>:%SHOES%% <BR>",
|
||||
"advanced_stats_compact":"<B>Sp</B>:%SPEED% <B>St</B>:%STRENGTH% <B>Co</B>:%CONFORMATION% <B>Ag</B>:%AGILITY% <B>En</B>:%ENDURANCE% <B>In</B>:%INTELIGENCE% <B>Pe</B>:%PERSONALITY% ",
|
||||
"legend":"<BR><BR>LEGEND:<BR><B>He:</B>health <B>Hu:</B>hunger <B>Th:</B>thirst <B>Mo:</B>mood <B>Ti:</B>tiredness <B>Gr:</B>groom <B>Sh:</B>shoes<BR><B>Sp:</B>speed <B>St:</B>strength <B>Co:</B>conformation <B>Ag:</B>agility<BR><B>En:</B>endurance <B>In:</B>intelligence <B>Pe:</B>personality<BR>"
|
||||
},
|
||||
"allstats_basic":{
|
||||
"all_baisc_stats":"<B>All of your horses' basic stats:</B><BR>",
|
||||
"horse_entry":"^L%HORSENAME%: %COLOR% %BREEDNAME% %SEX% (%EXP%exp)^R1"
|
||||
},
|
||||
"companion_menu":{
|
||||
"menu_header":"<B>%HORSENAME%'s current companion:</B><BR>",
|
||||
"companions_avalible":"^LYou have the following companions available:^R1",
|
||||
|
@ -179,7 +190,7 @@
|
|||
"horse_neigh":"Your horse neighs a thank you!",
|
||||
"horse_could_not_finish":"The horse could not finish it all. Some was wasted.",
|
||||
"current_status":"<B>%HORSENAME%'s current stats:</B>",
|
||||
"holding_horse_feed":"<BR><B>You are currently carrying the following horse feed:</B><BR>",
|
||||
"holding_horse_feed":"^H<BR><B>You are currently carrying the following horse feed:</B><BR>",
|
||||
"horsefeed_format":"^I%ICONID%^T3[ %COUNT% ] %NAME%^B3I%RANDOMID%^R1"
|
||||
},
|
||||
"horse_inventory":{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue