diff options
author | Ledmitz <smoothshifter@tuta.io> | 2024-04-05 01:17:09 -0300 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2024-04-05 01:17:09 -0300 |
commit | c6f5980a91a03b8a1f5f2e4fbd3f4036f0fb73bb (patch) | |
tree | d64956f865618e9a1b10b1f9c6806a79c322fab2 /monsters.xml | |
parent | 29d626935acb75c4e8fdf9df7ba6fefc7e44a9f1 (diff) | |
download | clientdata-c6f5980a91a03b8a1f5f2e4fbd3f4036f0fb73bb.tar.gz clientdata-c6f5980a91a03b8a1f5f2e4fbd3f4036f0fb73bb.tar.bz2 clientdata-c6f5980a91a03b8a1f5f2e4fbd3f4036f0fb73bb.tar.xz clientdata-c6f5980a91a03b8a1f5f2e4fbd3f4036f0fb73bb.zip |
Floyd needed his own style
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml index 522a0570..8d87c80c 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1543,7 +1543,20 @@ <monster id="1168" name="Floyd"> <sprite>monsters/floyd.xml</sprite> - <sound event="hit">env/zap.ogg</sound> + <attack id="1" critical-hit-effect-id="405" missile-particle="graphics/particles/beam.xml" action="attack"/> + <sound event="die">monsters/floyd/floyd-die1.ogg</sound> + <sound event="hit">weapons/beam/beam-hit.ogg</sound> + <sound event="hurt">monsters/floyd/floyd-hurt1.ogg</sound> + <sound event="hurt">monsters/floyd/floyd-hurt2.ogg</sound> + <sound event="hurt">monsters/floyd/floyd-hurt3.ogg</sound> + <sound event="miss">weapons/beam/beam-miss.ogg</sound> + <sound event="move">monsters/floyd/floyd-move1.ogg</sound> + <sound event="move">monsters/floyd/floyd-move1.ogg</sound> + <sound event="move">monsters/floyd/floyd-move1.ogg</sound> + <sound event="move">monsters/floyd/floyd-move2.ogg</sound> + <sound event="move">monsters/floyd/floyd-move3.ogg</sound> + <sound event="move">monsters/floyd/floyd-move4.ogg</sound> + <sound event="move">monsters/floyd/floyd-move5.ogg</sound> </monster> <monster id="1169" name="Crystal Spider"> |