diff options
-rw-r--r-- | LICENSE | 3 | ||||
-rw-r--r-- | graphics/items/usable/book-chorus.png | bin | 0 -> 6457 bytes | |||
-rw-r--r-- | graphics/items/usable/book-pioufluffy.png | bin | 0 -> 7023 bytes | |||
-rw-r--r-- | graphics/items/usable/book-poem.png | bin | 0 -> 6344 bytes | |||
-rw-r--r-- | items.xml | 21 |
5 files changed, 24 insertions, 0 deletions
@@ -107,7 +107,10 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE graphics/items/usable/aquada.png (Reid) (CC BY-SA 3.0) (-) graphics/items/usable/atroposmixture.png (Reid) (CC BY-SA 3.0) (-) graphics/items/usable/blobime.png (Enchilado) (CC BY-SA 3.0) (-) + graphics/items/usable/book-chorus.png (Hal9000) (CC BY-SA 3.0) (Reid) graphics/items/usable/book-old.png (Reid) (CC BY-SA 3.0) (-) + graphics/items/usable/book-pioufluffy.png (Hal9000) (CC BY-SA 3.0) (Reid) + graphics/items/usable/book-poem.png (Reid) (CC BY-SA 3.0) (-) graphics/items/usable/bread.png (Coolkid782) (CC BY-SA 3.0) (-) graphics/items/usable/carrot.png (Enchilado) (CC BY-SA 3.0) (Reid) graphics/items/usable/cheese.png (Reid) (CC BY-SA 3.0) (-) diff --git a/graphics/items/usable/book-chorus.png b/graphics/items/usable/book-chorus.png Binary files differnew file mode 100644 index 00000000..4c978248 --- /dev/null +++ b/graphics/items/usable/book-chorus.png diff --git a/graphics/items/usable/book-pioufluffy.png b/graphics/items/usable/book-pioufluffy.png Binary files differnew file mode 100644 index 00000000..d6132a9b --- /dev/null +++ b/graphics/items/usable/book-pioufluffy.png diff --git a/graphics/items/usable/book-poem.png b/graphics/items/usable/book-poem.png Binary files differnew file mode 100644 index 00000000..06dad056 --- /dev/null +++ b/graphics/items/usable/book-poem.png @@ -438,6 +438,27 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. useButton="Drink" type="usable" weight="10"/> + <item id="532" + image="usable/book-pioufluffy.png" + name="Piou and The Fluffy" + description="This story is a warning against listening to flattery." + useButton="Read" + type="usable" + weight="25"/> + <item id="533" + image="usable/book-poem.png" + name="Poem about Poems" + description="A heart touching poem written by Nard." + useButton="Read" + type="usable" + weight="20"/> + <item id="534" + image="usable/book-chorus.png" + name="Chorus of the Woods" + description="Historical foundations of this poem is from centuries ago on the great continent, Ealia." + useButton="Read" + type="usable" + weight="25"/> <!-- Generic Items --> |