1
0
forked from 0ad/0ad

Miscellaneous Mauryan structure based on Eggbird's old Civ Centre.

This was SVN commit r13026.
This commit is contained in:
Michael D. Hafer 2012-12-27 23:27:41 +00:00
parent 478de5b001
commit ab9463e13f
3 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>structural/maur_misc_01.dae</mesh>
<props>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
</props>
<textures>
<texture file="structural/maur_struct.png" name="baseTex"/>
</textures>
</variant>
</group>
<group>
<variant name="Idle"/>
<variant name="garrisoned">
<props>
<prop actor="props/special/common/garrison_flag_mauryans.xml" attachpoint="garrisoned"/>
</props>
</variant>
<variant name="death">
<props>
<prop attachpoint="garrisoned"/>
<prop actor="particle/destruction_dust_med.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_med_dark.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_civic_house">
<Footprint>
<Square width="40.0" depth="16.0"/>
<Height>5.0</Height>
</Footprint>
<Identity>
<Civ>maur</Civ>
<SpecificName>Griham</SpecificName>
<History>House.</History>
</Identity>
<Obstruction>
<Static width="36.0" depth="12.0"/>
</Obstruction>
<TerritoryInfluence>
<Root>false</Root>
<Radius>38</Radius>
<Weight>65536</Weight>
</TerritoryInfluence>
<VisualActor>
<Actor>structures/mauryans/misc_structure_01.xml</Actor>
</VisualActor>
</Entity>