1
0
forked from 0ad/0ad

This was SVN commit r8853.

This commit is contained in:
Matthijs de Rijk 2011-01-03 03:10:29 +00:00
parent a992bd23ca
commit 75136d84d2
12 changed files with 104 additions and 1 deletions

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="mesh">
<mesh>props/iber_fishship_sail.dae</mesh>
<texture>props/iber_sail_b.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="mesh">
<mesh>props/iber_merch_sail.dae</mesh>
<texture>props/iber_sail_a.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>structural/iber_fishship.dae</mesh>
<props>
<prop actor="props/structures/iberians/fishship_sail.xml" attachpoint="root"/>
</props>
<texture>structural/iber_ship.dds</texture>
</variant>
</group>
<!--<group>
<variant name="cargo">
<props>
<prop actor="props/structures/hellenes/merchantship_cargo.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/merchantship_shield.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/merchantship_sail.xml" attachpoint="root"/>
</props>
</variant>
</group>-->
</actor>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>structural/iber_merch.dae</mesh>
<props>
<prop actor="props/structures/iberians/merch_sail.xml" attachpoint="root"/>
</props>
<texture>structural/iber_ship.dds</texture>
</variant>
</group>
<!--<group>
<variant name="cargo">
<props>
<prop actor="props/structures/hellenes/merchantship_cargo.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/merchantship_shield.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/merchantship_sail.xml" attachpoint="root"/>
</props>
</variant>
</group>-->
</actor>

View File

@ -7,6 +7,6 @@
<Icon>units/celt_ship_fishing.png</Icon>
</Identity>
<VisualActor>
<Actor>structures/iberians/fishing_boat.xml</Actor>
<Actor>structures/iberians/fishing_ship.xml</Actor>
</VisualActor>
</Entity>

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_mechanical_ship_merchant">
<Identity>
<Civ>iber</Civ>
<SpecificName>Emporiko Plio</SpecificName>
<History>Need History</History>
<Icon>units/iber_ship_merchant.png</Icon>
</Identity>
<VisualActor>
<Actor>structures/iberians/merchant.xml</Actor>
</VisualActor>
<Footprint replace="">
<Square width="8.0" depth="24.0"/>
<Height>8.0</Height>
</Footprint>
<Obstruction>
<Unit radius="6.0"/>
</Obstruction>
</Entity>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.