PDA

View Full Version : Creating NPC Trait/Power



LordEntrails
July 22nd, 2016, 03:30
So, I'm creating an NPC (Town Guard) with the following trait:
The guard adds 2 to its AC against attacks while it is adjacent to at least one ally wielding a shield and the ally isn't incapacitated.
So, when added to the CT, the trait gets linked in the CT, but (of course) it doesn't get parsed into an action/effect. I know how to create an effect that accomplishes this (AC:2), but does anyone know language that would parse this automatically? (I've taken the trait concept from the Knight's parry reaction).

So... is their language I can use that would parse this automatically? Is their someway to make this so then when I export this to a module, and the next DM then adds the encounter to the CT, that an appropriate effect or action gets created? (maybe something like a duration of 1 rnd)