03-09-2015, 01:36 AM
The game mechanics of the "Elemental Defense" will only reduce the damage by 1/2 with states. So, if you want to make that the "Elemental Defense" will nullify the damage, you will have to change the base script, or your CBS script if you are using one. The base script is in the "Game_Actor" script, and is located on lines 123-127. You should be able to change the result to "nil" or just 0. I'm not a programmer, I just experiment with things and see if they work ;). I hope this helps.
Habs11