MantisBT - VCMI
View Issue Details
0001852VCMIMechanics - Town structurespublic2014-07-20 20:562022-04-12 08:58
anoleyn 
Ivan 
normalminoralways
closedfixed 
0.96 
0.97 
0001852: Wrong requirements for Cloud Temple
It seems to that there is an error in factions file for tower concerning Cloud Temple (requires Level 5 and Level 6 structures to be built) - in town screen it only shows it requires Level 5 building (screen). Probably this is because of error here:

"dwellingLvl7": { "id" : 36, "requires" : [ "dwellingLvl5", "dwellingLvl6" ] },

Shouldn't it be:

"dwellingLvl7": { "id" : 36, "requires" : [ "allOf", ["dwellingLvl5"], ["dwellingLvl6" ] ] }

?
No tags attached.
related to 0001855closed  Upgrade trees in castles are just wrong... 
png Cloud temple.png (717,289) 2014-07-20 20:56
https://bugs.vcmi.eu/file_download.php?file_id=1867&type=bug
png
Issue History
2014-07-20 20:56anoleynNew Issue
2014-07-20 20:56anoleynFile Added: Cloud temple.png
2014-07-20 20:58anoleynNote Added: 0004853
2014-07-20 21:44anoleynNote Deleted: 0004853
2014-07-20 21:46anoleynDescription Updatedbug_revision_view_page.php?rev_id=2590#r2590
2014-07-21 17:27IvanAssigned To => Ivan
2014-07-21 17:27IvanStatusnew => assigned
2014-07-21 18:43anoleynRelationship addedrelated to 0001855
2014-08-04 11:51IvanNote Added: 0004892
2014-08-04 11:51IvanStatusassigned => resolved
2014-08-04 11:51IvanFixed in Version => 0.97
2014-08-04 11:51IvanResolutionopen => fixed
2022-04-12 08:58PovelitelStatusresolved => closed

Notes
(0004892)
Ivan   
2014-08-04 11:51   
Fixed in this commit: https://github.com/vcmi/vcmi/commit/33acdc51bba73a8ac43d098c3cb410ac6770a0c7 [^]