1
<?xml version="1.0" encoding="utf-8"?>
2
<status-effects>
3
    <status-effect name="Plague" id="1"
4
                   icon="icon-poison.xml"
5
                   persistent-particle-effect="true"
6
                   start-particle="graphics/particles/green-bubbles.particle.xml"
7
                   script="plague.lua"                                      
8
                 />
9
    <status-effect name="Jumping Status" id="2"
10
                   icon="icon-feather.xml"
11
                   persistent-particle-effect="true"
12
                   start-particle="graphics/particles/magic.white.xml"
13
                   script="jump.lua"
14
                 />
15
</status-effects>