Changes

Jump to navigation Jump to search

FF7/DamageFormula

199 bytes added, 18:34, 29 February 2016
m
X1:: Conciseness
z = Actor's (M)Attack + ( x * y )
z = z * ( 512 - target's defense ) * Attack's Power
Damage = z >> 13/ /This is a bit-shift left by 13 which is mathematically equivalent to dividing by 4096, but it's important to note that it doesn't actually divide as this is the source of the damage overflow glitch
If Critical Damage Flag is set
Anonymous user

Navigation menu