1
0
forked from 0ad/0ad

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.
This commit is contained in:
wowgetoffyourcellphone 2023-08-12 16:59:13 +00:00
parent 5cb9e32b73
commit 3bb17ea06c

View File

@ -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.",