Page 1 of 1

Are territory bonuses always auto-deploy?

PostPosted: Sun May 04, 2008 8:29 am
by cicero
Mapmakers ...

Territory bonuses, like the ones for holding castles in Feudal War, are they always auto-deployed on the qualifying territory?
Or is it possible to earn a Territory bonus for holding a single territory that you receive the armies for "in your hand" and can deploy like you can regular armies and continent bonuses?
If the latter is possible please can you tell me any existing or in development maps which use this feature.

Thanks


Cicero

Re: Are territory bonuses always auto-deploy?

PostPosted: Sun May 04, 2008 8:44 am
by t-o-m
couldnt you programme the XML to say like: china is a cont - with a bonus of X
i think thats possible

Re: Are territory bonuses always auto-deploy?

PostPosted: Sun May 04, 2008 9:13 am
by gimil
Standard Bonus:

<continent>
<name>Feudal Castle</name>
<bonus>5</bonus>
<components>
<territory>Feudal Castle</territory>
</components>
</continent>


Auto Deploy:

<territory>
<name>Alberta</name>
<borders>
<border>Alaska</border>
<border>Northwest Territory</border>
<border>Ontario</border>
<border>Western United States</border>
</borders>
<bonus>3</bonus>
<coordinates>
<smallx>90</smallx>
<smally>90</smally>
<largex>120</largex>
<largey>111</largey>
</coordinates>
</territory>


Yes it is possible to get a non auto deploy bonus on a single terr.

Re: Are territory bonuses always auto-deploy?

PostPosted: Sun May 04, 2008 1:07 pm
by cicero
Of course ... a single territory continent gets you the armies in your hand.
And a single territory, with a bonus applied to it within the <territory> tag, will auto deploy.

Thanks gimil.