diff options
author | Enchilado <pheonixvania@gmail.com> | 2010-11-19 18:20:42 +1000 |
---|---|---|
committer | Enchilado <pheonixvania@gmail.com> | 2010-11-19 18:20:42 +1000 |
commit | bfec5a6070db05e3345fdec4790baa31cdec104c (patch) | |
tree | 5a6adc9ff7c7ca0391b122473d771c0fd67880ea /monsters.xml | |
parent | 7e1f80f39eee38d2f6b6c8cdcb91cb940d10984f (diff) | |
download | clientdata-bfec5a6070db05e3345fdec4790baa31cdec104c.tar.gz clientdata-bfec5a6070db05e3345fdec4790baa31cdec104c.tar.bz2 clientdata-bfec5a6070db05e3345fdec4790baa31cdec104c.tar.xz clientdata-bfec5a6070db05e3345fdec4790baa31cdec104c.zip |
Hallowe'en 2010 Phase 1 Client Data
Client data for phase one of the 2010 Hallowe'en event. Novelty
drop icons, candy drop icons, Pumpkin monster, Broken Skeleton NPC.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index f2cc71bc..2e6cdfa7 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1492,5 +1492,21 @@ exp<TAG>: Tells how much experience point a monster is giving up /> <script>testmonster.lua</script> <!-- only Proof of Concept--> </monster> + <monster id="61" name="Pumpkin"> + <sprite>resource-pumpkin.xml</sprite> + <attributes + hp="200" + size="4" + speed="0.0" + attack-min="0" + attack-delta="0" + attack-magic="0" + hit="0" + evade="0" + physical-defence="0" + magical-defence="5" + mutation="0" + /> + </monster> </monsters> |