summaryrefslogtreecommitdiff
path: root/skills.xml
blob: e94d4197d5ecf1dee4b8158b3fcc095f2e8c201c (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
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: 4144, Reid
Copyright (C) 2010-2013 Evol Online -->

<skills>
    <set name="Basic">
        <skill
            id="1"
            name="Basic"
            icon="graphics/skills/emote.png"
            description="Allow do basic things like sitting, smiling or trading."
        />
        <skill
            id="20000"
            name="Mass provoke"
            icon="graphics/skills/legacy/resistpoison.png"
            description="Allow provoke many monsters."
            castingAnimation="emote.xml"
        />
        <skill
            id="20001"
            name="Magic shield"
            icon="graphics/skills/legacy/life.png"
            description="Allow protect from magic attacks."
        />
    </set>
    <set name="Offensive">
        <skill
            id="5"
            name="Basic"
            icon="graphics/skills/bash.png"
            castingMissile-particle="graphics/particles/critical.xml"
            description="A violent punch."
        />
        <skill
            id="17"
            name="Fire Ball"
            icon="graphics/skills/fireball.png"
            description="Attack enemy with fireball."
            castingMissile-particle="graphics/particles/flame-particle.xml"
            castingMissile-lifetime="10000"
            castingMissile-speed="3"
            castingSrcEffectId="23"
            dstEffectId="34"
        />
        <skill
            id="28"
            name="Healing"
            icon="graphics/skills/heal.png"
            description="Heals you or one of your comrades."
            castingMissile-particle="graphics/particles/healing.xml"
            castingMissile-lifetime="5000"
            castingMissile-speed="3"
            castingSrcEffectId="7"
            dstEffectId="7"
        />
       <skill
            id="24"
            name="Fire Ball"
            icon="graphics/skills/fireball.png"
            description="Attack enemy with fireball."
            castingMissile-particle="graphics/particles/flame-particle.xml"
            castingMissile-lifetime="10000"
            castingMissile-speed="3"
            castingSrcEffectId="23"
            dstEffectId="34"
        />
    </set>
    <set name="Onehand">
        <skill
            id="2474"
            name="Sword training"
            description="Passive skill. Sword training will improve your efficiency with one-handed weapons and enable further skills."
            icon="graphics/skills/dagger.png"
            levelUpEffectId="1"
        />
        <skill
            id="2"
            name="Sword mastery"
            description="Passive skill. Sword mastery will make you a great fighter and provide further skills at a certain level."
            icon="graphics/skills/dagger.png"
            levelUpEffectId="1"
        />
        <skill
            id="7"
            name="Magnum break"
            description="Produces a fire blast at a 5x5 area around the caster. Pushes enemies back 2 cells. Costs a small amount of hp."
            icon="graphics/skills/swordslash.png"
            particle="hellblaze.particle.xml"
            levelUpEffectId="1"
        />
        <skill
            id="48"
            name="Double attack"
            description="Allows a doubled attack with a chance of up to 50%, depending on skill level."
            icon="graphics/skills/doubledagger.png"
            particle="crit.particle.xml"
            levelUpEffectId="1"
        />
        <skill
            id="110"
            name="Hammerfall"
            description="Slams your weapon on the ground and makes all enemies within range stunned."
            icon="graphics/skills/axe.png"
            particle="circle.particle.xml"
            levelUpEffectId="1"
        />
    <skill
            id="155"
            name="Crazy uproar"
            description="Makes you scream like a viking, which will improve your strength."
            icon="graphics/skills/aura.png"
            particle="circle.particle.xml"
            castingAnimation="emote.xml"
        />
    </set>
    <set name="Other">
       <skill
            id="28"
            name="Heal"
            icon="graphics/skills/heal.png"
            description="Provides a bit of health to you, and to one of your friends."
            castingMissile-particle="graphics/particles/healing.xml"
        />
        <skill
            id="220"
            name="Grafiti"
            description="Draw text on ground."
            useTextParameter="true"/>
    </set>
    <set name="Restricted">
        <skill
            id="20002"
            name="Super Menu"
            description="Gives access to all debug and administrative options"
            invokeCmd="@numa"/>
    </set>
</skills>