1
0
forked from 0ad/0ad

Ptolemaic dock draft commit

This was SVN commit r14369.
This commit is contained in:
Johnathan Good 2013-12-17 03:17:35 +00:00
parent fa03aadaa5
commit 60bbb50625
4 changed files with 41 additions and 1 deletions

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<float/>
<group>
<variant frequency="100" name="dock">
<mesh>structural/ptol_dock.dae</mesh>
<textures>
<texture file="structural/ptol_struct.png" name="baseTex"/>
<texture file="structural/ptol_struct_norm.png" name="normTex"/>
<texture file="structural/ptol_struct_spec.png" name="specTex"/>
<texture file="structural/ao/ptol_dock.png" name="aoTex"/>
</textures>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="garrisoned">
<props>
<prop actor="props/special/common/garrison_flag_ptol.xml" attachpoint="garrisoned"/>
</props>
</variant>
<variant name="death">
<props>
<prop attachpoint="garrisoned"/>
<prop actor="particle/destruction_smoke_med.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_med.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_med_gray.xml" attachpoint="root"/>
<prop actor="props/structures/decals/dirt_6x4.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>player_trans_ao_parallax_spec.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

View File

@ -24,7 +24,7 @@
</Entities>
</ProductionQueue>
<VisualActor>
<Actor>structures/macedonians/dock.xml</Actor>
<Actor>structures/ptolemies/dock.xml</Actor>
<FoundationActor>structures/fndn_6x4_dock.xml</FoundationActor>
</VisualActor>
</Entity>