From 75e6d5d17c969af21b23d9ee1b142c84960a2846 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Thu, 8 May 2025 20:21:04 -0500 Subject: [PATCH] Fixed Berserker Torch only granting +1 strength per wound instead of +2. --- .../src/main/resources/cards/official/set12/set12-Uruk-hai.hjson | 1 + 1 file changed, 1 insertion(+) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set12/set12-Uruk-hai.hjson b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set12/set12-Uruk-hai.hjson index 5e546628f..bf185b4d4 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set12/set12-Uruk-hai.hjson +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/cards/official/set12/set12-Uruk-hai.hjson @@ -112,6 +112,7 @@ amount: { type: forEachWound filter: character,inSkirmish + multiplier: 2 } } }