Files
patata-pack2/config/enderio/base-common.toml
2023-09-08 21:15:56 +02:00

136 lines
2.8 KiB
TOML

[blocks]
#The explosion resistance of explosion resistant blocks.
explosionResistance = 1200.0
#The speed boost granted by the Dark Steel ladder.
darkSteelLadderBoost = 0.15
[blocks.brokenSpawner]
#The chance of a spawner dropping a broken spawner.
dropChance = 1.0
[enchantments]
[enchantments.autoSmelt]
maxCost = 60
minCost = 15
[enchantments.repellent]
maxLevel = 4
maxCostBase = 10
maxCostPerLevel = 10
minCostBase = 10
minCostPerLevel = 5
chanceBase = 0.35
chancePerLevel = 0.1
rangeBase = 8.0
rangePerLevel = 8.0
nonPlayerChance = 0.75
[enchantments.shimmer]
maxCost = 100
minCost = 1
[enchantments.soulBound]
maxCost = 60
minCost = 16
[enchantments.witheringBlade]
maxCost = 100
minCost = 1
[enchantments.witheringArrow]
maxCost = 100
minCost = 1
[enchantments.witheringBolt]
maxCost = 100
minCost = 1
[enchantments.xpBoost]
maxCostBase = 30
maxCostPerLevel = 10
minCostBase = 1
minCostPerLevel = 10
[items]
[items.food]
#The chance of enderios teleporting the player
enderioChance = 0.3
#The range of an enderio teleport
enderioRange = 16.0
[items.electromagnet]
energyUse = 1
maxEnergy = 100000
range = 5
maxItems = 20
[items.levitationstaff]
energyUse = 1
maxEnergy = 1000
[items.travelling]
#Range: 4 ~ 512
blinkRange = 24
#Range: 0 ~ 1200
disabledTime = 5
energyUse = 1000
maxEnergy = 100000
#the following config values are only used if EIOMachines is loaded
#Range: 4 ~ 512
itemToBlockRange = 192
#Range: 4 ~ 512
blockToBlockRange = 96
[darksteel]
[darksteel.darksteelaxe]
energyUsePerFelledLog = 1500
[darksteel.darksteelpickaxe]
obsidianBreakPowerUse = 50
speedBoostWhenObsidian = 50
useObsidianBreakSpeedAtHardness = 30
[darksteel.upgrades]
spoonActivationCost = 4
forkActivationCost = 4
directActivationCost = 4
[darksteel.upgrades.empowered]
efficiencyBoost = 2
energyUsePerDamagePoint = 750
activationCost_l1 = 4
damageAbsorptionChance_l1 = 0.5
maxEnergy_l1 = 100000
activationCost_l2 = 8
damageAbsorptionChance_l2 = 0.6
maxEnergy_l2 = 150000
activationCost_l3 = 12
damageAbsorptionChance_l3 = 0.7
maxEnergy_l3 = 250000
activationCost_l4 = 16
damageAbsorptionChance_l4 = 0.85
maxEnergy_l4 = 1000000
[darksteel.upgrades.explosive]
explosiveEnergyPerBlock = 30
explosiveActivationCostI = 8
explosiveI = 1
explosiveActivationCostII = 12
explosiveII = 2
explosivePenetrationActivationCostI = 8
explosivePenetrationI = 1
explosivePenetrationActivationCostII = 12
explosivePenetrationII = 2
[grainsOfInfinity]
#Should it make a sound when Grains of Infinity drops from a fire?
makesSound = true
#How old (in ticks) does a fire have to be to be able to spawn Infinity Powder?
#Range: 1 ~ 1000
fireMinAge = 260