1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-14 10:12:59 +02:00
vcmi/test/testdata/TerrainTest/header.json
2023-04-27 20:59:55 +03:00

27 lines
463 B
JSON

{
"allowedAbilities" : {},
"allowedArtifacts" : {},
"allowedHeroes" : {},
"allowedSpells" : {},
"defeatIconIndex" : 0,
"difficulty" : "NORMAL",
"mapLevels" : {
"surface" : {
"height" : 32,
"index" : 0,
"width" : 32
},
"underground" : {
"height" : 32,
"index" : 1,
"width" : 32
}
},
"mods" : null,
"name" : "Untitled",
"players" : {},
"triggeredEvents" : {},
"victoryIconIndex" : 0,
"versionMajor" : 1,
"versionMinor" : 1
}