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

124 lines
3.7 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="rhosyd">
<type class="flower" subclass="exotic_flower" tileid="-1"/>
<description>You see a beautiful and rare rhosyd flower.</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="lhand"/>
<slot name="rhand"/>
<slot name="bag"/>
<slot name="trade"/>
</equipable>
</item>
<item name="rose">
<type class="flower" subclass="rose" tileid="-1"/>
<description>You see a single red rose. It smells heavenly.</description>
<implementation class-name="games.stendhal.server.entity.item.StackableItem"/>
<attributes>
<quantity value="1"/>
<max_quantity value="2147483647"/>
</attributes>
<weight value="0.01"/>
<value value="1"/>
<equipable>
<slot name="ground"/>
<slot name="content"/>
<slot name="lhand"/>
<slot name="rhand"/>
<slot name="bag"/>
<slot name="trade"/>
</equipable>
</item>
<item name="lilia">
<type class="flower" subclass="lilia" tileid="-1"/>
<description>You see a lilia, a single precious bloom.</description>
<implementation class-name="games.stendhal.server.entity.item.StackableItem"/>
<attributes>
<quantity value="1"/>
<max_quantity value="2147483647"/>
</attributes>
<weight value="0.01"/>
<value value="1"/>
<equipable>
<slot name="ground"/>
<slot name="content"/>
<slot name="lhand"/>
<slot name="rhand"/>
<slot name="bag"/>
<slot name="trade"/>
</equipable>
</item>
<item name="daisies">
<type class="flower" subclass="daisies" tileid="-1"/>
<description>You see a bunch of daisies. They are cheap and cheerful!</description>
<implementation class-name="games.stendhal.server.entity.item.StackableItem"/>
<attributes>
<quantity value="1"/>
<max_quantity value="2147483647"/>
</attributes>
<weight value="0.01"/>
<value value="1"/>
<equipable>
<slot name="ground"/>
<slot name="content"/>
<slot name="lhand"/>
<slot name="rhand"/>
<slot name="bag"/>
<slot name="trade"/>
</equipable>
</item>
<item name="pansy">
<type class="flower" subclass="pansy" tileid="-1"/>
<description>You see a pansy, so colorful and beautiful.</description>
<implementation class-name="games.stendhal.server.entity.item.StackableItem"/>
<attributes>
<quantity value="1"/>
<max_quantity value="2147483647"/>
</attributes>
<weight value="0.01"/>
<value value="1"/>
<equipable>
<slot name="ground"/>
<slot name="content"/>
<slot name="lhand"/>
<slot name="rhand"/>
<slot name="bag"/>
<slot name="trade"/>
</equipable>
</item>
<item name="zantedeschia">
<type class="flower" subclass="zantedeschia" tileid="-1"/>
<description>You see a zantedeschia, a delicate bloom with the sweetest fragrance.</description>
<implementation class-name="games.stendhal.server.entity.item.StackableItem"/>
<attributes>
<quantity value="1"/>
<max_quantity value="2147483647"/>
</attributes>
<weight value="0.01"/>
<value value="1"/>
<equipable>
<slot name="ground"/>
<slot name="content"/>
<slot name="lhand"/>
<slot name="rhand"/>
<slot name="bag"/>
<slot name="trade"/>
</equipable>
</item>
</items>