blob: f2557f60eaa0e55df752004cd02fb51886d81e73 (
plain) (
tree)
|
|
<?xml version="1.0" encoding="utf-8"?>
<status-effects>
<status-effect name="Plague" id="1"
icon="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="icon-feather.xml"
persistent-particle-effect="true"
start-particle="graphics/particles/magic.white.xml"
script="jump.lua"
/>
</status-effects>
|