1
0
forked from 0ad/0ad

Persian blacksmith building

This was SVN commit r13570.
This commit is contained in:
Pureon 2013-07-16 21:57:49 +00:00
parent 2ea7fb18ea
commit 1cca648b6d
6 changed files with 38 additions and 4 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="Props_a">
<mesh>structural/pers_blacksmith_props.dae</mesh>
</variant>
</group>
<group>
<variant>
<textures><texture file="props/palisade_main.png" name="baseTex"/></textures>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -3,15 +3,25 @@
<castshadow/>
<group>
<variant frequency="1" name="Blacksmith">
<mesh>structural/temp_blacksmith.dae</mesh>
<mesh>structural/pers_blacksmith.dae</mesh>
<props>
<prop actor="props/structures/persians/blacksmith.xml" attachpoint="root"/>
<prop actor="particle/smoke_blacksmith.xml" attachpoint="smoke"/>
<prop actor="particle/flame.xml" attachpoint="fire"/>
<prop actor="props/units/shields/pers_taka_a.xml" attachpoint="shielda"/>
<prop actor="props/units/shields/pers_round_kardakes.xml" attachpoint="shieldb"/>
<prop actor="props/units/shields/pers_round_kardakes.xml" attachpoint="shieldc"/>
<prop actor="props/units/heads/pers_conical_plume.xml" attachpoint="helmeta"/>
<prop actor="props/units/heads/pers_conical_plume.xml" attachpoint="helmetb"/>
<prop actor="props/units/heads/pers_conical_plume.xml" attachpoint="helmetc"/>
<prop actor="props/units/heads/pers_conical_plume.xml" attachpoint="helmetd"/>
<prop actor="props/structures/decals/dirt_4x4.xml" attachpoint="root"/>
</props>
<textures>
<texture file="structural/pers_struct.dds" name="baseTex"/>
<texture file="structural/ao/pers_blacksmith.png" name="aoTex"/>
</textures>
</variant>
</group>
<material>player_trans.xml</material>
<material>player_trans_ao.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.