2 using System.Collections.Generic;
17 public override void Trigger(Table.TableElementData TableElementData)
19 TableElementData.Value = 255 - TableElementData.Value;
20 TriggerTargetEffect(TableElementData);
override void Trigger(Table.TableElementData TableElementData)
Triggers the effect with the given TableElementData.
Base class for effects targeting another effect.
Inverts the trigger value of the effect before the target effect is called (e.g. 0 becomes 255...