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

Adding zoneMonserStrength: none

This commit is contained in:
Warzyw647
2023-05-03 12:07:00 +02:00
parent 3378a3c740
commit 8ebaa3fd6b
4 changed files with 9 additions and 4 deletions

View File

@@ -380,6 +380,7 @@ void ZoneOptions::serializeJson(JsonSerializeFormat & handler)
//TODO: add support for std::map to serializeEnum
static const std::vector<std::string> STRENGTH =
{
"none",
"weak",
"normal",
"strong"