mirror of
https://github.com/islehorse/HISP.git
synced 2025-05-14 23:33:59 +12:00
Add wishing well
This commit is contained in:
parent
876eb69113
commit
8781ca6b84
9 changed files with 180 additions and 4 deletions
DataCollection
|
@ -118,6 +118,18 @@
|
|||
"back_to_map":"^M",
|
||||
"long_full_line":"^L",
|
||||
"fountain":"Although it's not recommended, you could drink from this fountain if you are thirsty...^T6Drink from the public fountain. ^B1D^R1^X^Z",
|
||||
"wishing_well":{
|
||||
"no_coins":"<BR>Unfortunately you have no Wishing Well coins!",
|
||||
"wish_coins":"You have %AMOUNT% Wishing Well coins!",
|
||||
"wish_meta":"^I14^T6Toss a Coin in and wish for Money. ^BN1^R1^I14^T6Toss a Coin in and wish for Things. ^BN2^R1^I14^T6Toss a Coin in and wish for World Peace. ^BN3^R1",
|
||||
|
||||
"wish_things":"The Wishing Well granted you a %ITEM% and a %ITEM2%!",
|
||||
"wish_money":"The Wishing Well granted you $%MONEY%!",
|
||||
"wish_worldpeace":"The Wishing Well granted you $%MONEY% and a %ITEM%!",
|
||||
"make_wish":"You tossed your wishing well coin in the well.",
|
||||
"world_peace_message":"World Peace!! This well is only so deep.. How about a little money and an object instead!"
|
||||
|
||||
},
|
||||
"inn":{
|
||||
"buy_meal":"^LYou can buy the following meals:^R1",
|
||||
"buy_rest":"^LWe also offer the following rest options:^R1",
|
||||
|
@ -781,7 +793,8 @@
|
|||
"dorothy_shoes":260,
|
||||
"pawneer_order":559,
|
||||
"telescope":182,
|
||||
"pitchfork":152
|
||||
"pitchfork":152,
|
||||
"wishing_coin":50
|
||||
},
|
||||
"throwable":[
|
||||
{"id":144,"message":"blanketing wet snow on "},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue