mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-19 19:29:15 +12:00
Add Isle Card Trading Game (?)
This commit is contained in:
parent
bea24a59a5
commit
13c049e3ff
8 changed files with 219 additions and 37 deletions
|
@ -85,6 +85,13 @@
|
|||
"event_end":"<B>WATER BALLOON FIGHT OVER:</B> Here were the winners:",
|
||||
"event_winner":"<BR>%USERNAME% was hit %AMOUNT% times."
|
||||
},
|
||||
"isle_card_trading_game":{
|
||||
"event_start":"<B>ISLE CARD TRADING GAME:</B> You have just been given FOUR Isle Trading Cards. They are identical. To win at this game, you will need exactly one of each stallion, mare, colt and filly card in 5 minutes (60 game minutes).",
|
||||
"event_disqualified":"<B>ISLE CARDS TIME IS UP:</B> You are disqualified for having over 4 cards!",
|
||||
"event_one_type":"<B>ISLE CARDS TIME IS UP:</B> You only have one type of card. Removing cards.",
|
||||
"event_no_cards":"<B>ISLE CARDS TIME IS UP:</B> You don't have any isle cards!",
|
||||
"event_win":"<B>ISLE CARDS TIME IS UP:</B> You have all four cards! Great work! Prize=$25,000"
|
||||
},
|
||||
"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.",
|
||||
|
@ -9518,7 +9525,13 @@
|
|||
"water_balloon":334,
|
||||
"birthday_token":1082,
|
||||
"magic_droplet":1567,
|
||||
"magic_bean":1566
|
||||
"magic_bean":1566,
|
||||
|
||||
|
||||
"stallion_trading_card":520,
|
||||
"mare_trading_card":521,
|
||||
"colt_trading_card":522,
|
||||
"filly_trading_card":523
|
||||
},
|
||||
"throwable":[
|
||||
{"id":144,"message_hit":"SMACK!! %USERNAME% hit you with a Snowball, blanketing wet snow on you.", "message_throw":"SMACK!! You nailed %USERNAME% with a Snowball, blanketing wet snow on them.", "message_hit_yourself":"You toss the Snowball high into the air! SMACK! It comes back down and hits you on the head, blanketing wet snow on you."},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue