summaryrefslogtreecommitdiff
path: root/items/equip-ring
diff options
context:
space:
mode:
authorHoraK-FDF <HoraK-FDF@web.de>2021-04-14 04:32:08 +0200
committerGitHub <noreply@github.com>2021-04-14 02:32:08 +0000
commit7f7a8d64a7504f37e97c8d28f7c6b1d6680aa3ba (patch)
tree46bb3da80c75de1416ab42af80ead411507efa9b /items/equip-ring
parent1d1ac1cdcbbfde8134bc5d9ef5b33f869af2fe86 (diff)
downloadclientdata-7f7a8d64a7504f37e97c8d28f7c6b1d6680aa3ba.tar.gz
clientdata-7f7a8d64a7504f37e97c8d28f7c6b1d6680aa3ba.tar.bz2
clientdata-7f7a8d64a7504f37e97c8d28f7c6b1d6680aa3ba.tar.xz
clientdata-7f7a8d64a7504f37e97c8d28f7c6b1d6680aa3ba.zip
Assassin set and Mana Pearl gfx + xmls (#444)
For Brawlers, mostly, but also for mages.
Diffstat (limited to 'items/equip-ring')
-rw-r--r--items/equip-ring/_include.xml1
-rw-r--r--items/equip-ring/item5268_AssassinRing.xml10
2 files changed, 11 insertions, 0 deletions
diff --git a/items/equip-ring/_include.xml b/items/equip-ring/_include.xml
index b3d41ec6..b16c79b3 100644
--- a/items/equip-ring/_include.xml
+++ b/items/equip-ring/_include.xml
@@ -16,4 +16,5 @@
<include name="items/equip-ring/item4014_SimpleRing.xml"/>
<include name="items/equip-ring/item5252_GuardianWings.xml"/>
<include name="items/equip-ring/item5253_MagicRing.xml"/>
+ <include name="items/equip-ring/item5268_AssassinRing.xml"/>
</items>
diff --git a/items/equip-ring/item5268_AssassinRing.xml b/items/equip-ring/item5268_AssassinRing.xml
new file mode 100644
index 00000000..ceab1ab0
--- /dev/null
+++ b/items/equip-ring/item5268_AssassinRing.xml
@@ -0,0 +1,10 @@
+<?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="5268" image="equipment/rings/assassin-ring.png" name="Assassin Ring" description="Ring for a master assassin." effect="Attack Speed +5%" agi="1" criticalattack="5" type="equip-ring" weight="1" sellProtected="true"/>
+</items>