blob: 89b7a4704ccff787da52e8aeeb01e085b5acc3dc (
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
|
<?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."/>
<!--
<skill id="2" name="Trade"/>
<skill id="3" name="Party" level="1" description="You can join a party."/>
<skill id="3" name="Party" level="2" description="You can join and create a party."/>
-->
<skill
id="20001"
name="Magic shield"
description="Allow protect from magic attacks."
castingDstEffectId="24"
/>
</set>
<set name="Other">
<skill
id="220"
name="Grafiti"
description="Draw text on ground."
useTextParameter="true"/>
</set>
</skills>
|