summaryrefslogtreecommitdiff
path: root/status-effects.xml
blob: e08d108fd43b6311db28f9e388924c085e21ee85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Alige, Reid
Copyright (C) 2010-2013 Evol Online -->

<!--
name:                       Name of the status effect.
id:                         ID of the status effect.
block-id:                   Group of different IDs.
persistent-particle-effect: Displays if the effect is present during all of the timer (?).
start-particle:             Particles used for the effect, appearing when the effect is enabled.
icon:                       Displays an icon in the top bar, appearing when the effect is enabled.
start-message:              Displays a message when you launch the effect.
end-message:                Displays a message when the effect end.
-->

<status-effects>
    <status-effect
        name="hiding"
        id="4"
        block-id="1"
        icon="icons/invisible.xml"
    />
    <status-effect
        name="cloacking"
        id="5"
        block-id="2"
        icon="icons/invisible.xml"
    />
    <status-effect
        name="quagmire"
        id="8"
    />
    <status-effect
        name="blessing"
        id="10"
    />
    <status-effect
        name="magnificat"
        id="20"
        block-id="24"
        icon="icons/healing.xml"
        persistent-particle-effect="true"
        start-particle="graphics/particles/healing.xml"
    />
    <status-effect
        name="riding"
        id="27"
        block-id="5"
        icon="icons/invisible.xml"
    />
    <status-effect
        name="trick dead"
        id="29"
    />
    <status-effect
        name="weight 50%"
        id="35"
    />
    <status-effect
        name="weight 90%"
        id="36"
    />
    <status-effect
        name="post delay"
        id="46"
    />
<!--
    <status-effect
        name="poison"
        id="132"
        block-id="16"
        icon="icons/poison.xml"
        persistent-particle-effect="true"
        start-particle="graphics/particles/poison.xml"
    />
-->
    <status-effect
        name="concentration"
        id="105"
        icon="icons/concentration.xml"
        persistent-particle-effect="true"
        start-particle="graphics/particles/concentration.xml"
    />
    <status-effect
        name="cart boost"
        id="118"
    />
    <status-effect
        name="run"
        id="133"
    />
    <status-effect
        name="ting"
        id="134"
    />
    <status-effect
        name="inc str"
        id="182"
        block-id="14"
    />
    <!-- fake id -->
    <status-effect
        name="hide"
        id="194"
        icon="icons/hide.xml"
    />
    <status-effect
        name="stasis"
        id="356"
    />
    <status-effect
        name="camouflage"
        id="360"
    />
    <status-effect
        name="sphere 1"
        id="363"
    />
    <status-effect
        name="sphere 2"
        id="364"
    />
    <status-effect
        name="sphere 3"
        id="365"
    />
    <status-effect
        name="sphere 4"
        id="366"
    />
    <status-effect
        name="sphere 5"
        id="367"
    />
    <status-effect
        name="invisibility"
        id="403"
        block-id="6"
        icon="icons/invisible.xml"
        start-message="You are now invisible."
        end-message="You are no longer invisible."
        persistent-particle-effect="true"
        start-particle="graphics/particles/invisibility.xml"
    />
    <status-effect
        name="sit"
        id="622"
    />
    <status-effect
        name="cart"
        id="673"
        icon="icons/hide.xml"
    />
    <!-- fake id -->
    <status-effect
        name="ruwach"
        block-id="13"
        id="2000"
    />
</status-effects>