1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/simulation/templates/structures/hele_barracks.xml
WhiteTreePaladin ae823038bd Added <IconSheet></IconSheet> attribute to entities
Added icon_sheet attribute to GUI interface
Made session GUI reference template.icon_sheet

This was SVN commit r7761.
2010-07-16 02:45:22 +00:00

27 lines
834 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_barracks">
<Identity>
<Civ>hele</Civ>
<SpecificName>Strategion</SpecificName>
<IconSheet>snPortraitSheetHele</IconSheet>
<History>The Strategion was the main military headquarters, where important decisions were taken and plans for battles discussed by the Hellene Generals, or "Strategoi".</History>
</Identity>
<Cost>
<BuildTime>44</BuildTime>
</Cost>
<Health>
<Max>2200</Max>
</Health>
<VisualActor>
<Actor>structures/hellenes/barracks.xml</Actor>
</VisualActor>
<TrainingQueue>
<Entities datatype="tokens">
units/hele_cavalry_swordsman_b
units/hele_infantry_archer_b
units/hele_infantry_javelinist_b
units/hele_infantry_spearman_b
</Entities>
</TrainingQueue>
</Entity>