public int StaticApply(DamageData attackData) { return(Damage.StaticApply(attackData) + Poison.StaticApply(attackData)); }