diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2009-01-10 10:38:12 +0100 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2009-01-10 10:38:54 +0100 |
commit | 61a082e4567c1c8d553883de68b11064b12c55ac (patch) | |
tree | b73eb3e842db3a398d2f2f2197999a0f651afdda /monsters.xml | |
parent | 0c63e48187379692cf9d7f4bf95d7d26299ebc87 (diff) | |
download | clientdata-61a082e4567c1c8d553883de68b11064b12c55ac.tar.gz clientdata-61a082e4567c1c8d553883de68b11064b12c55ac.tar.bz2 clientdata-61a082e4567c1c8d553883de68b11064b12c55ac.tar.xz clientdata-61a082e4567c1c8d553883de68b11064b12c55ac.zip |
Added Zombie monster by FotherJ. Animation timing could still need some fine-tuning.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index 67ed3a76..ebe9ac63 100644 --- a/monsters.xml +++ b/monsters.xml @@ -843,4 +843,21 @@ /> </monster> + <monster id="34" name="Zombie"> + <sprite>monster-zombie.xml</sprite> + <attributes + hp="20" + size="4" + speed="64" + attack-min="10" + attack-delta="2" + attack-magic="0" + hit="10" + evade="5" + physical-defence="5" + magical-defence="0" + mutation="50" + /> + </monster> + </monsters> |