mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Fix commanders levelup bonus to match WoG
This commit is contained in:
parent
e82df8c726
commit
66110d7bac
@ -3,9 +3,9 @@
|
||||
//Commander receives these bonuses on level-up
|
||||
"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
|
||||
["STACK_HEALTH", 5, null, 0 ] //+5 hp
|
||||
["STACK_HEALTH", 20, null, 0 ] //+5 hp
|
||||
],
|
||||
//Value of bonuses given by each skill level
|
||||
"skillLevels":
|
||||
|
Loading…
Reference in New Issue
Block a user