mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Added constant for BATTLE_SHOOTING_RANGE_DISTANCE
This commit is contained in:
@@ -56,7 +56,8 @@ namespace GameConstants
|
||||
constexpr int HERO_GOLD_COST = 2500;
|
||||
constexpr int SPELLBOOK_GOLD_COST = 500;
|
||||
constexpr int SKILL_GOLD_COST = 2000;
|
||||
constexpr int BATTLE_PENALTY_DISTANCE = 10; //if the distance is > than this, then shooting stack has distance penalty
|
||||
constexpr int BATTLE_SHOOTING_PENALTY_DISTANCE = 10; //if the distance is > than this, then shooting stack has distance penalty
|
||||
constexpr int BATTLE_SHOOTING_RANGE_DISTANCE = std::numeric_limits<uint8_t>::max(); // used when shooting stack has no shooting range limit
|
||||
constexpr int ARMY_SIZE = 7;
|
||||
constexpr int SKILL_PER_HERO = 8;
|
||||
constexpr ui32 HERO_HIGH_LEVEL = 10; // affects primary skill upgrade order
|
||||
|
||||
Reference in New Issue
Block a user