diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-10 10:16:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-10 10:16:24 -0300 |
commit | 93c6a390b62d332dbec64da60b5d8b0844ece0c0 (patch) | |
tree | ce77c327626ac73713f0469112fb1167f03be471 /skills.xml | |
parent | 958f665c0235941f1be3efc26f9a1cc725306de0 (diff) | |
download | clientdata-93c6a390b62d332dbec64da60b5d8b0844ece0c0.tar.gz clientdata-93c6a390b62d332dbec64da60b5d8b0844ece0c0.tar.bz2 clientdata-93c6a390b62d332dbec64da60b5d8b0844ece0c0.tar.xz clientdata-93c6a390b62d332dbec64da60b5d8b0844ece0c0.zip |
Add missiles to the bolt skills. Much better :>
Diffstat (limited to 'skills.xml')
-rw-r--r-- | skills.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -322,6 +322,7 @@ Copyright (C) 2018 TMW2 --> name="Cold Bolt" icon="graphics/skills/wizard/coldbolt.png" description="Standard Ice Attack." + castingMissile-particle="graphics/particles/misc.coldbolt.xml" castingSrcEffectId="23" dstEffectId="702" /> @@ -339,6 +340,7 @@ Copyright (C) 2018 TMW2 --> name="Thunder Bolt" icon="graphics/skills/wizard/thunderbolt.png" description="Standard Wind Attack." + castingMissile-particle="graphics/particles/misc.thunderbolt.xml" castingSrcEffectId="23" dstEffectId="702" /> @@ -347,6 +349,7 @@ Copyright (C) 2018 TMW2 --> name="Earth Spike" icon="graphics/skills/wizard/earthspike.png" description="Standard Earth Attack." + castingMissile-particle="graphics/particles/misc.earthbolt.xml" castingSrcEffectId="23" dstEffectId="702" /> |