start new system with unit repair

This commit is contained in:
alexcrea 2024-02-07 14:45:01 +01:00
parent f51240adc6
commit 77c34e029f
7 changed files with 111 additions and 41 deletions

View file

@ -13,11 +13,17 @@ limit_repair_value: 39
# The anvil will still visually display "too expensive" however the action will be completable
remove_repair_limit: false
# Value added to the anvil when the item durability increase
# Value added to the anvil when the item is repaired by another item of the same type
#
# Valid range of 0 - 255
item_repair_cost: 2
# Value added to the anvil when the item is repaired by an "unit"
# For example, a diamond on a diamond sword
#
# Valid range of 0 - 255
unit_repair_cost: 1
# Value added to the anvil when the item is renamed
#
# Valid range of 0 - 255

View file

@ -0,0 +1 @@
#TODO