mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-17 12:31:32 +12:00
map out horse breed options
This commit is contained in:
parent
6d3abac89a
commit
65f27553df
5 changed files with 129 additions and 11 deletions
|
@ -125,6 +125,7 @@
|
|||
"exit_this_place":"^X",
|
||||
"end_of_meta":"^Z",
|
||||
"back_to_map":"^M",
|
||||
"back_to_map_horse":"^MM",
|
||||
"long_full_line":"^L",
|
||||
"fountain":"Although it's not recommended, you could drink from this fountain if you are thirsty...^T6Drink from the public fountain. ^B1D^R1^X^Z",
|
||||
"venus_flytrap_format":"The Giant Venus Flytrap chomped at you!<BR><B>OUCH!!</B><BR>It chomped your pocket, taking $%MONEY% with it!!",
|
||||
|
@ -132,6 +133,7 @@
|
|||
"last_poet":"^R1^LLast Player Poet:%USERNAME% ^R1",
|
||||
"horse":{
|
||||
"stat_format":"%BASE%;%COMPAINON%;%TACK%;%MAX%;",
|
||||
"basic_stat_format":"^AB%HEALTH%;%HUNGER%;%THIRST%;%MOOD%;%ENERGY%;%GROOM%;%SHOES%;^H",
|
||||
"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!",
|
||||
|
@ -142,7 +144,41 @@
|
|||
"update_category":"Horse set as %CATEGORY%",
|
||||
"horse_format":"^I252^T7#%NUMB%: %NAME% (%BREED%) ^B3L%ID%^R1",
|
||||
"view_basic_stats":"^T6View all of basic stats together:^D33|BASIC STATS^R1",
|
||||
"view_advanced_stats":"^T6View all advanced stats together:^D34|ALL STATS^R1"
|
||||
"view_advanced_stats":"^T6View all advanced stats together:^D34|ALL STATS^R1",
|
||||
|
||||
"horse_inventory":{
|
||||
"your_horse_format":"Your horse: <B>%NAME%:</B><BR>",
|
||||
"released_by_format":" <I>Released by %USERNAME%:Released by %USERNAME%:</I>",
|
||||
"hands_high":"<BR>^H It is a %COLOR% %BREED% %SEX% standing %HANDS% hands high.<BR>",
|
||||
"experience":" It has earned %EXP% experience points.<BR>",
|
||||
|
||||
"trainable_in":" Trainable again in %TIME%m.<BR>",
|
||||
"currently_trainable":" Currently trainable.<BR>",
|
||||
|
||||
"mount_button":"^B3O%ID%",
|
||||
"feed_button":"^B3F%ID%",
|
||||
"tack_button":"^B3T%ID%",
|
||||
"pet_button":"^B3P%ID%",
|
||||
"profile_button":"^B3E%ID%",
|
||||
|
||||
"auto_sell":"^R1^T2[NO Auto-Sell]^D25|SET AUTO-SELL PRICE",
|
||||
"cannot_auto_sell_tacked":"^R1^T8Cannot set Auto-Sell on a Horse with Tack",
|
||||
"marked_as":"^R1^LHorse currently marked [KEEPER]. Mark:^R1^D52c1|KEEPER^D52c2|TRAINING^D52c3|TRADING^D52c4|RETIRED^R1",
|
||||
"horse_stats":"^H<B>HORSE STATS:</B><BR>",
|
||||
"wearing_tacked":"^H<B>WEARING/TACKED:</B><BR>",
|
||||
"tacked_format":"^I%ICON%^T5%NAME%^B4LN%ITEMID%^R1",
|
||||
"companion":"^H<B>COMPANION:</B><BR>",
|
||||
"companion_selected":"^I%ICON%^T5%NAME%^B4LN%ID%^D6|CHANGE^R1",
|
||||
"no_companion":"^T5Horse has no companion^D6|SELECT^R1",
|
||||
|
||||
"advanced_stats":"^H<B>ADVANCED STATS:</B><BR> Special treats:%SPOILED% Magic residue:%MAGICUSED%<BR>",
|
||||
"breed_details":"<B>BREED DETAILS:</B><BR>Name: %BREED%<BR>Description: %DESCRIPTION%",
|
||||
"height_range":"<BR>Average Height Range: %MIN%-%MAX% hands<BR>",
|
||||
"possible_colors":"<BR>Possible Colors: black,brown,chestnut,bay,grey,roan<BR>",
|
||||
"release_horse":"^D8|RELEASE HORSE^R1",
|
||||
"other_horses":"^LOther Horses Owned:^R1",
|
||||
|
||||
},
|
||||
},
|
||||
"libary":{
|
||||
"main_menu":"Welcome to the Library! You can research different subjects.<BR>^T2Search Residents: ^D30|SEARCH NPC^R1^T2Search Ranches: ^D31|SEARCH RANCH^R1^T2Research Horses: ^D4|VIEW BREEDS^R1^T2Research Tack: ^D9|VIEW TACK^R1^T2Research Companions: ^D10|VIEW COMPANIONS^R1^T2Research Mini-Games: ^D12|VIEW MINIGAMES^R1^T2Research Locations: ^D22|VIEW LOCATIONS^R1^T2Research Awards: ^D23|VIEW AWARDS^R1^T2Read Books: ^D38|READ BOOKS^R1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue