diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7929358 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# EditorConfig is awesome: https://editorconfig.org + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true diff --git a/src/assets/fragments/rules/weapon-properties.md b/src/assets/fragments/rules/weapon-properties.md index 1a4c49f..c5d5fed 100644 --- a/src/assets/fragments/rules/weapon-properties.md +++ b/src/assets/fragments/rules/weapon-properties.md @@ -3,6 +3,8 @@ - **Charge**: While mounted, damage may be doubled by moving at least 60' before attacking. - **Entangle**: On successful hit, target must **Save** or become [Entangled](/rules/adventuring.html#entangled). - **Light**: May be used in offhand when [dual-wielding](#dual-wielding). +- Loud: The first use of a [missile attack](/rules/combat.html#missile-attacks) triggers a [complication check](/rules/adventuring.html#complication-check) and causes untrained animals (and some smaller humanoids of 2HD or less) to make a morale check or flee. +- **One-shot**: Missile attack may only be used once per combat for the damage listed. - **Reach**: Grants extra 5' reach for determining melee range. - **Reload**: After being used the indicated number of times, it takes one full round to reload. - **Slow**: Always attacks last in a round. diff --git a/src/assets/styles/styles.css b/src/assets/styles/styles.css index 22b57ea..4f074ca 100644 --- a/src/assets/styles/styles.css +++ b/src/assets/styles/styles.css @@ -197,11 +197,13 @@ h5 { color: #e94e5c; font-size: 1.06em; line-height: 1.2em; + margin: 1.2em 0; } h6 { color: #e94e5c; font-size: 1em; + margin: 1em 0; } h1, @@ -1052,6 +1054,7 @@ a.pageTitle-sublink { display: flex; flex-direction: column; margin-top: 0; + text-align: center; } .rulesVersion { diff --git a/src/layouts/partials/navmain.ejs b/src/layouts/partials/navmain.ejs index 9740e5c..86535f1 100644 --- a/src/layouts/partials/navmain.ejs +++ b/src/layouts/partials/navmain.ejs @@ -93,10 +93,12 @@