PDA

View Full Version : How to add rage on a npc ?



Haerilis
April 28th, 2020, 13:40
Hello i've read the wiki,using 5e ruleset, on a character its easy to script the rage effect ( Rage;ADVCHK:strength;ADVSAV:strength;DMG:2, melee;RESIST: all, !psychic;[SELF] ) however when it comes to npc i dont see a power tab to add this . How would you proceed to add rage on a npc ?
Thanks!

Trenloe
April 28th, 2020, 13:47
Moved the the 5E forum from the Workshop forum. The Workshop is meant for modifying/coding the underlying FG system, not for creating effects or similar in the standard FG application.

Zacchaeus
April 28th, 2020, 16:36
You would need to add the effect directly into the CT.

LordEntrails
April 28th, 2020, 17:58
When you add it directly to the CT you'll want to remove the '[self] tag since that's irrelevant at that point.

GavinRuneblade
April 28th, 2020, 18:23
Hello i've read the wiki,using 5e ruleset, on a character its easy to script the rage effect ( Rage;ADVCHK:strength;ADVSAV:strength;DMG:2, melee;RESIST: all, !psychic;[SELF] ) however when it comes to npc i dont see a power tab to add this . How would you proceed to add rage on a npc ?
Thanks!

Just a quibble, but that's not rage that's the Totem Warrior level 3 subclass ability Totem Spirit "bear". Normal rage is just "RESIST: slashing,piercing,bludgeoning". I assume you know this, but I'm mentioning it in case someone else comes along a few months from now and thinks that's the right way to code normal rage.

Bonkon
April 29th, 2020, 22:01
Just a quibble, but that's not rage that's the Totem Warrior level 3 subclass ability Totem Spirit "bear". Normal rage is just "RESIST: slashing,piercing,bludgeoning". I assume you know this, but I'm mentioning it in case someone else comes along a few months from now and thinks that's the right way to code normal rage.

Good Day GavinRuneblade :)
I was looking at the Wiki and it shows: Rage;ADVCHK:strength;ADVSAV:strength;DMG:2, melee;RESIST:bludgeoning,slashing,piercing;[SELF] for Rage and Totem Spirit Rage;ADVSAV: strength;ADVCHK: strength;DMG: 2 melee;RESIST: all, !psychic for Totem Spirit, is that incorrect? (Never played a Barbarian so asking for a friend :D

Zacchaeus
April 29th, 2020, 22:07
Yes, it would be correct for Rage and for the Bear totem spirit.

Haerilis
April 30th, 2020, 00:49
Ok thanks, yes i did that. i expected to have it written on the npc sheet directly but writting the line on a custom effect and applying it on ct works, just a bit messy.And indeed that's was not normal rage but totem spirit an ability borrowed from PC and used on some custom monster.

lancetcampbell
May 29th, 2023, 15:50
Thanks, everyone for answering this question. I needed the answer to this same problem.