Tech Reborn

Tech Reborn

30M Downloads

Consider buffing the nano saber, or adding a config option for its damage

coderbot16 opened this issue ยท 4 comments

commented

My friend was testing out the nano saber and found out that it's pretty weak (only 5 hearts of damage):
nanosaber tooltip

Perhaps it would be possible to buff it up to the level of IC2 (8-10 hearts), or at least add a config option to adjust its damage?

commented

Still not resolved on 1.15! Thanks for resolving on 1.12, but can this issue be re-opened for 1.15+?

commented

Sure

commented

Thanks!

commented

Buffed default damage to 20. Also added a config option for it.

@ConfigRegistry(config = "items", category = "stats", key = "nanoSaberDamage", comment = "Damage value for the Nano Saber (when active)")
	public static int nanoSaberDamage = 20;