sierra-modpack/config-source/metallurgy_reforged/gadgets.cfg

67 lines
1.9 KiB
INI
Raw Normal View History

2023-01-24 01:54:35 -07:00
# Configuration file
brass_knuckles {
# Affects the damage for each hit when attacking with brass knuckles | value is summed to default items' damage value
D:"Brass Knuckles Attack Damage"=1.0
# Affects the amount of hits of brass knucles in a certain time lapse | value is summed to default items' damage value
D:"Brass Knuckles Attack Speed"=16.0
}
gauntlet {
# Sets the gauntlet attack damage
D:"Attack Modifier"=3.0
# We suggest to set the value to 16 or else the process bar will be rendered
# Min: -3.0
# Max: 16.0
D:"Attack Speed Modifier"=16.0
# Sets the damage dealt to the target by being hit on the block
# Min: 0.0
# Max: 1.7976931348623157E308
D:"Gauntlet Block Damage"=0.5
# Sets the Maximum Durability for the Rubracium Gauntlet
I:"Gauntlet Durability"=750
# Sets the gauntlet hunger modifier [ 1 = 0.5 ]
# Min: 0
# Max: 2147483647
I:"Gauntlet Hunger Modifier"=1
# Set to true for disable block griefing
B:"Gauntlet disable block griefing"=false
}
ignatius_fuel {
# How many items should 1 infused ignatius item process in a vanilla furnace (this value is automatically tripled when the fuel is used in metallurgy machines) [default: 8]
# Min: 1
# Max: 64
I:"Infused Ignatius Fuel Value"=24
}
phosphorus_lamp {
# Set this to false to disable entity collisions with lantern
B:"Lantern entity collision"=true
# Sets how bright the lantern should be
I:"Phosphorus Lantern Light Level"=8
}
thermite_dust {
# The Temperature required to melt thermite in a Tinkers' Construct Smeltery
I:"Thermite Fuel Temperature"=400
# How many items should 1 thermite item cook in a vanilla furnace (this value is automatically doubled when thermite is used in metallurgy machines) [default: 8]
# Min: 1
# Max: 64
I:"Thermite Fuel Value"=8
}