2 using System.Collections.Generic;
20 public override void Trigger(Table.TableElementData TableElementData)
22 TableElementData.Value = (TableElementData.Value == 0 ? 0 : 255);
24 TriggerTargetEffect(TableElementData);
override void Trigger(Table.TableElementData TableElementData)
Triggers the effect with the given TableElementData.
Base class for effects targeting another effect.
This effects maps the trigger value to the full range of 0 - 255. If the trigger value is 0...