# Absolute Defense is a technique used in the game Breath of Fire V (Ps2).
# It allows to nullify damage inflicted by the user under a set value.
# Technically, you must spam your best attacks in order to wound the big tank who use this.
# IMPORTANT NOTE
# Absolute Defense protect only from HP damage. Not from eventual SP damage or status ailments.
# HOW TO USE
# Just copy this and paste above Main.
# Then follow the configuration steps.
# COMPATIBILITY
# Very low compatibility with any script which modify Game_Battler, Sprite_Battler or Scene_Battle (this was one of my very first script, be indulgent).
# I suggest to NOT make 2 enemies in the same group using Absolute Degense
# Actors can't use this because this would unbalance the game.
# Work with the DBS and turn-based CBS. You shouldn't use this with ATB or RTAB. Maybe CTB, but I'm not sure.