mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-07 03:21:27 +12:00
Add barns!
This commit is contained in:
parent
62a2e64ea5
commit
e32dabb1b4
7 changed files with 267 additions and 13 deletions
|
@ -264,6 +264,17 @@
|
|||
"all_full":"Your horses are now all at full health!",
|
||||
"cant_afford":"You cannot afford the vet's services at this time."
|
||||
},
|
||||
"barn":{
|
||||
"fully_fed":"Your horse %HORSENAME% is now fully rested and fed!",
|
||||
"cant_afford":"You cannot afford the barn's services at this time.",
|
||||
"rested_all":"Your horses are all now fully rested and fed!",
|
||||
"not_needed":"Your horses do not require any barn services right now.",
|
||||
|
||||
"horse_status":"^LYour horse %HORSENAME%: (tired %TIREDNESS%)(hunger %HUNGER%) (thirst %THIRST%)^R1",
|
||||
"horse_maxed":"^I241^T9This barn cannot help this horse in any way.^R1",
|
||||
"let_relax":"^I241^T8Let the horse relax for $%PRICE% ^B3B%RANDOMID%^R1",
|
||||
"relax_all":"^R1^LYou could also rest all of your horses at once:^R1^I241^T7Let all the horses relax for $%PRICE% ^B3H^R1^"
|
||||
},
|
||||
"pond":{
|
||||
"header":"^LYou can go fishing at this pond!^R1",
|
||||
"go_fishing":"^T6Go Fishing!^BMfishing^R5",
|
||||
|
@ -894,6 +905,14 @@
|
|||
}
|
||||
},
|
||||
"services":{
|
||||
"barn":{
|
||||
"price_multipliers":[
|
||||
{"id":1,"tired_cost":0.2,"hunger_cost":0.5, "thirst_cost":0.2},
|
||||
{"id":2,"tired_cost":0.3,"hunger_cost":0.6, "thirst_cost":0.3},
|
||||
{"id":3,"tired_cost":0.4,"hunger_cost":0.7, "thirst_cost":0.3},
|
||||
{"id":4,"tired_cost":0.5,"hunger_cost":0.8, "thirst_cost":0.4}
|
||||
]
|
||||
},
|
||||
"vet":{
|
||||
"price_multipliers":[
|
||||
{"id":1,"cost":0.5},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue