summaryrefslogtreecommitdiffstats
path: root/example/status-effects.xml
blob: 0dd2b699c11ee69867ffaf4b7652daf4e4d48e6f (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"
                   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"
                   tick-function="tick_jump"
                 />
</status-effects>