summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/particles/misc.coldbolt.xml19
-rw-r--r--graphics/particles/misc.earthbolt.xml19
-rw-r--r--graphics/particles/misc.thunderbolt.xml19
-rw-r--r--skills.xml3
4 files changed, 60 insertions, 0 deletions
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 @@
+<?xml version="1.0"?>
+<!--
+ Firebolt
+ Code file by Source of Tales, modified by Jesusalva
+ (C) 2019, Moubootaur Legends
+-->
+<effect>
+ <particle
+ position-x="-32"
+ position-y="32"
+ position-z="0"
+ lifetime="75">
+ <animation imageset="graphics/particles/misc.png|W:#009eff,#00ffff"
+ width="42"
+ height="50">
+ <sequence start="18" end="23" delay="125" />
+ </animation>
+ </particle>
+</effect>
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 @@
+<?xml version="1.0"?>
+<!--
+ Firebolt
+ Code file by Source of Tales, modified by Jesusalva
+ (C) 2019, Moubootaur Legends
+-->
+<effect>
+ <particle
+ position-x="-32"
+ position-y="32"
+ position-z="0"
+ lifetime="75">
+ <animation imageset="graphics/particles/misc.png|W:#ddffcc,#ffffee"
+ width="42"
+ height="50">
+ <sequence start="18" end="23" delay="125" />
+ </animation>
+ </particle>
+</effect>
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 @@
+<?xml version="1.0"?>
+<!--
+ Firebolt
+ Code file by Source of Tales, modified by Jesusalva
+ (C) 2019, Moubootaur Legends
+-->
+<effect>
+ <particle
+ position-x="-32"
+ position-y="32"
+ position-z="0"
+ lifetime="75">
+ <animation imageset="graphics/particles/misc.png|W:#44ff00,#66ff00"
+ width="42"
+ height="50">
+ <sequence start="18" end="23" delay="125" />
+ </animation>
+ </particle>
+</effect>
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"
/>