summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/sprites/monsters/monster-flower.pngbin7958 -> 11041 bytes
-rw-r--r--graphics/sprites/monsters/monster-flower.xml43
-rw-r--r--items.xml2
-rw-r--r--monsters.xml2
4 files changed, 16 insertions, 31 deletions
diff --git a/graphics/sprites/monsters/monster-flower.png b/graphics/sprites/monsters/monster-flower.png
index eeedd44a..669c72ab 100644
--- a/graphics/sprites/monsters/monster-flower.png
+++ b/graphics/sprites/monsters/monster-flower.png
Binary files differ
diff --git a/graphics/sprites/monsters/monster-flower.xml b/graphics/sprites/monsters/monster-flower.xml
index 9ac93f22..c0bab67b 100644
--- a/graphics/sprites/monsters/monster-flower.xml
+++ b/graphics/sprites/monsters/monster-flower.xml
@@ -1,66 +1,51 @@
<?xml version="1.0"?>
<sprite>
- <imageset name="base" src="graphics/sprites/monsters/monster-flower.png" width="60" height="60" />
+ <imageset name="base" src="graphics/sprites/monsters/monster-flower.png|W:#ee748d,ffd8ce;R:#f6ffbd;Y:#23285f" width="58" height="45" />
<action name="stand" imageset="base">
<animation direction="down">
- <frame index="0" offsetY ="3" />
+ <frame index="0" offsetY="3" />
</animation>
<animation direction="left">
- <frame index="10" offsetY ="3" />
+ <frame index="6" offsetY="3" />
</animation>
<animation direction="up">
- <frame index="20" offsetY ="3" />
+ <frame index="12" offsetY="3" />
</animation>
<animation direction="right">
- <frame index="30" offsetY ="3" />
- </animation>
- </action>
-
- <action name="walk" imageset="base">
- <animation direction="down">
- <sequence start="1" end="4" delay="75" offsetY ="3" />
- </animation>
- <animation direction="left">
- <sequence start="11" end="14" delay="75" offsetY ="3" />
- </animation>
- <animation direction="up">
- <sequence start="21" end="24" delay="75" offsetY ="3" />
- </animation>
- <animation direction="right">
- <sequence start="31" end="34" delay="75" offsetY ="3" />
+ <frame index="18" offsetY="3" />
</animation>
</action>
<action name="dead" imageset="base">
<animation direction="down">
- <frame index="9" offsetY ="3" />
+ <frame index="5" offsetY="3" />
</animation>
<animation direction="left">
- <frame index="19" offsetY ="3" />
+ <frame index="11" offsetY="3" />
</animation>
<animation direction="up">
- <frame index="29" offsetY ="3" />
+ <frame index="17" offsetY="3" />
</animation>
<animation direction="right">
- <frame index="39" offsetY ="3" />
+ <frame index="23" offsetY="3" />
</animation>
</action>
<action name="attack" imageset="base">
<animation direction="down">
- <sequence start="5" end="8" delay="75" offsetY ="3" />
+ <sequence start="1" end="5" delay="75" offsetY="3" />
</animation>
<animation direction="left">
- <sequence start="15" end="18" delay="75" offsetY ="3" />
+ <sequence start="7" end="10" delay="75" offsetY="3" />
</animation>
<animation direction="up">
- <sequence start="25" end="28" delay="75" offsetY ="3" />
+ <sequence start="13" end="16" delay="75" offsetY="3" />
</animation>
<animation direction="right">
- <sequence start="35" end="38" delay="75" offsetY ="3" />
+ <sequence start="19" end="22" delay="75" offsetY="3" />
</animation>
</action>
-</sprite> \ No newline at end of file
+</sprite>
diff --git a/items.xml b/items.xml
index 72cfe402..98ef5147 100644
--- a/items.xml
+++ b/items.xml
@@ -720,7 +720,7 @@
</item>
<item id="565"
image="generic-petal.png"
- name="Petal"
+ name="Pink Petal"
description="A petal from an evil flower."
effect="+50 HP"
type="usable"
diff --git a/monsters.xml b/monsters.xml
index 02542091..169c6d10 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -428,7 +428,7 @@ exp<TAG>: Tells how much experience point a monster is giving up
/>
</monster>
- <monster id="12" name="Flower">
+ <monster id="12" name="Pink Flower">
<sprite>monsters/monster-flower.xml</sprite>
<sound event="hit">monsters/flower/flower-hit1.ogg</sound>
<sound event="hit">monsters/flower/flower-hit2.ogg</sound>