mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-17 04:21:32 +12:00
implement horse feeding
This commit is contained in:
parent
2cd4f3f2de
commit
11b2621ce7
7 changed files with 338 additions and 6 deletions
|
@ -131,6 +131,7 @@
|
|||
"venus_flytrap_format":"The Giant Venus Flytrap chomped at you!<BR><B>OUCH!!</B><BR>It chomped your pocket, taking $%MONEY% with it!!",
|
||||
"password_input":"<BR>^PLReply:|^PS14|ANSWER^R1",
|
||||
"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",
|
||||
|
@ -149,6 +150,14 @@
|
|||
"riding_message":"You are now riding %HORSENAME%!",
|
||||
"stop_riding_message":"You are now not riding a horse!",
|
||||
"unequip_tack_message":"You removed the tack off %HORSENAME%.",
|
||||
"back_to_horse":"^R1^D5|BACK TO HORSE^R1",
|
||||
"feed_horse":{
|
||||
"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>",
|
||||
"horsefeed_format":"^I%ICONID%^T3[ %COUNT% ] %NAME%^B3I%RANDOMID%^R1"
|
||||
},
|
||||
"horse_inventory":{
|
||||
"your_horse_format":"Your horse: <B>%NAME%:</B><BR>",
|
||||
"released_by_format":" <I>Released by %USERNAME%:Released by %USERNAME%:</I>",
|
||||
|
@ -194,7 +203,6 @@
|
|||
"dequip_bridle":"^I%ICONID%^T5%NAME%^B3M3^R1",
|
||||
"you_have_following_tack":"^LYou have the following tack in your inventory:^R1",
|
||||
"equip_tack":"^I%ICONID%^T5[ %COUNT% ] %NAME%^B3K%ID%^R1",
|
||||
"back_to_horse":"^R1^D5|BACK TO HORSE^R1"
|
||||
},
|
||||
},
|
||||
"libary":{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue