mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
This was SVN commit r6051.
This commit is contained in:
parent
8ac9313a39
commit
e9bba53e9a
5 changed files with 32 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
@ -75,4 +75,9 @@
|
|||
</Move>
|
||||
</Actions>
|
||||
|
||||
<SoundGroups>
|
||||
<Melee>audio/attack/weapon/sword.xml</Melee>
|
||||
<Death>audio/actor/human/death/death.xml</Death>
|
||||
</SoundGroups>
|
||||
|
||||
</Entity>
|
||||
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -34,4 +34,8 @@
|
|||
|
||||
</Actions>
|
||||
|
||||
<SoundGroups>
|
||||
<Melee>audio/attack/weapon/arrowfly.xml</Melee>
|
||||
</SoundGroups>
|
||||
|
||||
</Entity>
|
||||
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue