Paintbrush: Difference between revisions

From PZwiki
(Improvement notice added.)
m (solving improvement need)
Line 1: Line 1:
{{Notice|Improve}}
{{languages}}
 
{{Tools
{{items
|image = Paint_brush.png
|image = Paint_brush.png
|primaryuse = Painting walls
|otheruses = None
|weight = 0.2
|weight = 0.2
}}
}}
This large sized paint brush that weighs 0.2 units of weight is usually found in crates. They are used to paint a plastered wall.
 
This large sized paint brush that weighs 0.2 units of weight is usually found in crates.<br>
They are used to paint a plastered wall.
 
== Code ==
<nowiki>item Paintbrush
{
Weight = 0.2,
Type = Normal,
DisplayName = Paint brush,
Icon = Paintbrush,
}</nowiki>
 
==See Also==
* [[Bucket]]
* [[Paint]]


{{Navbox/Tools}}
{{Navbox/Tools}}
[[Category:Tools]]
[[Category:Tools]]
[[Category:Construction]]
[[Category:Construction]]
[[Category:Carpentry]]
[[Category:Items]]
[[Category:Items]]

Revision as of 19:35, 22 January 2014

Template:Tools

This large sized paint brush that weighs 0.2 units of weight is usually found in crates.
They are used to paint a plastered wall.

Code

item Paintbrush
{
		Weight				=	0.2,
		Type				=	Normal,
		DisplayName			=	Paint brush,
		Icon				=	Paintbrush,
}

See Also

Template:Navbox/Tools