1
0
forked from 0ad/0ad

Fixed the grapes.

Gave Persian healer a run.

This was SVN commit r12189.
This commit is contained in:
Michael D. Hafer 2012-07-24 17:45:30 +00:00
parent a4cc749eca
commit 56b83a3926
5 changed files with 10 additions and 7 deletions

View File

@ -8,7 +8,7 @@
</group>
<group>
<variant name="grapes">
<textures><texture file="gaia/bush_grapes.dds" name="baseTex"/></texture>
<textures><texture file="gaia/bush_grapes.dds" name="baseTex"/></textures>
</variant>
</group>
<group>

View File

@ -8,7 +8,7 @@
</group>
<group>
<variant name="grapes_prop">
<textures><texture file="gaia/trunk_deciduous_b.dds" name="baseTex"/></texture>
<textures><texture file="gaia/trunk_deciduous_b.dds" name="baseTex"/></textures>
</variant>
</group>
<material>basic_trans.xml</material>

View File

@ -6,6 +6,7 @@
<animations>
<animation file="biped/inf_staff_idle_a.dae" name="Idle" speed="200"/>
<animation file="biped/inf_staff_walk_a.dae" name="Walk" speed="20"/>
<animation file="biped/inf_staff_walk_a.dae" name="Run" speed="30"/>
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="400"/>
<animation file="female/f_salute_01.dae" name="Heal" speed="30"/>
</animations>
@ -15,7 +16,9 @@
<prop actor="props/units/heads/pers_kidaris_tied.xml" attachpoint="helmet"/>
<prop actor="props/units/staff.xml" attachpoint="r_hand"/>
</props>
<textures><texture file="skeletal/pers_healer.png" name="baseTex"/></textures>
<textures>
<texture file="skeletal/pers_healer.png" name="baseTex"/>
</textures>
</variant>
</group>
<material>player_trans.xml</material>

View File

@ -1,9 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_bush_berry">
<Footprint>
<Circle radius="3.0"/>
<Height>1.0</Height>
</Footprint>
<Identity>
<Icon>gaia/flora_bush_berry.png</Icon>
</Identity>

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_flora_bush">
<Footprint>
<Circle radius="3.0"/>
<Height>1.0</Height>
</Footprint>
<Identity>
<GenericName>Bush</GenericName>
<SpecificName>Berries</SpecificName>