nolefan5311 wrote:...
I did see that which is why I thought I could when I wrote Labyrinth or another one, but I was told I couldn't.  I've put a pm into tnb to chat about this so I will let you know.  It might have gotten fixed for all I know.
OK.'ll hold off 'til you hear back...
but in the meantime....
I've been thinking about this 4 towns and capital bonus.
If i keep the 4 towns code at the start seperate like this...the play will get that bonus if he holds this continent, which is not desired.
- Code: Select all
- <!-- Defining 4 towns -->
 <continent>
 <name>4 Towns (CR)</name>
 <bonuses>
 <bonus required="4">1</bonus>
 <bonus required="8">1</bonus>
 <bonus required="12">1</bonus>
 </bonuses>
 <components>
 <territory>Ústí n/Labem</territory>
 <territory>Liberec</territory>
 <territory>Karlovy Vary</territory>
 <territory>Plzeň</territory>
 <territory>Kladno</territory>
 <territory>Beroun</territory>
 <territory>Hradec Králové</territory>
 <territory>Pardubice</territory>
 <territory>České Budějovice</territory>
 <territory>Tábor</territory>
 <territory>Jihlava</territory>
 <territory>Brno</territory>
 <territory>Olomouc</territory>
 <territory>Ostrava</territory>
 </components>
 </continent>
 
 <continent>
 <name>4 Towns (SR)</name>
 <bonuses>
 <bonus required="4">1</bonus>
 <bonus required="8">1</bonus>
 </bonuses>
 <components>
 <territory>Kúty</territory>
 <territory>Nitra</territory>
 <territory>Žilina</territory>
 <territory>Banská Bystrica</territory>
 <territory>Lučenec</territory>
 <territory>Košice</territory>
 <territory>Poprad</territory>
 <territory>Prešov</territory>
 <territory>Trenčín</territory>
 </components>
 </continent>
 <!-- End Defining 4 towns -->
What is desired is this i beleive, because you actually need Praha (mandatory) plus 4 towns to get the 1 bonus therefore you need 5 territories.
....you need Praha (mandatory) plus 8 towns to get the 2 bonus
and Praha (mandatory) plsu 12 towns to get the 3 bonus.
- Code: Select all
- <!-- Defining capitals and 4 towns positive bonus-->
 <continent>
 <name>Praha and 4 Towns</name>
 <bonuses>
 <bonus required="5">1</bonus>
 <bonus required="9">1</bonus>
 <bonus required="13">1</bonus>
 </bonuses>
 <components>
 <territory type="mandatory">Praha</territory>
 <territory>Ústí n/Labem</territory>
 <territory>Liberec</territory>
 <territory>Karlovy Vary</territory>
 <territory>Plzeň</territory>
 <territory>Kladno</territory>
 <territory>Beroun</territory>
 <territory>Hradec Králové</territory>
 <territory>Pardubice</territory>
 <territory>České Budějovice</territory>
 <territory>Tábor</territory>
 <territory>Jihlava</territory>
 <territory>Brno</territory>
 <territory>Olomouc</territory>
 <territory>Ostrava</territory>
 </components>
 </continent>
and the similar would apply to SR.