Log in

View Full Version : Turn Undead 2E



Vyder
March 23rd, 2021, 21:04
Is this how its cast?

1 Roll table 47 DMG or 61 PHB.
2 If successful roll 2d6.
3 Target and apply effect. No save?

AlterZwerg
March 28th, 2021, 16:13
If you have a PC capable of turning undead, you have a button on your Actions Tab that says "Turn".
Just target the undead in the CT and press the button - the rest is done automatically

Vyder
March 28th, 2021, 17:14
If you have a PC capable of turning undead, you have a button on your Actions Tab that says "Turn".
Just target the undead in the CT and press the button - the rest is done automatically

Thank you!

celestian
March 28th, 2021, 20:50
Is this how its cast?

1 Roll table 47 DMG or 61 PHB.
2 If successful roll 2d6.
3 Target and apply effect. No save?

That is the general process, correct.

You can use the automated method (as someone pointed out above) but, you should be aware that that system uses HitDice and not specific undead type. This has some edge cases where it's not by the book. IT's much easier to use if thats what you'd like to use but know that it's not 100% by the book in some creature types.

Vyder
March 28th, 2021, 23:50
That is the general process, correct.

You can use the automated method (as someone pointed out above) but, you should be aware that that system uses HitDice and not specific undead type. This has some edge cases where it's not by the book. IT's much easier to use if thats what you'd like to use but know that it's not 100% by the book in some creature types.

I will give both a try.

AlterZwerg
March 29th, 2021, 18:45
Both will work just fine.
There are some undead where its states in the text "undead A turns as an X". If undead A has the same HitDice as X, there is no problem as both have the same HitDice and everything will work just fine.
But there are some (not many) that may not have the exact same HitDice as X and those are the edge cases celestian mentioned.

Vyder
March 29th, 2021, 21:00
Both will work just fine.
There are some undead where its states in the text "undead A turns as an X". If undead A has the same HitDice as X, there is no problem as both have the same HitDice and everything will work just fine.
But there are some (not many) that may not have the exact same HitDice as X and those are the edge cases celestian mentioned.

First level cleric used the turn button on the actions tab. Rolled a 14. I had 6 3 HD zombies targeted and it turned 4 of them. Skeleton or 1 HD, Zombie are turned on a 13-15 or should the 3 hd zombies only be turned on a 19 3-4 HD? Seems a bit overpowered for a first level cleric.

Edit: Turned a 4 HD wight on a 15. Can't be right?

celestian
March 29th, 2021, 21:32
First level cleric used the turn button on the actions tab. Rolled a 14. I had 6 3 HD zombies targeted and it turned 4 of them. Skeleton or 1 HD, Zombie are turned on a 13-15 or should the 3 hd zombies only be turned on a 19 3-4 HD? Seems a bit overpowered for a first level cleric.

Edit: Turned a 4 HD wight on a 15. Can't be right?

Thats because you did not (I suspect) cycle through the npc and their backend data was not loaded yet so the default of 1 HD was set. When the NPC is selected for the first time (shown on right panel on dm CT) all backend data is loaded. All the other immediately needed data (like saves/effects/hp/ac/etc) are "front" loaded. The reason there are 2 load stages is to reduce the overall load times. When doing it all at once it would cause some latency (unacceptable at times) so this process was implemented.

That said, I updated the code to include the "hitDice" field when dropping npc/encounters into then CT for the next update. This should keep this from happening in future, but for now, just know if you need that level of functionality ... select each npc if they have not already had an initiative turn.... or use the Table roll ;)

Vyder
March 29th, 2021, 22:08
Thats because you did not (I suspect) cycle through the npc and their backend data was not loaded yet so the default of 1 HD was set. When the NPC is selected for the first time (shown on right panel on dm CT) all backend data is loaded. All the other immediately needed data (like saves/effects/hp/ac/etc) are "front" loaded. The reason there are 2 load stages is to reduce the overall load times. When doing it all at once it would cause some latency (unacceptable at times) so this process was implemented.

That said, I updated the code to include the "hitDice" field when dropping npc/encounters into then CT for the next update. This should keep this from happening in future, but for now, just know if you need that level of functionality ... select each npc if they have not already had an initiative turn.... or use the Table roll ;)

Will give it a try.

Edit: Did as you said and worked better but still turned a 2HD ghoul on a 15. Table it is!