Packed Roman ballista and Packed Carthaginian rock thrower

This was SVN commit r12885.
This commit is contained in:
Pureon 2012-11-25 19:28:18 +00:00
parent f456112492
commit 6de4300c01
6 changed files with 80 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="cart rock packed">
<animations/>
<mesh>props/special/kart_rock_packed.dae</mesh>
<textures><texture file="structural/hele_siege.dds" name="baseTex"/></textures>
</variant>
</group>
</actor>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="rome rock packed">
<animations/>
<mesh>props/special/rome_rock_packed.dae</mesh>
<textures><texture file="structural/rome_ballista.png" name="baseTex"/></textures>
</variant>
</group>
</actor>

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="wagon kart rock">
<animations>
<animation file="mechanical/wagon_four_wheel_empty_idle.dae" name="Idle" speed="100"/>
<animation file="mechanical/wagon_four_wheel_empty_move.dae" name="Walk" speed="10"/>
<animation file="mechanical/wagon_four_wheel_empty_move.dae" name="Run" speed="10"/>
</animations>
<mesh>props/special/wagon_four_wheel_empty.dae</mesh>
<props>
<prop actor="props/special/kart_rock_packed.xml" attachpoint="cargo"/>
<prop actor="units/hellenes/trader_h.xml" attachpoint="horse_l"/>
<prop actor="units/hellenes/trader_h.xml" attachpoint="horse_r"/>
</props>
<textures><texture file="props/wooden_wagon.png" name="baseTex"/></textures>
</variant>
</group>
</actor>

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="wagon hele rock">
<animations>
<animation file="mechanical/wagon_four_wheel_empty_idle.dae" name="Idle" speed="100"/>
<animation file="mechanical/wagon_four_wheel_empty_move.dae" name="Walk" speed="10"/>
<animation file="mechanical/wagon_four_wheel_empty_move.dae" name="Run" speed="10"/>
</animations>
<mesh>props/special/wagon_four_wheel_empty.dae</mesh>
<props>
<prop actor="props/special/rome_rock_packed.xml" attachpoint="cargo"/>
<prop actor="units/hellenes/trader_h.xml" attachpoint="horse_l"/>
<prop actor="units/hellenes/trader_h.xml" attachpoint="horse_r"/>
</props>
<textures><texture file="props/wooden_wagon.png" name="baseTex"/></textures>
</variant>
</group>
</actor>

Binary file not shown.

Binary file not shown.