mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-17 04:21:32 +12:00
Add inns.
This commit is contained in:
parent
a0a328aa7d
commit
be56815996
17 changed files with 333 additions and 78 deletions
|
@ -12,6 +12,18 @@
|
|||
"click_nothing_message":"Nothing interesting here...",
|
||||
"playtime_timeout":"You have run out of playtime for now. In one minute you will be disconnected. You gain one minute of playtime every 8 minutes. Please come back later!",
|
||||
"random_movement":"You are sooo <B>%STAT%</B>. You wander dizzily in a different direction.",
|
||||
"inn":{
|
||||
"cant_afford":"You cannot afford that service!",
|
||||
"enjoyed_service":"You enjoyed your %ITEM% for $%PRICE%.",
|
||||
"fully_rested":"You are now completely rested!"
|
||||
},
|
||||
"water_balloon_game":{
|
||||
"money_prize":20000,
|
||||
"starting_amount":8,
|
||||
"start_message":"<B>WATER BALLOON FIGHT:</B> You have just been given %AMOUNT% Water Balloons. Whoever gets hit the MOST in 5 minutes (60 game minutes) will win a prize (hits on yourself are not counted).",
|
||||
"winner_message":"<B>You are a Water Balloon winner!</B> Prize: $%PRIZE%",
|
||||
"end_message_winner":"<B>WATER BALLOON FIGHT OVER:</B> Here were the winners:<BR>%USERNAME% was hit %AMOUNT% times."
|
||||
},
|
||||
"fountain":{
|
||||
"drank_your_fill":"You drank your fill from the fountain.",
|
||||
"dropped_money":"Oh no!!! While drinking you accidentally dropped $%MONEY% into the fountain!! There is no way to get it back!",
|
||||
|
@ -106,6 +118,11 @@
|
|||
"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",
|
||||
"inn":{
|
||||
"buy_meal":"^LYou can buy the following meals:^R1",
|
||||
"buy_rest":"^LWe also offer the following rest options:^R1",
|
||||
"inn_entry":"^I%ICON%^T4%NAME% $%PRICE%^B4BC%ID%^B4LN%ID%^R1",
|
||||
},
|
||||
"awards_page":{
|
||||
"awards_header":"^ATYour Awards Earned^H",
|
||||
"no_awards":"<BR>You have not earned any awards yet. You can view a list of earnable awards in a Horse Isle Library.",
|
||||
|
@ -508,13 +525,20 @@
|
|||
"pm_sound":"PM"
|
||||
}
|
||||
},
|
||||
"water_balloon_game":{
|
||||
"money_prize":20000,
|
||||
"starting_amount":8,
|
||||
"start_message":"<B>WATER BALLOON FIGHT:</B> You have just been given %AMOUNT% Water Balloons. Whoever gets hit the MOST in 5 minutes (60 game minutes) will win a prize (hits on yourself are not counted).",
|
||||
"winner_message":"<B>You are a Water Balloon winner!</B> Prize: $%PRIZE%",
|
||||
"end_message_winner":"<B>WATER BALLOON FIGHT OVER:</B> Here were the winners:<BR>%USERNAME% was hit %AMOUNT% times."
|
||||
},
|
||||
"inns":[
|
||||
{"id":2,"rests_offered":[45],"meals_offered":[47,130],"buy_percent":125},
|
||||
{"id":1,"rests_offered":[45,46],"meals_offered":[48,132],"buy_percent":110},
|
||||
{"id":3,"rests_offered":[45,46],"meals_offered":[49,131],"buy_percent":110},
|
||||
{"id":4,"rests_offered":[45],"meals_offered":[128,126],"buy_percent":127},
|
||||
{"id":5,"rests_offered":[45,46],"meals_offered":[133,127],"buy_percent":110},
|
||||
{"id":6,"rests_offered":[136],"meals_offered":[153],"buy_percent":100},
|
||||
{"id":7,"rests_offered":[45,46],"meals_offered":[134,129],"buy_percent":115},
|
||||
{"id":11,"rests_offered":[45,46],"meals_offered":[48,132,348],"buy_percent":127},
|
||||
{"id":9,"rests_offered":[45],"meals_offered":[153,345,346,128],"buy_percent":110},
|
||||
{"id":10,"rests_offered":[45,46],"meals_offered":[493,126,130,129],"buy_percent":115},
|
||||
{"id":8,"rests_offered":[45,46],"meals_offered":[48,132,127],"buy_percent":120},
|
||||
{"id":12,"rests_offered":[],"meals_offered":[129,126,132,537,348],"buy_percent":120}
|
||||
],
|
||||
"tile_paramaters":{
|
||||
"terrain_tiles":[
|
||||
{"passable":false,"tile_type":"WATER"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue