1
1
forked from 0ad/0ad

Iberian Fireship model and basic template files

This was SVN commit r11114.
This commit is contained in:
Pureon 2012-02-22 00:06:33 +00:00
parent 457961555b
commit d34abc2abd
3 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="firea">
<mesh>structural/iber_fireship.dae</mesh>
<props>
<prop actor="particle/flame.xml" attachpoint="fire1"/>
<prop actor="particle/flame.xml" attachpoint="fire2"/>
<prop actor="particle/destruction_smoke_med.xml" attachpoint="fire3"/>
<prop actor="particle/flame.xml" attachpoint="fire4"/>
<prop actor="particle/flame.xml" attachpoint="fire5"/>
</props>
<texture>structural/iber_ship.dds</texture>
</variant>
<variant frequency="1" name="fireb">
<mesh>structural/iber_fireship.dae</mesh>
<props>
<prop actor="particle/flame_jav.xml" attachpoint="fire1"/>
<prop actor="particle/flame.xml" attachpoint="fire2"/>
<prop actor="particle/flame_jav.xml" attachpoint="root"/>
<prop actor="particle/destruction_smoke_med.xml" attachpoint="fire3"/>
<prop actor="particle/flame.xml" attachpoint="fire4"/>
<prop actor="particle/flame.xml" attachpoint="fire5"/>
</props>
<texture>structural/iber_ship.dds</texture>
</variant>
</group>
</actor>

Binary file not shown.

View File

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