On the map, it says that you get a +3 bonus for holding Grampian, but on your XML, it says you get a +4 bonus:
- Code: Select all
<continent>
<name>Grampian</name>
<bonus>4</bonus>
<components>
<component>Moray</component>
<component>Banff</component>
<component>Aberdeenshire</component>
<component>City of Aberdeen</component>
<component>Kincardine</component>
</components>
</continent>
Also, when you are writing the XML doesn't it have to have spaces only in certain places? You have a space missing after you list the coordinates:
- Code: Select all
......<coordinates>
<smallx>220</smallx>
<smally>595</smally>
<largex>294</largex>
<largey>786</largey>
</coordinates>
</territory>
<territory>
<name>Kirkcudbright</name>
<borders>
<border>Wigtown</border>
<border>Dumfries</border>......
I thought it had to be a space after every territory:
- Code: Select all
......<coordinates>
<smallx>220</smallx>
<smally>595</smally>
<largex>294</largex>
<largey>786</largey>
</coordinates>
</territory>
<territory>
<name>Kirkcudbright</name>
<borders>
<border>Wigtown</border>
<border>Dumfries</border>......
Mabye it doesn't matter, but I don't know. This needs to soon be quenched.
--lanyards





