diff options
-rw-r--r-- | graphics/particles/dark-talisman.xml | 39 | ||||
-rw-r--r-- | items/equip-torso/item1244_DarkTalisman.xml | 4 |
2 files changed, 42 insertions, 1 deletions
diff --git a/graphics/particles/dark-talisman.xml b/graphics/particles/dark-talisman.xml new file mode 100644 index 00000000..0c479df8 --- /dev/null +++ b/graphics/particles/dark-talisman.xml @@ -0,0 +1,39 @@ +<?xml version="1.0"?> +<!--Dark Talisman FX effect by Hello=) of TMW--> +<effect> + <particle position-x="16" position-y="24" position-z="12"> + <animation imageset="graphics/particles/circle-magic.png|W:#AEAEAE" width="78" height="55"> + <sequence start="0" end="9" delay="120"/> + </animation> + <emitter> + <property name="position-z" min="16" max="48"/> + <property name="vertical-angle" min="0" max="90"/> + <property name="horizontal-angle" min="0" max="360"/> + <property name="power" min="10" max="25"/> + <property name="lifetime" value="1"/> + <property name="output" value="1"/> + <emitter> + <property name="gravity" value="-0.4"/> + <property name="momentum" value="0.9"/> + <property name="image" value="graphics/particles/gloworb-medium.png|W:#B56565"/> + <property name="lifetime" value="25"/> + <property name="fade-in" value="5"/> + <property name="fade-out" value="20"/> + <property name="output" min="0" max="1"/> + <property name="output-pause" min="30" max="80"/> + <property name="randomness" value="200"/> + </emitter> + <emitter> + <property name="gravity" value="-0.4"/> + <property name="momentum" value="0.9"/> + <property name="image" value="graphics/particles/orb-small.png|W:#B37010"/> + <property name="lifetime" value="25"/> + <property name="fade-in" value="5"/> + <property name="fade-out" value="20"/> + <property name="output" min="0" max="1"/> + <property name="output-pause" min="30" max="80"/> + <property name="randomness" value="200"/> + </emitter> + </emitter> + </particle> +</effect> diff --git a/items/equip-torso/item1244_DarkTalisman.xml b/items/equip-torso/item1244_DarkTalisman.xml index b25c7e00..450a65a9 100644 --- a/items/equip-torso/item1244_DarkTalisman.xml +++ b/items/equip-torso/item1244_DarkTalisman.xml @@ -6,5 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="1244" image="generic/iten.png" name="Dark Talisman" description="A small cube. It radiates unimaginable power, and is quite dizzying to look at." mattack="100" type="equip-torso" defense="30" sellProtected="true"/> + <item id="1244" image="generic/iten.png" name="Dark Talisman" description="A small cube. It radiates unimaginable power, and is quite dizzying to look at." mattack="100" type="equip-torso" mdefense="30" sellProtected="true"> + <particlefx>graphics/particles/dark-talisman.xml</particlefx> + </item> </items> |