1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-15 20:03:15 +02:00

Fix schema

This commit is contained in:
Ivan Savenko
2024-01-19 16:30:15 +02:00
parent 2886d421ab
commit 44d3629028

View File

@@ -166,7 +166,10 @@
"defaultGainChance" : {
"type" : "number",
"description" : "Gain chance by default for all factions"
},
"canCastOnSelf" : {
"type" : "boolean",
"description" : "If used as creature spell, unit can cast this spell on itself"
},
"gainChance" : {
"type" : "object",