From 6c81f12632f65cc045f7800c5a1fc3a2dee007c1 Mon Sep 17 00:00:00 2001 From: finderski Date: Sun, 15 Nov 2020 23:12:57 -0500 Subject: [PATCH] Official Savage Worlds v1.00.06 Update Bug Fix and minor enhancement. Bug Fixes: Vigor re-roll now re-rolls Vigor (instead of Agility) Unskilled, Athletics, and Shooting buttons are now styled properly in statblock view Patch for Weapons affected by the Trademark Weapon update. Enhancement: Conviction rolls when Conviction is checked. --- .../SavageWorldsCharSheet.css | 6 + .../SavageWorldsCharSheet.html | 232 ++++++++++++++---- Official Savage Worlds/translation.json | 6 +- 3 files changed, 190 insertions(+), 54 deletions(-) diff --git a/Official Savage Worlds/SavageWorldsCharSheet.css b/Official Savage Worlds/SavageWorldsCharSheet.css index 24647d02f5..744bc55233 100644 --- a/Official Savage Worlds/SavageWorldsCharSheet.css +++ b/Official Savage Worlds/SavageWorldsCharSheet.css @@ -4614,6 +4614,12 @@ span.sheet-miniView { flex: 1 0 50%; } +.sheet-rolltemplate-roll .sheet-convictionRoll { + width: 100%; + text-align: center; + border-bottom: 1.5px solid black; +} + .sheet-rolltemplate-roll .sheet-trollLeft, .sheet-rolltemplate-damage .sheet-trollLeft { border-right: 1px solid black; diff --git a/Official Savage Worlds/SavageWorldsCharSheet.html b/Official Savage Worlds/SavageWorldsCharSheet.html index e68c9e7dee..3ad0653b07 100644 --- a/Official Savage Worlds/SavageWorldsCharSheet.html +++ b/Official Savage Worlds/SavageWorldsCharSheet.html @@ -1,4 +1,4 @@ - +