diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-03-11 10:04:51 +0100 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-04-19 02:23:07 +0000 |
commit | eaee5cb8cb08d2d3319a82892e8f4dad81f90b79 (patch) | |
tree | ea7177c74d9a533bfa9e0bc9a2d43dd5bec4d4b8 /monsters.xml | |
parent | 47d9315dff9bd2dcf092d3a90cad0821804ed36c (diff) | |
download | clientdata-eaee5cb8cb08d2d3319a82892e8f4dad81f90b79.tar.gz clientdata-eaee5cb8cb08d2d3319a82892e8f4dad81f90b79.tar.bz2 clientdata-eaee5cb8cb08d2d3319a82892e8f4dad81f90b79.tar.xz clientdata-eaee5cb8cb08d2d3319a82892e8f4dad81f90b79.zip |
Coal Golem
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml index e8f46816..2c214549 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1316,7 +1316,7 @@ <sprite>monsters/dragon.xml</sprite> </monster> - <monster id="1145" name="Coal Golem"> + <monster id="1145" name="Kage Golem"> <sprite>monsters/golem.xml</sprite> <!-- No folder for this --> <attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/fire-burst.xml" action="attack"/> @@ -1960,6 +1960,14 @@ <sprite>monsters/smallbif.xml|#ccb534,f1ea8e,ffffaa</sprite> </monster> + <monster id="1220" name="Coal Golem"> + <sprite>monsters/golem.xml</sprite> + <attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/fire-burst.xml" action="attack"/> + <sound event="die">monsters/golem/die.ogg</sound> + <sound event="hit">monsters/golem/hit1.ogg</sound> + <sound event="miss">monsters/golem/miss1.ogg</sound> + </monster> + <!-- Mods should use the following code --> <include name="mods/monsters.xml" /> </monsters> |