summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2023-02-04 00:39:33 -0400
committerLedmitz <smoothshifter@tuta.io>2023-02-15 18:08:25 -0400
commitd3c5b79e5d14f0a4316eb827fe1f7628a06107c5 (patch)
treec8b87c3da13052735eeb0edb11e69a3f2a1a6d1c
parent00c4c8f7da1f2c955f44684940152c025ee31b3b (diff)
downloadclientdata-d3c5b79e5d14f0a4316eb827fe1f7628a06107c5.tar.gz
clientdata-d3c5b79e5d14f0a4316eb827fe1f7628a06107c5.tar.bz2
clientdata-d3c5b79e5d14f0a4316eb827fe1f7628a06107c5.tar.xz
clientdata-d3c5b79e5d14f0a4316eb827fe1f7628a06107c5.zip
Added custom Book of Floyd pic and moved from kibook to floydbook.xml
-rw-r--r--graphics/items/equipment/weapon/floydbook.pngbin0 -> 1449 bytes
-rw-r--r--items/equip-2hand/item906_KidBook.xml6
-rw-r--r--items/equip-2hand/item907_FloydBook.xml15
-rw-r--r--license.md3
4 files changed, 17 insertions, 7 deletions
diff --git a/graphics/items/equipment/weapon/floydbook.png b/graphics/items/equipment/weapon/floydbook.png
new file mode 100644
index 00000000..68a3e9c8
--- /dev/null
+++ b/graphics/items/equipment/weapon/floydbook.png
Binary files differ
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>
diff --git a/license.md b/license.md
index a4f112c6..9d1fb174 100644
--- a/license.md
+++ b/license.md
@@ -333,8 +333,9 @@ File | Artists | Licenses
`graphics/items/equipment/weapon/dagger-sharpknife.png` | EJlol | GPLv2, CC BY-SA 3.0
`graphics/items/equipment/weapon/dagger-shortsword.png` | Irukard | GPLv2, CC BY-SA 3.0
`graphics/items/equipment/weapon/dagger-stiletto.png` | Irukard | GPLv2, CC BY-SA 3.0
-`graphics/items/equipment/weapon/mace-club.png` | Irukard | GPLv2, CC BY-SA 3.0
+`graphics/items/equipment/weapon/floydbook.png` | Ledmitz | GPLv2, CC BY-SA 3.0
`graphics/items/equipment/weapon/kidbook.png` | Wombat, Salmondine, Enchilado | GPLv2
+`graphics/items/equipment/weapon/mace-club.png` | Irukard | GPLv2, CC BY-SA 3.0
`graphics/items/equipment/weapon/polearm-bardiche.png` | Irukard | GPLv2, CC BY-SA 3.0
`graphics/items/equipment/weapon/polearm-dualspear.png` | Irukard | GPLv2, CC BY-SA 3.0
`graphics/items/equipment/weapon/polearm-halberd.png` | Irukard | GPLv2, CC BY-SA 3.0