mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-30 08:57:00 +02:00
Added missing option to schemas and docs
This commit is contained in:
parent
69379b6e1b
commit
a09a0d41c3
@ -40,6 +40,12 @@
|
|||||||
"$ref" : "objectTemplate.json"
|
"$ref" : "objectTemplate.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"battleground" : {
|
||||||
|
"description" : "Battleground that will be used for combats in this object. Overrides terrain this object was placed on",
|
||||||
|
"type" : "string"
|
||||||
|
},
|
||||||
|
|
||||||
"sounds" : {
|
"sounds" : {
|
||||||
"type" : "object",
|
"type" : "object",
|
||||||
"additionalProperties" : false,
|
"additionalProperties" : false,
|
||||||
|
@ -58,6 +58,9 @@ Full object consists from 3 parts:
|
|||||||
// How valuable this object is to AI
|
// How valuable this object is to AI
|
||||||
"aiValue" : 1000,
|
"aiValue" : 1000,
|
||||||
|
|
||||||
|
// Battleground that will be used for combats in this object. Overrides terrain this object was placed on
|
||||||
|
"battleground" : "cursed_ground",
|
||||||
|
|
||||||
// Sounds assigned to this object
|
// Sounds assigned to this object
|
||||||
"sounds" : {
|
"sounds" : {
|
||||||
// Ambient sounds that plays when current hero is near this object
|
// Ambient sounds that plays when current hero is near this object
|
||||||
|
Loading…
Reference in New Issue
Block a user