mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
This was SVN commit r10250.
This commit is contained in:
parent
be69735582
commit
cccfaecdfe
6 changed files with 62 additions and 16 deletions
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8474642a5197f4780588be23774ba7902c5ad62146cd84aa6000ce3be4980549
|
||||
size 27983
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba6a7269d4c1b133076ccca5600a77c327f78c6f717cf8a2af7e9c6f77faf9c7
|
||||
size 262813
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93c2df807ed6990ee3b180324a2fa73fc08e7db2e81c781235214ee20ea7c2ad
|
||||
size 718533
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue