diff options
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | graphics/items/generic/moss.png | bin | 0 -> 660 bytes | |||
-rw-r--r-- | graphics/items/generic/mushroom-spores.png | bin | 982 -> 982 bytes | |||
-rw-r--r-- | items.xml | 9 |
4 files changed, 9 insertions, 1 deletions
@@ -68,6 +68,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE graphics/items/generic/dish-poisoned.png (Hal9000) (CC BY-SA 3.0) (Alige) graphics/items/generic/eggshell-half.png (Reid) (CC BY-SA 3.0) (-) graphics/items/generic/key-ship.png (Hal9000) (CC BY-SA 3.0) (Reid) + graphics/items/generic/moss.png (Reid) (CC BY-SA 3.0) (-) graphics/items/generic/mushroom-spores.png (Reid) (CC BY-SA 3.0) (-) graphics/items/generic/pearl.png (Alige) (CC BY-SA 3.0) (Reid) graphics/items/generic/pioufeathers.png (Reid) (CC BY-SA 3.0) (Fother_J) diff --git a/graphics/items/generic/moss.png b/graphics/items/generic/moss.png Binary files differnew file mode 100644 index 00000000..0a23ee39 --- /dev/null +++ b/graphics/items/generic/moss.png diff --git a/graphics/items/generic/mushroom-spores.png b/graphics/items/generic/mushroom-spores.png Binary files differindex 30d234e6..c38f7232 100644 --- a/graphics/items/generic/mushroom-spores.png +++ b/graphics/items/generic/mushroom-spores.png @@ -509,10 +509,17 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <item id="723" image="generic/mushroom-spores.png" name="Mushroom Spores" - description="Can be cooked as spices." + description="." type="generic" weight="1" maxFloorOffset="12"/> + <item id="724" + image="generic/moss.png" + name="Moss" + description="." + type="generic" + weight="2" + maxFloorOffset="12"/> <!-- Necklaces <item id="1000" |