summaryrefslogtreecommitdiff
path: root/example/status-effects.xml
blob: fda9083667e3692729556b4310a31f9aa63f44a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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"
                   tick-function="tick_plague"
                 />
    <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"
                   tick-function="tick_jump"
                 />
</status-effects>