Some new fallen columns eye candy.

This was SVN commit r8164.
This commit is contained in:
Michael D. Hafer 2010-09-23 19:17:15 +00:00
parent 85deca90e4
commit d0d879d3f6
7 changed files with 72 additions and 3 deletions

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="fallen columns a">
<mesh>props/column_fallen_a.dae</mesh>
</variant>
<variant frequency="1" name="fallen columns b">
<mesh>props/column_fallen_b.dae</mesh>
</variant>
<variant frequency="1" name="fallen columns c">
<mesh>props/column_fallen_c.dae</mesh>
</variant>
</group>
<group>
<variant name="texture">
<texture>props/hele_props_a.dds</texture>
</variant>
</group>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure">
<Identity>
<IconSheet>snPortraitSheetSpecialGaia</IconSheet>
<IconCell>4</IconCell>
<Civ>hele</Civ>
<GenericName>Column</GenericName>
<SpecificName>Fallen Doric Column</SpecificName>
<History>A column fallen off some Greek ruin.</History>
</Identity>
<Health>
<Max>150</Max>
</Health>
<Armour>
<Hack>5.0</Hack>
<Pierce>10.0</Pierce>
<Crush>5.0</Crush>
</Armour>
<Loot>
<xp>1</xp>
<food>0</food>
<wood>0</wood>
<stone>20</stone>
<metal>0</metal>
</Loot>
<VisualActor>
<Actor>props/special/eyecandy/column_doric_fallen.xml</Actor>
</VisualActor>
<Footprint>
<Square width="2.5" depth="12.5"/>
<Height>4.0</Height>
</Footprint>
<Obstruction>
<Static width="2.0" depth="12.0"/>
</Obstruction>
<Vision>
<Range>4</Range>
<RetainInFog>true</RetainInFog>
</Vision>
</Entity>