Skip to content

Commit

Permalink
Update the Charging machine and max charge for the QVoidBoots
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethryan committed Oct 31, 2024
1 parent f37f64d commit 6abaa41
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ public ItemQuantumVoidwalkerBoots(final ArmorMaterial material, final int j, fin

protected void setBootsData() {
super.setBootsData();
maxCharge = 100_000_000;
maxCharge = 10_000_000;
energyPerDamage = 12_500; // allows for 8k hits 2x more than base quantum, 2x more than prev (for this mod)
visDiscount = 5 + 5; // voidwalker + quantum discount
damageAbsorptionRatio = 3.0D;
transferLimit = 24_000;
jumpBonus = 1.0175D; // 11 blocks
runBonus = 1.250F;

tier = 4;
iconResPath = "thaumicboots:quantumVoid_16x";
armorResPath = "thaumicboots:model/quantumbootsVoidwalker.png";
unlocalisedName = "ItemQuantumVoid";
Expand Down

0 comments on commit 6abaa41

Please sign in to comment.