diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-10 14:25:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-10 14:25:19 -0300 |
commit | ecb3ee03e8c29b316cd0756bda8982233b24acc2 (patch) | |
tree | b345aca70b6095afcea26937ca8516d675ff4fe0 /items | |
parent | 9e4822b07cb30fd1245a02c2ea8ff3eddd04470e (diff) | |
parent | 5b8711da19a5654dd39ac2e6fd89c75d498fbba2 (diff) | |
download | clientdata-ecb3ee03e8c29b316cd0756bda8982233b24acc2.tar.gz clientdata-ecb3ee03e8c29b316cd0756bda8982233b24acc2.tar.bz2 clientdata-ecb3ee03e8c29b316cd0756bda8982233b24acc2.tar.xz clientdata-ecb3ee03e8c29b316cd0756bda8982233b24acc2.zip |
Merge remote-tracking branch 't3st3r/dark-talisman-fx'
Diffstat (limited to 'items')
-rw-r--r-- | items/equip-torso/item1244_DarkTalisman.xml | 4 |
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> |