1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/cart_barracks.xml
Mythos_Ruler f9ef989f6d Carthage embassy and unit updates.
Some Barracks cost updates.

This was SVN commit r10090.
2011-08-24 19:30:06 +00:00

34 lines
962 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_barracks">
<Cost>
<Resources>
<wood>100</wood>
<stone>150</stone>
</Resources>
</Cost>
<Footprint>
<Square width="24.0" depth="25.0"/>
<Height>15.0</Height>
</Footprint>
<Identity>
<Civ>cart</Civ>
<SpecificName>Mahaneh</SpecificName>
<History>The Carthaginians incorporated stables and barracks into their city walls.</History>
<Tooltip>Train North African citizen-soldiers.</Tooltip>
</Identity>
<Obstruction>
<Static width="22.0" depth="23.0"/>
</Obstruction>
<TrainingQueue>
<Entities datatype="tokens">
units/cart_infantry_spearman_b
units/cart_infantry_archer_b
units/cart_cavalry_javelinist_b
</Entities>
</TrainingQueue>
<VisualActor>
<Actor>structures/carthaginians/barracks.xml</Actor>
<FoundationActor>structures/fndn_5x5.xml</FoundationActor>
</VisualActor>
</Entity>