• Welcome to Final Fantasy Hacktics. Please login or sign up.
 
April 26, 2024, 10:12:21 am

News:

Don't be hasty to start your own mod; all our FFT modding projects are greatly understaffed! Find out how you can help in the Recruitment section or our Discord!


Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - zoiwillxx

1
PSX FFT Hacking / Re: ASM Requests
November 24, 2020, 07:56:52 am
All I want is to replace original damage formulas for basic formulas listed below:

WEAPON
> Physical damage (can be dodge): (WP + PA + X) * Y
> Magic damage (can be dodge): (WP + MA + X) * Y

SKILL
> Physical damage (can be dodge): (PA * X) + (MA * Y)
> Magic damage (can be dodge): (PA * X) + (MA * Y)

*If possible to be able to select the element of the damage for all the formulas above, I would appreciate.

The idea behind the formulas is to create flexible formulas that would allow me and others to change how combat is played and how damage scales in the game.

Thank you in advance!