Added resource gathering sounds to celt and hellene females

This was SVN commit r8896.
This commit is contained in:
Pureon 2011-02-09 20:55:35 +00:00
parent 64f02d5b47
commit c63fb49154
3 changed files with 9 additions and 9 deletions

View File

@ -12,12 +12,12 @@
<animation file="female/f_walk_01.dae" name="carry_wood" speed="30"/>
<animation file="female/f_walk_01.dae" name="carry_stone" speed="30"/>
<animation file="female/f_walk_01.dae" name="carry_metal" speed="30"/>
<animation file="female/f_lumber_01.dae" name="gather_tree" speed="50"/>
<animation event="0.4" file="female/f_lumber_01.dae" name="gather_tree" speed="50"/>
<animation file="female/f_farm_01.dae" name="gather_grain" speed="75"/>
<animation file="female/f_gather_01.dae" name="gather_fruit" speed="25"/>
<animation file="female/f_gather_01.dae" name="gather_meat" speed="25"/>
<animation file="female/f_mine_01.dae" name="gather_rock" speed="140"/>
<animation file="female/f_mine_01.dae" name="gather_ore" speed="140"/>
<animation event="0.4" file="female/f_mine_01.dae" name="gather_rock" speed="140"/>
<animation event="0.4" file="female/f_mine_01.dae" name="gather_ore" speed="140"/>
<animation file="female/f_mine_01.dae" name="gather_ruins" speed="140"/>
<animation file="female/f_build_01.dae" name="Build" speed="40"/>
<animation file="female/f_death_01.dae" name="Death" speed="120"/>

View File

@ -12,12 +12,12 @@
<animation file="female/f_walk_01.dae" name="carry_wood" speed="30"/>
<animation file="female/f_walk_01.dae" name="carry_stone" speed="30"/>
<animation file="female/f_walk_01.dae" name="carry_metal" speed="30"/>
<animation file="female/f_lumber_01.dae" name="gather_tree" speed="50"/>
<animation event="0.4" file="female/f_lumber_01.dae" name="gather_tree" speed="50"/>
<animation file="female/f_farm_01.dae" name="gather_grain" speed="75"/>
<animation file="female/f_gather_01.dae" name="gather_fruit" speed="25"/>
<animation file="female/f_gather_01.dae" name="gather_meat" speed="25"/>
<animation file="female/f_mine_01.dae" name="gather_rock" speed="140"/>
<animation file="female/f_mine_01.dae" name="gather_ore" speed="140"/>
<animation event="0.4" file="female/f_mine_01.dae" name="gather_rock" speed="140"/>
<animation event="0.4" file="female/f_mine_01.dae" name="gather_ore" speed="140"/>
<animation file="female/f_mine_01.dae" name="gather_ruins" speed="140"/>
<animation file="female/f_build_01.dae" name="Build" speed="40"/>
<animation file="female/f_death_01.dae" name="Death" speed="120"/>

View File

@ -86,9 +86,9 @@
<build>resource/construction/con_wood.xml</build>
<gather_fruit>resource/foraging/forage_leaves.xml</gather_fruit>
<gather_grain>resource/farming/farm.xml</gather_grain>
<gather_wood>resource/lumbering/lumbering.xml</gather_wood>
<gather_stone>resource/mining/pickaxe.xml</gather_stone>
<gather_metal>resource/mining/mining.xml</gather_metal>
<gather_tree>resource/lumbering/lumbering.xml</gather_tree>
<gather_rock>resource/mining/pickaxe.xml</gather_rock>
<gather_ore>resource/mining/mining.xml</gather_ore>
</SoundGroups>
</Sound>
</Entity>