PDA

View Full Version : Modifying 5E - how to roll a spell check once for multiple targets?



leozelig
August 18th, 2017, 09:49
I am working on some changes to the DCC ruleset to include more of the 5E functionality. I want the powers to roll a "spell check" (basically a spell attack) only once, no matter how many targets are selected. In 5E, the attack seems to roll separately for each target. This is one of the last problems on my list, and I just can't seem to solve it...

Moon Wizard
August 18th, 2017, 14:56
If you look in the scripts/manager_gamesystem.lua file, there's an sTargeting option for each roll type.

For attack rolls in 5E, the attack roll type is set to "each" to allow separate rolls per target.

If you want a single roll applied to all targets, then set the targeting to "all".

Cheers,
JPG

leozelig
August 19th, 2017, 12:36
Awesome, thanks Moon! As usual a simple solution that I never would have thought of on my own. :)