summaryrefslogtreecommitdiff
path: root/items/equip-2hand
diff options
context:
space:
mode:
Diffstat (limited to 'items/equip-2hand')
-rw-r--r--items/equip-2hand/_include.xml1
-rw-r--r--items/equip-2hand/item906_KidBook.xml6
-rw-r--r--items/equip-2hand/item907_FloydBook.xml15
3 files changed, 16 insertions, 6 deletions
diff --git a/items/equip-2hand/_include.xml b/items/equip-2hand/_include.xml
index b9c99813..efcecbd0 100644
--- a/items/equip-2hand/_include.xml
+++ b/items/equip-2hand/_include.xml
@@ -19,5 +19,6 @@
<include name="items/equip-2hand/item878_BansheeBow.xml"/>
<include name="items/equip-2hand/item903_SlingShot.xml"/>
<include name="items/equip-2hand/item906_KidBook.xml"/>
+ <include name="items/equip-2hand/item907_FloydBook.xml"/>
<include name="items/equip-2hand/item1200_Bow.xml"/>
</items>
diff --git a/items/equip-2hand/item906_KidBook.xml b/items/equip-2hand/item906_KidBook.xml
index 985a5f50..3eb5b118 100644
--- a/items/equip-2hand/item906_KidBook.xml
+++ b/items/equip-2hand/item906_KidBook.xml
@@ -12,10 +12,4 @@
<item to="-99054"/>
</replace>
</item>
- <item id="907" image="equipment/weapon/kidbook.png" name="The Book Of Floyd" description="Beep boop. Boop beep?" level="135" type="equip-arms" weight="100" missile-particle="graphics/particles/monster-goblin-firebreath.particle.xml" sellProtected="true">
- <replace/>
- <replace sprite="race">
- <item to="-99168"/>
- </replace>
- </item>
</items>
diff --git a/items/equip-2hand/item907_FloydBook.xml b/items/equip-2hand/item907_FloydBook.xml
new file mode 100644
index 00000000..9400f22b
--- /dev/null
+++ b/items/equip-2hand/item907_FloydBook.xml
@@ -0,0 +1,15 @@
+<?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="907" image="equipment/weapon/floydbook.png" name="Book of Floyd" description="Beep boop. Boop beep?" level="135" type="equip-arms" weight="100" missile-particle="graphics/particles/monster-goblin-firebreath.particle.xml" sellProtected="true">
+ <replace/>
+ <replace sprite="race">
+ <item to="-99168"/>
+ </replace>
+ </item>
+</items>