Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proficiency Bonus in Monster Stat Blocks #3397

Closed
Gazook89 opened this issue Apr 6, 2024 · 2 comments · Fixed by #3404
Closed

Proficiency Bonus in Monster Stat Blocks #3397

Gazook89 opened this issue Apr 6, 2024 · 2 comments · Fixed by #3404
Labels
Approved Has been discussed and an approach is agreed upon phb-style tweak Small, non-breaking change

Comments

@Gazook89
Copy link
Collaborator

Gazook89 commented Apr 6, 2024

Your idea:

This lack of proficiency bonus in the monster stat block snippets is something that comes up occasionally. We can easily add it to the snippet and leave it to users to remove if they don't want.

My approach is to do:

Brew

**Condition Immunities** :: groovy
**Senses**               :: darkvision 60 ft., passive Perception 6
**Languages**            :: Common, Gibberish
**Challenge**            :: 14 (7258 XP) {{bonus **Proficiency Bonus:** +5}}

CSS

.monster .bonus {
  float: right;
}

Result

image

I think fancier CSS could be used (using :before and content: "Proficiency Bonus: " for example) but that becomes less clear for non-technical authors and doesn't really match how we do other things.

@5e-Cleric
Copy link
Member

I think its alright if we add a padding or margin to that .bonus:

image

@Gazook89
Copy link
Collaborator Author

Gazook89 commented Apr 6, 2024

That seems good to me. Also note, i shouldn't have had the colon : on mine.

@5e-Cleric 5e-Cleric added phb-style tweak Small, non-breaking change Approved Has been discussed and an approach is agreed upon labels Apr 7, 2024
@G-Ambatte G-Ambatte linked a pull request Apr 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved Has been discussed and an approach is agreed upon phb-style tweak Small, non-breaking change
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants