1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Spell configuration. Introduce absoluteLimit.

* limit will be made negatable.
* now limit and immunity will look more solid.
* unused ATM
This commit is contained in:
AlexVinS 2014-05-18 17:22:02 +04:00
parent 708958c1e9
commit 3209114393

View File

@ -176,9 +176,12 @@
}, },
"limit":{ "limit":{
"$ref" : "#/definitions/flags", "$ref" : "#/definitions/flags",
"description": "flags structure of bonus names, presence of all bonuses required to be affected by" "description": "flags structure of bonus names, presence of all bonuses required to be affected by."
},
"absoluteLimit":{
"$ref" : "#/definitions/flags",
"description": "flags structure of bonus names, presence of all bonuses required to be affected by, can't be negated."
}, },
"graphics":{ "graphics":{
"type": "object", "type": "object",
"additionalProperties" : false, "additionalProperties" : false,