D&D 5e: Character Progression: Difference between revisions

From wikinotes
(Created page with " = Basics = <blockquote> * Abilities: Strength, Dexterity, Constitution, Intelligence, Wisdom, Charisma. </blockquote><!-- Basics --> = Creation = <blockquote> == Abilities == <blockquote> <syntaxhighlight lang="yaml"> - Roll '4d6' for each ability. Sum highest '3' # OR - Assign '15, 14, 13, 12, 10, 8' to abilities of your choosing </syntaxhighlight> </blockquote><!-- Abilities --> </blockquote><!-- Creation -->")
 
Line 10: Line 10:
<blockquote>
<blockquote>
<syntaxhighlight lang="yaml">
<syntaxhighlight lang="yaml">
- Roll '4d6' for each ability. Sum highest '3'
- Roll `4d6` for each ability. Sum highest '3'
# OR
# OR
- Assign '15, 14, 13, 12, 10, 8' to abilities of your choosing
- Assign '15, 14, 13, 12, 10, 8' to abilities of your choosing

Revision as of 18:36, 3 July 2022

Basics

  • Abilities: Strength, Dexterity, Constitution, Intelligence, Wisdom, Charisma.

Creation

Abilities

- Roll `4d6` for each ability. Sum highest '3'
# OR
- Assign '15, 14, 13, 12, 10, 8' to abilities of your choosing