mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
+ Stack speed is valuable
+ Hero movement is also very valuable
This commit is contained in:
committed by
Andrii Danylchenko
parent
efb6580958
commit
b52faad4c7
@@ -190,7 +190,8 @@ uint64_t evaluateArtifactArmyValue(CArtifactInstance * art)
|
||||
return 1500;
|
||||
|
||||
auto statsValue =
|
||||
4 * art->valOfBonuses(Bonus::LAND_MOVEMENT)
|
||||
10 * art->valOfBonuses(Bonus::LAND_MOVEMENT)
|
||||
+ 1200 * art->valOfBonuses(Bonus::STACKS_SPEED)
|
||||
+ 700 * art->valOfBonuses(Bonus::MORALE)
|
||||
+ 700 * art->getAttack(false)
|
||||
+ 700 * art->getDefense(false)
|
||||
|
Reference in New Issue
Block a user