blob: da3c50209230c7b72f633ec2e7d1fd968614dbe2 (
plain) (
tree)
|
|
<?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="17"
name="Fire ball"
description="Attack enemy with fireball."
castingParticle="graphics/particles/arrow.particle.xml"
castingSrcEffectId="23"
dstEffectId="23"
castingAnimation="emote.xml"
/>
<skill
id="20000"
name="Mass provoke"
description="Allow provoke many monsters."
castingAnimation="emote.xml"
/>
<skill
id="20001"
name="Magic shield"
description="Allow protect from magic attacks."
/>
</set>
<set name="Other">
<skill
id="220"
name="Grafiti"
description="Draw text on ground."
useTextParameter="true"/>
</set>
</skills>
|