1
0
forked from 0ad/0ad
0ad/binaries/data/mods/official/entities/structures/celt_civil_centre.xml
Acumen 268584d177 Initial commit of GUI changes. You're not liable to see much difference (in fact, there's probably less functionality than there used to be).
This is mostly to commit the new icon sheets so Jason can commit changes
directly if he prefers, and because I'm about to get back onto fixing
the command lists (not necessarily ones that actually do things when you
click them, but at least get them updating properly on the screen for
Matei), and want to commit a semi-usable update before I potentially
break it all again.

This was SVN commit r3571.
2006-02-27 23:37:43 +00:00

34 lines
664 B
XML

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_structure_civic_civil_centre"
>
<Traits>
<Id>
<Specific>Caer</Specific>
<Civ>Celts</Civ>
<History>This was be the centre of the town, a great hall where the clan leader resided. All political matters were probably performed inside such a structure.</History>
</Id>
</Traits>
<Actor>structures/celts/civil_centre.xml</Actor>
<Actions>
<Create>
<List>
<Train>
<Infantry_Spearman_B />
<Infantry_Javelinist_B />
<Cavalry_Javelinist_B />
</Train>
</List>
</Create>
</Actions>
</Entity>