stendhal/data/conf/items/books.xml
2022-03-17 22:05:56 -07:00

54 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<items xmlns="stendhal" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="stendhal ../items.xsd">
<item name="black book">
<type class="book" subclass="book_black" tileid="-1"/>
<description>You see the black book that Jynath kept out for so long.</description>
<implementation class-name="games.stendhal.server.entity.item.Item"/>
<attributes>
</attributes>
<weight value="0.01"/>
<value value="1"/>
<equipable>
<slot name="ground"/>
<slot name="content"/>
<slot name="bag"/>
<slot name="trade"/>
</equipable>
</item>
<item name="blue book">
<type class="book" subclass="book_blue" tileid="-1"/>
<description>You see a book with the words GEMS AND MINERALS on the front cover.</description>
<implementation class-name="games.stendhal.server.entity.item.Item"/>
<attributes>
</attributes>
<weight value="0.01"/>
<value value="1"/>
<equipable>
<slot name="ground"/>
<slot name="content"/>
<slot name="bag"/>
<slot name="trade"/>
</equipable>
</item>
<item name="bestiary">
<type class="book" subclass="bestiary" tileid="-1"/>
<description>You see a bestiary, containing information about enemies found in Faiumoni.</description>
<implementation class-name="games.stendhal.server.entity.item.Bestiary"/>
<attributes>
</attributes>
<weight value="0.01"/>
<value value="1"/>
<equipable>
<slot name="ground"/>
<slot name="content"/>
<slot name="bag"/>
<slot name="trade"/>
</equipable>
</item>
</items>