diff options
-rw-r--r-- | graphics/particles/monster-snail-trail.particle.xml | 14 | ||||
-rw-r--r-- | graphics/particles/monster-zombie-trail.xml | 17 | ||||
-rw-r--r-- | items/equip-1hand/item0576_Beheader.xml | 2 | ||||
-rw-r--r-- | items/equip-head/item5129_UnderworldMask.xml | 2 | ||||
-rw-r--r-- | monsters.xml | 1 |
5 files changed, 27 insertions, 9 deletions
diff --git a/graphics/particles/monster-snail-trail.particle.xml b/graphics/particles/monster-snail-trail.particle.xml index e86b02b1..37fafd2d 100644 --- a/graphics/particles/monster-snail-trail.particle.xml +++ b/graphics/particles/monster-snail-trail.particle.xml @@ -1,17 +1,17 @@ <?xml version="1.0"?> <!-- A thin trail of slime. --> <effect> - <particle position-x="0" position-y="0" position-z="0"> + <particle position-x="0" position-y="0" position-z="10"> <emitter> <property name="position-y" min="-1" max="5"/> <property name="position-x" min="-3" max="3"/> - <property name="lifetime" value="400"/> - <property name="fade-out" value="100"/> - <property name="fade-in" value="40"/> + <property name="lifetime" value="1000"/> + <property name="fade-out" value="800"/> + <property name="fade-in" value="100"/> <property name="output" min="1" max="5"/> - <property name="output-pause" min="30" max="80"/> - <property name="image" value="graphics/particles/orb-medium.png|W:#96A776,B9FF30,BDDF8F"/> - <property name="alpha" value=".1"/> + <property name="output-pause" min="20" max="50"/> + <property name="image" value="graphics/particles/orb-medium.png|W:#4E7237,5E8247,6E9257"/> + <property name="alpha" value=".5"/> </emitter> </particle> </effect> diff --git a/graphics/particles/monster-zombie-trail.xml b/graphics/particles/monster-zombie-trail.xml new file mode 100644 index 00000000..198fafbc --- /dev/null +++ b/graphics/particles/monster-zombie-trail.xml @@ -0,0 +1,17 @@ +<?xml version="1.0"?> +<!-- A thin trail of slime. --> +<effect> + <particle position-x="0" position-y="0" position-z="5"> + <emitter> + <property name="position-y" min="-1" max="5"/> + <property name="position-x" min="-3" max="3"/> + <property name="lifetime" value="1000"/> + <property name="fade-out" value="800"/> + <property name="fade-in" value="100"/> + <property name="output" min="1" max="3"/> + <property name="output-pause" min="30" max="60"/> + <property name="image" value="graphics/particles/orb-medium.png|W:#7F0505,7F0505,7F0505"/> + <property name="alpha" value=".5"/> + </emitter> + </particle> +</effect> diff --git a/items/equip-1hand/item0576_Beheader.xml b/items/equip-1hand/item0576_Beheader.xml index fbd74d80..14127ab4 100644 --- a/items/equip-1hand/item0576_Beheader.xml +++ b/items/equip-1hand/item0576_Beheader.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <items> - <item id="576" image="equipment/weapon/sword-beheader.png" name="Beheader" description="The only sword capable of beheading a Terranite." effect="Attack Speed +10% / Double Damage +50% / No bow / Base Attack Delay +1150 / Weapon Level 1" req-int="0" criticalattack="-25" hit="-20" type="equip-1hand" attack="999" attack-action="attack" attack-range="1" weight="2000" sellProtected="true"> + <item id="576" image="equipment/weapon/sword-beheader.png" name="Beheader" description="The only sword capable of beheading a Terranite." effect="Double Damage +50% / No bow / Base Attack Delay +1150 / Weapon Level 1" req-int="0" criticalattack="-25" hit="-20" type="equip-1hand" attack="999" attack-action="attack" attack-range="1" weight="2000" sellProtected="true"> <sprite gender="unisex">equipment/weapons/beheader.xml</sprite> <sound event="strike">weapons/other/staff/staff-miss1.ogg</sound> <sound event="strike">weapons/other/staff/staff-miss2.ogg</sound> diff --git a/items/equip-head/item5129_UnderworldMask.xml b/items/equip-head/item5129_UnderworldMask.xml index 3ef5b055..8cc029ab 100644 --- a/items/equip-head/item5129_UnderworldMask.xml +++ b/items/equip-head/item5129_UnderworldMask.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <items> - <item id="5129" image="equipment/head/underworld-mask.png" name="Underworld Mask" description="Surely, you don't think I jest. (Troll only: Attack range +1 / Strength +10)" effect="0 Int" attack-range="2" dex="2" agi="3" type="equip-head" defense="5" weight="100" sellProtected="true"> + <item id="5129" image="equipment/head/underworld-mask.png" name="Underworld Mask" description="Surely, you don't think I jest. (Troll / Floyd only: Attack range +1 / Strength +10)" effect="0 Int" attack-range="2" dex="2" agi="3" type="equip-head" defense="5" weight="100" sellProtected="true"> <sprite gender="unisex">equipment/head/underworld-mask.xml</sprite> <sprite gender="female">equipment/head/underworld-mask-female.xml</sprite> <replace sprite="hair"> diff --git a/monsters.xml b/monsters.xml index 163f1426..3d073dcb 100644 --- a/monsters.xml +++ b/monsters.xml @@ -275,6 +275,7 @@ <monster id="1036" name="Zombie"> <sprite>monsters/zombie.xml</sprite> + <particlefx>graphics/particles/monster-zombie-trail.xml</particlefx> <sound event="move">monsters/zombie/zombie-move1.ogg</sound> <sound event="move">monsters/zombie/zombie-move2.ogg</sound> <sound event="hit">monsters/zombie/zombie-hit1.ogg</sound> |