summaryrefslogtreecommitdiff
path: root/items/equip-2hand
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2023-02-16 17:29:18 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2023-02-16 17:29:18 +0000
commit518317b173c6ea3f5b2d6aa43d51c9570961a276 (patch)
treee8cae0d21eb83cdf17ea33e974007e463e212cd0 /items/equip-2hand
parent00c4c8f7da1f2c955f44684940152c025ee31b3b (diff)
parent72be4ab85fcc7f4da60fc904b68efba641506a10 (diff)
downloadclientdata-518317b173c6ea3f5b2d6aa43d51c9570961a276.tar.gz
clientdata-518317b173c6ea3f5b2d6aa43d51c9570961a276.tar.bz2
clientdata-518317b173c6ea3f5b2d6aa43d51c9570961a276.tar.xz
clientdata-518317b173c6ea3f5b2d6aa43d51c9570961a276.zip
Merge branch 'floyd_book' into 'master'
Added custom Book of Floyd pic and moved from kibook to floydbook.xml See merge request legacy/clientdata!499
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>