RPG Character Sheet Generator
Generate complete RPG character sheets with ability scores, skills, combat stats, equipment, and backstory. Supports 4d6, point-buy, and standard array methods.
Check skills your character is proficient in. Modifiers auto-calculate from abilities + proficiency bonus.
About
A miscalculated ability modifier cascades through every roll at the table. Wrong AC means your character absorbs hits they should dodge. Incorrect proficiency bonuses compound across dozens of skill checks per session. This generator computes ability modifiers using the standard formula score โ 102 (rounded down), derives hit points from class-specific hit dice d plus CON modifier per level, and cross-references proficiency bonuses against a level-indexed lookup table. It supports three generation methods: 4d6-drop-lowest (statistical mean ≈ 12.24), point-buy with the SRD cost curve, and the standard array [15, 14, 13, 12, 10, 8].
The tool assumes SRD 5.1 baseline rules. Homebrew modifiers, feats altering score caps beyond 20, and multiclass proficiency interactions are not automatically resolved. Validate edge cases like negative CON modifiers reducing hit dice rolls below 1 (the SRD enforces a minimum of 1 HP per level). Pro tip: always finalize your race selection before assigning point-buy scores, as racial bonuses shift optimal allocation thresholds.
Formulas
Ability modifier derivation from raw score:
Hit points at level 1 and subsequent levels:
Minimum HP gained per level is 1, regardless of negative CON modifier. Armor Class without armor:
Proficiency bonus by level:
Skill check modifier when proficient:
The 4d6-drop-lowest method: roll four six-sided dice, discard the lowest, sum the remaining three. Expected value per score ≈ 12.24, standard deviation ≈ 2.85.
Where score = raw ability score (3 - 20), hitDie = class-specific die (d6 to d12), CONmod = Constitution modifier, PB = proficiency bonus, level = character level (1 - 20).
Reference Data
| Class | Hit Die | Primary Ability | Saving Throws | Armor Proficiencies | Starting HP |
|---|---|---|---|---|---|
| Barbarian | d12 | Strength | STR, CON | Light, Medium, Shields | 12 + CON mod |
| Bard | d8 | Charisma | DEX, CHA | Light | 8 + CON mod |
| Cleric | d8 | Wisdom | WIS, CHA | Light, Medium, Shields | 8 + CON mod |
| Druid | d8 | Wisdom | INT, WIS | Light, Medium, Shields | 8 + CON mod |
| Fighter | d10 | STR or DEX | STR, CON | All, Shields | 10 + CON mod |
| Monk | d8 | DEX & WIS | STR, DEX | None | 8 + CON mod |
| Paladin | d10 | STR & CHA | WIS, CHA | All, Shields | 10 + CON mod |
| Ranger | d10 | DEX & WIS | STR, DEX | Light, Medium, Shields | 10 + CON mod |
| Rogue | d8 | Dexterity | DEX, INT | Light | 8 + CON mod |
| Sorcerer | d6 | Charisma | CON, CHA | None | 6 + CON mod |
| Warlock | d8 | Charisma | WIS, CHA | Light | 8 + CON mod |
| Wizard | d6 | Intelligence | INT, WIS | None | 6 + CON mod |