Paintbrush: Difference between revisions

From PZwiki
(added model to infobox)
m (Distribution table update)
 
(28 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Equipment|Tools|Carpentry tools}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}{{Infobox normal
{{Page version|41.78.16}}
|display_name=Paint Brush
{{Infobox item
|name_colour=Tool
|name=Paintbrush
|name_text_colour=Tool
|model=PaintBrush_Model.png
|image = PaintBrush_Model.png  
|icon=Paintbrush.png
|image_width=300px
|icon_name=Paint Brush
|alternate_image=Paintbrush.png  
|category=Tool
|alternate_name=Paint Brush
|weight=0.2
|alternate_link=
|primary_use=[[Paint]]ing [[wall]]s
|weight = 0.2
|secondary_use=[[Bucket of Plaster|Plastering]] [[wall]]s
|primary_use = [[Paint|Painting]] [[wall]]s
|item_id=Base.Paintbrush
|secondary_use = [[Bucket_of_Plaster|Plastering]] [[wall]]s
|class_name = Base.Paintbrush
}}
}}
A '''paint brush''' is an item used in [[:Category:Construction|construction]].
A '''paintbrush''' is an item used in construction.


==Usage==
==Usage==
They are used to [[Bucket_of_Plaster|plaster]] a player constructed [[Wooden Wall|wooden wall]].
The paint brush is used to [[Bucket of Plaster|plaster]] a player-constructed [[Wooden Wall|wooden wall]].


A plastered wall, whether it's player constructed or not, can be [[Paint|painted]] using paint and the paint brush. Symbols can also be painted on more surface types than just plastered walls, such as on a [[Wooden Sign|wooden sign]].
A plastered wall, whether player-constructed or not, can be [[paint]]ed using [[paint]] and the paintbrush. Symbols can also be painted on plastered walls, and other surface types, such as [[Wooden Sign|wooden signs]].


They are used to [[paint]] a plastered wall.
==Distribution==
The loot distributions can be found in the table(s) below.


==Distribution==
<!--BOT FLAG|Paintbrush|41.78.16-->
Paint brushes are usually found in [[Containers#Crates|crates]].
{{clear}}
<div class="togglebox theme-red">
    <div>Paintbrush distribution
        <span class="mw-customtoggle-togglebox-Paintbrush" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Paintbrush">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|crate}}
    | 1
    | 0.4
    |-
    | bedroom
    | {{ll|crate}}
    | 1
    | 10.0
    |-
    | cabinetfactory
    | {{ll|crate}}
    | 4
    | 4.0
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | toolstore
    | {{ll|counter}}
    | 4
    | 4.0
    |}
</div>
<div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Vehicles}}
    ! Vehicle Type/Location
    ! Rolls
    ! Chance
    |-
    | PainterGloveBox
    | 4
    | 10
    |-
    | PainterTruckBed
    | 1
    | 100
    |-
    | PainterTruckBed
    | 4
    | 10
    |-
    | PainterTruckBed
    | 4
    | 20
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Paintbrush" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Paintbrush|41.78.16-->


== Code ==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=39|incver=67.5}}
| {{CodeSnip
<nowiki> item Paintbrush
  | lang = java
Weight = 0.2,
  | line = true
Type = Normal,
  | start = 331
DisplayName = Paint brush,
  | source = items.txt
Icon = Paintbrush,
  | retrieved = true
</nowiki>
  | version = 41.78.16
  | code =
item Paintbrush
{
    DisplayCategory = Tool,
Weight = 0.2,
Type = Normal,
DisplayName = Paint Brush,
Icon = Paintbrush,
StaticModel = PaintBrush,
WorldStaticModel = PaintBrush_Ground,
}
}}
}}


==See also==
==See also==
* [[Carpentry Guide]]
*[[Carpentry]]
* [[Bucket]]
*[[Bucket]]
* [[Paint]]
*[[Paint]]
 
{{Navbox items|tools}}
 


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

Latest revision as of 16:13, 24 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Paintbrush
PaintBrush Model.png
General
Category
Tool
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Technical
Item ID
Base.Paintbrush

A paintbrush 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 paintbrush. Symbols can also be painted on plastered walls, and other surface types, such as wooden signs.

Distribution

The loot distributions can be found in the table(s) below.

Paintbrush distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all crate 1 0.4
bedroom crate 1 10.0
cabinetfactory crate 4 4.0
closet crate 4 10.0
toolstore counter 4 4.0
Vehicles
Vehicle Type/Location Rolls Chance
PainterGloveBox 4 10
PainterTruckBed 1 100
PainterTruckBed 4 10
PainterTruckBed 4 20

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item Paintbrush
	{
	    DisplayCategory = Tool,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Paint Brush,
		Icon	=	Paintbrush,
		StaticModel = PaintBrush,
		WorldStaticModel = PaintBrush_Ground,
	}

See also