From 586ff67fa05dc5dd74b6db55020b8c938afb22fa Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Tue, 21 Jun 2022 15:38:20 -0400 Subject: [PATCH] Small tweaks --- .../homebrew/editor/snippetbar/snippets/classfeature.gen.js | 6 +++--- .../editor/snippetbar/snippetsLegacy/classfeature.gen.js | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippets/classfeature.gen.js b/client/homebrew/editor/snippetbar/snippets/classfeature.gen.js index 846af8085..1bd940c1f 100644 --- a/client/homebrew/editor/snippetbar/snippets/classfeature.gen.js +++ b/client/homebrew/editor/snippetbar/snippets/classfeature.gen.js @@ -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 diff --git a/client/homebrew/editor/snippetbar/snippetsLegacy/classfeature.gen.js b/client/homebrew/editor/snippetbar/snippetsLegacy/classfeature.gen.js index 67ee0f8ac..e2407ff03 100644 --- a/client/homebrew/editor/snippetbar/snippetsLegacy/classfeature.gen.js +++ b/client/homebrew/editor/snippetbar/snippetsLegacy/classfeature.gen.js @@ -36,9 +36,10 @@ module.exports = function(classname){ '#### Spellcasting Ability', '', `
`, - `**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',