Here are the celt ships!

This was SVN commit r3244.
This commit is contained in:
Wijitmaker
2005-12-14 09:23:15 +00:00
parent 15be1474bc
commit 00a15f0ccb
16 changed files with 120 additions and 4 deletions
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<group>
<variant>
<mesh>props/celt_mer1.pmd</mesh>
<texture>structural/celt_sail.dds</texture>
</variant>
</group>
</actor>
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<group>
<variant>
<mesh>props/celt_tri1.pmd</mesh>
<texture>structural/celt_sail.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>structural/celt_mer.pmd</mesh>
<props>
<prop actor="props/structures/celts/celt_mer1.xml" attachpoint="mast"/>
</props>
<texture>structural/celt_merchant.dds</texture>
</variant>
</group>
</actor>
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>structural/celt_tri.pmd</mesh>
<props>
<prop actor="props/structures/celts/celt_tri1.xml" attachpoint="mast"/>
</props>
<texture>structural/celt_trireme.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_unit_mechanical_ship_mer">
<Traits>
<Id
civ_code="celt"
civ="Celts"
internal_only="false"
specific="Currach"
history="These very small boats were used mainly for fishing, but they were also used to transport goods and personnel. The shell is wickerwork, covered with animal hides. Now they are exclusive to Ireland. They do not have a keel, but are able to ride large ocean waves and navigate up shallow rivers. First written account was by Julius Caesar in 100 BC. There were rumours of larger hide boats, but they were not documented with any solid proof."
/>
</Traits>
<Actor>structures/celts/merchant.xml</Actor>
</Entity>
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_unit_mechanical_ship_tri">
<Traits>
<Id
civ_code="celt"
civ="Celts"
internal_only="false"
specific="Venetic Ponti"
history="The ships of Gaul were described by Julias Caesar as: flat bottoms to ride the shallows, exceptionally high bows and sterns, hulls were made entirely of oak, the foot wide cross-timbers were fastened with iron bolts as thick as a mans thumb, sails of raw hides or thin leather, adapted for sailing treacherous and stormy waters of the north atlantic. Caesar could not injure them by ramming because they were so solidly built, and their height made it difficult to reach them with missiles or board them with grappling irons."
/>
</Traits>
<Actor>structures/celts/trireme.xml</Actor>
</Entity>
Binary file not shown.