MantisBT

View Revisions: Issue #1852 All Revisions ] Back to Issue ]
Summary 0001852: Wrong requirements for Cloud Temple
Revision 2014-07-20 21:46 by anoleyn
Description 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" ] ] }

?
Revision 2014-07-20 20:58 by anoleyn
Description Although everything seems to properly configured in factions file for tower (requires Level 5 and Level 6 structures to be built first), in town screen it only shows it requires Level 5 building (screen).

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

Site | Forums | Wiki | Slack | GitHub


Copyright © 2000 - 2024 MantisBT Team
Hosting provided by DigitalOcean