mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-20 03:39:16 +12:00
Add WaterBallonGame class
This commit is contained in:
parent
bbc5d3c899
commit
e95140d708
5 changed files with 167 additions and 9 deletions
|
@ -79,6 +79,12 @@
|
|||
"awarded_you":"Mod Revenge taken upon %USERNAME%! $50 earned."
|
||||
},
|
||||
"events":{
|
||||
"water_balloon_game":{
|
||||
"event_start":"<B>WATER BALLOON FIGHT:</B> You have just been given 8 Water Balloons. Whoever gets hit the MOST in 5 minutes (60 game minutes) will win a prize (hits on yourself are not counted).",
|
||||
"event_won":"<B>You are a Water Balloon winner!</B> Prize: $20,000",
|
||||
"event_end":"<B>WATER BALLOON FIGHT OVER:</B> Here were the winners:",
|
||||
"event_winner":"<BR>%USERNAME% was hit %AMOUNT% times."
|
||||
},
|
||||
"real_time_riddle":{
|
||||
"event_start":"<B>CHAT RIDDLE:</B> %RIDDLETEXT% <I>(answer first via any chat method)</I>",
|
||||
"event_end":"<B>TIME IS UP:</B> No one answered the Chat Riddle in time.",
|
||||
|
@ -130,13 +136,6 @@
|
|||
"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!",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue