Okay, I've decided to include Ranged Attacks (that leave 1 neutral):
- Code: Select all
<country>
<name>Ethiopia</name>
<borders>
<border>Somalia</border>
<border>Kenya</border>
</borders>
<ranged attacks>
<ranged attack>Senegal</ranged attack>
<ranged attack>Mauritania</ranged attack>
<ranged attack>Western Sahara</ranged attack>
</ranged attacks>
<coordinates>
<smallx>424</smallx>
<smally>213</smally>
<largex>569</largex>
<largey>277</largey>
</coordinates>
</country>
Also, it sounds like this is something cartographers want:
glee wrote:Suggestion Idea: Overruling continent bonus
Description: The idea is to have continent bonuses based on different criterias where the lesser criterea is overruled by one that gives a greater bonus. (See example below)
Why It Should Be Considered: The idea came up because of an idea about a poker map consisting of cards spread out on a table. You get your bonus from your best five card poker hand. To make this possible without the bonuses getting rediciously high one continent bonus has to take out an other one. Along with the suggestion about holding x territories out of y possible it would be possible to use this idea for a map.
I'm sure other ways of using this new feature will come up.
But how should it be done? Here is one idea - You get 5 for Maghreb, 2 for Southeast Coast, but only 5 if you own both because they have the same <best of> label.
- Code: Select all
<continent>
<name>Maghreb</name>
<bonus>5</bonus>
<best of>Southern Continents</best of>
<components>
<component>Algiers</component>
<component>Tunisia</component>
<component>Algeria</component>
<component>Tripoli</component>
<component>Libya</component>
<component>Egypt</component>
<component>Niger</component>
<component>Mali</component>
</components>
</continent>
<continent>
<name>Southeast Coast</name>
<bonus>2</bonus>
<best of>Southern Continents</best of>
<components>
<component>Tanzania</component>
<component>Comoros</component>
<component>Mozambique</component>
<component>Madagascar</component>
</components>
</continent>
<continent>
Is this what you guys have in mind?