1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Native terrain is now required for faction, opt-out with value "none"

This commit is contained in:
Ivan Savenko
2023-01-17 22:59:14 +02:00
parent 707de75ac0
commit 633b9ef3be
5 changed files with 10 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
"$schema": "http://json-schema.org/draft-04/schema",
"title" : "VCMI faction format",
"description": "Json format for defining new faction (aka towns) in VCMI",
"required" : [ "name", "alignment", "creatureBackground" ],
"required" : [ "name", "alignment", "creatureBackground", "nativeTerrain" ],
"dependencies" : {
"town" : [ "puzzleMap" ]
},