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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user