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

From wikinotes
Line 9: Line 9:
- Bonds:
- Bonds:
- Flaws:
- Flaws:
# Limits
- Armor Class:    10 + ${DEX}  # plus calculated armor
- Carry Capacity: 15 * ${STR}


# Inventory
# Inventory
- XP:
- XP:
- GP:
- GP:
- Carry Capacity: 15 * ${STR}
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Basics -->
</blockquote><!-- Basics -->

Revision as of 19:17, 3 July 2022

Basics

# Creation
- Abilities:   # Strength, Dexterity, Constitution, Intelligence, Wisdom, Charisma.
- Alignment:
- Ideals:
- Bonds:
- Flaws:

# Limits
- Armor Class:    10 + ${DEX}  # plus calculated armor
- Carry Capacity: 15 * ${STR}

# Inventory
- XP:
- GP:

Creation

Abilities

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

# BEFORE vs AFTER initial assignment

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