mirror of
https://github.com/islehorse/HISP.git
synced 2025-07-16 20:11:32 +12:00
Add vets
This commit is contained in:
parent
b8376e9451
commit
4f61b636a6
6 changed files with 130 additions and 2 deletions
|
@ -136,10 +136,11 @@
|
|||
"vet":{
|
||||
"service_horse":"^LYour horse %HORSENAME%: health currently %CURHEALTH%/%MAXHEALTH%^R1",
|
||||
"not_needed":"^I257^T8Vet services are not needed for this horse.^R1",
|
||||
"apply":"^I257^T6Apply vet services for $%PRICE% ^B3V%RANDOMID%",
|
||||
"apply_all":"^R1^I257^T6Apply all vet services for $%PRICE% ^B3v^R1",
|
||||
|
||||
"now_full_health":"Your horse %HORSENAME% is now at full health!",
|
||||
"not_needed":"Your horses do not require any vet services right now.",
|
||||
"not_needed_all":"Your horses do not require any vet services right now.",
|
||||
"all_full":"Your horses are now all at full health!",
|
||||
},
|
||||
"pond":{
|
||||
|
@ -713,6 +714,13 @@
|
|||
"pm_sound":"PM"
|
||||
}
|
||||
},
|
||||
"vet":{
|
||||
"price_multipliers":[
|
||||
{"id":1,"cost":0.5},
|
||||
{"id":2,"cost":0.8},
|
||||
{"id":3,"cost":0.9}
|
||||
]
|
||||
},
|
||||
"horses":{
|
||||
"names":["A Buck Or Two","A Cowboy's Dream","A Cowgirls's Dream","A Promise Kept","A Smile","A Splash Of Class",
|
||||
"A Whole Lotta Luck","A'dab","A'idah","Abaccus","Abalone","Abba",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue