Paintbrush: Difference between revisions

From PZwiki
m (Tickleman moved page Paintbrush to Paintbrush: Official name has rarely no uppercase first letter.)
m (→‎Usage: Clean-up for readability.)
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{languages}}
{{languages}}
{{Tools
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}{{Infobox normal
|image = Paint_brush.png
|display_name=Paint Brush
|primaryuse = Painting walls
|name_colour=Tool
|otheruses = None
|name_text_colour=Tool
|image = PaintBrush_Model.png
|image_width=300px
|alternate_image=Paintbrush.png  
|alternate_name=Paint Brush
|alternate_link=
|weight = 0.2
|weight = 0.2
|primary_use = [[Paint|Painting]] [[wall]]s
|secondary_use = [[Bucket_of_Plaster|Plastering]] [[wall]]s
|class_name = Base.Paintbrush
}}
}}
A '''paint brush''' is an item used in [[:Category:Construction|construction]].


This large sized paint brush that weighs 0.2 units of weight is usually found in crates.<br>
==Usage==
They are used to paint a plastered wall.
The paint brush is used to [[Bucket_of_Plaster|plaster]] a player-constructed [[Wooden Wall|wooden wall]].
 
A plastered wall, whether player-constructed or not, can be [[Paint|painted]] using paint and the paint brush. Symbols can also be painted on plastered walls and other surface types, such as [[Wooden Sign|wooden signs]].
 
Paint brushes are used to [[paint]] a plastered wall.
 
==Distribution==
Paint brushes are usually found in [[Containers#Crates|crates]].


== Code ==
== Code ==
  <nowiki>item Paintbrush
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{
{{Retrieved|version=39|incver=67.5}}
Weight = 0.2,
  <nowiki> item Paintbrush
Type = Normal,
Weight = 0.2,
DisplayName = Paint brush,
Type = Normal,
Icon = Paintbrush,
DisplayName = Paint brush,
}</nowiki>
Icon = Paintbrush,
</nowiki>


==See Also==
==See also==
* [[Carpentry Guide]]
* [[Bucket]]
* [[Bucket]]
* [[Paint]]
* [[Paint]]


{{Navbox/Tools}}
{{Navbox/Tools}}
[[Category:Tools]]
[[Category:Construction]]
[[Category:Construction]]
[[Category:Items]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 10:15, 24 March 2022

The Game WorldItemsToolsPaintbrush
Paint Brush
Paint Brush
Paint Brush
General
Category Item
Encumbrance
Heavy Load
0.2
Function Painting walls
Plastering walls
Technical details
Base ID Base.Paintbrush

A paint brush is an item used in construction.

Usage

The paint brush is used to plaster a player-constructed wooden wall.

A plastered wall, whether player-constructed or not, can be painted using paint and the paint brush. Symbols can also be painted on plastered walls and other surface types, such as wooden signs.

Paint brushes are used to paint a plastered wall.

Distribution

Paint brushes are usually found in crates.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

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

See also

Template:Navbox/Tools