PDA

View Full Version : Coding Earths Endurance



KlatuB
October 7th, 2018, 00:59
The custom class I'm using has a feature called Earths Endurance:

At 7th level, reduce the damage you take from nonmagical weapons by an amount equal to your Constitution modifier.

The question I have is it possible to code this as an effect that I can put on my character.

GavinRuneblade
October 7th, 2018, 05:08
The custom class I'm using has a feature called Earths Endurance:

At 7th level, reduce the damage you take from nonmagical weapons by an amount equal to your Constitution modifier.

The question I have is it possible to code this as an effect that I can put on my character.

I think what you want is:
Earth's Endurance; RESIST: [CON] bludgeoning, slashing, piercing, !magic

If I have it off, then I'm sure someone will be along to correct me.

LordEntrails
October 7th, 2018, 06:21
Not sure if RESIST will take the [CON] modifier or not, but worth trying. If not, you will have to manually input the CON modifier such as is done with Heavy Armor Master from the wiki;




RESIST: 3 slashing,bludgeoning,piercing,!magic

Zacchaeus
October 7th, 2018, 11:01
Indeed, your first post is correct. RESIST will take PCTags as a modifier.

Moon Wizard
October 7th, 2018, 17:33
Note, the PC tags are only resolved when applying effect from PC sheet to CT. They won’t be resolved if typed directly into effect in CT.

Regards,
JPG

GavinRuneblade
October 7th, 2018, 18:37
Note, the PC tags are only resolved when applying effect from PC sheet to CT. They won’t be resolved if typed directly into effect in CT.

Regards,
JPG

That is a really good tip. Thank you!