diff options
author | Reid <reidyaro@gmail.com> | 2016-09-19 01:19:48 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-09-19 01:20:18 +0200 |
commit | c30650d266cc4bac9f7d4d6d708a431cdc1eef6f (patch) | |
tree | f232044b6250c1d1fac727a28417b757f2be2e51 | |
parent | d61ea1413cf197c9643d6ec4b07c15e9ba378342 (diff) | |
download | clientdata-c30650d266cc4bac9f7d4d6d708a431cdc1eef6f.tar.gz clientdata-c30650d266cc4bac9f7d4d6d708a431cdc1eef6f.tar.bz2 clientdata-c30650d266cc4bac9f7d4d6d708a431cdc1eef6f.tar.xz clientdata-c30650d266cc4bac9f7d4d6d708a431cdc1eef6f.zip |
Add new Bash skill on skills.xml.
-rw-r--r-- | skills.xml | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -8,7 +8,7 @@ Copyright (C) 2010-2013 Evol Online --> id="1" name="Basic" icon="graphics/skills/emote.png" - description="Allow do basic things." + description="Allow do basic things like sitting, smiling or trading." /> <skill id="17" @@ -31,6 +31,15 @@ Copyright (C) 2010-2013 Evol Online --> 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" |