1
0
forked from mirrors/0ad

Nerf british population bonus for town phase buildings, in agreement with borg and fatherbushido.

This was SVN commit r18891.
This commit is contained in:
elexis
2016-10-31 13:56:40 +00:00
parent 0db69d55fb
commit 48e5101239
3 changed files with 2 additions and 3 deletions
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_blacksmith">
<Cost>
<PopulationBonus>4</PopulationBonus>
<PopulationBonus>2</PopulationBonus>
</Cost>
<Identity>
<Civ>brit</Civ>
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_economic_market">
<Cost>
<PopulationBonus>12</PopulationBonus>
<PopulationBonus>5</PopulationBonus>
</Cost>
<Footprint>
<Square width="26.0" depth="24.0"/>
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_temple">
<Cost>
<PopulationBonus>7</PopulationBonus>
<Resources>
<stone>0</stone>
<wood>300</wood>