Messing with whale actor/entity.

Chariot texture.

Persian healer.

This was SVN commit r10336.
This commit is contained in:
Michael D. Hafer 2011-09-28 05:23:18 +00:00
parent 43cebfc2dc
commit 4f18eddc15
6 changed files with 62 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<variant frequency="100" name="Idle"/>
<variant name="death">
<props>
<prop actor="props/units/blood_01.xml" attachpoint="root"/>
<prop actor="props/units/blood_whale.xml" attachpoint="root"/>
</props>
</variant>
</group>

View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<float/>
<group>
<variant frequency="1" name="blood-01">
<decal width="14.0" depth="14.0" angle="0" offsetx="0" offsetz="0"/>
<texture>props/blood_01.dds</texture>
</variant>
<variant frequency="1" name="blood-02">
<decal width="14.0" depth="14.0" angle="0" offsetx="0" offsetz="0"/>
<texture>props/blood_02.dds</texture>
</variant>
<variant frequency="1" name="blood-03">
<decal width="14.0" depth="14.0" angle="0" offsetx="0" offsetz="0"/>
<texture>props/blood_03.dds</texture>
</variant>
<variant frequency="1" name="blood-04">
<decal width="14.0" depth="14.0" angle="0" offsetx="0" offsetz="0"/>
<texture>props/blood_04.dds</texture>
</variant>
<variant frequency="1" name="blood-05">
<decal width="14.0" depth="14.0" angle="0" offsetx="0" offsetz="0"/>
<texture>props/blood_05.dds</texture>
</variant>
<variant frequency="1" name="blood-06">
<decal width="14.0" depth="14.0" angle="0" offsetx="0" offsetz="0"/>
<texture>props/blood_06.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>

Binary file not shown.

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna">
<Entity parent="template_unit_fauna_hunt_whale">
<Footprint>
<Circle radius="5.0"/>
<Height>2.5</Height>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_fauna">
<Health>
<Max>100</Max>
<DeathType>remain</DeathType>
</Health>
<ResourceSupply>
<KillBeforeGather>true</KillBeforeGather>
<Amount>500</Amount>
<Type>food.meat</Type>
</ResourceSupply>
</Entity>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_unit_support_healer">
<Identity>
<Civ>hele</Civ>
<GenericName>Median Magus</GenericName>
<SpecificName>Maguš Mada</SpecificName>
<History>Under both the Medes and later the Persian the tribe of the Magi or the Magians were the masters of religious and oral tradition, comparable to the Levites of the Bible. They were connected to Zoroastrianism, but likely tended to other Iranian cults as well. Aside from religious duties the Magians also functioned as the Great King's bureaucrats and kept his administration running.</History>
<Icon>units/hele_support_healer.png</Icon>
</Identity>
<VisualActor>
<Actor>units/hellenes/healer.xml</Actor>
</VisualActor>
</Entity>