More changes to Roman ballista

This was SVN commit r10851.
This commit is contained in:
Pureon 2012-01-02 02:28:33 +00:00
parent a902eca2a2
commit 506a4d2647
4 changed files with 18 additions and 7 deletions

View File

@ -6,6 +6,7 @@
<mesh>structural/rome_ballista.dae</mesh> <mesh>structural/rome_ballista.dae</mesh>
<texture>structural/rome_ballista.png</texture> <texture>structural/rome_ballista.png</texture>
<props> <props>
<prop actor="props/units/weapons/rock_flaming.xml" attachpoint="loaded-projectile"/>
<prop actor="props/units/weapons/rock_flaming.xml" attachpoint="projectile"/> <prop actor="props/units/weapons/rock_flaming.xml" attachpoint="projectile"/>
</props> </props>
</variant> </variant>

Binary file not shown.

View File

@ -2,11 +2,21 @@
<Entity parent="template_unit_mechanical_siege_onager"> <Entity parent="template_unit_mechanical_siege_onager">
<Attack> <Attack>
<Ranged> <Ranged>
<Hack>60.0</Hack>
<Crush>60.0</Crush>
<MaxRange>84</MaxRange> <MaxRange>84</MaxRange>
<MinRange>20.0</MinRange> <MinRange>30.0</MinRange>
<ProjectileSpeed>20.0</ProjectileSpeed> <ProjectileSpeed>22.0</ProjectileSpeed>
<RepeatTime>8000</RepeatTime>
</Ranged> </Ranged>
</Attack> </Attack>
<Cost>
<BuildTime>40</BuildTime>
<Resources>
<wood>300</wood>
<stone>100</stone>
</Resources>
</Cost>
<Footprint replace=""> <Footprint replace="">
<Square width="6.0" depth="7.0"/> <Square width="6.0" depth="7.0"/>
<Height>4.5</Height> <Height>4.5</Height>