Page 1 of 1

[Rumble 5.1.3] Sneak Attack 5d6,5d8 damage missing

Posted: Sat Aug 13, 2011 11:38 pm
by Deadolus
Here is a (I hope) little bug.

My players are in the middle of updating their tokens to the epic levels. One, a Rogue, has pointed out that 5d6 & 5d8 (with Backstabber feat) damage is not selectable for Sneak Attack. (The token is a rogue, not the player, he's a teacher.)

Any way to get that added?

Kinda urgent as we play Tuesday night.

Thanks for any help provided.

Re: [Rumble 5.1.3] Sneak Attack 5d6,5d8 damage missing

Posted: Sun Aug 14, 2011 9:31 am
by Rumble
Near the top of the macro CharacterEdit-Basics on the library token Lib:Char4e, you'll see this:

Code: Select all

[h:strikerdice = "1d6,1d8,1d10,1d12,2d6,2d8,2d10,2d12,3d6,3d8,3d10,3d12,4d6,4d8,4d10,4d12"]
Just append as many new combinations as you'd like on to the end - for you, it should look like:

Code: Select all

[h:strikerdice = "1d6,1d8,1d10,1d12,2d6,2d8,2d10,2d12,3d6,3d8,3d10,3d12,4d6,4d8,4d10,4d12,5d6,5d8"]
but you could go farther (as far as you want).

Re: [Rumble 5.1.3] Sneak Attack 5d6,5d8 damage missing

Posted: Fri Sep 16, 2011 1:23 am
by Colmarr
I believe it's also possible to just right-click the token, edit its properties and set sneak attack damage to 5d6/5d8 directly (or 5d6+Str for brutal scoundrels)?

* I might be thinking of a different framework...

Re: [Rumble 5.1.3] Sneak Attack 5d6,5d8 damage missing

Posted: Fri Sep 16, 2011 10:06 am
by Rumble
Colmarr wrote:I believe it's also possible to just right-click the token, edit its properties and set sneak attack damage to 5d6/5d8 directly (or 5d6+Str for brutal scoundrels)?

* I might be thinking of a different framework...
You could do that too, but if something not in the "approved list" ;) it would likely be reset to the default value the next time the character is edited using the character management interface.