Modding => PSX FFT Hacking => Topic started by: Timbo on August 30, 2012, 09:32:41 am
Title: Simple ASM Request: Change SP * WP to PA *WP
Post by: Timbo on August 30, 2012, 09:32:41 am
I don't know who made this ASM but it's awesome I found it in FDC's list of ASMs for his unnamed patch. I'd use it as is but I intend to keep speed pretty low which causes it to do less damage than a normal attack. Would anybody care to change it to PA for me?
Formula 28 is now SP * WP with 1.5x damage if cancel status occurs.
Title: Re: Simple ASM Request: Change SP * WP to PA *WP
Post by: Timbo on August 30, 2012, 12:15:09 pm
Thanks Choto. :D
I don't know if you can tell me just by looking; does this formula have a 100% chance to cancel status or the regular 19%?
Title: Re: Simple ASM Request: Change SP * WP to PA *WP
Post by: Choto on August 30, 2012, 12:36:11 pm
I think if you flag the ability all-or-nothing cancel status it'd work 100% of the time. I'm not sure though i'm not great with all those status designations...
Title: Re: Simple ASM Request: Change SP * WP to PA *WP
Post by: Glain on September 01, 2012, 12:10:41 pm
I think Choto's right... it should cancel at 100%. It's calling the 100% routine, not the 19% one.
Eyeballing the ASM, it looks like it's going to give you 1.5 * damage if you have a status that the ability would cancel, so if it didn't 100% cancel (Say you used Separate on the status effect to make it 25%), you'd still get the 1.5 * damage even if you didn't proc the cancel... I think.