Rome civ centre

This was SVN commit r10638.
This commit is contained in:
Michael D. Hafer 2011-11-30 05:32:53 +00:00
parent acb01541c3
commit e60f39f955
2 changed files with 14 additions and 7 deletions

View File

@ -1,15 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Civic Center">
<mesh>structural/rome_civic_center.dae</mesh>
<texture>structural/rome_struct.dds</texture>
<mesh>structural/roman_cc.dae</mesh>
<props>
<prop actor="props/structures/romans/rome_cc_trans.xml" attachpoint="root"/>
</props>
<texture>structural/roman_struct2.png</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -1,10 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_civil_centre">
<Footprint>
<Square width="40.0" depth="40.0"/>
<Height>8.0</Height>
</Footprint>
<Identity>
<Civ>rome</Civ>
<SpecificName>Municipium</SpecificName>
<History>(Roman History goes here)</History>
</Identity>
<Obstruction>
<Static width="37.0" depth="37.0"/>
</Obstruction>
<TrainingQueue>
<Entities datatype="tokens">
units/rome_cavalry_spearman_b
@ -13,6 +20,7 @@
</Entities>
</TrainingQueue>
<VisualActor>
<FoundationActor>structures/fndn_8x8.xml</FoundationActor>
<Actor>structures/romans/civic_centre.xml</Actor>
</VisualActor>
</Entity>