Difference between revisions of "Talk:Spell Format"
From VCMI Project Wiki
(Created page with "=Spell levels= I don't like how spell levels are described here. Perhaps instead of dozen of 4-element arrays use 4 sub-records? <syntaxhighlight lang="javascript"> "levels": ...") |
(No difference)
|
Revision as of 14:48, 2 March 2013
Spell levels
I don't like how spell levels are described here. Perhaps instead of dozen of 4-element arrays use 4 sub-records? <syntaxhighlight lang="javascript"> "levels": [ { // no skill
"cost" : 5, "target" : "CREATURE", ...
}, ... { // expert
"cost" : 2, "target" : "NO_TARGET", ...
}, <syntaxhighlight>