diff options
author | Reid <reidyro@gmail.com> | 2011-02-04 22:20:42 +0100 |
---|---|---|
committer | Reid <reidyro@gmail.com> | 2011-02-04 22:20:42 +0100 |
commit | d7644bac65a72d0ef2661c5d0f6050e991355f93 (patch) | |
tree | e128a62298a3abe791604f9e8f4970ac97a2acd3 /monsters.xml | |
parent | 4ffc77f96d8ff380c518c612f889323b3c8d416f (diff) | |
download | clientdata-d7644bac65a72d0ef2661c5d0f6050e991355f93.tar.gz clientdata-d7644bac65a72d0ef2661c5d0f6050e991355f93.tar.bz2 clientdata-d7644bac65a72d0ef2661c5d0f6050e991355f93.tar.xz clientdata-d7644bac65a72d0ef2661c5d0f6050e991355f93.zip |
Correcting particule color on wisp, poltergeist and the other purplish shadow-mob.
Diffstat (limited to 'monsters.xml')
-rwxr-xr-x | monsters.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/monsters.xml b/monsters.xml index 840e7b0c..d1c3467c 100755 --- a/monsters.xml +++ b/monsters.xml @@ -978,7 +978,7 @@ exp<TAG>: Tells how much experience point a monster is giving up <monster id="38" name="Wisp"> <sprite>monsters/monster-wisp.xml|#aadd44,ffff66</sprite> - <particlefx>graphics/particles/wisp.particle.xml</particlefx> + <particlefx>graphics/particles/wisp.particle.xml|#aadd44,ffff66</particlefx> <exp>20</exp> <attributes hp="20" @@ -1033,7 +1033,7 @@ exp<TAG>: Tells how much experience point a monster is giving up <monster id="40" name="Spectre"> <sprite>monsters/monster-wisp.xml|#ff77dd,dd77ff</sprite> - <particlefx>graphics/particles/wisp.particle.xml</particlefx> + <particlefx>graphics/particles/wisp.particle.xml|#ff77dd,dd77ff</particlefx> <exp>20</exp> <attributes hp="20" @@ -1158,7 +1158,7 @@ exp<TAG>: Tells how much experience point a monster is giving up <monster id="45" name="Poltergeist"> <sprite>monsters/monster-wisp.xml|#77ffdd,77ddff</sprite> - <particlefx>graphics/particles/wisp.particle.xml</particlefx> + <particlefx>graphics/particles/wisp.particle.xml|#77ffdd,77ddff</particlefx> <exp>20</exp> <attributes hp="20" |