summaryrefslogtreecommitdiff
path: root/monsters.xml
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2011-04-25 01:57:40 -0400
committerWombat <hpwombat@yahoo.com>2011-06-10 04:09:58 -0400
commit191b68a3f4ca34407489c1c026d9d3e059d6a87a (patch)
treef2e3bcb2a85362ac81fe8987bcc3b369cef13edf /monsters.xml
parent4645bf583f413ccf3acc4b64da8856e6cb6b06a0 (diff)
downloadclientdata-191b68a3f4ca34407489c1c026d9d3e059d6a87a.tar.gz
clientdata-191b68a3f4ca34407489c1c026d9d3e059d6a87a.tar.bz2
clientdata-191b68a3f4ca34407489c1c026d9d3e059d6a87a.tar.xz
clientdata-191b68a3f4ca34407489c1c026d9d3e059d6a87a.zip
Add the data need for the electricity boss battle
Diffstat (limited to 'monsters.xml')
-rw-r--r--monsters.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml
index 91299602..447ba4fe 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -433,4 +433,15 @@
<sprite>equipment/head/heart-glasses.xml</sprite>
</monster>
+ <monster id="78" name="Blue Spark">
+ <sprite>monsters/monster-ball-lightning.xml</sprite>
+ <sprite>monsters/accessories/ball-lightning-shadow.xml</sprite>
+ <particlefx>graphics/particles/monster-ball-lightning-blue.particle.xml</particlefx>
+ </monster>
+
+ <monster id="79" name="Red Spark">
+ <sprite>monsters/monster-ball-lightning.xml</sprite>
+ <sprite>monsters/accessories/ball-lightning-shadow.xml</sprite>
+ <particlefx>graphics/particles/monster-ball-lightning-red.particle.xml</particlefx>
+ </monster>
</monsters>