I'm trying to create a new ability that mimics the Poison abilities, but with Blindness as the effect. I copied Paralysis, but there is no PoisDamType.Blindness, so when it calls the PoisonText, it generates the abSumm with paralysis as the effect (or blank, if I delete the PoisDamTyp). Is there anyway I can do a replace function on the abSumm text field to replace "paralysis" with "blindness"? Or a way to add a PoisDamType?