Method DamageDecrease
DamageDecrease(int, DamageType)
Creates an effect that applies a penalty to a specified damage type.
public static Effect DamageDecrease(int penalty, DamageType damageType = DamageType.Magical)
Parameters
penaltyintThe damage penalty to apply.
damageTypeDamageTypeThe damage type to apply the penalty to.