blob: 5d7787ede6b2f16779963b8890789f5da68aeab4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="utf-8"?>
<status-effects>
<status-effect name="speed" id="37" block-id="21"
icon="icon-haste-potion.xml"
/>
<status-effect name="strength" id="185" block-id="23"
icon="icon-iron-potion.xml"
persistent-particle-effect="true"
start-particle="graphics/particles/orange-violent-glow.particle.xml"
/>
<status-effect name="invisibility" id="4096" block-id="12"
icon="icon-invisible.xml"
start-message="You are now invisible."
end-message="You are no longer invisible."
persistent-particle-effect="true"
start-particle="graphics/particles/sphere-white.particle.xml"
/>
</status-effects>
|