0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

Small tweaks

This commit is contained in:
Trevor Buckner
2022-06-21 15:38:20 -04:00
parent dbbc529a57
commit 586ff67fa0
2 changed files with 6 additions and 5 deletions

View File

@@ -36,9 +36,9 @@ module.exports = function(classname){
#### Spellcasting Ability
{{text-align:center
**Spell save DC** = ${_.sample([6, 8, 10])} + your proficiency bonus + your ${spellSkill} modifier
:
**Spell attack modifier** = your proficiency bonus + your ${spellSkill} modifier
**Spell save DC**:: = ${_.sample([6, 8, 10])} + your proficiency bonus + your ${spellSkill} modifier
**Spell attack modifier**:: = your proficiency bonus + your ${spellSkill} modifier
}}
#### Equipment

View File

@@ -36,9 +36,10 @@ module.exports = function(classname){
'#### Spellcasting Ability',
'',
`<div style=text-align:center>`,
`**Spell save DC** = ${_.sample([6, 8, 10])} + your proficiency bonus + your ${spellSkill} modifier`,
'___',
`**Spell attack modifier** = your proficiency bonus + your ${spellSkill} modifier`,
`- **Spell save DC** = ${_.sample([6, 8, 10])} + your proficiency bonus + your ${spellSkill} modifier`,
'',
`- **Spell attack modifier** = your proficiency bonus + your ${spellSkill} modifier`,
`</div>`,
'',
'#### Equipment',