summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authormeways <mewaydID@yahoo.com>2010-11-04 11:48:34 -0400
committerStefan Beller <stefanbeller@googlemail.com>2010-11-07 15:17:49 +0100
commitd017e2625b7c248a43ea57697f7af4ca5abc0113 (patch)
tree6700ab6e4045957e36e63d1bf2ae81187c373f9b /monsters.xml
parent811c35a9bf818736731d8edd316921df74a2d648 (diff)
downloadclientdata-d017e2625b7c248a43ea57697f7af4ca5abc0113.tar.gz
clientdata-d017e2625b7c248a43ea57697f7af4ca5abc0113.tar.bz2
clientdata-d017e2625b7c248a43ea57697f7af4ca5abc0113.tar.xz
clientdata-d017e2625b7c248a43ea57697f7af4ca5abc0113.zip
new file: graphics/sprites/monsters/monster-vampire-bat.png
new file: graphics/sprites/monsters/monster-vampire-bat.xml modified: monsters.xml
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml25
1 files changed, 23 insertions, 2 deletions
diff --git a/monsters.xml b/monsters.xml
index 53539a9c..0509443f 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -1299,7 +1299,29 @@ exp<TAG>: Tells how much experience point a monster is giving up
<sprite>monsters/monster-bandit-lord.xml</sprite>
<sprite>monsters/weapon-bow.xml</sprite>
</monster>
- <monster id="63" name="The Lost" targetCursor="medium">
+ <monster id="63" name="Vampire Bat">
+ <sprite>monsters/monster-vampire-bat.xml</sprite>
+ <sound event="die">monsters/bat/bat-dying1.ogg</sound>
+ <sound event="hit">monsters/bat/bat-hit1.ogg</sound>
+ <drop item="501" percent="2"/>
+ <drop item="533" percent="8"/>
+ <drop item="521" percent="1"/>
+ <drop item="522" percent="4"/>
+ <attributes
+ hp="60"
+ size="4"
+ speed="3.0"
+ attack-min="15"
+ attack-delta="2"
+ attack-magic="0"
+ hit="15"
+ evade="7"
+ physical-defence="7"
+ magical-defence="0"
+ mutation="50"
+ />
+ </monster>
+ <monster id="64" name="The Lost" targetCursor="medium">
<sprite>monsters/monster-skeleton.xml|#aca379</sprite>
<sprite>chest-robe-male.xml|#333333</sprite>
<sound event="hit">monsters/maggot/maggot-hit1.ogg</sound>
@@ -1500,5 +1522,4 @@ exp<TAG>: Tells how much experience point a monster is giving up
/>
<script>testmonster.lua</script> <!-- only Proof of Concept-->
</monster>
-
</monsters>