mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-04 04:47:09 +12:00
Add ranches.
This commit is contained in:
parent
2e713f4fd5
commit
9f592fb51b
14 changed files with 918 additions and 159 deletions
|
@ -148,6 +148,8 @@
|
|||
"unowned_ranch":"<B>This is an unowned ranch.</B><BR>It is available for purchase for $%PRICE%<BR>",
|
||||
"you_could_purchase_this":"^T6You could purchase this ranch:^B6P^R1",
|
||||
"ranch_already_owned":"<B>You already own a ranch, however.</B>",
|
||||
"sub_only":"<B>Only Horse Isle subscribers may purchase a ranch however.</B>",
|
||||
"ranch_desc_others":"<BR>^H%DESCRIPTION%<BR>"
|
||||
|
||||
"unowned_ranch_click":"Unowned Ranch",
|
||||
"click_message":"%USERNAME%'s %TITLE%",
|
||||
|
@ -160,8 +162,11 @@
|
|||
"saved_ranch":"Saved Ranch Description.",
|
||||
"default_title":"Ranch",
|
||||
"edit_description":"^PLRanch Title:|%RANCHTITLE%^LYour Ranch Description:^R1^PB160|%RANCHDESC%^PS11|SAVE DESCRIPTION",
|
||||
"your_ranch_meta":"<B>%USERANME%'s %TITLE%</B>",
|
||||
"your_ranch_meta":"<B>%USERNAME%'s %TITLE%</B>",
|
||||
"view_desc":"^H<B>YOUR RANCH DESCRIPTION:</B><BR>%DESCRIPTION%<BR>^T5Edit Your Ranch Description^D27|DESCRIPTION^R1",
|
||||
|
||||
"sell_confirm":"^T6Are you SURE you want to sell your ranch?^B6S^R1",
|
||||
"sell_done":"You sold your ranch for $%PRICE%!",
|
||||
"build":{
|
||||
"build_on_this_spot":"You can build one of the following buildings on this spot:",
|
||||
"build_format":"^T6Build a %BUILDINGNAME% for $%PRICE%^B6L%BUILDINGID%^B6B%BUILDINGID%^R1",
|
||||
|
@ -176,20 +181,20 @@
|
|||
"upgrade":{
|
||||
"upgrade_message":"Ranch Upgraded.",
|
||||
"cannot_afford":"You cannot afford this upgrade!",
|
||||
"upgrade_meta":"You currently have a <B>%UPGRADENAME%</B>.<BR>Details: %UPGRADEDESC%<BR>%YOUCOULDUPGRADE%^R1^LYou could also sell your ranch: (75% of total invested)^R1^T6SELL your ranch for $%SELLPRICE%^D60|SELL^R1",
|
||||
"you_could_upgrade":"<BR>You could upgrade to a:^T6%NEXTUPGRADE% for $%COST%^B6U"
|
||||
"upgrade_meta":"You currently have a <B>%UPGRADENAME%</B>.<BR>Details: %UPGRADEDESC%<BR>%YOUCOULDUPGRADE%^LYou could also sell your ranch: (75% of total invested)^R1^T6SELL your ranch for $%SELLPRICE%^D60|SELL^R1",
|
||||
"you_could_upgrade":"<BR>You could upgrade to a:^T6%NEXTUPGRADE% for $%COST%^B6U^R1"
|
||||
},
|
||||
"special":{
|
||||
"rest_here":"<BR>You have a building here to rest in. You are now fully rested.",
|
||||
"grain_silo":"<BR>You have a Grain Silo. All of your horses have just been fully fed.",
|
||||
"barn":"<BR>You have %COUNT% Barn(s). This provides for %AMOUNT% extra horses.",
|
||||
"big_barn":".<BR>You have %COUNT% Big Barn(s). This provides for %AMOUNT% extra horses",
|
||||
"gold_barn":"<BR>You have %COUNT% Gold Barn(s). This provides for %AMOUNT% extra horses.",
|
||||
"water_well":"<BR>You have a Water Well here. You and all of your horses have just been watered.",
|
||||
"grain_silo":"<BR>You have a Grain Silo. All of your horses have just been fully fed.",
|
||||
"vegatable_garden":"<BR>You have a Vegetable Garden. You have just fully eaten.",
|
||||
"windmills":"<BR>You have %COUNT% Windmill(s) earning you $%AMOUNT% every 12 game hours.",
|
||||
"wagon":"<BR>^T6Your Wagon can take you to the nearest station.^D7|STATION^R1^H",
|
||||
"training_pen":"<BR>^T6You can train all your horses via the Pen^D13|TRAIN ALL^R1^H",
|
||||
"vegatable_garden":"<BR>You have a Vegetable Garden. You have just fully eaten.",
|
||||
"train_all":"You attempt to train all of your horses:",
|
||||
"train_success":"<BR>Training <B>%HORSENAME%</B>: +1SP +1ST +1CO +1AG +1EN +1exp",
|
||||
"train_cant_train":"<B>%HORSENAME%</B>: Horse needs to rest %TIME% game minutes.",
|
||||
|
@ -7799,7 +7804,6 @@
|
|||
}
|
||||
},
|
||||
"item":{
|
||||
"max_carryable":40,
|
||||
"special":{
|
||||
"present":135,
|
||||
"mail_message":183,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue