MantisBT - VCMI
View Issue Details
0001476VCMIMechanics - Battlespublic2013-09-15 08:412022-04-11 17:49
Warmonger 
Ivan 
normalcrashalways
closedfixed 
0.93 
0.940.94 
0001476: Can't remove abilities from original creatures.
For example, Crystal Dragon in cretures/neutral/jsn has teh following line

"FLYING" : null

However, it has no effect. Dragon still can fly.

Similiar issue is with Hell Hydra. However, in original config it seems to be shooter, which instantly crashes the game once battle is started.

In older version there was a line

"ability_remove": [ "SHOOTER" ],

Which worked fine.
No tags attached.
Issue History
2013-09-15 08:41WarmongerNew Issue
2013-09-15 15:08IvanAssigned To => Ivan
2013-09-15 15:08IvanStatusnew => assigned
2013-09-15 16:36IvanNote Added: 0004018
2013-09-21 18:44IvanNote Added: 0004026
2013-09-21 18:44IvanStatusassigned => resolved
2013-09-21 18:44IvanFixed in Version => 0.94
2013-09-21 18:44IvanResolutionopen => fixed
2022-04-11 17:49PovelitelStatusresolved => closed

Notes
(0004018)
Ivan   
2013-09-15 16:36   
Actually this is typo in dragon config: H3 txt's define "FLYING_ARMY" entry while vcmi is trying to removes ability "FLYING". Will fix.
(0004026)
Ivan   
2013-09-21 18:44   
Should be fixed, rev 3551