Adds increased scrapper cost when used excessively
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:
@@ -142,17 +142,13 @@ scrapper:
|
||||
# The cost of using the scrapper to remove netherite from an item
|
||||
netheriteSalvagePrice: 15
|
||||
|
||||
# The per-enchantment cost of splitting an enchanted book
|
||||
enchantedBookSalvageBasePrice: 10
|
||||
# The mathematical formula for salvage cost increase when continually used within the same hour. This is necessary
|
||||
# for some servers where items can be easily farmed. Set to {cost} to disable behavior.
|
||||
salvageCostIncrease: "{cost}*{timesUsed}"
|
||||
|
||||
# The item that needs to be provided to pay for splitting an enchanted book
|
||||
enchantedBookSalvageItemCost: null
|
||||
|
||||
# Whether to multiply the initial cost with the number of enchantments on the book
|
||||
enchantedBookSalvageMultiplyByEnchantmentNumber: true
|
||||
|
||||
# Whether to require both a monetary sum and providing an item in order to pay for salvaging an enchanted book
|
||||
enchantedBookSalvageRequireMoneyAndItem: false
|
||||
# The mathematical formula for salvage cooldown increase when continually used within the same hour. This is
|
||||
# necessary for some servers where items can be easily farmed. Set to {cooldown} to disable behavior.
|
||||
salvageCooldownIncrease: "{cooldown}*{timesUsed}"
|
||||
|
||||
# The settings which are set to any new scrapper NPC. To change any of these settings for an existing NPC, you must
|
||||
# change the Citizens NPC file, or use the /scrapper command
|
||||
|
Reference in New Issue
Block a user