1
0
forked from 0ad/0ad

Mauryan Corral model

This was SVN commit r13168.
This commit is contained in:
Pureon 2013-02-14 01:26:19 +00:00
parent 2f19cf86d3
commit 88c10f5af1
3 changed files with 21 additions and 7 deletions

View File

@ -4,7 +4,21 @@
<group>
<variant frequency="100" name="Corral">
<mesh>structural/maur_corral.dae</mesh>
<textures><texture file="structural/maur_struct_temp.png" name="baseTex"/></textures>
<props>
<prop actor="props/structures/celts/corral_mud.xml" attachpoint="mud"/>
</props>
<textures><texture file="structural/maur_struct_b.png" name="baseTex"/></textures>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="death">
<props>
<prop actor="particle/destruction_smoke_small.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_small.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_small_gray.xml" attachpoint="root"/>
<prop actor="props/structures/decals/iber_corral_mud.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>

Binary file not shown.

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_resource_corral">
<Footprint>
<Square width="18.0" depth="12.0"/>
<Square width="14.5" depth="14.5"/>
<Height>5.0</Height>
</Footprint>
<Health>
<SpawnEntityOnDeath>rubble/rubble_4x2</SpawnEntityOnDeath>
<SpawnEntityOnDeath>rubble/rubble_3x3</SpawnEntityOnDeath>
</Health>
<Identity>
<Civ>maur</Civ>
@ -13,10 +13,10 @@
<History>Corral.</History>
</Identity>
<Obstruction>
<Static width="17.0" depth="11.0"/>
<Static width="13.0" depth="13.0"/>
</Obstruction>
<VisualActor>
<Actor>structures/mauryans/corral.xml</Actor>
<FoundationActor>structures/fndn_4x2.xml</FoundationActor>
<FoundationActor>structures/fndn_3x3.xml</FoundationActor>
</VisualActor>
</Entity>