mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-20 03:39:16 +12:00
Add throwable items
This commit is contained in:
parent
811bc70ea2
commit
b773e7c423
7 changed files with 122 additions and 18 deletions
|
@ -66,6 +66,10 @@
|
|||
"ads_once_per_minute":"Ads may only be posted once per minute.",
|
||||
"global_chats_limited":"<B>CHAT NOT SENT:</B> Global chats are limited (+1 earned per 2 minutes). Please chat using CHAT NEAR/ISLAND/BUDDIES when possible."
|
||||
},
|
||||
"mods_revenge":{
|
||||
"awareded_others":"You earned $500 from Moderator %USERNAME%'s Splatterball!",
|
||||
"awarded_you":"Mod Revenge taken upon %USERNAME%! $50 earned."
|
||||
},
|
||||
"events":{
|
||||
"real_time_riddle":{
|
||||
"event_start":"<B>CHAT RIDDLE:</B> %RIDDLETEXT% <I>(answer first via any chat method)</I>",
|
||||
|
@ -1104,7 +1108,7 @@
|
|||
"item_info_itemid_button":"^B4LN%ITEMID%",
|
||||
"item_wear_button":"^B4W%RANDOMID%",
|
||||
"item_consume_button":"^B4E%RANDOMID%",
|
||||
"item_throw_button":"^B4T%RANDOMID%",
|
||||
"item_throw_button":"^B4T%ITEMID%",
|
||||
"item_use_button":"^B4UD%RANDOMID%",
|
||||
"item_open_button":"^B4O%RANDOMID%",
|
||||
"item_read_button":"^B4VL%ITEMID%",
|
||||
|
@ -8879,17 +8883,18 @@
|
|||
"telescope":182,
|
||||
"pitchfork":152,
|
||||
"wishing_coin":50,
|
||||
"mod_splatterball":713,
|
||||
"fishing_poll":146,
|
||||
"earthworm":83,
|
||||
"birthday_token":1082
|
||||
},
|
||||
"throwable":[
|
||||
{"id":144,"message":"blanketing wet snow on "},
|
||||
{"id":333,"message":"bright red chunks are covering "},
|
||||
{"id":334,"message":"soaking "},
|
||||
{"id":639,"message":"twinkling magic on "},
|
||||
{"id":640,"message":"lightly bouncing off "},
|
||||
{"id":713,"message":"slimy goop exploded and dripped on "}
|
||||
{"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."},
|
||||
{"id":333,"message_hit":"SMACK!! %USERNAME% hit you with a Rotten Tomato, bright red chunks are covering you.", "message_throw":"SMACK!! You nailed %USERNAME% with a Rotten Tomato, bright red chunks are covering them.", "message_hit_yourself":"You toss the Rotten Tomato high into the air! SMACK! It comes back down and hits you on the head, bright red chunks are covering you"},
|
||||
{"id":334,"message_hit":"SMACK!! %USERNAME% hit you with a Water Balloon, soaking you.", "message_throw":"SMACK!! You nailed %USERNAME% with a Water Balloon, soaking them.", "message_hit_yourself":"You toss the Water Balloon high into the air! SMACK! It comes back down and hits you on the head, soaking you."},
|
||||
{"id":639,"message_hit":"SMACK!! %USERNAME% hit you with a Pixie Dust, twinkling magic on you", "message_throw":"SMACK!! You nailed %USERNAME% with a Pixie Dust, twinkling magic on them.", "message_hit_yourself":"You toss the Pixie Dust high into the air! SMACK! It comes back down and hits you on the head, twinkling magic on you."},
|
||||
{"id":640,"message_hit":"SMACK!! %USERNAME% hit you with a Marshmallow, lightly bouncing off you.", "message_throw":"SMACK!! You nailed %USERNAME% with a Marshmallow, lightly bouncing off them.", "message_hit_yourself":"You toss the Marshmallow high into the air! SMACK! It comes back down and hits you on the head, lightly bouncing off you."},
|
||||
{"id":713,"message_hit":"SMACK!! %USERNAME% hit you with a Mod Splatterball, slimy goop exploded and dripped on you.", "message_throw":"SMACK!! You nailed %USERNAME% with a Mod Splatterball, slimy goop exploded and dripped on them.", "message_hit_yourself":"You toss the Mod Splatterball high into the air! SMACK! It comes back down and hits you on the head, slimy goop exploded and dripped on you."}
|
||||
],
|
||||
"item_list":[
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue