diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-01-27 12:06:56 +0000 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-01-27 12:07:57 +0000 |
commit | 1718aca6e0b650e33a7398b5be141404b1497be7 (patch) | |
tree | 0fe7ddd7619a58f62733c193d7888e2a8ae99e70 /effects.xml | |
parent | c9219ceec64cd5f2965c8fb1b2242f645aa04dc6 (diff) | |
download | clientdata-1718aca6e0b650e33a7398b5be141404b1497be7.tar.gz clientdata-1718aca6e0b650e33a7398b5be141404b1497be7.tar.bz2 clientdata-1718aca6e0b650e33a7398b5be141404b1497be7.tar.xz clientdata-1718aca6e0b650e33a7398b5be141404b1497be7.zip |
Add comments on effects.xml
Diffstat (limited to 'effects.xml')
-rw-r--r-- | effects.xml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/effects.xml b/effects.xml index d5947f83..dd74a75b 100644 --- a/effects.xml +++ b/effects.xml @@ -2,14 +2,15 @@ <!-- Authors: Alige, Reid Copyright (C) 2010-2013 Evol Online --> <being-effects> - <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"/> - <effect id="5" particle="graphics/particles/warp.xml"/> - <effect id="6" particle="graphics/particles/savepoint-32x32.xml"/> - <effect id="7" particle="graphics/particles/healing.xml"/> - <effect id="8" particle="graphics/particles/poison.xml"/> - <effect id="9" particle="graphics/particles/invisibility.xml"/> + <effect id="0" audio="sfx/system/levelup.ogg" particle="graphics/particles/levelup.xml"/> // Level up particle effect. + <effect id="1" audio="sfx/system/levelup.ogg" particle="graphics/particles/skillup.xml"/> // Skill up particle effect. + <effect id="2" particle="graphics/particles/hit.xml"/> // Hit's explosion particle effect. + <effect id="3" particle="graphics/particles/critical.xml"/> // Critical hit's explosion particle effect. + <effect id="4" particle="graphics/particles/highlight.xml"/> // Savepoint particle effect on a player. + <effect id="5" particle="graphics/particles/warp.xml"/> // Warp particle effect. + <effect id="6" particle="graphics/particles/savepoint-32x32.xml"/> // Savepoint particle effect on the save location. + <effect id="7" particle="graphics/particles/healing.xml"/> // Healing particle effect. + <effect id="8" particle="graphics/particles/poison.xml"/> // Poison particle effect. + <effect id="9" particle="graphics/particles/invisibility.xml"/> // Invisibility particle effect. + <effect id="10" particle="graphics/particles/afk.xml"/> // AFK particle effect. </being-effects> |