Paintbrush: Difference between revisions

From PZwiki
m (→‎Usage: Clean-up for readability.)
m (Cleanup)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}{{Infobox normal
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}{{Infobox normal
|display_name=Paint Brush
|display_name=Paint Brush
|name_colour=Tool
|name_colour=Tool
|name_text_colour=Tool
|name_text_colour=Tool
|image = PaintBrush_Model.png  
|image=PaintBrush Model.png  
|image_width=300px
|image_width=300px
|alternate_image=Paintbrush.png  
|alternate_image=Paintbrush.png  
Line 13: Line 12:
|secondary_use = [[Bucket_of_Plaster|Plastering]] [[wall]]s
|secondary_use = [[Bucket_of_Plaster|Plastering]] [[wall]]s
|class_name = Base.Paintbrush
|class_name = Base.Paintbrush
}}
}}A '''paint brush''' is an item used in [[:Category:Construction|construction]].
A '''paint brush''' is an item used in [[:Category:Construction|construction]].


==Usage==
==Usage==
Line 26: Line 24:
Paint brushes are usually found in [[Containers#Crates|crates]].
Paint brushes are usually found in [[Containers#Crates|crates]].


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


==See also==
==See also==
* [[Carpentry Guide]]
*[[Carpentry]]
* [[Bucket]]
*[[Bucket]]
* [[Paint]]
*[[Paint]]
 
{{Navbox equipment}}


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

Revision as of 23:53, 5 April 2023

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