Paint

From PZwiki

Template:Items These heavy cans of paint are usually found in crates and weigh 5 units of weight. Comes in many colors including: Blue, brown, cyan, green, grey, light blue, light brown, orange, pink, purple, turquoise, white, and yellow. Used with a paintbrush to paint plastered walls. One can of paint can be used for one wall.

Code

item PaintBlue
	{
		Weight	=	5,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.25,
		DisplayName	=	Blue Paint,
		Icon	=	Paint_Blue,
	}

	item PaintBrown
	{
		Weight	=	5,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.25,
		DisplayName	=	Brown Paint,
		Icon	=	Paint_Brown,
	}

	item PaintCyan
	{
		Weight	=	5,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.25,
		DisplayName	=	Cyan Paint,
		Icon	=	Paint_Cyan,
	}

	item PaintGreen
	{
		Weight	=	5,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.25,
		DisplayName	=	Green Paint,
		Icon	=	Paint_Green,
	}

	item PaintGrey
	{
		Weight	=	5,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.25,
		DisplayName	=	Grey Paint,
		Icon	=	Paint_Grey,
	}

	item PaintLightBlue
	{
		Weight	=	5,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.25,
		DisplayName	=	Light Blue Paint,
		Icon	=	Paint_LightBlue,
	}

	item PaintLightBrown
	{
		Weight	=	5,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.25,
		DisplayName	=	Light Brown Paint,
		Icon	=	Paint_LightBrown,
	}

	item PaintOrange
	{
		Weight	=	5,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.25,
		DisplayName	=	Orange Paint,
		Icon	=	Paint_Orange,
	}

	item PaintPink
	{
		Weight	=	5,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.25,
		DisplayName	=	Pink Paint,
		Icon	=	Paint_Pink,
	}

	item PaintPurple
	{
		Weight	=	5,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.25,
		DisplayName	=	Purple Paint,
		Icon	=	Paint_Purple,
	}

	item PaintTurquoise
	{
		Weight	=	5,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.25,
		DisplayName	=	Turquoise Paint,
		Icon	=	Paint_Turquoise,
	}

	item PaintWhite
	{
		Weight	=	5,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.25,
		DisplayName	=	White Paint,
		Icon	=	Paint_White,
	}

	item PaintYellow
	{
		Weight	=	5,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		UseDelta	=	0.25,
		DisplayName	=	Yellow Paint,
		Icon	=	Paint_Yellow,
}