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:
parent
708958c1e9
commit
3209114393
@ -176,9 +176,12 @@
|
||||
},
|
||||
"limit":{
|
||||
"$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":{
|
||||
"type": "object",
|
||||
"additionalProperties" : false,
|
||||
|
Loading…
Reference in New Issue
Block a user