Going with a roll 7 scores take highest six method.
Ability scores: 6181011111216
Rollback Post to RevisionRollBack
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond. Need help with Homebrew? Check out ✨ thisFAQ/Guide thread ✨ by IamSposta.
This post has potentially manipulated dice roll results.
Hello everybody,
I try , using the instructions at page 1, to get this done but I am not able, would somebody mind helping?
My character has:
- champion fighter , so critical not only with 20 but also 19 Attack: I translated in coding like this:
- great weapon fighter: re-roll once if any roll is 1 or 2 I translated in coding like this:
(quote edited to remove extraneous rolls)
The pop-up doesn't quite handle this, so you'll need to manually make the rolls. I recommend entering them into a document or text file for easy future reference and copy/paste-ness rather than typing manually. In all examples, remove the . before roll and /roll (this is added to make the forums not process it as an actual roll)
Crit on 19 or 20: [.roll]1d20cs>=19 + 4[./roll] -- the +4 is your attack bonus; replace with the appropriate number
Rerolling 1s and 2s for Great Weapon Fighter: [.roll]1d10ro<=2 + 2[./roll] -- the +2 is your damage bonus; replace with the appropriate number
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond. Need help with Homebrew? Check out ✨ thisFAQ/Guide thread ✨ by IamSposta.
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond. Need help with Homebrew? Check out ✨ thisFAQ/Guide thread ✨ by IamSposta.
Making a Triton, using a method used in for chars in one of campaigns I'm in which was make 3 sets of ability scores and pick best.
Ability scores: 13111115148
Ability scores: 1414129149
Ability scores: 15111611916
Rollback Post to RevisionRollBack
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond. Need help with Homebrew? Check out ✨ thisFAQ/Guide thread ✨ by IamSposta.
72
Testing
15
Attack: 17 Damage: 10
Attack: 14 Damage: 15
shhhhh itrs a secret
its a dohble secret shhhhhhhh
Ability scores: 15 15 11 15 10 11
Attack: 24 Damage: Unable to parse dice roll.
Attack: 17 Damage: Unable to parse dice roll.
24
23
Ability scores: Unable to parse dice roll. Unable to parse dice roll. Unable to parse dice roll. Unable to parse dice roll. Unable to parse dice roll. Unable to parse dice roll. Unable to parse dice roll. Unable to parse dice roll.
Ability scores: 13 15 15 13 15 12 13 11
Ability scores: 12 15 14 13 17 8 14 14
Ability scores: 14 8 14 14 15 13 16 14
Hello everybody,
I try , using the instructions at page 1, to get this done but I am not able, would somebody mind helping?
My character has:
- champion fighter , so critical not only with 20 but also 19 Attack: I translated in coding like this:
Attack: 18 Damage: 6
Attack: 19 Damage: 10
Attack: 20 Damage: 11
- great weapon fighter: re-roll once if any roll is 1 or 2 I translated in coding like this: 8
I am just not able to put them together:
Attack: 3 Damage: Unable to parse dice roll.
Attack: 19 Damage: 12
Attack: 20 Damage: 9
67
3
9
Bladesinger concept
Going with a roll 7 scores take highest six method.
Ability scores: 6 18 10 11 11 12 16
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond.
Need help with Homebrew? Check out ✨ this FAQ/Guide thread ✨ by IamSposta.
(quote edited to remove extraneous rolls)
The pop-up doesn't quite handle this, so you'll need to manually make the rolls. I recommend entering them into a document or text file for easy future reference and copy/paste-ness rather than typing manually. In all examples, remove the . before roll and /roll (this is added to make the forums not process it as an actual roll)
Crit on 19 or 20: [.roll]1d20cs>=19 + 4[./roll] -- the +4 is your attack bonus; replace with the appropriate number
Rerolling 1s and 2s for Great Weapon Fighter: [.roll]1d10ro<=2 + 2[./roll] -- the +2 is your damage bonus; replace with the appropriate number
Putting it together:
Attack: [.roll]1d20cs>=19 + 4[./roll] Damage: [.roll](if([roll:-1:critical], =0, 1d10ro<=2, 2{1d10ro<=2}.expand())) + 2[./roll]
Some examples:
Attack: 21 Damage: 9
Attack: 15 Damage: 5
Attack: 18 Damage: 7
Attack: 6 Damage: 5
Attack: 11 Damage: 7
Attack: 17 Damage: 11
Attack: 21 Damage: 11
Attack: 21 Damage: 5
Attack: 16 Damage: 6
Attack: 13 Damage: 11
Attack: 23 Damage: 14
Attack: 23 Damage: 18
thank you very much indeed!
2835
mega stealth
"Sooner or later, your Players are going to smash your railroad into a sandbox."
-Vedexent
"real life is a super high CR."
-OboeLauren
"............anybody got any potatoes? We could drop a potato in each hole an' see which ones get viciously mauled by horrible monsters?"
-Ilyara Thundertale
Pass without Trace
15
"Sooner or later, your Players are going to smash your railroad into a sandbox."
-Vedexent
"real life is a super high CR."
-OboeLauren
"............anybody got any potatoes? We could drop a potato in each hole an' see which ones get viciously mauled by horrible monsters?"
-Ilyara Thundertale
Roll testing
Ability scores: 13 13 17 6 4 15
12
Trying for a Barbarian concept.
Ability scores: 11 11 11 12 8 13
Absolutely not. Trying again.
Ability scores: 12 12 8 10 11 10
Come on, give me something playable.
Ability scores: 16 10 13 12 12 8
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond.
Need help with Homebrew? Check out ✨ this FAQ/Guide thread ✨ by IamSposta.
/roll4d6dl1
/roll4d6dl1
/roll4d6dl1
/roll4d6dl1
/roll4d6dl1
/roll4d6dl1
Githzerai Druid
Ability scores: 13 13 13 9 9 10
Rerolling the 6. 10
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond.
Need help with Homebrew? Check out ✨ this FAQ/Guide thread ✨ by IamSposta.
Making a Triton, using a method used in for chars in one of campaigns I'm in which was make 3 sets of ability scores and pick best.
Ability scores: 13 11 11 15 14 8
Ability scores: 14 14 12 9 14 9
Ability scores: 15 11 16 11 9 16
Click ✨ HERE ✨ For My Youtube Videos featuring Guides, Tips & Tricks for using D&D Beyond.
Need help with Homebrew? Check out ✨ this FAQ/Guide thread ✨ by IamSposta.
Testing
5