mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-20 03:39:16 +12:00
Add Magic Pellets and Droplets
This commit is contained in:
parent
160688bf2d
commit
375731ada9
9 changed files with 129 additions and 19 deletions
|
@ -780,7 +780,12 @@
|
|||
"horse_could_not_finish":"The horse could not finish it all. Some was wasted.",
|
||||
"current_status":"<B>%HORSENAME%'s current stats:</B>",
|
||||
"holding_horse_feed":"^H<BR><B>You are currently carrying the following horse feed:</B><BR>",
|
||||
"horsefeed_format":"^I%ICONID%^T3[ %COUNT% ] %NAME%^B3I%RANDOMID%^R1"
|
||||
"horsefeed_format":"^I%ICONID%^T3[ %COUNT% ] %NAME%^B3I%RANDOMID%^R1",
|
||||
|
||||
"feed_special_personality":"Amazingly, your horse suddenly has slightly more personality!",
|
||||
"feed_special_inteligence":"Wonderously, your horse suddenly is slightly smarter!",
|
||||
"feed_special_magic_bean":"Shockingly, your horse suddenly has changed height from %PREVHANDS%h to %NEWHANDS%h!",
|
||||
"feed_special_magic_droplet":"Before your eyes, your horse has changed color from %PREVCOLOR% to %NEWCOLOR%!",
|
||||
},
|
||||
"horse_inventory":{
|
||||
"your_horse_format":"Your horse: <B>%NAME%:</B><BR>",
|
||||
|
@ -9511,7 +9516,9 @@
|
|||
"mod_splatterball":713,
|
||||
"fishing_poll":146,
|
||||
"earthworm":83,
|
||||
"birthday_token":1082
|
||||
"birthday_token":1082,
|
||||
"magic_droplet":1567,
|
||||
"magic_bean":1566
|
||||
},
|
||||
"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