summaryrefslogtreecommitdiff
path: root/tmw-status-effect.xml
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2009-07-17 14:18:31 -0400
committerChuck Miller <shadowmil@gmail.com>2009-07-17 14:18:31 -0400
commita49ab8421428d2f8830be07efc4351a47f823de3 (patch)
tree98b00f7665cf9566df15915c6745edd7eedb0ed4 /tmw-status-effect.xml
parent0df921cf37724f9fba35ba93690b8368e8cd6c39 (diff)
downloadclientdata-a49ab8421428d2f8830be07efc4351a47f823de3.tar.gz
clientdata-a49ab8421428d2f8830be07efc4351a47f823de3.tar.bz2
clientdata-a49ab8421428d2f8830be07efc4351a47f823de3.tar.xz
clientdata-a49ab8421428d2f8830be07efc4351a47f823de3.zip
Adds tmw-status-effect.xml
I made it tmw excuslive since its in a silently different format from the skills.xml file Also the client is not setup to read it YET, since TMWServ doesn't send status effect
Diffstat (limited to 'tmw-status-effect.xml')
-rw-r--r--tmw-status-effect.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tmw-status-effect.xml b/tmw-status-effect.xml
new file mode 100644
index 00000000..10ca3b9e
--- /dev/null
+++ b/tmw-status-effect.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<status-effects>
+ <status-effect name="Plague" id="1"
+ icon="icon-poison.xml"
+ persistent-particle-effect="true"
+ start-particle="graphics/particles/green-bubbles.particle.xml"
+ script="plague.lua"
+ />
+</status-effects>