<EDIT> If this is not an error (Gimi'l and Di'm do not border) then I appologize to DiM and Yeti_c</EDIT>
gimi'l (bloodwater) only borders B'hed, and it should border D'im as well (as D'im is on the opposite side)
The current territory code for gimi'l is
- Code: Select all
<territory>
<name>Gimi'l</name>
−
<borders>
<border>B'hed</border>
<border>Eon</border>
<border>Vesk</border>
<border>Duht</border>
<border>Qasr</border>
<border>Voigth</border>
<border>U'rl</border>
<border>Sler</border>
<border>Aosa</border>
<border>Ieme</border>
<border>Ikalu</border>
</borders>
−
<coordinates>
<smallx>290</smallx>
<smally>223</smally>
<largex>388</largex>
<largey>292</largey>
</coordinates>
<neutral>2</neutral>
<bonus>-10</bonus>
</territory>
The code should look like
- Code: Select all
<territory>
<name>Gimi'l</name>
−
<borders>
<border>B'hed</border>
<border>D'im</border>
<border>Eon</border>
<border>Vesk</border>
<border>Duht</border>
<border>Qasr</border>
<border>Voigth</border>
<border>U'rl</border>
<border>Sler</border>
<border>Aosa</border>
<border>Ieme</border>
<border>Ikalu</border>
</borders>
−
<coordinates>
<smallx>290</smallx>
<smally>223</smally>
<largex>388</largex>
<largey>292</largey>
</coordinates>
<neutral>2</neutral>
<bonus>-10</bonus>
</territory>
and the code for D'im will need to be changed as well
current code for D'im
- Code: Select all
<territory>
<name>D'im</name>
−
<borders>
<border>K'rah</border>
<border>Eon</border>
<border>Vesk</border>
<border>Duht</border>
<border>Qasr</border>
<border>Voigth</border>
<border>U'rl</border>
<border>Sler</border>
<border>Aosa</border>
<border>Ieme</border>
<border>Ikalu</border>
</borders>
−
<coordinates>
<smallx>154</smallx>
<smally>225</smally>
<largex>206</largex>
<largey>294</largey>
</coordinates>
<neutral>2</neutral>
<bonus>-10</bonus>
</territory>
new code
- Code: Select all
<territory>
<name>D'im</name>
−
<borders>
<border>K'rah</border>
<border>Gimi'l</border>
<border>Eon</border>
<border>Vesk</border>
<border>Duht</border>
<border>Qasr</border>
<border>Voigth</border>
<border>U'rl</border>
<border>Sler</border>
<border>Aosa</border>
<border>Ieme</border>
<border>Ikalu</border>
</borders>
−
<coordinates>
<smallx>154</smallx>
<smally>225</smally>
<largex>206</largex>
<largey>294</largey>
</coordinates>
<neutral>2</neutral>
<bonus>-10</bonus>
</territory>