mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 03:32:40 +00:00
Small tweaks
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user