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

37 lines
842 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_structure_military_fortress"
>
<Traits>
<Id>
<Specific>Akropolis</Specific>
<Civ>Hellenes</Civ>
<History>The Akropolis was usually a fortified citadel in the upper part of the city. The Athenian Akropolis was renowned for its marvellous temples, among which was the Parthenon, while the Acro-Corinthus was highly prized by the Macedonians for its strategic location and good defences.</History>
</Id>
</Traits>
<Actor>structures/hellenes/fortress.xml</Actor>
<Actions>
<Create>
<List>
<Train>
<Super_Cavalry_M />
<Super_Infantry_M />
<Super_Cavalry_P/>
<Super_Infantry_P/>
</Train>
<Research>
</Research>
</List>
</Create>
</Actions>
</Entity>