1
0
forked from 0ad/0ad

Added ptolemaic fortress with ao. Updated ptolemaic struct texture

This was SVN commit r13932.
This commit is contained in:
Enrique 2013-10-02 21:29:44 +00:00
parent e382967e34
commit 739ed00b5e
8 changed files with 67 additions and 5 deletions

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<group>
<variant>
<mesh>props/ptol_fortress_paintings.dae</mesh>
<textures>
<texture file="structural/ptol_paintings.png" name="baseTex"/>
<texture file="structural/ao/ptol_fortress.png" name="aoTex"/>
</textures>
</variant>
</group>
<material>basic_trans_ao.xml</material>
</actor>

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Ptolemaic Fortress">
<mesh>structural/ptol_fortress.dae</mesh>
<props>
<prop actor="props/structures/ptolemies/fortress_paintings.xml" attachpoint="root"/>
<prop actor="props/structures/decals/dirt_5x5.xml" attachpoint="root"/>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
</props>
<textures>
<texture file="structural/ptol_struct.png" name="baseTex"/>
<texture file="structural/ao/ptol_fortress.png" name="aoTex"/>
</textures>
</variant>
</group>
<group>
<variant frequency="100" name="Idle"/>
<variant name="garrisoned">
<props>
<prop actor="props/special/common/garrison_flag_hele.xml" attachpoint="garrisoned"/>
</props>
</variant>
<variant name="death">
<props>
<prop attachpoint="garrisoned"/>
<prop actor="particle/destruction_smoke_large.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_large.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_large_gray.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/fortress_paintings.xml" attachpoint="root"/>
<prop actor="props/structures/decals/dirt_5x5.xml" attachpoint="root"/>
</props>
</variant>
</group>
<material>player_trans_ao.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_military_fortress">
<Footprint>
<Square width="30.0" depth="32.0"/>
<Square width="26.0" depth="28.0"/>
<Height>8.0</Height>
</Footprint>
<Identity>
@ -10,7 +10,7 @@
<History>?</History>
</Identity>
<Obstruction>
<Static width="26.0" depth="28.0"/>
<Static width="24.0" depth="26.0"/>
</Obstruction>
<ProductionQueue>
<Entities datatype="tokens">
@ -27,6 +27,6 @@
</Technologies>
</ProductionQueue>
<VisualActor>
<Actor>structures/carthaginians/fortress.xml</Actor>
<Actor>structures/ptolemies/fortress.xml</Actor>
</VisualActor>
</Entity>