From 3bb17ea06c54f647b547c4250db5259866157621 Mon Sep 17 00:00:00 2001 From: wowgetoffyourcellphone Date: Sat, 12 Aug 2023 16:59:13 +0000 Subject: [PATCH] Fix Liu Bang's cavalry attack aura Reported here: https://wildfiregames.com/forum/topic/107591-hero-bug/ Fixes #6837 Differential Revision: D5080 Accepted by: Freagarach Comments by: sera and real_tabasco_sauce This was SVN commit r27794. --- .../data/auras/units/heroes/han_hero_liu_bang_2.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/binaries/data/mods/public/simulation/data/auras/units/heroes/han_hero_liu_bang_2.json b/binaries/data/mods/public/simulation/data/auras/units/heroes/han_hero_liu_bang_2.json index 2d189d784d..5e9c643ca9 100644 --- a/binaries/data/mods/public/simulation/data/auras/units/heroes/han_hero_liu_bang_2.json +++ b/binaries/data/mods/public/simulation/data/auras/units/heroes/han_hero_liu_bang_2.json @@ -5,7 +5,10 @@ "modifications": [ { "value": "Attack/Melee/Damage/Hack", "multiply": 1.2 }, { "value": "Attack/Melee/Damage/Pierce", "multiply": 1.2 }, - { "value": "Attack/Melee/Damage/Crush", "multiply": 1.2 } + { "value": "Attack/Melee/Damage/Crush", "multiply": 1.2 }, + { "value": "Attack/Ranged/Damage/Hack", "multiply": 1.2 }, + { "value": "Attack/Ranged/Damage/Pierce", "multiply": 1.2 }, + { "value": "Attack/Ranged/Damage/Crush", "multiply": 1.2 } ], "auraName": "Confucian Reforms", "auraDescription": "Cavalry +20% attack damage.",