diff --git a/themes/V3/5ePHB/snippets/monsterblock.gen.js b/themes/V3/5ePHB/snippets/monsterblock.gen.js index dddf9b78c..e61c206f0 100644 --- a/themes/V3/5ePHB/snippets/monsterblock.gen.js +++ b/themes/V3/5ePHB/snippets/monsterblock.gen.js @@ -171,7 +171,7 @@ module.exports = { **Condition Immunities** :: ${genList(['groggy', 'swagged', 'weak-kneed', 'buzzed', 'groovy', 'melancholy', 'drunk'], 3)} **Senses** :: darkvision 60 ft., passive Perception ${_.random(3, 20)} **Languages** :: ${genList(['Common', 'Pottymouth', 'Gibberish', 'Latin', 'Jive'], 2)} - **Challenge** :: ${_.random(0, 15)} (${_.random(10, 10000)} XP) + **Challenge** :: ${_.random(0, 15)} (${_.random(10, 10000)} XP) {{bonus **Proficiency Bonus** +${_.random(2, 6)}}} ___ ${_.times(_.random(genLines, genLines + 2), function(){return genAbilities();}).join('\n:\n')} : diff --git a/themes/V3/5ePHB/style.less b/themes/V3/5ePHB/style.less index f000fec15..400174ab0 100644 --- a/themes/V3/5ePHB/style.less +++ b/themes/V3/5ePHB/style.less @@ -354,6 +354,11 @@ } } + .bonus { + float: right; + padding-right: 0.5em; + } + // Monster Ability table hr + table:first-of-type { margin : 0;