From ea03da696669cfa0f9b473913e1c9412c60028ad Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 28 Aug 2008 18:45:21 +0000 Subject: Added the being effects from Fate's magic patch. --- effects.xml | 21 ++ graphics/particles/comet-clockwise-bg.png | Bin 0 -> 954 bytes graphics/particles/comet-clockwise-fg.png | Bin 0 -> 1085 bytes graphics/particles/comet-counterclockwise-bg.png | Bin 0 -> 920 bytes graphics/particles/comet-counterclockwise-fg.png | Bin 0 -> 1007 bytes graphics/particles/electricity-spark.png | Bin 0 -> 634 bytes graphics/particles/hex-facet-50.png | Bin 0 -> 651 bytes graphics/particles/hex-facet.png | Bin 0 -> 611 bytes graphics/particles/magic.black.xml | 24 ++ graphics/particles/magic.default.xml | 24 ++ graphics/particles/magic.enhance.xml | 24 ++ graphics/particles/magic.hit.evil.xml | 65 ++++++ graphics/particles/magic.hit.xml | 65 ++++++ graphics/particles/magic.shield-ends.xml | 278 +++++++++++++++++++++++ graphics/particles/magic.shield.xml | 246 ++++++++++++++++++++ graphics/particles/magic.teleport.xml | 25 ++ graphics/particles/magic.white.xml | 24 ++ graphics/particles/pentagram-buildup-short.xml | 137 +++++++++++ graphics/particles/pentagram-burst.xml | 161 +++++++++++++ graphics/particles/puff-blue.png | Bin 0 -> 2850 bytes graphics/particles/sparkle.png | Bin 0 -> 537 bytes 21 files changed, 1094 insertions(+) create mode 100644 effects.xml create mode 100644 graphics/particles/comet-clockwise-bg.png create mode 100644 graphics/particles/comet-clockwise-fg.png create mode 100644 graphics/particles/comet-counterclockwise-bg.png create mode 100644 graphics/particles/comet-counterclockwise-fg.png create mode 100644 graphics/particles/electricity-spark.png create mode 100644 graphics/particles/hex-facet-50.png create mode 100644 graphics/particles/hex-facet.png create mode 100644 graphics/particles/magic.black.xml create mode 100644 graphics/particles/magic.default.xml create mode 100644 graphics/particles/magic.enhance.xml create mode 100644 graphics/particles/magic.hit.evil.xml create mode 100644 graphics/particles/magic.hit.xml create mode 100644 graphics/particles/magic.shield-ends.xml create mode 100644 graphics/particles/magic.shield.xml create mode 100644 graphics/particles/magic.teleport.xml create mode 100644 graphics/particles/magic.white.xml create mode 100644 graphics/particles/pentagram-buildup-short.xml create mode 100644 graphics/particles/pentagram-burst.xml create mode 100644 graphics/particles/puff-blue.png create mode 100644 graphics/particles/sparkle.png diff --git a/effects.xml b/effects.xml new file mode 100644 index 00000000..9a92337e --- /dev/null +++ b/effects.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/comet-clockwise-bg.png b/graphics/particles/comet-clockwise-bg.png new file mode 100644 index 00000000..fe71ac2a Binary files /dev/null and b/graphics/particles/comet-clockwise-bg.png differ diff --git a/graphics/particles/comet-clockwise-fg.png b/graphics/particles/comet-clockwise-fg.png new file mode 100644 index 00000000..9ba49c84 Binary files /dev/null and b/graphics/particles/comet-clockwise-fg.png differ diff --git a/graphics/particles/comet-counterclockwise-bg.png b/graphics/particles/comet-counterclockwise-bg.png new file mode 100644 index 00000000..990700fe Binary files /dev/null and b/graphics/particles/comet-counterclockwise-bg.png differ diff --git a/graphics/particles/comet-counterclockwise-fg.png b/graphics/particles/comet-counterclockwise-fg.png new file mode 100644 index 00000000..1e30b7b0 Binary files /dev/null and b/graphics/particles/comet-counterclockwise-fg.png differ diff --git a/graphics/particles/electricity-spark.png b/graphics/particles/electricity-spark.png new file mode 100644 index 00000000..77e2c284 Binary files /dev/null and b/graphics/particles/electricity-spark.png differ diff --git a/graphics/particles/hex-facet-50.png b/graphics/particles/hex-facet-50.png new file mode 100644 index 00000000..310304dd Binary files /dev/null and b/graphics/particles/hex-facet-50.png differ diff --git a/graphics/particles/hex-facet.png b/graphics/particles/hex-facet.png new file mode 100644 index 00000000..9b4594d7 Binary files /dev/null and b/graphics/particles/hex-facet.png differ diff --git a/graphics/particles/magic.black.xml b/graphics/particles/magic.black.xml new file mode 100644 index 00000000..0873e050 --- /dev/null +++ b/graphics/particles/magic.black.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/magic.default.xml b/graphics/particles/magic.default.xml new file mode 100644 index 00000000..fb51cbaf --- /dev/null +++ b/graphics/particles/magic.default.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/magic.enhance.xml b/graphics/particles/magic.enhance.xml new file mode 100644 index 00000000..328abb09 --- /dev/null +++ b/graphics/particles/magic.enhance.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/magic.hit.evil.xml b/graphics/particles/magic.hit.evil.xml new file mode 100644 index 00000000..b0a25e46 --- /dev/null +++ b/graphics/particles/magic.hit.evil.xml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/magic.hit.xml b/graphics/particles/magic.hit.xml new file mode 100644 index 00000000..6c140ef2 --- /dev/null +++ b/graphics/particles/magic.hit.xml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/magic.shield-ends.xml b/graphics/particles/magic.shield-ends.xml new file mode 100644 index 00000000..3e7c9e2d --- /dev/null +++ b/graphics/particles/magic.shield-ends.xml @@ -0,0 +1,278 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/magic.shield.xml b/graphics/particles/magic.shield.xml new file mode 100644 index 00000000..dbb943c0 --- /dev/null +++ b/graphics/particles/magic.shield.xml @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/magic.teleport.xml b/graphics/particles/magic.teleport.xml new file mode 100644 index 00000000..86dd2f71 --- /dev/null +++ b/graphics/particles/magic.teleport.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/magic.white.xml b/graphics/particles/magic.white.xml new file mode 100644 index 00000000..4a5aa827 --- /dev/null +++ b/graphics/particles/magic.white.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/pentagram-buildup-short.xml b/graphics/particles/pentagram-buildup-short.xml new file mode 100644 index 00000000..fab9f4c7 --- /dev/null +++ b/graphics/particles/pentagram-buildup-short.xml @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/pentagram-burst.xml b/graphics/particles/pentagram-burst.xml new file mode 100644 index 00000000..7e4280c0 --- /dev/null +++ b/graphics/particles/pentagram-burst.xml @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/puff-blue.png b/graphics/particles/puff-blue.png new file mode 100644 index 00000000..2e76b7d5 Binary files /dev/null and b/graphics/particles/puff-blue.png differ diff --git a/graphics/particles/sparkle.png b/graphics/particles/sparkle.png new file mode 100644 index 00000000..7cfbbb26 Binary files /dev/null and b/graphics/particles/sparkle.png differ -- cgit v1.2.3-60-g2f50