summaryrefslogtreecommitdiffstats
path: root/example/clientdata/status-effects.xml
diff options
context:
space:
mode:
Diffstat (limited to 'example/clientdata/status-effects.xml')
-rw-r--r--example/clientdata/status-effects.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/example/clientdata/status-effects.xml b/example/clientdata/status-effects.xml
new file mode 100644
index 0000000..7b613c4
--- /dev/null
+++ b/example/clientdata/status-effects.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<status-effects>
+ <status-effect name="Plague" id="1"
+ icon="icons/icon-poison.xml"
+ persistent-particle-effect="true"
+ start-particle="graphics/particles/green-bubbles.particle.xml"
+ script="plague.lua"
+ />
+ <status-effect name="Jumping Status" id="2"
+ icon="icons/icon-feather.xml"
+ persistent-particle-effect="true"
+ start-particle="graphics/particles/magic.white.xml"
+ script="jump.lua"
+ />
+</status-effects>