blob: 0dd2b699c11ee69867ffaf4b7652daf4e4d48e6f (
plain) (
tree)
|
|
<?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>
|