MantisBT - VCMI
View Issue Details
0003246VCMIModspublic2022-12-18 08:462022-12-19 12:55
By003 
 
highmajoralways
newopen 
 
 
0003246: Failed to add new creature in summons spell
"summon":{
                    "exclusive":false,
                    "id":"tidesofwar:mdtGhost",
                    "permanent":false,
                    "type":"core:summon"
                }
new creatures cannot be summoned while using this format. And it crashes if using these new spells.
No tags attached.
Issue History
2022-12-18 08:46By003New Issue
2022-12-18 09:57misioklesNote Added: 0008403
2022-12-18 15:32IvanNote Added: 0008404
2022-12-18 23:06IvanStatusnew => feedback
2022-12-19 01:40By003Note Added: 0008411
2022-12-19 01:40By003Statusfeedback => new
2022-12-19 12:55IvanNote Added: 0008414

Notes
(0008403)
misiokles   
2022-12-18 09:57   
Try this:

    "summon":{
                    "exclusive":false,
                    "id":"tides-of-war:mdtGhost",
                    "permanent":false,
                    "type":"core:summon"
                }
(0008404)
Ivan   
2022-12-18 15:32   
Please upload mod from which this bug can be reproduced
(0008411)
By003   
2022-12-19 01:40   
This bug is existed in Tides-of-war mod.
(0008414)
Ivan   
2022-12-19 12:55   
Damn... Probably same issue as here:
https://github.com/vcmi/vcmi/issues/1244 [^]

Long story short - bug with vcmi, will probably be only fixed later, for 1.2 release.