From 4c4f4be30bae96e6cd943de326b1a4b1b841dcd4 Mon Sep 17 00:00:00 2001 From: Saulc Date: Sat, 13 Jan 2018 19:41:26 +0100 Subject: Initial commit --- graphics/particles/afk.xml | 52 ++++++ graphics/particles/arrow-directions.png | Bin 0 -> 1553 bytes graphics/particles/arrow-directions.xml | 11 ++ graphics/particles/bubble.png | Bin 0 -> 659 bytes graphics/particles/chimney.xml | 51 ++++++ graphics/particles/concentration.xml | 40 +++++ graphics/particles/critical.xml | 37 +++++ graphics/particles/fog-medium.png | Bin 0 -> 544 bytes graphics/particles/fog-medium2.png | Bin 0 -> 1031 bytes graphics/particles/fog-medium3.png | Bin 0 -> 1259 bytes graphics/particles/fountain.xml | 42 +++++ graphics/particles/gloworb-medium.png | Bin 0 -> 949 bytes graphics/particles/gloworb.png | Bin 0 -> 445 bytes graphics/particles/healing.xml | 26 +++ graphics/particles/heart.png | Bin 0 -> 549 bytes graphics/particles/hexagon.png | Bin 0 -> 651 bytes graphics/particles/hit.xml | 55 +++++++ graphics/particles/invisibility.xml | 26 +++ graphics/particles/levelup.xml | 22 +++ graphics/particles/magic-shield-end.xml | 273 ++++++++++++++++++++++++++++++++ graphics/particles/magic-shield.xml | 241 ++++++++++++++++++++++++++++ graphics/particles/magic.xml | 26 +++ graphics/particles/orb-large.png | Bin 0 -> 275 bytes graphics/particles/orb-large2.png | Bin 0 -> 1018 bytes graphics/particles/orb-medium.png | Bin 0 -> 217 bytes graphics/particles/orb-small.png | Bin 0 -> 263 bytes graphics/particles/panels.xml | 23 +++ graphics/particles/poison-cloud.xml | 58 +++++++ graphics/particles/poison.xml | 32 ++++ graphics/particles/save.xml | 23 +++ graphics/particles/savepoint-32x64.xml | 37 +++++ graphics/particles/sewer-pipe.xml | 45 ++++++ graphics/particles/skillup.xml | 22 +++ graphics/particles/sparkles.png | Bin 0 -> 537 bytes graphics/particles/spirit.xml | 23 +++ graphics/particles/star-medium.png | Bin 0 -> 913 bytes graphics/particles/star-small.png | Bin 0 -> 261 bytes graphics/particles/training-arrow.png | Bin 0 -> 1616 bytes graphics/particles/training-arrow.xml | 11 ++ graphics/particles/treeglow.xml | 40 +++++ graphics/particles/warp.xml | 25 +++ graphics/particles/zzz.png | Bin 0 -> 469 bytes 42 files changed, 1241 insertions(+) create mode 100644 graphics/particles/afk.xml create mode 100644 graphics/particles/arrow-directions.png create mode 100644 graphics/particles/arrow-directions.xml create mode 100644 graphics/particles/bubble.png create mode 100644 graphics/particles/chimney.xml create mode 100644 graphics/particles/concentration.xml create mode 100644 graphics/particles/critical.xml create mode 100644 graphics/particles/fog-medium.png create mode 100644 graphics/particles/fog-medium2.png create mode 100644 graphics/particles/fog-medium3.png create mode 100644 graphics/particles/fountain.xml create mode 100644 graphics/particles/gloworb-medium.png create mode 100644 graphics/particles/gloworb.png create mode 100644 graphics/particles/healing.xml create mode 100644 graphics/particles/heart.png create mode 100644 graphics/particles/hexagon.png create mode 100644 graphics/particles/hit.xml create mode 100644 graphics/particles/invisibility.xml create mode 100644 graphics/particles/levelup.xml create mode 100644 graphics/particles/magic-shield-end.xml create mode 100644 graphics/particles/magic-shield.xml create mode 100644 graphics/particles/magic.xml create mode 100644 graphics/particles/orb-large.png create mode 100644 graphics/particles/orb-large2.png create mode 100644 graphics/particles/orb-medium.png create mode 100644 graphics/particles/orb-small.png create mode 100644 graphics/particles/panels.xml create mode 100644 graphics/particles/poison-cloud.xml create mode 100644 graphics/particles/poison.xml create mode 100644 graphics/particles/save.xml create mode 100644 graphics/particles/savepoint-32x64.xml create mode 100644 graphics/particles/sewer-pipe.xml create mode 100644 graphics/particles/skillup.xml create mode 100644 graphics/particles/sparkles.png create mode 100644 graphics/particles/spirit.xml create mode 100644 graphics/particles/star-medium.png create mode 100644 graphics/particles/star-small.png create mode 100644 graphics/particles/training-arrow.png create mode 100644 graphics/particles/training-arrow.xml create mode 100644 graphics/particles/treeglow.xml create mode 100644 graphics/particles/warp.xml create mode 100644 graphics/particles/zzz.png (limited to 'graphics/particles') diff --git a/graphics/particles/afk.xml b/graphics/particles/afk.xml new file mode 100644 index 00000000..56dfa823 --- /dev/null +++ b/graphics/particles/afk.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/arrow-directions.png b/graphics/particles/arrow-directions.png new file mode 100644 index 00000000..91768071 Binary files /dev/null and b/graphics/particles/arrow-directions.png differ diff --git a/graphics/particles/arrow-directions.xml b/graphics/particles/arrow-directions.xml new file mode 100644 index 00000000..d1b50aa6 --- /dev/null +++ b/graphics/particles/arrow-directions.xml @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/graphics/particles/bubble.png b/graphics/particles/bubble.png new file mode 100644 index 00000000..93e3b57f Binary files /dev/null and b/graphics/particles/bubble.png differ diff --git a/graphics/particles/chimney.xml b/graphics/particles/chimney.xml new file mode 100644 index 00000000..721ec9ab --- /dev/null +++ b/graphics/particles/chimney.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/concentration.xml b/graphics/particles/concentration.xml new file mode 100644 index 00000000..8d072bdf --- /dev/null +++ b/graphics/particles/concentration.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/critical.xml b/graphics/particles/critical.xml new file mode 100644 index 00000000..4c4fa526 --- /dev/null +++ b/graphics/particles/critical.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/fog-medium.png b/graphics/particles/fog-medium.png new file mode 100644 index 00000000..4b26c16b Binary files /dev/null and b/graphics/particles/fog-medium.png differ diff --git a/graphics/particles/fog-medium2.png b/graphics/particles/fog-medium2.png new file mode 100644 index 00000000..0dc079e2 Binary files /dev/null and b/graphics/particles/fog-medium2.png differ diff --git a/graphics/particles/fog-medium3.png b/graphics/particles/fog-medium3.png new file mode 100644 index 00000000..43754bdb Binary files /dev/null and b/graphics/particles/fog-medium3.png differ diff --git a/graphics/particles/fountain.xml b/graphics/particles/fountain.xml new file mode 100644 index 00000000..e3fb28c0 --- /dev/null +++ b/graphics/particles/fountain.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/gloworb-medium.png b/graphics/particles/gloworb-medium.png new file mode 100644 index 00000000..0d45d78f Binary files /dev/null and b/graphics/particles/gloworb-medium.png differ diff --git a/graphics/particles/gloworb.png b/graphics/particles/gloworb.png new file mode 100644 index 00000000..d75f0758 Binary files /dev/null and b/graphics/particles/gloworb.png differ diff --git a/graphics/particles/healing.xml b/graphics/particles/healing.xml new file mode 100644 index 00000000..88e9edd3 --- /dev/null +++ b/graphics/particles/healing.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/heart.png b/graphics/particles/heart.png new file mode 100644 index 00000000..e3d2f138 Binary files /dev/null and b/graphics/particles/heart.png differ diff --git a/graphics/particles/hexagon.png b/graphics/particles/hexagon.png new file mode 100644 index 00000000..310304dd Binary files /dev/null and b/graphics/particles/hexagon.png differ diff --git a/graphics/particles/hit.xml b/graphics/particles/hit.xml new file mode 100644 index 00000000..52da59c0 --- /dev/null +++ b/graphics/particles/hit.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/invisibility.xml b/graphics/particles/invisibility.xml new file mode 100644 index 00000000..f4fa8553 --- /dev/null +++ b/graphics/particles/invisibility.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/levelup.xml b/graphics/particles/levelup.xml new file mode 100644 index 00000000..fac6498b --- /dev/null +++ b/graphics/particles/levelup.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/magic-shield-end.xml b/graphics/particles/magic-shield-end.xml new file mode 100644 index 00000000..7a9e4b2b --- /dev/null +++ b/graphics/particles/magic-shield-end.xml @@ -0,0 +1,273 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/magic-shield.xml b/graphics/particles/magic-shield.xml new file mode 100644 index 00000000..c9369121 --- /dev/null +++ b/graphics/particles/magic-shield.xml @@ -0,0 +1,241 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/magic.xml b/graphics/particles/magic.xml new file mode 100644 index 00000000..93dfd89c --- /dev/null +++ b/graphics/particles/magic.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/orb-large.png b/graphics/particles/orb-large.png new file mode 100644 index 00000000..dca87fdf Binary files /dev/null and b/graphics/particles/orb-large.png differ diff --git a/graphics/particles/orb-large2.png b/graphics/particles/orb-large2.png new file mode 100644 index 00000000..de9e1b3c Binary files /dev/null and b/graphics/particles/orb-large2.png differ diff --git a/graphics/particles/orb-medium.png b/graphics/particles/orb-medium.png new file mode 100644 index 00000000..602357b1 Binary files /dev/null and b/graphics/particles/orb-medium.png differ diff --git a/graphics/particles/orb-small.png b/graphics/particles/orb-small.png new file mode 100644 index 00000000..1d87f1d0 Binary files /dev/null and b/graphics/particles/orb-small.png differ diff --git a/graphics/particles/panels.xml b/graphics/particles/panels.xml new file mode 100644 index 00000000..18833b0d --- /dev/null +++ b/graphics/particles/panels.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/poison-cloud.xml b/graphics/particles/poison-cloud.xml new file mode 100644 index 00000000..69bc86db --- /dev/null +++ b/graphics/particles/poison-cloud.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/poison.xml b/graphics/particles/poison.xml new file mode 100644 index 00000000..b9366d1a --- /dev/null +++ b/graphics/particles/poison.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/save.xml b/graphics/particles/save.xml new file mode 100644 index 00000000..742ac99a --- /dev/null +++ b/graphics/particles/save.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/savepoint-32x64.xml b/graphics/particles/savepoint-32x64.xml new file mode 100644 index 00000000..833efc6a --- /dev/null +++ b/graphics/particles/savepoint-32x64.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/sewer-pipe.xml b/graphics/particles/sewer-pipe.xml new file mode 100644 index 00000000..9c9e7aee --- /dev/null +++ b/graphics/particles/sewer-pipe.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/skillup.xml b/graphics/particles/skillup.xml new file mode 100644 index 00000000..819fbe0d --- /dev/null +++ b/graphics/particles/skillup.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/sparkles.png b/graphics/particles/sparkles.png new file mode 100644 index 00000000..7cfbbb26 Binary files /dev/null and b/graphics/particles/sparkles.png differ diff --git a/graphics/particles/spirit.xml b/graphics/particles/spirit.xml new file mode 100644 index 00000000..e5e57d41 --- /dev/null +++ b/graphics/particles/spirit.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/star-medium.png b/graphics/particles/star-medium.png new file mode 100644 index 00000000..c3020604 Binary files /dev/null and b/graphics/particles/star-medium.png differ diff --git a/graphics/particles/star-small.png b/graphics/particles/star-small.png new file mode 100644 index 00000000..3af8bd02 Binary files /dev/null and b/graphics/particles/star-small.png differ diff --git a/graphics/particles/training-arrow.png b/graphics/particles/training-arrow.png new file mode 100644 index 00000000..4451096a Binary files /dev/null and b/graphics/particles/training-arrow.png differ diff --git a/graphics/particles/training-arrow.xml b/graphics/particles/training-arrow.xml new file mode 100644 index 00000000..09b8992c --- /dev/null +++ b/graphics/particles/training-arrow.xml @@ -0,0 +1,11 @@ + + + + + + + + + + diff --git a/graphics/particles/treeglow.xml b/graphics/particles/treeglow.xml new file mode 100644 index 00000000..420ff2fe --- /dev/null +++ b/graphics/particles/treeglow.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/warp.xml b/graphics/particles/warp.xml new file mode 100644 index 00000000..65a6ca2d --- /dev/null +++ b/graphics/particles/warp.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/zzz.png b/graphics/particles/zzz.png new file mode 100644 index 00000000..a856bfc2 Binary files /dev/null and b/graphics/particles/zzz.png differ -- cgit v1.2.3-60-g2f50