From 8af4ceab7a38446aa949483f2e6baa51cb81e1e1 Mon Sep 17 00:00:00 2001 From: Mago <68646194+roguetradermago@users.noreply.github.com> Date: Tue, 22 Apr 2025 08:53:44 -0400 Subject: [PATCH] Deathwatch Patch 4-22-25 Added requisition field to gear and tools Fixed Abilities description on chat Added minimum and maximum value to IP/CP Added translation title to Bionic checkboxes Fixed Arm/Leg capitalization Merged several macros into new Conditions selector Added field for fixed focus power bonus Added Special Quality selector to Weapons, for now it features Tearing Damage --- Deathwatch/Deathwatch.css | 18 +- Deathwatch/Deathwatch.html | 534 +++++++++++++++++++----------------- Deathwatch/translation.json | 26 +- 3 files changed, 316 insertions(+), 262 deletions(-) diff --git a/Deathwatch/Deathwatch.css b/Deathwatch/Deathwatch.css index aaf394551d..9f7275b513 100644 --- a/Deathwatch/Deathwatch.css +++ b/Deathwatch/Deathwatch.css @@ -728,7 +728,7 @@ } /* Header formatting */ .sheet-rolltemplate-custom .sheet-header { - background-image: url(https://raw.githubusercontent.com/roguetradermago/Rogue-Trader-improved-assets/refs/heads/main/dwi-template-top1.png); + background-image: url(https://raw.githubusercontent.com/roguetradermago/Deathwatch-improved/refs/heads/main/dwi-template-top.png); background-position: top; background-size: contain; background-repeat: no-repeat; @@ -738,13 +738,13 @@ } /* footer formatting */ .sheet-rolltemplate-custom .sheet-footer { - background-image: url(https://raw.githubusercontent.com/roguetradermago/Rogue-Trader-improved-assets/refs/heads/main/dwi-template-bottm1.png); + background-image: url(https://raw.githubusercontent.com/roguetradermago/Deathwatch-improved/refs/heads/main/dwi-template-bottom2.png); background-position: bottom; background-size: contain; background-repeat: no-repeat; width: 275px; height: 40px; - margin-top: -1px; + margin-top: -2px; } /* Name field */ .sheet-rolltemplate-custom .sheet-name { @@ -800,6 +800,18 @@ font-size: 15px; } +/* Description field 2, used for abilities*/ +.sheet-rolltemplate-custom .sheet-desc2 { + grid-column: span 2; + padding: 3px 5px; + text-align: center; + font-weight: normal; + line-height: 18px; + color: #00ff1c; + font-size: 15px; + white-space: break-spaces; +} + /* Result field */ .sheet-rolltemplate-custom .sheet-result { grid-column: span 2; diff --git a/Deathwatch/Deathwatch.html b/Deathwatch/Deathwatch.html index 3f0d7363aa..0daebb2656 100644 --- a/Deathwatch/Deathwatch.html +++ b/Deathwatch/Deathwatch.html @@ -1678,22 +1678,17 @@