1
0
forked from 0ad/0ad

yet another awesome tip. :)

This was SVN commit r8732.
This commit is contained in:
Michael D. Hafer 2010-11-28 14:35:48 +00:00
parent 9ab58ce6e8
commit f06eba3da5
5 changed files with 33 additions and 2 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
QUINQUEREME
- The heaviest warship available. The beast of the seas.
- Garrison up to 40 units for tons of firepower, including ballistas and scorpions.
- Garrison up to 50 units for tons of firepower, including ballistas and scorpions.
- Has a ramming attack that sinks enemy ships in one hit.

View File

@ -0,0 +1,8 @@
CELTIC WAR BARGE
- A medium "trireme"-class warship.
- The only ship of its kind.
- Cannot ram, like other triremes, but has greater health and armour.
- Can transport up to 40 units across the waters.

View File

@ -39,7 +39,7 @@
</Ranged>
</Attack>
<GarrisonHolder>
<Max>40</Max>
<Max>50</Max>
<EjectHealth>0.1</EjectHealth>
<List datatype="tokens">Support Infantry Cavalry</List>
<BuffHeal>1</BuffHeal>

View File

@ -17,4 +17,24 @@
<Obstruction>
<Unit radius="6.0"/>
</Obstruction>
<Cost>
<BuildTime>88</BuildTime>
<Resources>
<wood>350</wood>
<metal>250</metal>
</Resources>
</Cost>
<Health>
<Max>880</Max>
</Health>
<Armour>
<Pierce>25.0</Pierce>
<Crush>20.0</Crush>
</Armour>
<UnitMotion>
<WalkSpeed>12.0</WalkSpeed>
</UnitMotion>
<GarrisonHolder>
<Max>40</Max>
</GarrisonHolder>
</Entity>