mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-04 04:47:09 +12:00
Implement farrier
This commit is contained in:
parent
324ed9c47f
commit
f20e67bfd6
6 changed files with 351 additions and 135 deletions
|
@ -242,6 +242,7 @@
|
|||
"current_shoes":"^LYour horse %HORSENAME%: shoes currently %TOTAL%/%MAX%^R1",
|
||||
"apply_iron":"^I255^T6Apply Iron Shoe for $%PRICE% (%INCBY%)^B3JI%HORSERANDOMID%^R1",
|
||||
"apply_steel":"^I256^T6Apply Steel Shoe for $%PRICE% (%INCBY%)^B3JS%HORSERANDOMID%^R1",
|
||||
"shoe_all":"^R1^I256^T6Apply Steel Shoe for $%PRICE% (%INCBY%)^B3j00^R1",
|
||||
|
||||
"put_on_steel_shoes":"Your horse has had new Steel Horseshoes put on. Now shoes=%TOTAL%/%MAX%.",
|
||||
"put_on_iron_shoes":"Your horse has had new Iron Horseshoes put on. Now shoes=%TOTAL%/%MAX%.",
|
||||
|
@ -905,7 +906,7 @@
|
|||
},
|
||||
"farrier":{
|
||||
"price_multipliers":[
|
||||
{"id":1,"steel":1000,"steelcost":500,"iron":750, "ironcost":100}
|
||||
{"id":1,"steel":1000,"steel_cost":500,"iron":750, "iron_cost":100}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue