mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-07 03:21:27 +12:00
add simple jumping arena and advanced jumping arena,
This commit is contained in:
parent
934a737613
commit
8f0ed68110
10 changed files with 859 additions and 78 deletions
|
@ -194,9 +194,10 @@
|
|||
"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",
|
||||
"hammock":"You and all of your horses have fully rested.",
|
||||
"horse_games":{
|
||||
"select_a_horse":"<BR>^LSelect a horse to compete with:^R1",
|
||||
"horse_entry":"^I252^T7#%PLACING%:%HORSENAME%^BM%SWF%^R1"
|
||||
"horse_entry":"^I252^T7#%PLACING%: %HORSENAME%^BM%SWF%^R1"
|
||||
},
|
||||
"mail":{
|
||||
"mail_received":"A message has been sent to you from another player. It is in your inventory now.",
|
||||
|
@ -293,10 +294,16 @@
|
|||
"fifth_place":"Fifth place:",
|
||||
"sixth_place":"Sixth place:",
|
||||
"enter_into":"You entered your horse in the competition. The event will begin when it is time!",
|
||||
|
||||
"already_entered":"You are already entered into an arena event!",
|
||||
"cant_afford":"You cannot afford to enter the competition.",
|
||||
|
||||
"your_score":"Your score was %SCORE%! Once the other results are in, the placings will be reported.",
|
||||
"starting_up":"Starting up your Jumping Competition event!!",
|
||||
|
||||
"jumping_start_up":"Starting up your Jumping Competition event!!",
|
||||
"draft_start_up":"Starting up your Draft Competition event!!",
|
||||
"racing_start_up":"Starting up your Racing Competition event!!",
|
||||
"conformation_start_up":"Starting up your Conformation Competition event!!",
|
||||
|
||||
"winner":"You were the winner of the competition! You won $%PRIZE%! (+%EXP% Exp)",
|
||||
"only_winner_wins":"(gained +%EXP% Exp) Only first place gets prize money.",
|
||||
|
@ -306,6 +313,17 @@
|
|||
"farrier":"Your poor horse needs a farrier!",
|
||||
"too_tired":"Your poor horse is too tired to compete!",
|
||||
"needs_vet":"Your poor horse needs a vet!",
|
||||
|
||||
|
||||
"event_name":"<B>EVENT: %EVENTNAME%</B>",
|
||||
"currently_taking_entries":"<BR>Currently taking entries for the competition.<BR>For the next competition at: %HOUR%:%MINUTE%%AMORPM% (%TIMEUNTIL% min)<BR>",
|
||||
"competition_in_progress":"<BR>Competition in progress! Please wait until all competitors are finished.",
|
||||
"horse_entered":"<BR>You have a horse entered. Good Luck!",
|
||||
"competiton_full":"<BR>All Competition slots are full for this race, try back when finished!",
|
||||
|
||||
"enter_horse":"^T6Enter your horse %HORSENAME% for $%ENTRYCOST%^B3A%HORSERANDOMID%^R1",
|
||||
"current_competitors":"^R0^LThe current competitors:^R1",
|
||||
"competing_horses":"^T6 Player %USERNAME% Riding %HORSENAME%^B3L%HORSERANDOMID%^R1"
|
||||
},
|
||||
"ranch":{
|
||||
"unowned_ranch":"<B>This is an unowned ranch.</B><BR>It is available for purchase for $%PRICE%<BR>",
|
||||
|
@ -550100,5 +550118,18 @@
|
|||
{"trainer_id":8,"improves_stat":"conformation","improves_amount":10,"thirst_cost":5,"mood_cost":80,"hunger_cost":5,"money_cost":750,"experience":10},
|
||||
{"trainer_id":9,"improves_stat":"agility","improves_amount":10,"thirst_cost":50,"mood_cost":20,"hunger_cost":50,"money_cost":750,"experience":10},
|
||||
{"trainer_id":10,"improves_stat":"endurance","improves_amount":10,"thirst_cost":80,"mood_cost":20,"hunger_cost":80,"money_cost":750,"experience":5}
|
||||
]
|
||||
],
|
||||
"arena":[
|
||||
{"arena_id":1,"arena_type":"JUMPING","entry_cost":1000,"race_every":60,"slots":6,"timeout":2},
|
||||
{"arena_id":2,"arena_type":"RACING","entry_cost":1000,"race_every":60,"slots":6,"timeout":2},
|
||||
{"arena_id":3,"arena_type":"CONFORMATION","entry_cost":1000,"race_every":60,"slots":5,"timeout":2},
|
||||
{"arena_id":4,"arena_type":"DRAFT","entry_cost":1000,"race_every":60,"slots":6,"timeout":2},
|
||||
{"arena_id":5,"arena_type":"BEGINNERJUMPING","entry_cost":500,"race_every":60,"slots":6,"timeout":2},
|
||||
{"arena_id":6,"arena_type":"JUMPING","entry_cost":10000,"race_every":60,"slots":6,"timeout":2},
|
||||
{"arena_id":7,"arena_type":"RACING","entry_cost":10000,"race_every":60,"slots":6,"timeout":2},
|
||||
{"arena_id":8,"arena_type":"CONFORMATION","entry_cost":10000,"race_every":60,"slots":5,"timeout":2},
|
||||
{"arena_id":9,"arena_type":"DRAFT","entry_cost":10000,"race_every":60,"slots":6,"timeout":2},
|
||||
{"arena_id":10,"arena_type":"BEGINNERJUMPING","entry_cost":500,"race_every":60,"slots":6,"timeout":2},
|
||||
{"arena_id":11,"arena_type":"BEGINNERJUMPING","entry_cost":500,"race_every":60,"slots":6,"timeout":2}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue