1
0
forked from 0ad/0ad

New Greek house by Privateer! Good work. Test "hero star" for Themistocles.

This was SVN commit r9537.
This commit is contained in:
Michael D. Hafer 2011-05-20 15:48:12 +00:00
parent 84030de9b7
commit 2f94551716
9 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="house d props">
<mesh>props/hele_house_d_props.dae</mesh>
<texture>props/hele_props_a.dds</texture>
</variant>
</group>
</actor>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="house d shields">
<mesh>props/hele_house_d_shields.dae</mesh>
<texture>props/hele_props_b.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<group>
<variant name="decal_hero">
<decal width="4" depth="4" angle="0" offsetx="0" offsetz="0"/>
<texture>props/hero-star.png</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>

View File

@ -31,6 +31,15 @@
</props>
<texture>structural/hele_struct.dds</texture>
</variant>
<variant frequency="3" name="Hellenes House d">
<mesh>structural/hele_house_d.dae</mesh>
<props>
<prop actor="props/structures/hellenes/house_d_shields.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/house_d_props.xml" attachpoint="root"/>
<prop actor="props/structures/decals/dirt_small.xml" attachpoint="root"/>
</props>
<texture>structural/hele_struct_b.png</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -23,9 +23,18 @@
<prop actor="props/units/heads/head_hele_h.xml" attachpoint="head"/>
<prop actor="props/units/weapons/xiphos_alexander.xml" attachpoint="r_hand"/>
<prop actor="props/units/shields/hele_round_themistocles.xml" attachpoint="shield"/>
<prop actor="props/units/hero_star.xml" attachpoint="root"/>
</props>
<texture>skeletal/hele_themistocles.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="Death">
<props>
<prop attachpoint="root"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.