diff options
author | Led Mitz <smoothshifter@tuta.io> | 2023-02-09 15:19:47 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2023-02-09 15:19:47 +0000 |
commit | 104af7550d30c1fd39f75d75c9b4f744b8640adc (patch) | |
tree | a7e115a046bb5bd6febb33854871f51ca84fc033 /monsters/monster1119_Thug.xml | |
parent | c2a3d638a766f3de49b1686e894fdfd220a8eb8e (diff) | |
download | clientdata-104af7550d30c1fd39f75d75c9b4f744b8640adc.tar.gz clientdata-104af7550d30c1fd39f75d75c9b4f744b8640adc.tar.bz2 clientdata-104af7550d30c1fd39f75d75c9b4f744b8640adc.tar.xz clientdata-104af7550d30c1fd39f75d75c9b4f744b8640adc.zip |
Added SFX for Thug, Swashbuckler, Grenadier, Dread Pirate Marley and clone,...
Diffstat (limited to 'monsters/monster1119_Thug.xml')
-rw-r--r-- | monsters/monster1119_Thug.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/monsters/monster1119_Thug.xml b/monsters/monster1119_Thug.xml index b7b04100..9b3e8130 100644 --- a/monsters/monster1119_Thug.xml +++ b/monsters/monster1119_Thug.xml @@ -7,5 +7,12 @@ <sprite>equipment/feet/boots.xml</sprite> <sprite>equipment/chest/tanktop.xml</sprite> <sprite>equipment/legs/pants.xml</sprite> + <sound event="die">system/spawn_burst.ogg</sound> + <sound event="hit">weapons/punch1.ogg</sound> + <sound event="hit">weapons/punch2.ogg</sound> + <sound event="hit">weapons/punch3.ogg</sound> + <sound event="miss">weapons/miss1.ogg</sound> + <sound event="miss">weapons/miss2.ogg</sound> + <sound event="miss">weapons/miss3.ogg</sound> </monster> </monsters> |