From 478acbdf5c5a7713706ea5474420743d97277426 Mon Sep 17 00:00:00 2001 From: joeybadz Date: Wed, 19 Aug 2026 16:21:25 -0400 Subject: [PATCH] Reconcile Teutobod's speed bonus and tooltip values Updates the tooltip to match the actual speed bonus Fixes #8864 --- .../data/auras/units/heroes/germ_hero_teutobod_2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binaries/data/mods/public/simulation/data/auras/units/heroes/germ_hero_teutobod_2.json b/binaries/data/mods/public/simulation/data/auras/units/heroes/germ_hero_teutobod_2.json index cb0646f029..4d89d35d98 100644 --- a/binaries/data/mods/public/simulation/data/auras/units/heroes/germ_hero_teutobod_2.json +++ b/binaries/data/mods/public/simulation/data/auras/units/heroes/germ_hero_teutobod_2.json @@ -1,5 +1,5 @@ { "auraName": "Warrior King", - "auraDescription": "Teutobod was a mighty warrior. Teutobod +500 health and +30% movement speed", + "auraDescription": "Teutobod was a mighty warrior. Teutobod +500 health and +25% movement speed", "overlayIcon": "art/textures/ui/session/auras/attack_bonus.png" -} \ No newline at end of file +}