PDA

View Full Version : Bleed damage (pathfinder)



hobit
May 10th, 2016, 08:15
Is there a way (an effect I assume) to get bleed damage to work in pathfinder? Just the auto-applying of damage, not the rest (how to get rid of it, etc.)

RustyAngel
May 10th, 2016, 08:39
You can use the DMGO effect to produce damage over time effects (DMGO = Damage Ongoing).

Like DMGO: 1;
or DMGO: 1d6;

You can check out more about effect modifiers here: https://www.fantasygrounds.com/userguide35E/ref_effects_35E.xcp

Svandal
May 23rd, 2016, 12:46
You can use the DMGO effect to produce damage over time effects (DMGO = Damage Ongoing).

Like DMGO: 1;
or DMGO: 1d6;

You can check out more about effect modifiers here: https://www.fantasygrounds.com/userguide35E/ref_effects_35E.xcp

If you do this then damage reduction will reduce the damage done, and it should not be reduced. Use this instead:
DMGO: 1d6 spell

The "spell" thingy makes it so that the bleed damage ignores damage reduction like it should.