1
0
forked from 0ad/0ad

Hellenes and Celt barracks can now train things, and female citizens can build.

This was SVN commit r4499.
This commit is contained in:
Matei 2006-10-06 19:10:49 +00:00
parent cbb65769e0
commit 6a3c817997
4 changed files with 23 additions and 1 deletions

View File

@ -19,4 +19,16 @@
<Actor>structures/celts/barracks.xml</Actor>
<Actions>
<Create>
<List>
<Train>
<Infantry_Spearman_B />
<Infantry_Javelinist_B />
<Cavalry_Javelinist_B />
</Train>
</List>
</Create>
</Actions>
</Entity>

View File

@ -22,6 +22,11 @@
<Actions>
<Create>
<List>
<Train>
<Infantry_Spearman_B />
<Infantry_Javelinist_B />
<Cavalry_Swordsman_B />
</Train>
<Research>
<Hele_Spearman_Armour_1 />
<Hele_Spearman_Speed_1 />

View File

@ -33,5 +33,5 @@
<Max>600</Max>
</Health>
</Traits>
</Entity>

View File

@ -61,6 +61,11 @@
<Rate>0.5</Rate>
<Speed>1000</Speed>
</Repair>
<Build>
<Rate>1.0</Rate>
<Speed>1000</Speed>
</Build>
</Actions>