mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 22:52:40 +00:00
Small tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user