54 lines
1.6 KiB
XML
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>
|