mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-06 11:01:27 +12:00
Add presents and fix bugs
This commit is contained in:
parent
d9cdd05acb
commit
0cf1665a11
12 changed files with 273 additions and 123 deletions
|
@ -194,6 +194,14 @@
|
|||
"venus_flytrap_format":"The Giant Venus Flytrap chomped at you!<BR><B>OUCH!!</B><BR>It chomped your pocket, taking $%MONEY% with it!!",
|
||||
"password_input":"<BR>^PLReply:|^PS14|ANSWER^R1",
|
||||
"last_poet":"^R1^LLast Player Poet:%USERNAME% ^R1",
|
||||
"santa":{
|
||||
"hidden_text":"You can pay to have anything in your inventory wrapped.<BR>It costs $10 per wrapping.",
|
||||
"wrap_format":"^I%ICONID%^T6 %NAME%^B4P%RANDOMID%^R1",
|
||||
"wrapped_object":"Wrapped object!",
|
||||
"wrap_fail_inv_full":"You cannot carry any more presents.",
|
||||
"open_fail_inv_full":"Your inventory is full, cannot open anything.",
|
||||
"open_format":"Opened object! There was a %ITEM% inside!"
|
||||
},
|
||||
"pawneer":{
|
||||
"pawneer_order":"You have a Pawneer Order! Would you like to use it for a new horse?^T6Place a Pawneer Horse Order ^D47|ORDER^R1",
|
||||
"untacked_i_can_buy":"<BR>^LYour untacked horses that I am willing to buy:^R1",
|
||||
|
@ -499,7 +507,7 @@
|
|||
"breed_details":"^H<B>BREED DETAILS:</B><BR>Name: %BREED%<BR>Description: %DESCRIPTION%",
|
||||
"height_range":"<BR>Average Height Range: %MIN%-%MAX% hands<BR>",
|
||||
"possible_colors":"<BR>Possible Colors: %COLORS%<BR>",
|
||||
"release_horse":"^D8|RELEASE HORSE^R1",
|
||||
"release_horse":"^D8|RELEASE %TYPE%^R1",
|
||||
"other_horses":"^LOther Horses Owned:^R1"
|
||||
|
||||
},
|
||||
|
@ -762,6 +770,7 @@
|
|||
"item_consume_button":"^B4E%RANDOMID%",
|
||||
"item_throw_button":"^B4T%RANDOMID%",
|
||||
"item_use_button":"^B4UD%RANDOMID%",
|
||||
"item_open_button":"^B4O%RANDOMID%",
|
||||
"item_read_button":"^B4VL%RANDOMID%",
|
||||
"buy_button":"^B4BN%ITEMID%",
|
||||
"buy_5_button":"^B4B5%ITEMID%",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue