This was SVN commit r6051.

This commit is contained in:
MattSherman 2008-06-18 04:13:12 +00:00
parent 8ac9313a39
commit e9bba53e9a
5 changed files with 32 additions and 4 deletions

View file

@ -87,6 +87,11 @@
</Actions>
<SoundGroups>
<Melee>audio/attack/weapon/sword.xml</Melee>
<Death>audio/actor/fauna/death/death_horse.xml</Death>
</SoundGroups>
<Script File="scripts/entity_functions.js" />
</Entity>

View file

@ -75,4 +75,9 @@
</Move>
</Actions>
<SoundGroups>
<Melee>audio/attack/weapon/sword.xml</Melee>
<Death>audio/actor/human/death/death.xml</Death>
</SoundGroups>
</Entity>

View file

@ -99,11 +99,14 @@
</Actions>
<SoundGroups>
<Walk>infantry_walk.xml</Walk>
<Run>infantry_run.xml</Run>
<Death>male_death.xml</Death>
<Melee>audio/attack/weapon/sword.xml</Melee>
<Death>audio/actor/human/death/death.xml</Death>
<Build>audio/resource/construction/con_wood.xml</Build>
<Gather_Fruit>audio/resource/foraging/forage_leaves.xml</Gather_Fruit>
<Gather_Grain>audio/resource/farming/farm.xml</Gather_Grain>
<Gather_Wood>audio/resource/lumbering/lumbering.xml</Gather_Wood>
<Gather_Stone>mining.xml</Gather_Stone>
<Gather_Stone>audio/resource/mining/pickaxe.xml</Gather_Stone>
<Gather_Metal>audio/resource/mining/mining.xml</Gather_Metal>
</SoundGroups>
<Script File="scripts/entity_functions.js" />

View file

@ -34,4 +34,8 @@
</Actions>
<SoundGroups>
<Melee>audio/attack/weapon/arrowfly.xml</Melee>
</SoundGroups>
</Entity>

View file

@ -107,6 +107,17 @@
</Actions>
<SoundGroups>
<Melee>audio/attack/weapon/sword.xml</Melee>
<Death>audio/actor/human/death/death.xml</Death>
<Build>audio/resource/construction/con_wood.xml</Build>
<Gather_Fruit>audio/resource/foraging/forage_leaves.xml</Gather_Fruit>
<Gather_Grain>audio/resource/farming/farm.xml</Gather_Grain>
<Gather_Wood>audio/resource/lumbering/lumbering.xml</Gather_Wood>
<Gather_Stone>audio/resource/mining/pickaxe.xml</Gather_Stone>
<Gather_Metal>audio/resource/mining/mining.xml</Gather_Metal>
</SoundGroups>
<Script File="scripts/entity_functions.js" />
<Event On="StartConstruction" Function="entityStartConstruction" />