1
0
forked from 0ad/0ad

This was SVN commit r10780.

This commit is contained in:
Michael D. Hafer 2011-12-21 05:40:30 +00:00
parent 90acc38ffc
commit fe80045024
8 changed files with 32 additions and 7 deletions

View File

@ -7,6 +7,7 @@
<animations> <animations>
<animation file="mechanical/rowing_boat_move.dae" name="Walk" speed="10"/> <animation file="mechanical/rowing_boat_move.dae" name="Walk" speed="10"/>
<animation file="mechanical/rowing_boat_move.dae" name="Run" speed="10"/> <animation file="mechanical/rowing_boat_move.dae" name="Run" speed="10"/>
<animation file="mechanical/rowing_boat_move.dae" name="carry_meat" speed="10"/>
</animations> </animations>
<mesh>structural/hele_fishing_boat.dae</mesh> <mesh>structural/hele_fishing_boat.dae</mesh>
<props> <props>
@ -19,6 +20,7 @@
<animations> <animations>
<animation file="mechanical/rowing_boat_move.dae" name="Walk" speed="10"/> <animation file="mechanical/rowing_boat_move.dae" name="Walk" speed="10"/>
<animation file="mechanical/rowing_boat_move.dae" name="Run" speed="10"/> <animation file="mechanical/rowing_boat_move.dae" name="Run" speed="10"/>
<animation file="mechanical/rowing_boat_move.dae" name="carry_meat" speed="10"/>
</animations> </animations>
<mesh>structural/hele_fishing_boat.dae</mesh> <mesh>structural/hele_fishing_boat.dae</mesh>
<props> <props>

View File

@ -26,20 +26,25 @@
<Amount>2000</Amount> <Amount>2000</Amount>
<Type>food.fish</Type> <Type>food.fish</Type>
</ResourceSupply> </ResourceSupply>
<StatusBars>
<BarWidth>4.0</BarWidth>
<BarHeight>0.666</BarHeight>
<HeightOffset>5.0</HeightOffset>
</StatusBars>
<UnitAI> <UnitAI>
<NaturalBehaviour>skittish</NaturalBehaviour> <NaturalBehaviour>skittish</NaturalBehaviour>
<RoamDistance>30.0</RoamDistance> <RoamDistance>30.0</RoamDistance>
<FleeDistance>60.0</FleeDistance> <FleeDistance>60.0</FleeDistance>
<RoamTimeMin>10000</RoamTimeMin> <RoamTimeMin>100000</RoamTimeMin>
<RoamTimeMax>30000</RoamTimeMax> <RoamTimeMax>300000</RoamTimeMax>
<FeedTimeMin>1000</FeedTimeMin> <FeedTimeMin>1000</FeedTimeMin>
<FeedTimeMax>2000</FeedTimeMax> <FeedTimeMax>2000</FeedTimeMax>
</UnitAI> </UnitAI>
<UnitMotion> <UnitMotion>
<PassabilityClass>ship</PassabilityClass> <PassabilityClass>ship</PassabilityClass>
<WalkSpeed>6.0</WalkSpeed> <WalkSpeed>10.0</WalkSpeed>
<Run> <Run>
<Speed>12.0</Speed> <Speed>15.0</Speed>
</Run> </Run>
</UnitMotion> </UnitMotion>
<VisualActor> <VisualActor>

View File

@ -55,5 +55,8 @@
</StatusBars> </StatusBars>
<UnitMotion> <UnitMotion>
<WalkSpeed>12.5</WalkSpeed> <WalkSpeed>12.5</WalkSpeed>
<Run>
<Speed>18.0</Speed>
</Run>
</UnitMotion> </UnitMotion>
</Entity> </Entity>

View File

@ -5,6 +5,15 @@
<Pierce>10.0</Pierce> <Pierce>10.0</Pierce>
<Crush>5.0</Crush> <Crush>5.0</Crush>
</Armour> </Armour>
<Attack>
<Melee>
<Hack>10.0</Hack>
<Pierce>0.0</Pierce>
<Crush>0.0</Crush>
<MaxRange>5.0</MaxRange>
<RepeatTime>1000</RepeatTime>
</Melee>
</Attack>
<Footprint> <Footprint>
<Square width="6.0" depth="12.0"/> <Square width="6.0" depth="12.0"/>
<Height>6.0</Height> <Height>6.0</Height>

View File

@ -59,5 +59,8 @@
</StatusBars> </StatusBars>
<UnitMotion> <UnitMotion>
<WalkSpeed>14.5</WalkSpeed> <WalkSpeed>14.5</WalkSpeed>
<Run>
<Speed>20.0</Speed>
</Run>
</UnitMotion> </UnitMotion>
</Entity> </Entity>

View File

@ -4,7 +4,7 @@
<Civ>pers</Civ> <Civ>pers</Civ>
<GenericName>Cyrus II The Great</GenericName> <GenericName>Cyrus II The Great</GenericName>
<SpecificName>Kurush II</SpecificName> <SpecificName>Kurush II</SpecificName>
<Icon>units/pers_hero_xerxes.png</Icon> <Icon>units/pers_hero_cyrus.png</Icon>
<Tooltip>Hero Cavalry Lancer. <Tooltip>Hero Cavalry Lancer.
Hero Aura: "Lead from the Front." Boosts attack of nearby cavalry units.</Tooltip> Hero Aura: "Lead from the Front." Boosts attack of nearby cavalry units.</Tooltip>
<History>(559 BC - 530 BC) The son of a Median princess and the ruler of Anshan; justly called the 'Father of the Empire', Cyrus the Great conquered Media, Lydia, Babylonia and Bactria, thereby establishing the Persian Empire. He was also renown as a benevolent conqueror. Technically the second ruler of the Persians by that name, and so appears as Kurush II on his documents and coins. Kurush I was his grandfather.</History> <History>(559 BC - 530 BC) The son of a Median princess and the ruler of Anshan; justly called the 'Father of the Empire', Cyrus the Great conquered Media, Lydia, Babylonia and Bactria, thereby establishing the Persian Empire. He was also renown as a benevolent conqueror. Technically the second ruler of the Persians by that name, and so appears as Kurush II on his documents and coins. Kurush I was his grandfather.</History>