Page 1 of 2

Duck monser [FND]

Posted: 12 Aug 2009, 09:19
by meway
wtf dose sorry, the board attachment quota has been reached. mean!!!!!






http://meway.webs.com/monster-duck.PNG

Re: Duck monser (WIP)

Posted: 12 Aug 2009, 10:23
by Bertram
Hi,

How does your duck render upon, let's say, grass or water?

Regards,

Re: Duck monser (WIP)

Posted: 12 Aug 2009, 10:29
by meway
grass it needs a bit of work

Re: Duck monser (WIP)

Posted: 12 Aug 2009, 11:36
by Crush
You can use http://www.imageshack.us until the attachment problem is solved.

Re: Duck monser (WIP)

Posted: 12 Aug 2009, 12:31
by skillzalot
That is a good start but there are some improvements that could get made.

1)It has no eyes.
2)The bill could use some work.

That's all the critique i have.

Re: Duck monser (WIP)

Posted: 12 Aug 2009, 13:13
by Mpa4Hu
skillzalot wrote:That is a good start but there are some improvements that could get made.

1)It has no eyes.
2)The bill could use some work.

That's all the critique i have.

its "Work in Progress"

Re: Duck monser (WIP)

Posted: 12 Aug 2009, 13:15
by Crush
I would rather prefer to see some monsters which are actually threatening instead of harmless critters you expect to die with one hit.

Re: Duck monser (WIP)

Posted: 12 Aug 2009, 14:15
by sugarcorgit
love him meway.
sugar

Re: Duck monser (WIP)

Posted: 12 Aug 2009, 14:41
by skillzalot
Mpa4Hu wrote:
skillzalot wrote:That is a good start but there are some improvements that could get made.

1)It has no eyes.
2)The bill could use some work.

That's all the critique i have.

its "Work in Progress"
Yes i know that. I was giving suggestions on how it can be made better.

Re: Duck monser (WIP)

Posted: 12 Aug 2009, 18:18
by meway
yea i know what issues i have already also crush there not the most harmless things were i live they will chase you lmao

Re: Duck monser (WIP)

Posted: 13 Aug 2009, 02:18
by Spit23
Crush wrote:I would rather prefer to see some monsters which are actually threatening instead of harmless critters you expect to die with one hit.
I agree but Fother J also made a good point:
Fother J wrote:What is a 2D RPG without some chikens? Exactly!
:lol:

Re: Duck monser (WIP)

Posted: 13 Aug 2009, 03:56
by John P
I like the little wing action

Re: Duck monser (WIP)

Posted: 13 Aug 2009, 06:56
by meway

Re: Duck monser (WIP)

Posted: 13 Aug 2009, 09:50
by Fother
Meway, per IRC, here's my proposed dye channel version and the corrected xml. I took the red out of the eyes in the attack positions btw, but easy enough to add back in. All channels are dyeable, but I didn't use Y, but I'd suggest making the collar white stripe Y so it's dyeable.

It may not seem it's dyeable at first glance, but that's because i went with dye channels that were very similar to matching your pallet... it just worked out that way :) !

Image

Code: Select all

<?xml version="1.0"?>
<sprite>

	<imageset name="base" src="graphics/sprites/monster-duck.png|W;M;R;G;C;B" width="24" height="26" />

	<action name="stand" imageset="base">
		<animation direction="down">
		  <frame index="0" />
		</animation>
		<animation direction="left">
		  <frame index="10" />
		</animation>
		<animation direction="up">
		  <frame index="20" />
		</animation>
		<animation direction="right">
		  <frame index="30" />
		</animation>
	</action>

	<action name="walk" imageset="base">
		<animation direction="down">
			<sequence start="1" end="3" delay="75" />
		</animation>
		<animation direction="left">
			<sequence start="11" end="13" delay="75" />
		</animation>
		<animation direction="up">
			<sequence start="21" end="23" delay="75" />
		</animation>
		<animation direction="right">
			<sequence start="31" end="33" delay="75" />
		</animation>
	</action>

	<action name="dead" imageset="base">
		<animation direction="down">
		  <frame index="9" />
		</animation>
		<animation direction="left">
		  <frame index="19" />
		</animation>
		<animation direction="up">
		  <frame index="29" />
		</animation>
		<animation direction="right">
		  <frame index="39" />
		</animation>
	</action>

	<action name="attack" imageset="base">
		<animation direction="down">
			<sequence start="5" end="8" delay="75" />
			<end />
		</animation>
		<animation direction="left">
			<sequence start="15" end="18" delay="75" />
			<end />
		</animation>
		<animation direction="up">
			<sequence start="25" end="28" delay="75" />
			<end />
		</animation>
		<animation direction="right">
			<sequence start="35" end="38" delay="75" />
			<end />
		</animation>
	</action>

</sprite>
[/size]
My apologies for pasting the XML here, but with the forum attachment quota maxed and my lack of paste bin :oops: !

Re: Duck monser (WIP)

Posted: 13 Aug 2009, 19:33
by meway
thank you fother_j :)