diff --git a/Old School Essentials - AAC/CHANGELOG.md b/Old School Essentials - AAC/CHANGELOG.md index 39f6000b4e..a0c2b74ecf 100644 --- a/Old School Essentials - AAC/CHANGELOG.md +++ b/Old School Essentials - AAC/CHANGELOG.md @@ -2,6 +2,20 @@ [GitHub Project Status board](https://github.com/wesbaker/roll20-character-sheets/projects/1) +## 1.9.0 + +### Added + +- Add modifiers to attribute scores +- Add roll button for NPC Reaction +- Add spells tab +- Add default sheet setting for default character type + +### Changed + +- Change rolltemplates to show character name +- Change button hover color to orange for better contrast + ## 1.8.0 ### Changed diff --git a/Old School Essentials - AAC/OSE-AAC.css b/Old School Essentials - AAC/OSE-AAC.css index f39b00d33e..3beec9c67e 100644 --- a/Old School Essentials - AAC/OSE-AAC.css +++ b/Old School Essentials - AAC/OSE-AAC.css @@ -90,8 +90,8 @@ input[type="number"] { .sheet-roll button[type="roll"]:hover, .sheet-roll button[type="action"]:hover { - color: #990000; - border-color: #990000; + color: #ff6600; + border-color: #ff6600; border: 1px 1px 1px 1px; } @@ -322,12 +322,9 @@ input[name="attr_armorClassType"][value="aac"] ~ .sheet-matrix { .sheet-rolltemplate-skill h3 { color: white; background-color: #333; - display: inline-block; - vertical-align: middle; + line-height: 2.2rem; + padding: 0.75rem; text-align: center; - line-height: 3em; - height: 3em; - width: 100%; } .sheet-rolltemplate-simple span, @@ -595,17 +592,27 @@ input[name="attr_spellRollType"][value="describe"] width: 3.5rem; } +/* Ability Scores */ + +.sheet-scores input[type="number"] { + max-width: 3.5rem; +} + /* Spells per Level */ +.sheet-split-value > input[type="number"]:first-of-type, .sheet-spells-per-level > label > input[type="number"]:first-of-type { border-right: 0 none; } +.sheet-split-value > input[type="number"]:last-of-type, .sheet-spells-per-level > label > input[type="number"]:last-of-type { border-left: 0 none; } +.sheet-split-value .sheet-divider, .sheet-spells-per-level .sheet-divider { + align-items: center; background: white; border-color: #ccc; border-style: solid; @@ -613,14 +620,17 @@ input[name="attr_spellRollType"][value="describe"] box-sizing: border-box; color: #aaa; cursor: text; - display: inline-block; - height: 3.5rem; + display: inline-flex; + justify-content: center; line-height: 3.5rem; margin: 0; - text-align: center; width: auto; } +.sheet-spells-per-level .sheet-divider { + height: 3.5rem; +} + .sheet-memorized::after { content: "e"; font-family: pictos; @@ -658,6 +668,8 @@ input.sheet-expand:checked ~ input.sheet-weapon-description { /* Tabs */ .sheet-character, +/* .charsheet is needed since .sheet-spells is used elsewhere */ +.charsheet .sheet-spells, .sheet-retainers, .sheet-monster, .sheet-notes, @@ -666,6 +678,7 @@ input.sheet-expand:checked ~ input.sheet-weapon-description { } input[name="attr_sheetTab"][value="character"] ~ div.sheet-character, +input[name="attr_sheetTab"][value="spells"] ~ div.sheet-spells, input[name="attr_sheetTab"][value="retainers"] ~ div.sheet-retainers, input[name="attr_sheetTab"][value="monster"] ~ div.sheet-monster, input[name="attr_sheetTab"][value="notes"] ~ div.sheet-notes, @@ -692,6 +705,9 @@ input[name="attr_sheetTab"][value="settings"] ~ div.sheet-settings { input[name="attr_sheetTab"][value="character"] ~ .sheet-button-select button[name="act_character"], +input[name="attr_sheetTab"][value="spells"] + ~ .sheet-button-select + button[name="act_spells"], input[name="attr_sheetTab"][value="retainers"] ~ .sheet-button-select button[name="act_retainers"], diff --git a/Old School Essentials - AAC/OSE-AAC.html b/Old School Essentials - AAC/OSE-AAC.html index 748e1e3bda..0e855aface 100644 --- a/Old School Essentials - AAC/OSE-AAC.html +++ b/Old School Essentials - AAC/OSE-AAC.html @@ -14,6 +14,7 @@ + @@ -121,53 +122,65 @@

Ability Scores

-
@@ -177,7 +190,7 @@
+
+

Spells

+
+ + + + + + +
+
+ + + Name + LVL + Duration + Range + Description + Effect Roll +
+
+
+
+ + + +
+ + + + + + + +
+
+
+

Retainer Modifiers

-
+