diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-13 23:44:22 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-13 23:44:22 +0100 |
commit | 596b8364f7d4e107cdcc7da7c05dee8b1a38575f (patch) | |
tree | d3398ec7cc13a1aecce05bf91e6a15308957f4b2 | |
parent | 56a36cdf6b8e7ed21dd76d3a39173198b2425b37 (diff) | |
download | clientdata-596b8364f7d4e107cdcc7da7c05dee8b1a38575f.tar.gz clientdata-596b8364f7d4e107cdcc7da7c05dee8b1a38575f.tar.bz2 clientdata-596b8364f7d4e107cdcc7da7c05dee8b1a38575f.tar.xz clientdata-596b8364f7d4e107cdcc7da7c05dee8b1a38575f.zip |
fix for push
-rw-r--r-- | graphics/particles/magicbif.particle.xml | 25 | ||||
-rw-r--r-- | graphics/particles/star-small2.png | bin | 0 -> 799 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/centurionhelmet.xml | 2 | ||||
-rw-r--r-- | monsters.xml | 12 |
4 files changed, 38 insertions, 1 deletions
diff --git a/graphics/particles/magicbif.particle.xml b/graphics/particles/magicbif.particle.xml new file mode 100644 index 00000000..d2aa5177 --- /dev/null +++ b/graphics/particles/magicbif.particle.xml @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<!-- +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="28"> + <emitter> + <property name="position-x" min="-16" max="32"/> + <property name="position-y" min="-16" max="16"/> + <property name="position-z" min="-16" max="16"/> + <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="320"/> + <property name="fade-out" value="40"/> + <property name="fade-in" value="40"/> + <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:#581a1a,ffffff"/> + <property name="follow-parent"/> + </emitter> + </particle> +</effect> diff --git a/graphics/particles/star-small2.png b/graphics/particles/star-small2.png Binary files differnew file mode 100644 index 00000000..f537f317 --- /dev/null +++ b/graphics/particles/star-small2.png diff --git a/graphics/sprites/equipment/head/centurionhelmet.xml b/graphics/sprites/equipment/head/centurionhelmet.xml index 1a3220eb..3d82588f 100644 --- a/graphics/sprites/equipment/head/centurionhelmet.xml +++ b/graphics/sprites/equipment/head/centurionhelmet.xml @@ -3,7 +3,7 @@ Copyright (C) 2018 TMW2 --> <sprite> <imageset name="base" - src="graphics/sprites/equipment/head/centurionhelmet.png" + src="graphics/sprites/equipment/head/courbahelmet.png" width="32" height="64" offsetY="1"/> diff --git a/monsters.xml b/monsters.xml index 2ca5cac9..3cacfeb5 100644 --- a/monsters.xml +++ b/monsters.xml @@ -528,4 +528,16 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <particlefx>graphics/particles/demonicmouboo.particle.xml</particlefx> </monster> --> + <monster id="1117" name="Small Magic Bif" targetCursor="small"> + <sprite>monsters/smallbif.xml|#4b4bbd,888af4</sprite> + <particlefx>graphics/particles/magicbif.particle.xml</particlefx> + </monster> + <monster id="1118" name="Magic Bif" targetCursor="medium"> + <sprite>monsters/bif.xml|#4b4bbd,ff008e</sprite> + <particlefx>graphics/particles/magicbif.particle.xml</particlefx>> + </monster> + <monster id="1119" name="Big Magic Bif" targetCursor="medium"> + <sprite>monsters/bigbif.xml|#ff008e,888af4</sprite> + <particlefx>graphics/particles/magicbif.particle.xml</particlefx> + </monster> </monsters> |