Page 1 of 1

[FND] Dyable Sunglasses

Posted: 17 Apr 2011, 21:09
by jak1
Here are some Sunglasses i made for my server...
may its a nice item on the official server too ;)

Code: Select all

	<item id="..."
        image="equipment/head/armor-head-sunglasses.png|R:#FFFFFF"
        name="White Sunglasses"
        description="..."
        effect="+1% Defense"
        type="equip-head"
        defense="1"
        weight="2">
        	<sprite>equipment/head/head-sunglasses.xml|#FFFFFF</sprite>
    </item>
	<item id="..."
        image="equipment/head/armor-head-sunglasses.png|R:#580000,A40000,C02020,ff6060"
        name="Red Sunglasses"
        description="..."
        effect="+1% Defense"
        type="equip-head"
        defense="1"
        weight="2">
        	<sprite>equipment/head/head-sunglasses.xml|#580000,A40000,C02020,ff6060</sprite>
    </item>
...

Re: Dyable Sunglasses

Posted: 17 Apr 2011, 23:29
by yubabax116
this is very nice :)


Yubaba

Re: Dyable Sunglasses

Posted: 21 Apr 2011, 12:52
by jak1
i heard some shading and highlights + the "sun" is comming from south-west maybe... this is a bit better^^

Re: Dyable Sunglasses

Posted: 21 Apr 2011, 14:39
by enchilado
Please note also that outlines shouldn't be black but (usually) a much darker shade of whatever colour is inside the outline. The frame of these glasses is only one pixel across, of course, but we know that they are made of metal and therefore we colour them dark grey. Here's an example with the frames lightened, more so on the top and left sides:

Image

Everything else looks cool, so if you could lighten the frame on all frames (hehe), these sunglasses should be suitable for inclusion.

Re: Dyable Sunglasses

Posted: 22 Apr 2011, 16:39
by Merlin
I actually made some along time ago.

I made a few different colored variants but I think I'll see about making them dye-able instead.