Tweaked blank giant map in Internal folder. Updated a few Mediterranean terrains. A Creative Commons object. A generic Gaia "field" object. Humpback Whale.

This was SVN commit r8523.
This commit is contained in:
Michael D. Hafer 2010-11-02 16:26:06 +00:00
parent 947ce01f68
commit 2186ac8e76
9 changed files with 91 additions and 10 deletions

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>temp/cc.dae</mesh>
<texture>null_white.dds</texture>
</variant>
</group>
</actor>

BIN
binaries/data/mods/public/art/meshes/temp/cc.dae (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna">
<Identity>
<Civ>gaia</Civ>
<GenericName>Whale</GenericName>
<SpecificName>Humpback Whale</SpecificName>
<Tooltip>Collect food from this bountiful oceanic resource.</Tooltip>
<Icon>gaia/fauna_fish.png</Icon>
</Identity>
<VisualActor>
<Actor>fauna/whale.xml</Actor>
</VisualActor>
<Health>
<DeathType>corpse</DeathType>
<Max>500</Max>
<RegenRate>1</RegenRate>
<Healable>false</Healable>
<Repairable>false</Repairable>
</Health>
<UnitMotion>
<PassabilityClass>ship</PassabilityClass>
<WalkSpeed>2.0</WalkSpeed>
<Run>
<Speed>6.0</Speed>
</Run>
</UnitMotion>
<Footprint>
<Circle radius="5.0"/>
<Height>2.5</Height>
</Footprint>
<Obstruction>
<Unit radius="0.1"/>
</Obstruction>
<Position>
<Altitude>-4.0</Altitude>
<Floating>true</Floating>
</Position>
<AnimalAI>
<NaturalBehaviour>skittish</NaturalBehaviour>
<RoamDistance>20.0</RoamDistance>
<FleeDistance>40.0</FleeDistance>
<RoamTimeMin>10000</RoamTimeMin>
<RoamTimeMax>30000</RoamTimeMax>
<FeedTimeMin>1000</FeedTimeMin>
<FeedTimeMax>2000</FeedTimeMax>
</AnimalAI>
<ResourceSupply>
<KillBeforeGather>true</KillBeforeGather>
<Amount>2000</Amount>
<Type>food.fish</Type>
</ResourceSupply>
</Entity>

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_structure_resource_field">
<Identity>
<Civ>gaia</Civ>
<SpecificName>Wheat Field</SpecificName>
<History>A farmer's field.</History>
</Identity>
<VisualActor>
<Actor>structures/plot_field_new.xml</Actor>
<FoundationActor>structures/plot_field_new.xml</FoundationActor>
</VisualActor>
<Footprint>
<Square width="30.0" depth="30.0"/>
<Height>5.0</Height>
</Footprint>
</Entity>