From a1f3dd31e82df88cb10ef6110a07f4460161f69a Mon Sep 17 00:00:00 2001 From: Konstantin Date: Fri, 17 Mar 2023 21:03:47 +0300 Subject: [PATCH] fix commander jousting --- config/commanders.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/commanders.json b/config/commanders.json index 817edfbab..a87159e08 100644 --- a/config/commanders.json +++ b/config/commanders.json @@ -34,7 +34,7 @@ {"ability": ["ADDITIONAL_ATTACK", 1, 0, 0 ], "skills": [2, 3]}, {"ability": ["HP_REGENERATION", 50, 0, 0 ], "skills": [2, 4]}, {"ability": ["SPELL_AFTER_ATTACK", 30, "spell.paralyze", 0 ], "skills": [2, 5]}, - {"ability": ["JOUSTING", 0, 0, 0 ], "skills": [3, 4]}, + {"ability": ["JOUSTING", 5, 0, 0 ], "skills": [3, 4]}, {"ability": ["DEATH_STARE", 1, 1, 0 ], "skills": [3,5]}, {"ability": ["FLYING", 0, 0, 0 ], "skills": [4,5]} ]