summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/particles/smallmagicbif.particle.xml2
-rw-r--r--graphics/particles/smallmagicbif.particule.xml25
-rw-r--r--monsters.xml2
3 files changed, 2 insertions, 27 deletions
diff --git a/graphics/particles/smallmagicbif.particle.xml b/graphics/particles/smallmagicbif.particle.xml
index 78ddca71..086957df 100644
--- a/graphics/particles/smallmagicbif.particle.xml
+++ b/graphics/particles/smallmagicbif.particle.xml
@@ -18,7 +18,7 @@ Copyright (C) 2018 TMW2
<property name="output" min="-20" max="1"/>
<property name="acceleration" value="0.1"/>
<property name="alpha" value="0.5"/>
- <property name="image" value="graphics/particles/star-small2.png|W:ffa10c,ff0e93"/>
+ <property name="image" value="graphics/particles/star-small2.png|W:#ffa10c,ff0e93"/>
<property name="follow-parent"/>
</emitter>
</particle>
diff --git a/graphics/particles/smallmagicbif.particule.xml b/graphics/particles/smallmagicbif.particule.xml
deleted file mode 100644
index 9c1543a0..00000000
--- a/graphics/particles/smallmagicbif.particule.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!-- Author: Saulc
-A small cloud particle effect intended for use with the bif mob
-Copyright (C) 2018 TMW2
--->
-<effect>
- <particle position-x="0" position-y="0" position-z="45">
- <emitter>
- <property name="position-x" min="-20" max="36"/>
- <property name="position-y" min="-18" max="18"/>
- <property name="position-z" min="-18" max="18"/>
- <property name="horizontal-angle" min="0" max="360"/>
- <property name="vertical-angle" min="0" max="360"/>
- <property name="power" min="0.4" max="2"/>
- <property name="lifetime" value="200"/>
- <property name="fade-out" value="60"/>
- <property name="fade-in" value="60"/>
- <property name="output" min="-20" max="1"/>
- <property name="acceleration" value="0.15"/>
- <property name="alpha" value="0.5"/>
- <property name="image" value="graphics/particles/star-small2.png|W:#ffa10c,ff0e93"/>
- <property name="follow-parent"/>
- </emitter>
- </particle>
-</effect>
diff --git a/monsters.xml b/monsters.xml
index 65a11334..39dd6ada 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -537,7 +537,7 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
<particlefx>graphics/particles/magicbif.particle.xml</particlefx>
</monster>
<monster id="1119" name="Big Magic Bif" targetCursor="medium">
- <sprite>monsters/bigbif.xml|W:#ff059d,#ff0e93</sprite>
+ <sprite>monsters/bigbif.xml|W:#ff059d,ff0e93</sprite>
<particlefx>graphics/particles/bigmagicbif.particle.xml</particlefx>
</monster>
</monsters>