Skip to content

Commit

Permalink
Merge pull request #13600 from Djjus/dev-wfrp4e-1.74
Browse files Browse the repository at this point in the history
[Warhammer 4e Character Sheet] v1.74 - Dwarf handbook update
  • Loading branch information
NorWhal authored Dec 12, 2024
2 parents c2e2767 + 06f9daf commit 4528195
Show file tree
Hide file tree
Showing 4 changed files with 3,501 additions and 1,791 deletions.
13 changes: 13 additions & 0 deletions Warhammer 4e Character Sheet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down
14 changes: 9 additions & 5 deletions Warhammer 4e Character Sheet/Warhammer 4e Character Sheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
Loading

0 comments on commit 4528195

Please sign in to comment.