mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-17 04:21:32 +12:00
Add horse inventory.
This commit is contained in:
parent
062a24a4ed
commit
2947e7f1c7
12 changed files with 321 additions and 12 deletions
|
@ -136,7 +136,13 @@
|
|||
"wild_horse":"^I252^T6%NAME%, It's a %BREED%^B3U%RANDOMID%^R1",
|
||||
"horse_timer":"You have 60 seconds to capture the horse. Good luck!",
|
||||
"horse_escaped":"The Horse Evaded Capture.",
|
||||
"hore_caught":"You Captured the Horse!"
|
||||
"hore_caught":"You Captured the Horse!",
|
||||
|
||||
"horses_menu":"^ATYour Horses^H<B>You can have up to %MAXHORSE% horses. Here are your %TOTALHORSE%:</B><BR>",
|
||||
"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"
|
||||
},
|
||||
"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",
|
||||
|
@ -580,6 +586,12 @@
|
|||
}
|
||||
},
|
||||
"horses":{
|
||||
"categorys":[
|
||||
{"name":"KEEPER","message":"^LKEEPERS - Horses I would not sell for any price:^R1"},
|
||||
{"name":"TRAINING","message":"^LTRAINING - Horses I am actively training and competing with:^R1"},
|
||||
{"name":"TRADING","message":"^LTRADING - Horses I am trading or auctioning:^R1"},
|
||||
{"name":"RETIRED","message":"^LRETIRED - Horses that are still special to me but not used:^R1"},
|
||||
],
|
||||
"breeds":[
|
||||
{
|
||||
"id": 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue