1
0
forked from 0ad/0ad

This was SVN commit r7619.

This commit is contained in:
Michael D. Hafer 2010-06-07 02:48:02 +00:00
parent 37798136c2
commit c8edf0e9e2
2 changed files with 3 additions and 16 deletions

View File

@ -6,6 +6,7 @@
<mesh>structural/kart_market.dae</mesh>
<props>
<prop actor="props/structures/carthaginians/market.xml" attachpoint="root"/>
<prop actor="props/structures/decals/dirt_6x6.xml" attachpoint="root"/>
</props>
<texture>structural/kart_struct.dds</texture>
</variant>

View File

@ -1,42 +1,28 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_unit_mechanical_ship_trireme"
>
<Entity Parent="template_unit_mechanical_ship_trireme">
<Traits>
<Id>
<Specific>Quinquereme</Specific>
<Civ>Romans</Civ>
</Id>
<Footprint>
<Width>6.0</Width>
<Depth>50.0</Depth>
<Height>8.0</Height>
</Footprint>
</Traits>
<Actions>
<Move>
<Speed>18.0</Speed>
<TurningRadius>12.0</TurningRadius>
<TurningRadius>25.0</TurningRadius>
<Run>
<Speed>35.0</Speed>
<Range>1200.0</Range>
<RangeMin>20.0</RangeMin>
</Run>
</Move>
</Actions>
<Actor>structures/romans/quinquereme.xml</Actor>
</Entity>