Open KnightCa opened 10 months ago
Basic attacks doesnt consume mana if you have a runic shield
At least thats how I expected them, did this change?
With the config set to default:
# Example: if the cost is 5, a novice blade will consume 5 mana, an apprentice sword will consume 2x5 mana, a master blade will consume 20 mana
# Min: 1
# Max: 100
I:"Spellblade base hit mana cost per tier"=5
If using a Runic Shield with no upgrades, and Master Spell Blade:
Note that without a Runic Shield, then damage is half unless the Spell Blade has a Storage upgrade.
With or without a Runic Shield with no upgrades, a Master Spell Blade:
Thus, having a Storage upgrade on the Spell Blade (and thus mana present in the Blade), even when used with a Runic Shield.. ends up treating it as if there is no shield present and drains mana on a basic attack.
9e66903a29dc955ebb05c889f178dd6408c1869d fixes swords consuming mana when a storage upgrade is added (and a shield is held)
Is there an existing issue for this?
Observed behaviour
Currently the Master Spell Blade gains far less benefit for Melee Wand upgrades than Wands do. Even with 3 Siphon upgrades, the Spell Blade will continually have its mana reduced.
Wand
Master Spell Blade (base damage = 2, increase per tier = 1): base damage 6
3 Siphon Upgrades give 9-15 mana/kill to first mana item (priority: main hand, off-hand, left to right hotbar).
Expected behaviour
By looking at Wand Melee upgrade calculation, I expected that it should cost 2 mana/1 damage increase. If so, that would mean either of the following options. I find option 1 a better solution, since it would mean that 3 Siphon Upgrades and 3 Melee upgrades roughly balance one another (assuming that each hit of the blade kills a target).
Option 1: Master Spell Blade (base damage = 2, increase per tier = 1): base damage 6
Option 2: Master Spell Blade (base damage = 2, increase per tier = 1): base damage 6
Steps to reproduce
Environment (Singleplayer/Server, etc.)
Issue present on both sides
Mod version
1.5.11-PreRelease-4f214c5
Forge version
1.12.2-forge-14.23.5.2860
Other mods
No response