summaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorHello=) <hello.tmw@localhost>2020-11-03 14:52:59 +0300
committerHello=) <hello.tmw@localhost>2020-11-03 14:52:59 +0300
commit5b8711da19a5654dd39ac2e6fd89c75d498fbba2 (patch)
tree6d5a5f502b3357f7ed84073c7e41c6e98cc8158a /items
parent04159cdc6ad594360a2af607b6587086fa2ccbe3 (diff)
downloadclientdata-5b8711da19a5654dd39ac2e6fd89c75d498fbba2.tar.gz
clientdata-5b8711da19a5654dd39ac2e6fd89c75d498fbba2.tar.bz2
clientdata-5b8711da19a5654dd39ac2e6fd89c75d498fbba2.tar.xz
clientdata-5b8711da19a5654dd39ac2e6fd89c75d498fbba2.zip
Dark Talisman FX effect - by Hello=) of TMW.
Adds fancy rotating ring and yellow-redish glow for players wearing Dark Talisman, so it would also have some "aura" comparable to few other "powerful" items. Additionally, it also fixes Dark Talisman description. Credits for this are going to Ledmitz who both hilighted problem, got me curious enough to fiddle with particle engine and showcased description fix. This commit is self-sufficient. Effect only relies on pre-existing images that are already in the tree. It should not cause any conflicts or problems as it touches bare minimum of what it have to touch.
Diffstat (limited to 'items')
-rw-r--r--items/equip-torso/item1244_DarkTalisman.xml4
1 files changed, 3 insertions, 1 deletions
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>