1
0
forked from 0ad/0ad

This was SVN commit r8289.

This commit is contained in:
ShieldBearer 2010-10-05 17:44:14 +00:00
parent 9dfa21b558
commit 22920d34d9
4 changed files with 78 additions and 58 deletions

View File

@ -1,18 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_scout_tower">
<Identity>
<Civ>cart</Civ>
<SpecificName>Migdal</SpecificName>
<History>Sturdy stone outposts used to keep an eye on desert nomad tribes along the Carthaginian North African frontier.</History>
</Identity>
<VisualActor>
<Actor>structures/carthaginians/scout_tower.xml</Actor>
</VisualActor>
<Footprint>
<Square width="9.0" depth="9.0"/>
<Height>18.0</Height>
</Footprint>
<Obstruction>
<Static width="9.0" depth="9.0"/>
</Obstruction>
</Entity>
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_scout_tower">
<Identity>
<Civ>cart</Civ>
<SpecificName>Migdal</SpecificName>
<History>Sturdy stone outposts used to keep an eye on desert nomad tribes along the Carthaginian North African frontier.</History>
</Identity>
<VisualActor>
<Actor>structures/carthaginians/scout_tower.xml</Actor>
</VisualActor>
<Footprint>
<Square width="9.0" depth="9.0"/>
<Height>18.0</Height>
</Footprint>
<Obstruction>
<Static width="9.0" depth="9.0"/>
</Obstruction>
<StatusBars>
<BarWidth>6.0</BarWidth>
<BarHeight>0.6</BarHeight>
<HeightOffset>20.0</HeightOffset>
</StatusBars>
</Entity>

View File

@ -1,11 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_scout_tower">
<Identity>
<Civ>iber</Civ>
<SpecificName>Torre Iberica</SpecificName>
<History>These towers were quite large, high and monolithic stonework; being cylindrical lent them added strength. They were initially built at mountain passes to control access through them or on high places to provide overview and defense of surrounding terrain. They may have also been used as 'toll stations' along trading routes. Sometimes they were even built 'right out in the middle of nowhere' on the flatlands, but always with the idea of defensively controlling terrain.</History>
</Identity>
<VisualActor>
<Actor>structures/iberians/scout_tower.xml</Actor>
</VisualActor>
</Entity>
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_scout_tower">
<Identity>
<Civ>iber</Civ>
<SpecificName>Torre Iberica</SpecificName>
<History>These towers were quite large, high and monolithic stonework; being cylindrical lent them added strength. They were initially built at mountain passes to control access through them or on high places to provide overview and defense of surrounding terrain. They may have also been used as 'toll stations' along trading routes. Sometimes they were even built 'right out in the middle of nowhere' on the flatlands, but always with the idea of defensively controlling terrain.</History>
</Identity>
<VisualActor>
<Actor>structures/iberians/scout_tower.xml</Actor>
</VisualActor>
<StatusBars>
<BarWidth>6.0</BarWidth>
<BarHeight>0.6</BarHeight>
<HeightOffset>17.0</HeightOffset>
</StatusBars>
</Entity>

View File

@ -1,11 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_scout_tower">
<Identity>
<Civ>pers</Civ>
<SpecificName>Padgan</SpecificName>
<History>The narrow entrance into mountainous Cilicia was protected by wooden fortifications which made any foreign intrusions extremely difficult.</History>
</Identity>
<VisualActor>
<Actor>structures/persians/scout_tower.xml</Actor>
</VisualActor>
</Entity>
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_scout_tower">
<Identity>
<Civ>pers</Civ>
<SpecificName>Padgan</SpecificName>
<History>The narrow entrance into mountainous Cilicia was protected by wooden fortifications which made any foreign intrusions extremely difficult.</History>
</Identity>
<VisualActor>
<Actor>structures/persians/scout_tower.xml</Actor>
</VisualActor>
<StatusBars>
<BarWidth>6.0</BarWidth>
<BarHeight>0.6</BarHeight>
<HeightOffset>19.0</HeightOffset>
</StatusBars>
</Entity>

View File

@ -1,18 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_scout_tower">
<Identity>
<Civ>rome</Civ>
<SpecificName>Turris Lignea</SpecificName>
<History>For use by the Romans to keep an eye over surrounding hostile territory.</History>
</Identity>
<VisualActor>
<Actor>structures/romans/scout_tower.xml</Actor>
</VisualActor>
<Footprint>
<Square width="7.5" depth="7.5"/>
<Height>15.0</Height>
</Footprint>
<Obstruction>
<Static width="7.5" depth="7.5"/>
</Obstruction>
</Entity>
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_defense_scout_tower">
<Identity>
<Civ>rome</Civ>
<SpecificName>Turris Lignea</SpecificName>
<History>For use by the Romans to keep an eye over surrounding hostile territory.</History>
</Identity>
<VisualActor>
<Actor>structures/romans/scout_tower.xml</Actor>
</VisualActor>
<Footprint>
<Square width="7.5" depth="7.5"/>
<Height>15.0</Height>
</Footprint>
<Obstruction>
<Static width="7.5" depth="7.5"/>
</Obstruction>
<StatusBars>
<BarWidth>6.0</BarWidth>
<BarHeight>0.6</BarHeight>
<HeightOffset>19.0</HeightOffset>
</StatusBars>
</Entity>