I find the problem why someone can't use the mod.
The mod just fixed there:
public int get_Patk(); // 0xXXXXXXX
public int get_BasePatk(); // 0xXXXXXXX
and there:
public bool IsPlayerTurn(); // 0xXXXXXXX
and there:
private static void changeUIState(bool isNpcTurn); // 0xXXXXXXX...
if you want to have the mod,you should check the list like this.
public int get_maxHp(); // 0x125EDB8
public int get_baseAttack(); // 0x125EFAC
public float get_criticalDamage(); // 0x12602C8
You can use ida(32bit) look the address (eg. 0x125EDB8) and use HEXtool change the data (0xff)
if you...