diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-07-18 21:12:39 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-07-19 21:31:34 -0600 |
commit | 37bab371be1308f87aa0c2d52f7d174f72c81ea1 (patch) | |
tree | 9e32a1f593262dc171c07b0bb6095b30edb587fe /tmw-status-effect.xml | |
parent | 9901ed7fae3a75c0b8d7caae175fad1414486248 (diff) | |
download | clientdata-37bab371be1308f87aa0c2d52f7d174f72c81ea1.tar.gz clientdata-37bab371be1308f87aa0c2d52f7d174f72c81ea1.tar.bz2 clientdata-37bab371be1308f87aa0c2d52f7d174f72c81ea1.tar.xz clientdata-37bab371be1308f87aa0c2d52f7d174f72c81ea1.zip |
Add a jumping status effect
Diffstat (limited to 'tmw-status-effect.xml')
-rw-r--r-- | tmw-status-effect.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tmw-status-effect.xml b/tmw-status-effect.xml index 10ca3b9e..f2557f60 100644 --- a/tmw-status-effect.xml +++ b/tmw-status-effect.xml @@ -6,4 +6,10 @@ start-particle="graphics/particles/green-bubbles.particle.xml" script="plague.lua" /> + <status-effect name="Jumping Status" id="2" + icon="icon-feather.xml" + persistent-particle-effect="true" + start-particle="graphics/particles/magic.white.xml" + script="jump.lua" + /> </status-effects> |