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

From wikinotes
Line 34: Line 34:
Final Result
Final Result
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
STR
STR 15 (+2)  # 17
 
DEX 14 (+2)  # 16
CON 13 (+1)  # 14
INT 12 (+1)  # 13
WIS 10 (+0)  # 10
CHA  8 (-1)  #  7
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Abilities -->
</blockquote><!-- Abilities -->
</blockquote><!-- Creation -->
</blockquote><!-- Creation -->

Revision as of 18:56, 3 July 2022

Basics

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

Creation

Abilities

Initial Values

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

Ability Modifiers

# Ability modifiers are bonuses/penalties based on your skill-level
# ex. an ability of 1, has a modifier of (-5).
#     the final value being '-4'
#
# Formula:
(${LVL} // 2) - 5

Race Bonuses

Final Result

STR 15 (+2)  # 17
DEX 14 (+2)  # 16
CON 13 (+1)  # 14
INT 12 (+1)  # 13
WIS 10 (+0)  # 10
CHA  8 (-1)  #  7