mirror of
https://github.com/islehorse/HISP.git
synced 2025-05-04 02:24:50 +12:00
Implement ponds,
and make horse stats decrease over time
This commit is contained in:
parent
83c75fe418
commit
bed2161c1a
9 changed files with 299 additions and 25 deletions
DataCollection
|
@ -51,6 +51,7 @@
|
|||
"sec_code":{
|
||||
"invalid_sec_code":"Data Code Error. You did not get the bonus. You should reconnect if you get this message again.",
|
||||
"item_earned":"You Earned a %ITEM%!",
|
||||
"item_deleted":"You Lost an %ITEM%!",
|
||||
"money_earned":"You Earned $%MONEY%!",
|
||||
"highscore_beaten":"You just beat your best score! New high score: %SCORE%.",
|
||||
"best_time_beaten":"Your new best time: %TIME%."
|
||||
|
@ -131,7 +132,23 @@
|
|||
"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",
|
||||
|
||||
"pond":{
|
||||
"header":"^LYou can go fishing at this pond!^R1",
|
||||
"go_fishing":"^T6Go Fishing!^BMfishing^R5",
|
||||
"no_fishing_pole":"^LBut you do not have a Fishing Pole!^R5",
|
||||
"no_earth_worms":"^LBut you do not have any Earth Worms!^R5",
|
||||
"drink_here":"^LYour horses can drink at this pond if you think it's safe.^R1",
|
||||
"horse_drink_format":"^T7Your horse %HORSENAME%: thirst %THIRST%/%MAXTHIRST%^B3D%RANDOMID%^R1",
|
||||
|
||||
"not_thirsty":"Your horse %HORSENAME% is not thirsty at all.",
|
||||
"cant_drink_hp_low":"Your horse %HORSENAME% health is too poor. Don't want to risk drinking something nasty!",
|
||||
"drank_full":"Your horse %HORSENAME% drank to its heart's content!",
|
||||
"drank_something_bad":"<B>OH NO!</B> %HORSENAME% must have drank something bad! Its health is down."
|
||||
},
|
||||
"mud_hole":{
|
||||
"no_horses":"Big muddy area here....Luckily you don't have any horses, because if you did they may have gotten dirty.",
|
||||
"ruined_groom":"Big muddy area here....OH NO! Your horse '%HORSENAME%' rolled around in the mud, ruining its groom completely..",
|
||||
},
|
||||
"horse":{
|
||||
"stat_format":"%BASE%;%COMPAINON%;%TACK%;%MAX%;",
|
||||
"basic_stat_format":"^AB%HEALTH%;%HUNGER%;%THIRST%;%MOOD%;%ENERGY%;%GROOM%;%SHOES%;",
|
||||
|
@ -7617,7 +7634,9 @@
|
|||
"pawneer_order":559,
|
||||
"telescope":182,
|
||||
"pitchfork":152,
|
||||
"wishing_coin":50
|
||||
"wishing_coin":50,
|
||||
"fishing_poll":146,
|
||||
"earthworm":83
|
||||
},
|
||||
"throwable":[
|
||||
{"id":144,"message":"blanketing wet snow on "},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue