From ed6075c2228ded66bb94f1e359ab2bcff6f2596f Mon Sep 17 00:00:00 2001 From: obelix Date: Fri, 13 Feb 2026 17:44:31 +0100 Subject: [PATCH] Fix wrong value for the Aura of Kush Hero Arakamani The wrong value leaded to the aura having no effect. Reported by @Atrik Investigated by @Vantha Fixes #8725 --- .../data/auras/units/heroes/kush_hero_arakamani_2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaries/data/mods/public/simulation/data/auras/units/heroes/kush_hero_arakamani_2.json b/binaries/data/mods/public/simulation/data/auras/units/heroes/kush_hero_arakamani_2.json index c97946e90e..64f820a646 100644 --- a/binaries/data/mods/public/simulation/data/auras/units/heroes/kush_hero_arakamani_2.json +++ b/binaries/data/mods/public/simulation/data/auras/units/heroes/kush_hero_arakamani_2.json @@ -4,7 +4,7 @@ "affects": ["Healer"], "affectedPlayers": ["Enemy"], "modifications": [ - { "value": "Heal/HP", "multiply": 0 } + { "value": "Heal/Health", "multiply": 0 } ], "auraName": "Slaughter of the Faithful", "auraDescription": "Enemy Healers −100% healing strength."