Currently using the table Building_ClassNeededNowhere which in simple words works like Global Mutual Exclusiveness for World Wonders is not supported in the UI.
Proposal: Add UI information about globally mutally exclusive buildings defined in the Building_ClassNeededNowhere table like it is done for the regular Mutual Exclusiveness in the Buildings table with column MutuallyExclusiveGroup. Table is currently used by American WWs from VP.
Current view:
Normal (local) mutually exclusiveness between Well and Watermill for the comparison:
UI Changes
Proposal: Add UI information about globally mutally exclusive buildings defined in the Building_ClassNeededNowhere table like it is done for the regular Mutual Exclusiveness in the Buildings table with column MutuallyExclusiveGroup. Table is currently used by American WWs from VP.
Code:
INSERT INTO Building_ClassNeededNowhere
(BuildingType, BuildingClassType)
VALUES ...
('BUILDING_NABAWI', 'BUILDINGCLASS_EL_GHRIBA'),
('BUILDING_NABAWI', 'BUILDINGCLASS_HAGIA_SOPHIA'),
('BUILDING_NABAWI', 'BUILDINGCLASS_BOROBUDUR'),
('BUILDING_NABAWI', 'BUILDINGCLASS_KARLSTEJN'),
('BUILDING_NABAWI', 'BUILDINGCLASS_ST_PETERS'),
('BUILDING_NABAWI', 'BUILDINGCLASS_MEENAKSHI'),
...
Current view:
Normal (local) mutually exclusiveness between Well and Watermill for the comparison:
UI Changes
Last edited by a moderator: