summaryrefslogtreecommitdiffstats
path: root/example/clientdata/status-effects.xml
blob: 7b613c4fa95bd2005b34b8a5d1c3c0e34d73e441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>