mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 18:42:40 +00:00
Fixing spelling mistake
This commit is contained in:
@@ -19,8 +19,8 @@ module.exports = function(classname){
|
|||||||
"#### Hit Points",
|
"#### Hit Points",
|
||||||
"___",
|
"___",
|
||||||
"- **Hit Dice:** 1d" + hitDie + " per " + classname + " level",
|
"- **Hit Dice:** 1d" + hitDie + " per " + classname + " level",
|
||||||
"- **Hit Points at 1st Level:** " + hitDie + " + your Constituion modifier",
|
"- **Hit Points at 1st Level:** " + hitDie + " + your Constitution modifier",
|
||||||
"- **Hit Points at Higher Levels:** 1d" + hitDie + " (or " + (hitDie/2 + 1) + ") + your Constituion modifier per " + classname + " level after 1st",
|
"- **Hit Points at Higher Levels:** 1d" + hitDie + " (or " + (hitDie/2 + 1) + ") + your Constitution modifier per " + classname + " level after 1st",
|
||||||
"",
|
"",
|
||||||
"#### Proficiencies",
|
"#### Proficiencies",
|
||||||
"___",
|
"___",
|
||||||
|
|||||||
Reference in New Issue
Block a user