1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Merge pull request #5957 from Olegmods/patch-7

Fixes for commanders
This commit is contained in:
Ivan Savenko
2025-07-30 11:23:03 +03:00
committed by GitHub

View File

@@ -70,7 +70,7 @@
}, },
{ {
// TODO: Implement bonus that gives chance to completely block one enemy attack per turn // TODO: Implement bonus that gives chance to completely block one enemy attack per turn
"ability": [{ "type" : "NONE", "val": 30 }], "ability": [{ "type" : "GENERAL_DAMAGE_REDUCTION", "val": 30, "subtype" : "damageTypeAll" }],
"skills": [1, 4] "skills": [1, 4]
}, },
{ {