diff options
author | Wombat <hpwombat@yahoo.com> | 2010-12-07 13:46:55 -0500 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2010-12-07 13:46:55 -0500 |
commit | 2df3de68946c24ee0021eda5c72190b4b1fb392c (patch) | |
tree | 6e47fb5b0f797bd6179e9f4914e9019228629730 /monsters.xml | |
parent | 801ff5af67a839895f2ad2d9202d717b74169aef (diff) | |
parent | 01e3fafbb54b2cbd43ba718715c2aea8c6b8d8ee (diff) | |
download | clientdata-2df3de68946c24ee0021eda5c72190b4b1fb392c.tar.gz clientdata-2df3de68946c24ee0021eda5c72190b4b1fb392c.tar.bz2 clientdata-2df3de68946c24ee0021eda5c72190b4b1fb392c.tar.xz clientdata-2df3de68946c24ee0021eda5c72190b4b1fb392c.zip |
Merge remote branch 'master/master'
Conflicts:
items.xml
monsters.xml
npcs.xml
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 0509443f..78df91e7 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1522,4 +1522,20 @@ 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> |