diff options
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> |