After a lot of playtesting, I've adjusted the build limits on the Fortresses and Scout Towers. See if these are 'ok'.

This was SVN commit r10145.
This commit is contained in:
Michael D. Hafer 2011-08-31 02:07:35 +00:00
parent cda3a7eedf
commit b48c35c512

View File

@ -5,8 +5,8 @@ BuildLimits.prototype.Schema =
"<a:example>" + "<a:example>" +
"<Limits>" + "<Limits>" +
"<CivilCentre/>" + "<CivilCentre/>" +
"<ScoutTower>20</ScoutTower>" + "<ScoutTower>25</ScoutTower>" +
"<Fortress>5</Fortress>" + "<Fortress>10</Fortress>" +
"<Special>" + "<Special>" +
"<LimitPerCivCentre>1</LimitPerCivCentre>" + "<LimitPerCivCentre>1</LimitPerCivCentre>" +
"</Special>" + "</Special>" +