FF6 Hacking
[Patch] Alternative Valiant Knife - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Hacks, Resources and Tutorials (https://www.ff6hacking.com/forums/forum-1.html)
+--- Forum: Jidoor Auction House (https://www.ff6hacking.com/forums/forum-4.html)
+---- Forum: Patches, Bugfixes, Tweaks (https://www.ff6hacking.com/forums/forum-15.html)
+---- Thread: [Patch] Alternative Valiant Knife (/thread-3666.html)



[Patch] Alternative Valiant Knife - HatZen08 - 04-17-2018

Download: Alternative Valiant Knife

The patch changes slightly the damage algorithm of the Valiant Knife Weapon. For reference:

Code:
old algorithm with ignore defense setting:
    damage = (max hp - actual hp) + weapon damage

new algorithm:
    damage = (max hp - actual hp) + 1

Two patches are available: the version 10a doesn't ignore defense and the version 10b ignores it.