From 93c6a390b62d332dbec64da60b5d8b0844ece0c0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 10 Jun 2019 10:16:24 -0300 Subject: Add missiles to the bolt skills. Much better :> --- graphics/particles/misc.coldbolt.xml | 19 +++++++++++++++++++ graphics/particles/misc.earthbolt.xml | 19 +++++++++++++++++++ graphics/particles/misc.thunderbolt.xml | 19 +++++++++++++++++++ skills.xml | 3 +++ 4 files changed, 60 insertions(+) create mode 100644 graphics/particles/misc.coldbolt.xml create mode 100644 graphics/particles/misc.earthbolt.xml create mode 100644 graphics/particles/misc.thunderbolt.xml diff --git a/graphics/particles/misc.coldbolt.xml b/graphics/particles/misc.coldbolt.xml new file mode 100644 index 00000000..1d15e49b --- /dev/null +++ b/graphics/particles/misc.coldbolt.xml @@ -0,0 +1,19 @@ + + + + + + + + + diff --git a/graphics/particles/misc.earthbolt.xml b/graphics/particles/misc.earthbolt.xml new file mode 100644 index 00000000..b295d19d --- /dev/null +++ b/graphics/particles/misc.earthbolt.xml @@ -0,0 +1,19 @@ + + + + + + + + + diff --git a/graphics/particles/misc.thunderbolt.xml b/graphics/particles/misc.thunderbolt.xml new file mode 100644 index 00000000..72954f5b --- /dev/null +++ b/graphics/particles/misc.thunderbolt.xml @@ -0,0 +1,19 @@ + + + + + + + + + diff --git a/skills.xml b/skills.xml index fec41431..5b4f8b65 100644 --- a/skills.xml +++ b/skills.xml @@ -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" /> -- cgit v1.2.3-70-g09d2