0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 03:32: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 #### Spellcasting Ability
{{text-align:center {{text-align:center
**Spell save DC** = ${_.sample([6, 8, 10])} + 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 **Spell attack modifier**:: = your proficiency bonus + your ${spellSkill} modifier
}} }}
#### Equipment #### Equipment

View File

@@ -36,9 +36,10 @@ module.exports = function(classname){
'#### Spellcasting Ability', '#### Spellcasting Ability',
'', '',
`<div style=text-align:center>`, `<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>`, `</div>`,
'', '',
'#### Equipment', '#### Equipment',