From f693dbce8639bfe3a1454dd090fbe77a342c635d Mon Sep 17 00:00:00 2001 From: Paul Venner <64831679+seregrauko@users.noreply.github.com> Date: Sat, 19 Apr 2025 19:39:02 +0100 Subject: [PATCH] [Dreams and Machines] fixed NPC Weapon reroll Fixed the reroll on the NPC Weapon Also improved all the Weapon rolls to automatically use Might for melee type weapons and Quickness for Ranged. --- DreamsAndMachines/Dreams and Machines.css | 5 ++ DreamsAndMachines/Dreams and Machines.html | 56 +++++++++++++++++++--- 2 files changed, 54 insertions(+), 7 deletions(-) diff --git a/DreamsAndMachines/Dreams and Machines.css b/DreamsAndMachines/Dreams and Machines.css index 8564838711..b06cb2e5cd 100644 --- a/DreamsAndMachines/Dreams and Machines.css +++ b/DreamsAndMachines/Dreams and Machines.css @@ -608,6 +608,8 @@ img { } .sheet-rolltemplate-foweapon .sheet-hidden-attribute[data-i18n-placeholder*=might] ~ .sheet-container .sheet-might, .sheet-rolltemplate-foweapon .sheet-hidden-attribute[data-i18n-placeholder*=quickness] ~ .sheet-container .sheet-quickness, +.sheet-rolltemplate-foweapon .sheet-hidden-attribute[data-i18n-placeholder*=main] ~ .sheet-container .sheet-main, +.sheet-rolltemplate-foweapon .sheet-hidden-attribute[data-i18n-placeholder*=default] ~ .sheet-container .sheet-default, .sheet-rolltemplate-foskill .sheet-hidden-attribute[data-i18n-placeholder*=might] ~ .sheet-container .sheet-might, .sheet-rolltemplate-foskill .sheet-hidden-attribute[data-i18n-placeholder*=quickness] ~ .sheet-container .sheet-quickness, .sheet-rolltemplate-foskill .sheet-hidden-attribute[data-i18n-placeholder*=insight] ~ .sheet-container .sheet-insight, @@ -615,6 +617,8 @@ img { .sheet-rolltemplate-foskill .sheet-hidden-attribute[data-i18n-placeholder*=main] ~ .sheet-container .sheet-main, .sheet-rolltemplate-foskill .sheet-hidden-attribute[data-i18n-placeholder*=default] ~ .sheet-container .sheet-default, .sheet-rolltemplate-foweapon .sheet-hidden-skill[data-i18n-placeholder*=fight] ~ .sheet-container .sheet-fight, +.sheet-rolltemplate-foweapon .sheet-hidden-skill[data-i18n-placeholder*=mainskill] ~ .sheet-container .sheet-mainskill, +.sheet-rolltemplate-foweapon .sheet-hidden-skill[data-i18n-placeholder*=defaultskill] ~ .sheet-container .sheet-defaultskill, .sheet-rolltemplate-foskill .sheet-hidden-skill[data-i18n-placeholder*=fight] ~ .sheet-container .sheet-fight, .sheet-rolltemplate-foskill .sheet-hidden-skill[data-i18n-placeholder*=move] ~ .sheet-container .sheet-move, .sheet-rolltemplate-foskill .sheet-hidden-skill[data-i18n-placeholder*=operate] ~ .sheet-container .sheet-operate, @@ -716,3 +720,4 @@ img { border: solid 1px #1aa2e1; color: #1aa2e1; } + diff --git a/DreamsAndMachines/Dreams and Machines.html b/DreamsAndMachines/Dreams and Machines.html index bf0eb89a49..e3664557f2 100644 --- a/DreamsAndMachines/Dreams and Machines.html +++ b/DreamsAndMachines/Dreams and Machines.html @@ -333,15 +333,17 @@
@@ -370,7 +372,7 @@