Adds optional ability to reforge anvils #15
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
This commit is contained in:
@ -27,6 +27,12 @@ global:
|
||||
# Exact time displays the exact number of seconds and minutes remaining as part of the reforging cool-down and
|
||||
# reforging delay messages, instead of just vaguely hinting at the remaining time.
|
||||
showExactTime: false
|
||||
|
||||
# The cost of fully repairing a chipped anvil
|
||||
chippedAnvilReforgingCost: 10.0
|
||||
|
||||
# The cost of fully repairing a damaged anvil
|
||||
damagedAnvilReforgingCost: 20.0
|
||||
|
||||
# The settings which are set to any new NPC. To change any of these settings for an existing NPC, you must change the
|
||||
# Citizens NPC file, or use the /blacksmith command
|
||||
@ -50,6 +56,9 @@ defaults:
|
||||
|
||||
# The maximum number of enchantments the blacksmith will try to add
|
||||
maxEnchantments: 3
|
||||
|
||||
# Whether the blacksmith will reforge anvils as a special case
|
||||
reforgeAnvils: false
|
||||
|
||||
# All settable delays
|
||||
delaysInSeconds:
|
||||
|
Reference in New Issue
Block a user