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:
@@ -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":
|
||||||
|
|||||||
Reference in New Issue
Block a user