PDA

View Full Version : Effects, resist troubles...



celestian
March 14th, 2017, 16:46
I am trying to get the resist effects to work but having issues. I have been reading the examples giving on the wiki site (https://www.fantasygrounds.com/wiki/index.php/5E_Effects)

I've setup one with:

RESIST: FIRE;

And then I made a "weapon" on a player that was 1d6 (fire).

Then I gave the resist fire effect to a npc, and had the pc do damage to the npc with the "fire" damage type weapon. The text shows as "type=FIRE" but the npc takes full damage.

Is there something I'm missing? Even tried an IMMUNE version and didn't change anything either.

Nickademus
March 14th, 2017, 17:12
Use "RESIST: fire". Damage types are case sensitive and always lowercase.

celestian
March 14th, 2017, 17:24
Use "RESIST: fire". Damage types are case sensitive and always lowercase.

AH! Duh, I figured it's be smart enough to get either case, that did it thanks!

Good to know ;)