summaryrefslogblamecommitdiff
path: root/skills.xml
blob: da86c6e90ffb9c04b52d7fb05627bc86c20bfc46 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                      

                                       
 
        
                      



                                            
                                                                                 
          
              


                                                     
                                                                     


                                        

              





                                                      


                                                           
          
          








                                                             
                      




                                              
          
         
<?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="17"
            name="Fire ball"
            description="Attack enemy with fireball."
            castingParticle="graphics/particles/arrow-directions.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="Offensive">
        <skill
            id="5"
            name="Basic"
            icon="graphics/skills/bash.png"
            castingParticle="graphics/particles/critical.xml"
            description="A violent punch."
        />
    </set>
    <set name="Other">
        <skill
            id="220"
            name="Grafiti"
            description="Draw text on ground."
            useTextParameter="true"/>
    </set>
</skills>