diff options
-rw-r--r-- | graphics/items/generic/tuber.png | bin | 0 -> 1168 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/snowflower.png | bin | 0 -> 1288 bytes | |||
-rw-r--r-- | graphics/sprites/monsters/snowflower.xml | 18 | ||||
-rw-r--r-- | items.xml | 7 | ||||
-rw-r--r-- | monsters.xml | 4 |
5 files changed, 28 insertions, 1 deletions
diff --git a/graphics/items/generic/tuber.png b/graphics/items/generic/tuber.png Binary files differnew file mode 100644 index 00000000..6b0be145 --- /dev/null +++ b/graphics/items/generic/tuber.png diff --git a/graphics/sprites/monsters/snowflower.png b/graphics/sprites/monsters/snowflower.png Binary files differnew file mode 100644 index 00000000..bad5b12b --- /dev/null +++ b/graphics/sprites/monsters/snowflower.png diff --git a/graphics/sprites/monsters/snowflower.xml b/graphics/sprites/monsters/snowflower.xml new file mode 100644 index 00000000..ab98e298 --- /dev/null +++ b/graphics/sprites/monsters/snowflower.xml @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<sprite> + + <imageset name="base" src="graphics/sprites/monsters/snowflower.png" width="29" height="27" /> + + <action name="stand" imageset="base"> + <animation> + <frame index="0"/> + </animation> + </action> + + <action name="dead" imageset="base"> + <animation> + <frame index="1"/> + </animation> + </action> + +</sprite> @@ -2959,7 +2959,12 @@ description="The pelt of a squirrel. Trophy of the less experienced hunters, can be used to create clothes." type="generic" weight="20"/> - + <item id="861" + image="generic/tuber.png" + name="White Bell Tuber" + description="A tuber of the White Bell flower. Alible, but only eadible after cooking." + type="generic" + weight="3"/> <!-- HERE ARE SOME UNUSED ITEM IDS --> <item id="1198" diff --git a/monsters.xml b/monsters.xml index f84b9eea..46dfe1c7 100644 --- a/monsters.xml +++ b/monsters.xml @@ -525,4 +525,8 @@ <sprite>monsters/accessories/mouboo-antlers.xml</sprite> </monster> + <monster id="93" name="White Bell"> + <sprite>monsters/snowflower.xml</sprite> + </monster> + </monsters> |