diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-10 22:25:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-10 22:25:28 -0300 |
commit | 271df91687d29ce9d01d356076c8c8775a7f1f6b (patch) | |
tree | 3af4fadfc25c576dac83697c0d88234888d260c2 /monsters.xml | |
parent | 922fca26d857c315575bae5b803557f7bc2cf2cb (diff) | |
download | clientdata-271df91687d29ce9d01d356076c8c8775a7f1f6b.tar.gz clientdata-271df91687d29ce9d01d356076c8c8775a7f1f6b.tar.bz2 clientdata-271df91687d29ce9d01d356076c8c8775a7f1f6b.tar.xz clientdata-271df91687d29ce9d01d356076c8c8775a7f1f6b.zip |
Pollet SFX by clort
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 72e9e50c..d516cdd9 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1140,6 +1140,12 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s <monster id="1219" name="Pollet"> <sprite>monsters/penguin.xml</sprite> <sound event="hit">monsters/frostiana/hit1.ogg</sound> + <sound event="hurt">monsters/pollet/hurt1.ogg</sound> + <sound event="hurt">monsters/pollet/hurt2.ogg</sound> + <sound event="hurt">monsters/pollet/hurt3.ogg</sound> + <sound event="hurt">monsters/pollet/hurt4.ogg</sound> + <sound event="hurt">monsters/pollet/hurt5.ogg</sound> + <sound event="hurt">monsters/pollet/hurt6.ogg</sound> </monster> <monster id="1220" name="Energy Ball"> <sprite>monsters/ball-lightning.xml</sprite> |