Modded Damage Calculator

I’ve been playing around with Zenith Attributes lately and I found that the armor was far more effective than it should be due to a bug. To debug this, I needed a way to quickly do calculations with the damage formula (which has a lot of variables). There’s plenty of Minecraft damage calculators out there, but Apothic Attributes and its Fabric port and Zenith Attributes change the damage formula, so I made one for these. You can find it at https://partonetrain.info/tools/ModdedDamageCalculator.html and the source code at https://github.com/Partonetrain/ModdedDamageCalculator.

As you can see, it’s not super pretty. I am not proficient in from-scratch web development, and I wanted to get the functionality in before making it look good (thanks to Alwinfy for the CSS tips). The version I am making this post about is actually the second “version”, but it still needs more work. Will I continue working on it? That remains to be seen. Perhaps if there is demand for it.