diff --git a/Warhammer 4e Character Sheet/README.md b/Warhammer 4e Character Sheet/README.md index e8c2919c6d6..f27d1ea467f 100644 --- a/Warhammer 4e Character Sheet/README.md +++ b/Warhammer 4e Character Sheet/README.md @@ -82,6 +82,19 @@ Note conditions are not intended for out of combat situations, GM simply makes t ///// ============ Change Log ============ ///// +Dec 12th 2024 v1.74 + +- New Dwarf Player's Guide Talents, to support the new Dwarf career's. Talents with direct roll modifier are integrated, but some of the indirect ones are manually applied by the GM/players. Including new attack mode Whirlwind of Death. These Talents are intended for Dwarfs only, but sheet will allow any race to use them (at GM discretion). +- New Grudges, option to switch between Goals or Grudges recording on the Background Tab. Dwarf Race PCs automatically switch to Grudges, but can be changed back manually if desired. +- New Characteristics Auto Roller for new characters, for every officially supported Race. This will only show if Starting WeaponSkill and Fellowship are empty, like at PC creation. +- All talent based situational SL modifiers (Grey ones) now have mouse over labels with their RAW test text added. To aid GM/player to determine if they should be added to the roll. +- Reworked the Weapon Quality configuration boxes, added more linear layout and alphabetized. New added are, Entangle to Melee weapon Qualities. And Crewed and Salvo to Ranged weapon Qualities. +- Magic/Melee/Range Quickbar rework, new pop out buttons under the Combat Actions section. Declared Attack Options, e.g. Charge/Defensive/Called Shot/Frenzy/DW/Disarm etc, have all been moved to Declare Attack Options. Players must click these to enable talents add automatically to the Roll outcome. This simulates how Talent based Special Action options have to be called before attacking. +- Dual Wield is no longer a situational bonus, its now been moved in the Declared Attack Options section of the Melee Quickbar. Brining all these types of special attack actions into one place. +- Distracted now correctly applies to all test rolls. +- Warpstone Quality changed to the EiS version. + + Oct 9th 2024 v1.73a - Optimized sheet code and the reduced overall size by ~5% diff --git a/Warhammer 4e Character Sheet/Warhammer 4e Character Sheet.css b/Warhammer 4e Character Sheet/Warhammer 4e Character Sheet.css index 4d9e16fd005..c0c6c09bec0 100644 --- a/Warhammer 4e Character Sheet/Warhammer 4e Character Sheet.css +++ b/Warhammer 4e Character Sheet/Warhammer 4e Character Sheet.css @@ -1106,7 +1106,10 @@ display:flex; } .sheet-seperator-cap::first-letter { - color: black; + font-size: 1.4em; + margin-left: 5px; +} +.sheet-seperator-cap2::first-letter { font-size: 1.4em; margin-left: 5px; } @@ -2493,6 +2496,11 @@ span.sheet-spacer, display: block; margin-top: 10px; } +span.sheet-spacer-ml, +.sheet-rolltemplate-whfrp2e span.sheet-spacer-ml { + display: block; + margin-top: 17px; +} .sheet-spacer-xl, .sheet-rolltemplate-whfrp2e span.sheet-spacer-xl { display: block; @@ -2707,7 +2715,6 @@ input[disabled].sheet-passive-skill-score { [class^="sheet-col"], .sheet-rolltemplate-whfrp2e [class^="sheet-col"] { display: inline-block; - *display: inline; /* IE < 8: fake inline-block */ zoom: 1; letter-spacing: normal; word-spacing: normal; @@ -3178,8 +3185,6 @@ input[disabled].sheet-passive-skill-score { .sheet-row, .sheet-rolltemplate-whfrp2e .sheet-row { letter-spacing: -0.31em; /* Webkit: collapse white-space between units */ - *letter-spacing: normal; /* reset IE < 8 */ - *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */ text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */ } .sheet-opera-only :-o-prefocus, .sheet-row, @@ -5460,7 +5465,6 @@ input[disabled].sheet-passive-skill-score { .sheet-row-r, .sheet-rolltemplate-whfrp2e .sheet-row-r { letter-spacing: -0.31em; - *letter-spacing: normal; word-spacing: -0.43em; } .sheet-opera-only :-o-prefocus, .sheet-row-r, diff --git a/Warhammer 4e Character Sheet/Warhammer 4e Character Sheet.html b/Warhammer 4e Character Sheet/Warhammer 4e Character Sheet.html index 9600e54862c..7ddc1fce612 100644 --- a/Warhammer 4e Character Sheet/Warhammer 4e Character Sheet.html +++ b/Warhammer 4e Character Sheet/Warhammer 4e Character Sheet.html @@ -7,7 +7,7 @@ -