PDA

View Full Version : Drow Poison effect creation



*Neuro*
October 6th, 2020, 09:02
Hello everybody.

I don't know how to create the effect for a drow poison. It must be on hit DC13 save vs. CON or poisoned 1 hour. If save fails of more than 5, then falls unconscious.

Is there a way to code this effect?

Thank you in advance.

Zacchaeus
October 6th, 2020, 09:53
There isn't an automatic way of doing this since you can't test for how badly a save is failed.

So it's just a case of doing the arithmetic to see if the second bit happens on a failed save and applying the unconscious condition as well as the poisoned one. See the wording in the Mpnster Manual for the drow. If you add one to the CT you'll see how the effects are applied.