From f918031829275720612553290e333a6af2009977 Mon Sep 17 00:00:00 2001 From: Micksha Date: Tue, 16 Oct 2018 14:28:06 +0200 Subject: add the first few onehanded skills and a few particle effects --- graphics/particles/circle.particle.xml | 24 +++++++++++ graphics/particles/crit.particle.xml | 34 +++++++++++++++ graphics/particles/glow-medium.png | Bin 0 -> 709 bytes graphics/particles/hellblaze.particle.xml | 67 ++++++++++++++++++++++++++++++ graphics/particles/orb-medium.png | Bin 217 -> 176 bytes 5 files changed, 125 insertions(+) create mode 100644 graphics/particles/circle.particle.xml create mode 100644 graphics/particles/crit.particle.xml create mode 100644 graphics/particles/glow-medium.png create mode 100644 graphics/particles/hellblaze.particle.xml (limited to 'graphics/particles') diff --git a/graphics/particles/circle.particle.xml b/graphics/particles/circle.particle.xml new file mode 100644 index 00000000..b42aecf8 --- /dev/null +++ b/graphics/particles/circle.particle.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/crit.particle.xml b/graphics/particles/crit.particle.xml new file mode 100644 index 00000000..7f534477 --- /dev/null +++ b/graphics/particles/crit.particle.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/glow-medium.png b/graphics/particles/glow-medium.png new file mode 100644 index 00000000..580e6c6b Binary files /dev/null and b/graphics/particles/glow-medium.png differ diff --git a/graphics/particles/hellblaze.particle.xml b/graphics/particles/hellblaze.particle.xml new file mode 100644 index 00000000..b9ab089c --- /dev/null +++ b/graphics/particles/hellblaze.particle.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/orb-medium.png b/graphics/particles/orb-medium.png index 602357b1..4c1edc35 100644 Binary files a/graphics/particles/orb-medium.png and b/graphics/particles/orb-medium.png differ -- cgit v1.2.3-70-g09d2