Moderator: Cartographers
Overruling continent bonus
Instead of a <bestof> tag how about a set of <overrule>s, like this:Code: Select all
<continent> <name>Any 4 Kings</name> <bonus>5</bonus> <components> <component>Red King</component> <component>Green King</component> <component>Blue King</component> <component>Purple King</component> <component>Yellow King</component> </components> <required>4</required> <overrules> <overrule>Any 2 Kings</overrule> <overrule>Any 3 Kings</overrule> </overrules> </continent>
Hi Sparqs,Sparqs wrote:I took a look at the XML above. I don't know what your final version should look like, but the one above does not appear to use the new XML. Should it? I would think it would have been a LOT easier with <overrules>.
Overruling continent bonus
Instead of a <bestof> tag how about a set of <overrule>s, like this:Code: Select all
<continent> <name>Any 4 Kings</name> <bonus>5</bonus> <components> <component>Red King</component> <component>Green King</component> <component>Blue King</component> <component>Purple King</component> <component>Yellow King</component> </components> <required>4</required> <overrules> <overrule>Any 2 Kings</overrule> <overrule>Any 3 Kings</overrule> </overrules> </continent>

