mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fixed white spaces
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
"title" : "VCMI battlefield format",
|
||||
"description" : "Format used to define new battlefields in VCMI",
|
||||
"required" : [ "graphics" ],
|
||||
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"name" : {
|
||||
@@ -20,10 +19,6 @@
|
||||
"format" : "imageFile",
|
||||
"description" : "BMP battleground resource"
|
||||
},
|
||||
"graphics" : {
|
||||
"type" : "string",
|
||||
"description" : "BMP battleground resource"
|
||||
},
|
||||
"impassableHexes" : {
|
||||
"type" : "array",
|
||||
"description" : "Battle hexes always impassable for this type of battlefield (ship to ship for instance)",
|
||||
|
@@ -4,7 +4,6 @@
|
||||
"title" : "VCMI bonus system format",
|
||||
"description" : "Subsection of several formats, used to add generic bonuses to objects",
|
||||
"required" : ["type"],
|
||||
|
||||
"definitions" :
|
||||
{
|
||||
"nestedLimiter" : {
|
||||
@@ -38,7 +37,6 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"type" : {
|
||||
|
@@ -62,8 +62,7 @@
|
||||
"mercury" : { "type" : "number"},
|
||||
"sulfur" : { "type" : "number"},
|
||||
"crystal" : { "type" : "number"},
|
||||
"gems" : { "type" : "number"},
|
||||
|
||||
"gems" : { "type" : "number"}
|
||||
}
|
||||
},
|
||||
"speed" : { "type" : "number" },
|
||||
|
@@ -26,7 +26,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"type" : "object",
|
||||
"$schema" : "http://json-schema.org/draft-04/schema",
|
||||
"title" : "VCMI faction format",
|
||||
@@ -35,7 +34,6 @@
|
||||
"dependencies" : {
|
||||
"town" : [ "puzzleMap" ]
|
||||
},
|
||||
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"name" : {
|
||||
|
@@ -4,7 +4,6 @@
|
||||
"title" : "VCMI hero format",
|
||||
"description" : "Format used to define new heroes in VCMI",
|
||||
"required" : [ "class", "army", "skills", "texts" ],
|
||||
|
||||
"oneOf" : [
|
||||
{
|
||||
"required" : [ "images" ]
|
||||
@@ -13,7 +12,6 @@
|
||||
"required" : [ "index" ]
|
||||
}
|
||||
],
|
||||
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"special" : {
|
||||
|
@@ -8,7 +8,6 @@
|
||||
"primarySkills", "secondarySkills", "lowLevelChance", "highLevelChance",
|
||||
"defaultTavern", "tavern"
|
||||
],
|
||||
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"name" : {
|
||||
|
@@ -4,7 +4,6 @@
|
||||
"title" : "VCMI map header format",
|
||||
"description" : "Part of map in json format, defines core settings of the map",
|
||||
"required" : [ "victoryIconIndex", "victoryString", "defeatIconIndex", "defeatString" ],
|
||||
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"victoryIconIndex" : {
|
||||
|
@@ -4,7 +4,6 @@
|
||||
"title" : "VCMI map object template format",
|
||||
"description" : "Description of map object tempate that describes appearence of object instance",
|
||||
"required" : [ "animation", "mask" ],
|
||||
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"animation" : {
|
||||
|
@@ -5,7 +5,6 @@
|
||||
"description" : "Description of map object type, used only as sub-schema of object",
|
||||
"required" : [ ],
|
||||
"additionalProperties" : true, // may have type-dependant properties
|
||||
|
||||
"properties" : {
|
||||
"index" : {
|
||||
"type" : "number"
|
||||
|
@@ -4,7 +4,6 @@
|
||||
"title" : "VCMI obstacle format",
|
||||
"description" : "Format used to define new obstacles in VCMI",
|
||||
"required" : [ "animation" ],
|
||||
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"allowedTerrains" : {
|
||||
|
@@ -4,7 +4,6 @@
|
||||
"title" : "VCMI river format",
|
||||
"description" : "Format used to define new rivers in VCMI",
|
||||
"required" : [ "shortIdentifier", "text", "tilesFilename", "delta" ],
|
||||
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"shortIdentifier" :
|
||||
|
@@ -4,7 +4,6 @@
|
||||
"title" : "VCMI road format",
|
||||
"description" : "Format used to define new roads in VCMI",
|
||||
"required" : [ "shortIdentifier", "text", "tilesFilename", "moveCost" ],
|
||||
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"shortIdentifier" :
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type" : "object",
|
||||
"$schema": "",
|
||||
"$schema" : "http://json-schema.org/draft-04/schema",
|
||||
"title" : "VCMI random map template format",
|
||||
"description" : "Format used to define random map templates in VCMI",
|
||||
"definitions" :
|
||||
|
Reference in New Issue
Block a user