mirror of
https://github.com/islehorse/HISP.git
synced 2025-05-04 02:24:50 +12:00
Implement companions
This commit is contained in:
parent
55527e4e10
commit
4020ebaa62
6 changed files with 164 additions and 11 deletions
DataCollection
|
@ -157,6 +157,15 @@
|
|||
"pet_horse":"Your horse whinnies lightly. (+%MOOD% mood / -%TIREDNESS% tiredness)",
|
||||
"pet_horse_too_happy":"Your horse is as happy as it can be now. Your horse whinnies lightly. (+%MOOD% mood / -%TIREDNESS% tiredness)",
|
||||
"description_edit":"^PLHorse's Name:|%HORSENAME%^D11|GENERATE RANDOM HORSE NAME^R1^LDescription: (reset if you generate name)^R1^PB120|%DESCRIPTION%^PS5|SAVE CHANGES",
|
||||
"tack_fail_autosell":"You cannot put tack on a horse with Auto-Sell set.",
|
||||
"companion_menu":{
|
||||
"menu_header":"<B>%HORSENAME%'s current companion:</B><BR>",
|
||||
"companions_avalible":"^LYou have the following companions available:^R1",
|
||||
"companion_entry":"^I%ICONID%^T5[ %COUNT% ] %NAME%^B3K%ID%^R1",
|
||||
"selected_companion":"^I%ICONID%^T5%NAME%^B3M4^R1",
|
||||
"companion_equip_message":"You gave %HORSENAME% a %ITEM% for a companion.",
|
||||
"companion_remove_message":"You removed the companion from %HORSENAME%."
|
||||
},
|
||||
"auto_sell":{
|
||||
"auto_sell_meta":"<B>Auto-Selling a horse:</B><BR>By setting this value, any other player can buy this horse from you at any time. If you have a Ranch, they can even buy the horse when you are offline! (Put the cost to 0 to stop it from being for auto-sale.)^PMAuto-Sell horse for:|%AUTOSELL%^PS10|SET COST",
|
||||
"auto_sell_confirmed":"Setting up Auto-Sell for horse at $%MONEY%",
|
||||
|
@ -189,7 +198,9 @@
|
|||
|
||||
"no_auto_sell":"NO Auto-Sell",
|
||||
"auto_sell_format":"Auto-Selling: $%MONEY%",
|
||||
"auto_sell":"^R1^T2[%AUTOSELL%]^D25|SET AUTO-SELL PRICE",
|
||||
"change_auto_sell":"^D25|CHANGE AUTO-SELL",
|
||||
"set_auto_sell":"^D25|SET AUTO-SELL PRICE",
|
||||
"auto_sell":"^R1^T2[%AUTOSELL%]",
|
||||
"cannot_auto_sell_tacked":"^R1^T8Cannot set Auto-Sell on a Horse with Tack",
|
||||
|
||||
"marked_as":"^R1^LHorse currently marked [%CATEGORY%]. Mark:^R1^D52c1|KEEPER^D52c2|TRAINING^D52c3|TRADING^D52c4|RETIRED^R1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue