mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-19 19:29:15 +12:00
add groomer related strings
This commit is contained in:
parent
e8d2690d1a
commit
8a3675ec3d
4 changed files with 107 additions and 16 deletions
|
@ -133,6 +133,14 @@
|
|||
"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",
|
||||
"groomer":{
|
||||
"groomed_best_it_can":"Your horse %HORSEBREED% is now groomed as best as this groomer can!",
|
||||
"cannot_afford_service":"You cannot afford the groomer's services at this time.",
|
||||
"currently_at":"^LYour horse %HORSENAME%: groom currently %TOTAL%/%MAX%^R1",
|
||||
"apply_service":"^I258^T8Apply grooming services for $%PRICE% ^B3G%RANDOMID%^R1",
|
||||
"apply_all":"^R1^R1^I258^T8Groom all %COUNT% horses for $%PRICE% ^B3g^R1"
|
||||
"cannot_improve":"^I258^T9This groomer cannot improve this horse's groom.^R1"
|
||||
},
|
||||
"farrier":{
|
||||
"shoes_total":"^LYour horse %HORSENAME%: shoes currently %TOTAL%/%MAX%^R1",
|
||||
"put_on_steel_shoes":"Your horse has had new Steel Horseshoes put on. Now shoes=%TOTAL%/%MAX%.",
|
||||
|
@ -759,20 +767,22 @@
|
|||
"pm_sound":"PM"
|
||||
}
|
||||
},
|
||||
"vet":{
|
||||
"price_multipliers":[
|
||||
{"id":1,"cost":0.5},
|
||||
{"id":2,"cost":0.8},
|
||||
{"id":3,"cost":0.9}
|
||||
]
|
||||
"services":{
|
||||
"vet":{
|
||||
"price_multipliers":[
|
||||
{"id":1,"cost":0.5},
|
||||
{"id":2,"cost":0.8},
|
||||
{"id":3,"cost":0.9}
|
||||
]
|
||||
},
|
||||
"groomer":{
|
||||
"price_multipliers":[
|
||||
{"id":1,"max":800,"cost":0.5},
|
||||
{"id":2,"max":1000,"cost":0.8},
|
||||
{"id":3,"max":750,"cost":0.4}
|
||||
],
|
||||
}
|
||||
},
|
||||
"groomer":{
|
||||
"price_multipliers":[
|
||||
{"id":1,"max":800,"cost":0.5},
|
||||
{"id":2,"max":1000,"cost":0.8},
|
||||
{"id":3,"max":750,"cost":0.4}
|
||||
],
|
||||
}
|
||||
"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