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

Handle new config entry in gamesettings schema

This commit is contained in:
Dydzio 2024-09-23 17:00:08 +02:00
parent 230893f423
commit 711b0e70d9

View File

@ -69,7 +69,8 @@
"defensePointDamageFactor" : { "type" : "number" },
"defensePointDamageFactorCap" : { "type" : "number" },
"oneHexTriggersObstacles" : { "type" : "boolean" },
"layouts" : { "type" : "object" }
"layouts" : { "type" : "object" },
"areaShotCanTargetEmptyHex" : { "type" : "boolean" }
}
},
"creatures": {