1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Add setting for HD mod tournament rules dimension door limit

This commit is contained in:
Dydzio
2024-04-01 21:52:11 +02:00
parent 3f94d316cb
commit e5e14adb51
5 changed files with 19 additions and 2 deletions

View File

@@ -52,6 +52,7 @@ namespace GameConstants
constexpr ui32 BASE_MOVEMENT_COST = 100; //default cost for non-diagonal movement
constexpr int64_t PLAYER_RESOURCES_CAP = 1000 * 1000 * 1000;
constexpr int ALTAR_ARTIFACTS_SLOTS = 22;
constexpr int TOURNAMENT_RULES_DD_MAP_TILES_THRESHOLD = 41472; //map tiles count threshold for 2 dimension door casts with tournament rules
}
VCMI_LIB_NAMESPACE_END