Moppu / SecretOfManaRandomizer

Randomizer for Secret of Mana
GNU Lesser General Public License v2.1
8 stars 4 forks source link

DefenseRefactor hack still needs work #19

Open Moppu opened 3 months ago

Moppu commented 3 months ago

See comments in DefenseRefactor.cs. This was meant to reduce the effects of subtractive defense on divided spells, and equalize spell damage a little in general, by swapping to a multiplicative defense formula.

Needs more testing and tweaking still. A better approach may be to approach subtractive and multiplicative defenses. Could check other games and see what they do?