This was SVN commit r10772.

This commit is contained in:
Michael D. Hafer 2011-12-19 18:20:45 +00:00
parent 51550814ce
commit e56a0edc2c
4 changed files with 59 additions and 8 deletions

View File

@ -1,13 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<float/>
<group>
<variant frequency="100" name="Mesh">
<animations>
<animation file="other/whale_fin_idle_a.dae" name="Idle" speed="30"/>
<animation file="other/whale_fin_idle_b.dae" name="Idle" speed="30"/>
<animation file="other/whale_fin_idle_c.dae" name="Idle" speed="25"/>
<animation file="other/whale_fin_idle_a.dae" name="Idle" speed="5"/>
<animation file="other/whale_fin_idle_b.dae" name="Idle" speed="6"/>
<animation file="other/whale_fin_idle_b.dae" name="Idle" speed="5"/>
<animation file="other/whale_fin_idle_b.dae" name="Idle" speed="5"/>
<animation file="other/whale_fin_idle_c.dae" name="Idle" speed="5"/>
<animation file="other/whale_fin_idle_c.dae" name="Idle" speed="7"/>
</animations>
<mesh>skeletal/whale_fin.dae</mesh>
</variant>

Binary file not shown.

View File

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna_hunt_whale">
<Footprint>
<Circle radius="5.0"/>
<Height>2.5</Height>
</Footprint>
<Health>
<Max>300</Max>
</Health>
<Identity>
<Civ>gaia</Civ>
<GenericName>Whale</GenericName>
<SpecificName>Fin Whale</SpecificName>
<Tooltip>Kill, then collect food from this bountiful oceanic resource.</Tooltip>
<Icon>gaia/fauna_fish.png</Icon>
</Identity>
<Obstruction>
<Unit radius="0.1"/>
</Obstruction>
<Position>
<Altitude>0.0</Altitude>
<Floating>true</Floating>
</Position>
<ResourceSupply>
<KillBeforeGather>true</KillBeforeGather>
<Amount>2000</Amount>
<Type>food.fish</Type>
</ResourceSupply>
<UnitAI>
<NaturalBehaviour>skittish</NaturalBehaviour>
<RoamDistance>30.0</RoamDistance>
<FleeDistance>60.0</FleeDistance>
<RoamTimeMin>10000</RoamTimeMin>
<RoamTimeMax>30000</RoamTimeMax>
<FeedTimeMin>1000</FeedTimeMin>
<FeedTimeMax>2000</FeedTimeMax>
</UnitAI>
<UnitMotion>
<PassabilityClass>ship</PassabilityClass>
<WalkSpeed>6.0</WalkSpeed>
<Run>
<Speed>12.0</Speed>
</Run>
</UnitMotion>
<VisualActor>
<Actor>fauna/whale_fin.xml</Actor>
</VisualActor>
</Entity>