diff options
author | Alige <aligetmw@hotmail.fr> | 2013-01-17 22:01:42 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-01-17 22:01:42 +0400 |
commit | b2d5419b293a764423094cf0aec918c4a6e41860 (patch) | |
tree | 5ba949693826fd7398ba008c20355eaa31d3cf1f /effects.xml | |
parent | 77280d0801b5fedbb712d2dbac56638b5accff26 (diff) | |
download | clientdata-b2d5419b293a764423094cf0aec918c4a6e41860.tar.gz clientdata-b2d5419b293a764423094cf0aec918c4a6e41860.tar.bz2 clientdata-b2d5419b293a764423094cf0aec918c4a6e41860.tar.xz clientdata-b2d5419b293a764423094cf0aec918c4a6e41860.zip |
Fixed several things in effects.xml and paths.xml.
Removed uncessary particle files but kept them locally.
That will prevent developers from using too many particle effects.
Diffstat (limited to 'effects.xml')
-rw-r--r-- | effects.xml | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/effects.xml b/effects.xml index b064ab93..c56f59d3 100644 --- a/effects.xml +++ b/effects.xml @@ -1,17 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Author: Reid -Copyright (C) 2010-2012 Evol Online --> +<!-- Authors: Alige, Reid +Copyright (C) 2010-2013 Evol Online --> <being-effects> - <effect id="0" audio="sfx/system/levelup.ogg" particle="graphics/particles/levelup.particle.xml"/> - <effect id="1" audio="sfx/system/levelup.ogg" particle="graphics/particles/skillup.particle.xml"/> - <effect id="15" particle="graphics/particles/fire-burst.xml"/> - <effect id="16" particle="graphics/particles/fire-explosion.xml"/> - <effect id="25" particle="graphics/particles/rain.xml"/> - <effect id="26" particle="graphics/particles/hit.particle.xml"/> - <effect id="27" particle="graphics/particles/arrow-hail.xml"/> - <effect id="28" particle="graphics/particles/crit.particle.xml"/> - <effect id="30" particle="graphics/particles/large-explosion.xml"/> - <effect id="31" particle="graphics/particles/medium-explosion.xml"/> - <effect id="32" particle="graphics/particles/medium-smoke.xml"/> - <effect id="33" particle="graphics/particles/highlight.xml"/> + <effect id="0" audio="sfx/system/levelup.ogg" particle="graphics/particles/levelup.xml"/> + <effect id="1" audio="sfx/system/levelup.ogg" particle="graphics/particles/skillup.xml"/> + <effect id="2" particle="graphics/particles/hit.xml"/> + <effect id="3" particle="graphics/particles/critical.xml"/> + <effect id="4" particle="graphics/particles/highlight.xml"/> </being-effects> |