blob: 272ab2a239bd378fe9a30bf2686c00dc09df4ba0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?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."/>
-->
</set>
<set name="Other">
<skill id="220" name="Grafiti" description="Draw text on ground." useTextParameter="true"/>
</set>
</skills>
|