diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-06 19:29:16 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-06 19:29:16 +0000 |
commit | 8be5339acabc1faaa8445022bf52ded66b2de506 (patch) | |
tree | de469590076e51f3f3974015de159ec310ee03c3 | |
parent | 5c4854df43c01ba0809525140d621b8ba3a216b1 (diff) | |
parent | 6ee7e8cfd1bb17577881701315f62e4eeda9c6b0 (diff) | |
download | clientdata-8be5339acabc1faaa8445022bf52ded66b2de506.tar.gz clientdata-8be5339acabc1faaa8445022bf52ded66b2de506.tar.bz2 clientdata-8be5339acabc1faaa8445022bf52ded66b2de506.tar.xz clientdata-8be5339acabc1faaa8445022bf52ded66b2de506.zip |
Merge branch 'Mob_Bow_sfx' into 'master'
Edited monsters.xml to include bow sounds for archer types of mobs.
See merge request evol/clientdata!194
-rw-r--r-- | monsters.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/monsters.xml b/monsters.xml index b7d91bef..6192c391 100644 --- a/monsters.xml +++ b/monsters.xml @@ -372,8 +372,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sprite>equipment/head/bandithood.xml</sprite> <sprite>equipment/weapons/woodenbow.xml</sprite> <sprite>equipment/chest/forestarmor-male.xml</sprite> - <sound event="hit">weapons/piouslayer/hit1.ogg</sound> - <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + <sound event="hit">weapons/bow-wooden/hit1.ogg</sound> + <sound event="miss">weapons/bow-wooden/miss1.ogg</sound> <attack id="1" missile-particle="graphics/particles/training-arrow.xml" action="attack_bow"/> </monster> <monster id="1065" name="Bandit Lord"> @@ -385,8 +385,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sprite>equipment/weapons/woodenbow.xml</sprite> <sprite>equipment/chest/forestarmor-female.xml</sprite> <sprite>equipment/neck/banditshawl.xml</sprite> - <sound event="hit">weapons/piouslayer/hit1.ogg</sound> - <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + <sound event="hit">weapons/bow-wooden/hit1.ogg</sound> + <sound event="miss">weapons/bow-wooden/miss1.ogg</sound> </monster> <monster id="1066" name="Legion Swordswoman"> <sprite>races/human-female-medium.xml</sprite> @@ -496,8 +496,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sprite>equipment/weapons/woodenbow.xml</sprite> <sprite>equipment/hands/armbands-female.xml|#663d38,5e3434,8f5c52,a46349,ad7c65,ce8b5b,d9c9b2,ce8b5b</sprite> <sprite>equipment/chest/wizardrobe-female.xml</sprite> - <sound event="hit">weapons/piouslayer/hit1.ogg</sound> - <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + <sound event="hit">weapons/bow-wooden/hit1.ogg</sound> + <sound event="miss">weapons/bow-wooden/miss1.ogg</sound> <attack id="1" missile-particle="graphics/particles/training-arrow.xml" action="attack_bow"/> </monster> <monster id="1083" name="Brotherhood Leader"> |