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

Fix and cleanup event loading, clarify remaining hota keys

This commit is contained in:
Ivan Savenko
2025-02-13 17:53:03 +00:00
parent f9fe8fc312
commit 0337ef90ec
3 changed files with 88 additions and 76 deletions

View File

@@ -166,7 +166,7 @@ MapFormatFeaturesH3M MapFormatFeaturesH3M::getFeaturesHOTA(uint32_t hotaVersion)
result.creaturesCount = 186; // + 16 Factory
result.artifactsCount = 166; // +pendant of reflection, +sleepkeeper
result.heroesCount = 198; // + 16 Factory, +3 campaign
result.heroesPortraitsCount = 208; // + 16 Factory, +10 campaign
result.heroesPortraitsCount = 228; // + 16 Factory, +A LOT campaign
result.heroesBytes = 25;
}