mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Fix description.
This commit is contained in:
parent
76268fac46
commit
34698eee4d
@ -1,6 +1,12 @@
|
||||
{
|
||||
//additional spell info, not included in original heroes III files
|
||||
//[spellID - -1 is the end of data in file] [-1 -> spell is negative for influenced creatures; 0 - spell is indifferent for them; 1 - spell is poitive for them] [main effect animation (AC format), -1 - none] [spell range description in SRSL, none magic] [basic] [advanced] [expert]
|
||||
// Additional spell info, not included in original heroes III files
|
||||
// id: spell ID
|
||||
// effect: -1 -> spell is negative for influenced creatures,
|
||||
// 0 -> spell is indifferent for them
|
||||
// 1 -> spell is positive for them
|
||||
// anim: main effect animation (AC format), -1 - none
|
||||
// ranges: spell range description in SRSL ([no magic] [basic] [advanced] [expert])
|
||||
|
||||
"spells": [
|
||||
{ "id": 0, "effect": 0, "anim": -1, "ranges": [ "X", "X", "X", "X" ] },
|
||||
{ "id": 1, "effect": 0, "anim": -1, "ranges": [ "X", "X", "X", "X" ] },
|
||||
|
Loading…
Reference in New Issue
Block a user