From 1ba77add2bf0efd10c4937d2386bd958dc5fb28a Mon Sep 17 00:00:00 2001 From: gackerfred <18515416+gackerfred@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:14:58 +0200 Subject: [PATCH] fix success or failure calculations --- Dark_Heresy/DarkHeresy.html | 80 ++++++++++++++++++------------------- 1 file changed, 38 insertions(+), 42 deletions(-) diff --git a/Dark_Heresy/DarkHeresy.html b/Dark_Heresy/DarkHeresy.html index fcee9adf99..6735de68a9 100644 --- a/Dark_Heresy/DarkHeresy.html +++ b/Dark_Heresy/DarkHeresy.html @@ -102,7 +102,7 @@ @@ -114,7 +114,7 @@ @@ -126,7 +126,7 @@ @@ -138,7 +138,7 @@ @@ -150,7 +150,7 @@ @@ -162,7 +162,7 @@ @@ -174,7 +174,7 @@ @@ -186,7 +186,7 @@ @@ -198,7 +198,7 @@ @@ -210,7 +210,7 @@ @@ -222,7 +222,7 @@ @@ -234,7 +234,7 @@ @@ -246,7 +246,7 @@ @@ -258,7 +258,7 @@ @@ -270,7 +270,7 @@ @@ -282,7 +282,7 @@ @@ -294,7 +294,7 @@ @@ -306,7 +306,7 @@ @@ -318,7 +318,7 @@ @@ -330,7 +330,7 @@ @@ -366,47 +366,47 @@

Characteristics

@@ -433,7 +433,7 @@ @@ -465,7 +465,7 @@ @@ -590,7 +590,7 @@
@@ -762,7 +762,7 @@
The input fields always show the maximum value for the distance category and the minimum value is always the previous category +1
@@ -1287,22 +1287,22 @@ {{weapondiceroll}} {{/rollLess() weapondiceroll 97}} - {{#^rollGreater() hit target}} + {{#^rollLess() roll 0}} Success with {{roll}} degrees - {{/^rollGreater() hit target}} - {{#rollGreater() hit target}} + {{/^rollLess() roll 0}} + {{#rollLess() roll 0}} Failure with {{roll}} degrees - {{/rollGreater() hit target}} + {{/rollLess() roll 0}} {{#psy}} Result Psy: @@ -1961,8 +1961,4 @@ on('change:repeating_advancements', function(){ }) .execute(); }); - - - - - + \ No newline at end of file