mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-17 04:21:32 +12:00
patially implement autosell
This commit is contained in:
parent
614bfa1d42
commit
55527e4e10
6 changed files with 102 additions and 12 deletions
|
@ -143,7 +143,7 @@
|
|||
"too_many_horses":"You cannot manage any more horses.",
|
||||
"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",
|
||||
"horse_format":"^I252^T7#%NUMB%: %NAME% (%BREED%) %ISAUTOSELL% ^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",
|
||||
"equip_tack_message":"You put the %NAME% on %HORSENAME%.",
|
||||
|
@ -157,6 +157,12 @@
|
|||
"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",
|
||||
"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%",
|
||||
"auto_sell_remove":"Removing auto-sell off horse.",
|
||||
"is_auto_sell":"[$] "
|
||||
},
|
||||
"feed_horse":{
|
||||
"horse_neigh":"Your horse neighs a thank you!",
|
||||
"horse_could_not_finish":"The horse could not finish it all. Some was wasted.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue