1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Fix commanders levelup bonus to match WoG

This commit is contained in:
Dydzio
2023-09-19 01:40:44 +02:00
committed by Ivan Savenko
parent e82df8c726
commit 66110d7bac

View File

@@ -3,9 +3,9 @@
//Commander receives these bonuses on level-up //Commander receives these bonuses on level-up
"bonusPerLevel": "bonusPerLevel":
[ [
["CREATURE_DAMAGE", 1, "creatureDamageMin", 0 ], //+1 minimum damage ["CREATURE_DAMAGE", 2, "creatureDamageMin", 0 ], //+1 minimum damage
["CREATURE_DAMAGE", 2, "creatureDamageMax", 0 ], //+2 maximum damage ["CREATURE_DAMAGE", 2, "creatureDamageMax", 0 ], //+2 maximum damage
["STACK_HEALTH", 5, null, 0 ] //+5 hp ["STACK_HEALTH", 20, null, 0 ] //+5 hp
], ],
//Value of bonuses given by each skill level //Value of bonuses given by each skill level
"skillLevels": "skillLevels":