This was SVN commit r10250.

This commit is contained in:
ShieldBearer 2011-09-11 13:30:16 +00:00
parent be69735582
commit cccfaecdfe
6 changed files with 62 additions and 16 deletions

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="mesh">
<mesh>props/hele_pentekonter_sail.dae</mesh>
</variant>
</group>
<group>
<variant frequency="1" name="sail_eye">
<texture>props/hele_sail_eye_war.dds</texture>
</variant>
<variant frequency="1" name="sail_pegasus">
<texture>props/hele_sail_pegasus_war.dds</texture>
</variant>
<variant frequency="1" name="sail_star">
<texture>props/hele_sail_star_war.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<float/>
<group>
<variant frequency="1" name="Greek Pentekonter">
<mesh>structural/hele_ship_pentekonter.dae</mesh>
<props>
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
<prop actor="props/structures/hellenes/pentekonter_mainsail.xml" attachpoint="root"/>
</props>
<texture>structural/hele_pentekonter.png</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_bireme">
<Footprint>
<Square width="6.0" depth="30.0"/>
<Height>8.0</Height>
</Footprint>
<Identity>
<Civ>hele</Civ>
<SpecificName>Pentekontoros</SpecificName>
<History>Pentekonters were employed from 800 BC, mostly as a light support unit in the Greek navy. After 600 BC, they were only seen in battle in very limited numbers. They were still in use by small states which could not afford a sufficient number of triremes for their navy.</History>
<Icon>units/hele_ship_bireme.png</Icon>
</Identity>
<VisualActor>
<Actor>structures/hellenes/bireme.xml</Actor>
</VisualActor>
</Entity>
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_bireme">
<Footprint>
<Square width="6.0" depth="30.0"/>
<Height>8.0</Height>
</Footprint>
<Identity>
<Civ>hele</Civ>
<SpecificName>Pentekontoros</SpecificName>
<History>Pentekonters were employed from 800 BC, mostly as a light support unit in the Greek navy. After 600 BC, they were only seen in battle in very limited numbers. They were still in use by small states which could not afford a sufficient number of triremes for their navy.</History>
<Icon>units/hele_ship_bireme.png</Icon>
</Identity>
<VisualActor>
<Actor>structures/hellenes/pentekonter.xml</Actor>
</VisualActor>
</Entity>