Page 1 of 1

Footwork

Posted: Tue Mar 24, 2015 7:15 am
by Desufire

Code: Select all

target:addMod(MOD_KICK_DMG,31);
    target:addMod(MOD_ATTP,10);
    target:addMod(MOD_DELAY,2);
    target:addMod(MOD_TP_BONUS,6);
Here is what I have for Footwork as of now, but I'm having trouble figuring out how the number is translated. From what I've gathered, FW gives a delay of 480, so how would that translate above? Is it based on a 10% thing so if I put MOD_DELAY,48 will that give 480 added delay?