mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-06 11:01:27 +12:00
add strings/formats for trading
(hell)
This commit is contained in:
parent
83e274c828
commit
0c511c73f2
4 changed files with 214 additions and 4 deletions
|
@ -228,11 +228,12 @@
|
|||
"trade":{
|
||||
"trading_with":"^ATTrading with %PLAYERNAME%^H",
|
||||
|
||||
"you_offering":"<B>You are offering %PLAYERNAME% the following:</B> ",
|
||||
"trade_end_on_done":"^LWaiting for other player to click DONE.^R1",
|
||||
"trade_wait_for_done":"^LWaiting for other player to click DONE.^R1",
|
||||
"other_player_is_done":"^LOther player is DONE adding things to the offer.^R1",
|
||||
"final_review":"<B>Final Trade Review - Only accept if you feel trade is 100% Fair!</B>",
|
||||
|
||||
"you_offering":"<B>You are offering %PLAYERNAME% the following:</B> ",
|
||||
|
||||
"add_items":"^T6Add additional trade items:^D58|ADD^R1^H",
|
||||
"other_offering":"<B>%PLAYERNAME% is offering you the following:</B>",
|
||||
|
||||
|
@ -245,6 +246,8 @@
|
|||
"offering_item":"^T8%TOTAL% %ITEM% ^R1",
|
||||
"offering_horse":"^I252^T8 Horse: %HORSENAME%^B3L%HORSERANDOMID%^R1",
|
||||
|
||||
|
||||
|
||||
"what_to_offer":"What would you like to offer %PLAYERNAME%?",
|
||||
"offer_money":"^T3Money.^B1O3^R1",
|
||||
|
||||
|
@ -268,7 +271,7 @@
|
|||
"object_offer_too_much":"You only have %QUANTITY% of that item, not %ENTEREDAMOUNT%.",
|
||||
"money_offer_too_much":"You do not have that much money to give! Your heart is bigger than your wallet I'm afraid.",
|
||||
|
||||
"other_player_doenst_has_negative_money":"They do not have enough money for the trade.",
|
||||
"other_player_has_negative_money":"They do not have enough money for the trade.",
|
||||
"you_have_negative_money":"You do not have enough money for the trade!",
|
||||
|
||||
"trade_accepted":"Trade has been accepted!",
|
||||
|
@ -283,7 +286,7 @@
|
|||
"trade_received":"You received $%MONEY% in the trade.",
|
||||
|
||||
"trade_not_allowed_while_bidding":"No trades allowed while you are bidding on a Horse at auction.",
|
||||
"trade_not_allowed_while_other_is_bidding":"No trades allowed while you are bidding on a Horse at auction."
|
||||
"trade_not_allowed_while_other_is_bidding":"No trades allowed while other player bidding on a Horse at auction."
|
||||
},
|
||||
},
|
||||
"auction":{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue