mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 02:23:47 +00:00
Iberians now have the Celtic war barge.
This was SVN commit r15304.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="100" name="sail mesh">
|
||||
<mesh>props/celt_warship.dae</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="1" name="sail design - bull">
|
||||
<textures><texture file="props/iber_sail_a.dds" name="baseTex"/></textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<float/>
|
||||
<group>
|
||||
<variant frequency="100" name="ship mesh">
|
||||
<mesh>structural/celt_warship.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/structures/celts/warship_sail.xml" attachpoint="root"/>
|
||||
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
|
||||
</props>
|
||||
<textures><texture file="structural/celt_ship.png" name="baseTex"/></textures>
|
||||
</variant>
|
||||
</group>
|
||||
</actor>
|
||||
Binary file not shown.
@@ -18,6 +18,7 @@
|
||||
<ProductionQueue>
|
||||
<Entities datatype="tokens">
|
||||
units/iber_ship_fire
|
||||
units/iber_ship_trireme
|
||||
</Entities>
|
||||
</ProductionQueue>
|
||||
<VisualActor>
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_mechanical_ship_trireme">
|
||||
<Cost>
|
||||
<BuildTime>40</BuildTime>
|
||||
</Cost>
|
||||
<Footprint>
|
||||
<Square width="12.0" depth="36.0"/>
|
||||
<Height>8.0</Height>
|
||||
</Footprint>
|
||||
<GarrisonHolder>
|
||||
<Max>40</Max>
|
||||
</GarrisonHolder>
|
||||
<Health>
|
||||
<Max>1600</Max>
|
||||
</Health>
|
||||
<Identity>
|
||||
<Civ>iber</Civ>
|
||||
<SpecificName>Ponti</SpecificName>
|
||||
<Tooltip>Classes: Medium Warship Ranged
|
||||
Transport many soldiers across the sea.</Tooltip>
|
||||
<History>.</History>
|
||||
<Icon>units/celt_ship_trireme.png</Icon>
|
||||
</Identity>
|
||||
<Obstruction>
|
||||
<Unit radius="6.0"/>
|
||||
</Obstruction>
|
||||
<UnitMotion>
|
||||
<WalkSpeed>12.5</WalkSpeed>
|
||||
</UnitMotion>
|
||||
<VisualActor>
|
||||
<Actor>structures/iberians/warship.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
Reference in New Issue
Block a user