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:
parent
230893f423
commit
711b0e70d9
@ -69,7 +69,8 @@
|
||||
"defensePointDamageFactor" : { "type" : "number" },
|
||||
"defensePointDamageFactorCap" : { "type" : "number" },
|
||||
"oneHexTriggersObstacles" : { "type" : "boolean" },
|
||||
"layouts" : { "type" : "object" }
|
||||
"layouts" : { "type" : "object" },
|
||||
"areaShotCanTargetEmptyHex" : { "type" : "boolean" }
|
||||
}
|
||||
},
|
||||
"creatures": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user