mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-17 12:31:32 +12:00
Implement full inventory, and buying items from stores.
This commit is contained in:
parent
15043069d6
commit
9e01526bfe
9 changed files with 143 additions and 12 deletions
|
@ -8,9 +8,19 @@
|
|||
"profile_save":"Your profile changes were saved.",
|
||||
"buddy_request":"Attempting to Add Buddy. The other player must click ADD BUDDY as well. (Many players reserve this for just a couple players so don't feel insulted if they do not).",
|
||||
"drawing_notice":"Drawing not sent to other players when you are not a subscriber.",
|
||||
"grab_message":"You grabbed an object off the ground.",
|
||||
"grab_all_message":"You grabbed all objects off the ground.",
|
||||
"dropped_item_message":"You dropped an item on the ground.",
|
||||
"dropped_items":{
|
||||
"grab_message":"You grabbed an object off the ground.",
|
||||
"grab_all_message":"You grabbed all objects off the ground.",
|
||||
"dropped_item_message":"You dropped an item on the ground.",
|
||||
"grab_but_inv_full":"Your inventory is full! Cannot grab items."
|
||||
},
|
||||
"shop":{
|
||||
"cant_afford_1":"You cannot afford that item!",
|
||||
"cant_afford_5":"You cannot afford 5 of that item!",
|
||||
"cant_afford_25":"You cannot afford 25 of that item!",
|
||||
"brought_1_but_inv_full":"Your inventory is full! Cannot buy that item.",
|
||||
"brought_1":"You bought a %ITEM% for $%PRICE%."
|
||||
},
|
||||
"tools":{
|
||||
"binoculars":"You search high and low all around, but find nothing interesting.",
|
||||
"magnify":"You look all over at all the tiny details, but alas, nothing interesting.",
|
||||
|
@ -48,7 +58,6 @@
|
|||
"area_format":" in %AREA%",
|
||||
"location_format":" <I>You are%META% </I>",
|
||||
"tile_format":"<B>%TILENAME%</B>",
|
||||
|
||||
"transport_format":"^LTransport via %METHOD% to %PLACE%^R1^I%ICON%^T4Trip Costs $%COST% one way. ^B1M%XY%^BY%ID%",
|
||||
"exit_this_place":"^X",
|
||||
"end_of_meta":"^Z",
|
||||
|
@ -72,6 +81,9 @@
|
|||
"npc_talk_button":"^BA%ID%"
|
||||
},
|
||||
"inventory":{
|
||||
"full_inventory_grab":"Your inventory is full! Cannot grab items.",
|
||||
"full_inventory_buy":"Your inventory is full! Cannot grab items.",
|
||||
|
||||
"header_format":"^ATYour Inventory^H<B>You are carrying the following %ITEMCOUNT% different items:</B> (%MAXITEMS% max)",
|
||||
"item_entry":"^I%ICONID%^T4(%COUNT%) %TITLE%",
|
||||
"shop_entry":"^I%ICONID%^T4(%COUNT%) %TITLE% $%PRICE%",
|
||||
|
@ -87,6 +99,7 @@
|
|||
"buy_25_button":"^B4B2%ITEMID%",
|
||||
"sell_button":"^B4S%RANDOMID%",
|
||||
"sell_all_button":"^B4A%ITEMID%",
|
||||
|
||||
},
|
||||
"dropped_items":{
|
||||
"nothing_message":"^LYou see nothing on the ground of interest.^R1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue