diff options
author | HoraK-FDF <horak-fdf@web.de> | 2022-11-17 00:15:28 +0100 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2022-11-17 00:15:28 +0100 |
commit | 56ccf0444530a73e0a038faf361e9d5bb8bc082d (patch) | |
tree | ca581c93afbea881a9c3b360469eee0630e09503 /items/equip-torso | |
parent | cd153eecca3ad385c3520beb5ff5b4d7053eaf4e (diff) | |
download | clientdata-56ccf0444530a73e0a038faf361e9d5bb8bc082d.tar.gz clientdata-56ccf0444530a73e0a038faf361e9d5bb8bc082d.tar.bz2 clientdata-56ccf0444530a73e0a038faf361e9d5bb8bc082d.tar.xz clientdata-56ccf0444530a73e0a038faf361e9d5bb8bc082d.zip |
darktalisman
Diffstat (limited to 'items/equip-torso')
-rw-r--r-- | items/equip-torso/_include.xml | 1 | ||||
-rw-r--r-- | items/equip-torso/item1244_DarkTalisman.xml | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/items/equip-torso/_include.xml b/items/equip-torso/_include.xml index 2d71215b..1baed29d 100644 --- a/items/equip-torso/_include.xml +++ b/items/equip-torso/_include.xml @@ -40,7 +40,6 @@ <include name="items/equip-torso/item1186_DarkChristmasSweater.xml"/> <include name="items/equip-torso/item1187_BlueChristmasSweater.xml"/> <include name="items/equip-torso/item1202_CottonShirt.xml"/> - <include name="items/equip-torso/item1244_DarkTalisman.xml"/> <include name="items/equip-torso/item2050_RedCottonShirt.xml"/> <include name="items/equip-torso/item2051_GreenCottonShirt.xml"/> <include name="items/equip-torso/item2052_DarkBlueCottonShirt.xml"/> diff --git a/items/equip-torso/item1244_DarkTalisman.xml b/items/equip-torso/item1244_DarkTalisman.xml deleted file mode 100644 index 450a65a9..00000000 --- a/items/equip-torso/item1244_DarkTalisman.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0"?> -<items> - <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> - <its:translateRule selector="//item/@name" translate="yes"/> - <its:translateRule selector="//item/@description" translate="yes"/> - <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" mdefense="30" sellProtected="true"> - <particlefx>graphics/particles/dark-talisman.xml</particlefx> - </item> -</items> |