PDA

View Full Version : Ignore Armo(u)r for NPC (5th Edition)



Jiminimonka
August 22nd, 2020, 19:31
I have a monster that ignores non-magical armour in its attacks. Is there a way to code that on the NPC - I know there are things like Magic Weapons trait etc., but could not find one that allows automatic armour by-pass. Any help would be appreciated. Thanks.

LordEntrails
August 22nd, 2020, 20:15
Nope. In general the attack string doesn't know where AC comes from (Dex, Armor, Magic) so there is no way for it to just remove the effect of armor. If you only have one NPC in teh fight, then you could create effects for each character to lower their AC (or adjust it manually), but in a combat with multiple NPCs you won't be able to do that and will just have to review each roll by the special NPC.

Jiminimonka
August 22nd, 2020, 20:45
Thanks. It'll be just one of those monsters, if the party are to survive at all so I'll do it manually.