mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-17 04:21:32 +12:00
Fix treasures
This commit is contained in:
parent
c0a03641c8
commit
ff91d7bafb
11 changed files with 245 additions and 18 deletions
|
@ -59,6 +59,7 @@
|
|||
"incorrect_password":"Incorrect. You will have to find the correct answer somewhere...",
|
||||
"player_here":"%USERNAME% here",
|
||||
"no_telescope":"You do not have a telescope to use! You try making circles with your hands and placing them in front of one eye, but it is of minimal aid...",
|
||||
"starved_horse":"You have been sent to Prison Isle for starving one of your horses! They have been fed for you.",
|
||||
"horse_leaser":{
|
||||
"cant_afford":"You cannot afford the lease fee.",
|
||||
"temporary_horse_added":"New temporary horse added to your horse list.",
|
||||
|
@ -209,6 +210,26 @@
|
|||
"password_input":"<BR>^PLReply:|^PS14|ANSWER^R1",
|
||||
"last_poet":"^R1^LLast Player Poet:%USERNAME% ^R1",
|
||||
"hammock":"You and all of your horses have fully rested.",
|
||||
"auction":{
|
||||
"auctions_running":"The following auctions are running:<BR>",
|
||||
"auction_horse_entry":"^I252^T8%USERNAME%'s %COLOR% %BREED% %GENDER% (%EXP%exp)^B3L%RANDOMID%^R1^T8In %TIME%m going to %WINNINGPLAYER% for $%WINNINGBID%^R1^B72%RANDOMID%^B73%RANDOMID%^B74%RANDOMID%^B75%RANDOMID%^B76%RANDOMID%^B77%RANDOMID%^B78%RANDOMID%^R1",
|
||||
"players_here":"^HPlayers Here: %USERNAMES%",
|
||||
"auction_horse":"^T0(2b max)^D41|AUCTION A HORSE^R1",
|
||||
|
||||
"list_horse":"^HIt costs you $1,000 to auction. If you wish to set a minimum bid for your horse, bid on it yourself. All auctions run for 8 minutes.<BR>Select from one of your horses to auction:^R1",
|
||||
"horse_list_entry":"^I252^T3%HORSENAME%%TACKEDORNO%^D42c%RANDOMID%|AUCTION^R1",
|
||||
"tacked":"[tacked!]",
|
||||
|
||||
"bid_raised":"Your bid raised $%AMOUNT% to $%NEWAMOUNT%.",
|
||||
"top_bid":" TOP BID",
|
||||
"existing_higher":" Existing Bid is Higher",
|
||||
|
||||
"outbid_by":"You have been outbid by %USERNAME%. High bid is now $%AMOUNT%.",
|
||||
"cant_afford_bid":"You cannot afford that bid.",
|
||||
"brought_horse":"You bought a horse at auction for $%MONEY%",
|
||||
"no_one_brought":"No one bought your horse at auction.",
|
||||
"horse_sold":"You sold a horse at auction for $%MONEY%"
|
||||
},
|
||||
"horse_games":{
|
||||
"select_a_horse":"<BR>^LSelect a horse to compete with:^R1",
|
||||
"horse_entry":"^I252^T7#%PLACING%: %HORSENAME%^BM%SWF%^R1"
|
||||
|
@ -466,7 +487,7 @@
|
|||
"horse_status":"^LYour horse %HORSENAME%: (tired %TIREDNESS%)(hunger %HUNGER%) (thirst %THIRST%)^R1",
|
||||
"horse_maxed":"^I241^T9This barn cannot help this horse in any way.^R1",
|
||||
"let_relax":"^I241^T8Let the horse relax for $%PRICE% ^B3B%RANDOMID%^R1",
|
||||
"relax_all":"^R1^LYou could also rest all of your horses at once:^R1^I241^T7Let all the horses relax for $%PRICE% ^B3H^R1^"
|
||||
"relax_all":"^LYou could also rest all of your horses at once:^R1^I241^T7Let all the horses relax for $%PRICE% ^B3H^R1^"
|
||||
},
|
||||
"pond":{
|
||||
"header":"^LYou can go fishing at this pond!^R1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue