Skip to content

Commit

Permalink
Packed Roman ballista and Packed Carthaginian rock thrower
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.wildfiregames.com/public/ps/trunk@12885 3db68df2-c116-0410-a063-a993310a9797
  • Loading branch information
Pureon authored and Pureon committed Nov 25, 2012
1 parent 312b809 commit de5db4d
Show file tree
Hide file tree
Showing 6 changed files with 271 additions and 0 deletions.
@@ -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>
@@ -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>
@@ -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>
@@ -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>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit de5db4d

Please sign in to comment.