Final Fantasy Hacktics

Modding => Non-FFT Modding => FFTA/FFTA2 Hacking => Topic started by: Dual-Wielding Ninja on August 26, 2020, 09:51:46 pm

Title: Editable Laws
Post by: Dual-Wielding Ninja on August 26, 2020, 09:51:46 pm
I know many people dislike this aspect in both games, but is there a way to modify laws so that they trigger differently?

Ex.: "Judge Adj." would penalize you for being 1 square away (henceforth adjacent) from the Judge in FFTA, and "Repeat Physical 3 Times" for using physical attacks or physical-based attacks, like Fight and Air Render respectively, in FFTA2.
Title: Re: Editable Laws
Post by: Leonarth on August 26, 2020, 11:41:42 pm
Quote from: undefinedbut is there a way to modify (insert any behavior of the game here)
ASM. Learn ASM and write your own code so you can make new laws.
Although I would assume in vanilla laws are only checked after you act, so moving to a square adjacent to a Judge wouldn't trigger anything (unless you also modified the game to do so), so the law would be "Acting while adjacent to a Judge".
Title: Re: Editable Laws
Post by: Dual-Wielding Ninja on August 27, 2020, 01:48:53 pm
Quote from: Leonarth on August 26, 2020, 11:41:42 pmASM. Learn ASM and write your own code so you can make new laws.
Although I would assume in vanilla laws are only checked after you act, so moving to a square adjacent to a Judge wouldn't trigger anything (unless you also modified the game to do so), so the law would be "Acting while adjacent to a Judge".
Both of those points make sense. Thanks.