1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/structures/pers_fortress.xml

37 lines
681 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_structure_military_fortress"
>
<Traits>
<Id>
<Specific>Dura</Specific>
<Civ>Persians</Civ>
<History>The Susa Chateau was a fortress in the administrative capital of Susa, which was reconstructed by a French archaeologist in 1890 with the use of original building material.</History>
</Id>
</Traits>
<Actions>
<Create>
<List>
<Train>
<Super_Cavalry />
<Super_Infantry />
</Train>
<Research>
</Research>
</List>
</Create>
</Actions>
<Actor>structures/persians/fortress.xml</Actor>
</Entity>