From 4c98ba9472eda105fbe0d00d58f622214ca839ef Mon Sep 17 00:00:00 2001 From: Alige Date: Sat, 19 Jan 2013 22:05:35 +0400 Subject: Added missing particles that are called from status-effects.xml. Removed unecessary orb-large.png file and storred it locally, to be used later. Added new particles in effects.xml and fixed their new names in status-effects.xml. --- effects.xml | 3 +++ graphics/particles/bubble.png | Bin 0 -> 659 bytes graphics/particles/healing.xml | 22 ++++++++++++++++++++++ graphics/particles/invisibility.xml | 23 +++++++++++++++++++++++ graphics/particles/orb-large.png | Bin 345 -> 0 bytes graphics/particles/poison.xml | 29 +++++++++++++++++++++++++++++ status-effects.xml | 4 ++-- 7 files changed, 79 insertions(+), 2 deletions(-) create mode 100644 graphics/particles/bubble.png create mode 100644 graphics/particles/healing.xml create mode 100644 graphics/particles/invisibility.xml delete mode 100644 graphics/particles/orb-large.png create mode 100644 graphics/particles/poison.xml diff --git a/effects.xml b/effects.xml index 0f464611..d5947f83 100644 --- a/effects.xml +++ b/effects.xml @@ -9,4 +9,7 @@ Copyright (C) 2010-2013 Evol Online --> + + + 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/healing.xml b/graphics/particles/healing.xml new file mode 100644 index 00000000..5fde4d7e --- /dev/null +++ b/graphics/particles/healing.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/invisibility.xml b/graphics/particles/invisibility.xml new file mode 100644 index 00000000..954c7f91 --- /dev/null +++ b/graphics/particles/invisibility.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/orb-large.png b/graphics/particles/orb-large.png deleted file mode 100644 index 58b5a279..00000000 Binary files a/graphics/particles/orb-large.png and /dev/null differ diff --git a/graphics/particles/poison.xml b/graphics/particles/poison.xml new file mode 100644 index 00000000..8f0d1ab0 --- /dev/null +++ b/graphics/particles/poison.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/status-effects.xml b/status-effects.xml index 70a3d48f..c2d24b8b 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -26,11 +26,11 @@ end-message: Displays a message when the effect end. start-message="You are now invisible." end-message="You are no longer invisible." persistent-particle-effect="true" - start-particle="graphics/particles/sphere-white.particle.xml"/> + start-particle="graphics/particles/invisibility.xml"/> + start-particle="graphics/particles/poison.xml"/> -- cgit v1.2.3-70-g09d2