Paintbrush: Difference between revisions

From PZwiki
mNo edit summary
m (Distribution table fix)
 
(32 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages|Paint Brush}}
{{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.png
|icon=Paintbrush.png
|weight = 0.2
|icon_name=Paint Brush
|primary_use = [[Paint|Painting]] [[wall]]s
|category=Tool
|secondary_use = [[Bucket_of_Plaster|Plastering]] [[wall]]s
|weight=0.2
|class_name = Base.Paintbrush
|primary_use=[[Paint]]ing [[wall]]s
|secondary_use=[[Bucket of Plaster|Plastering]] [[wall]]s
|item_id=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">
    Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | all
    | {{ll|crate}}
    | 0.65%
    |-
    | bedroom
    | {{ll|crate}}
    | 6.41%
    |-
    | cabinetfactory
    | {{ll|crate}}
    | 10.78%
    |-
    | cabinetfactory
    | {{ll|metal_shelves}}
    | 10.78%
    |-
    | cabinetshipping
    | {{ll|metal_shelves}}
    | 10.78%
    |-
    | closet
    | {{ll|crate}}
    | 6.41%
    |-
    | closet
    | {{ll|crate}}
    | 23.28%
    |-
    | construction
    | {{ll|crate}}
    | 23.28%
    |-
    | factory
    | {{ll|crate}}
    | 23.28%
    |-
    | factory
    | {{ll|metal_shelves}}
    | 23.28%
    |-
    | garagestorage
    | {{ll|crate}}
    | 6.41%
    |-
    | garagestorage
    | {{ll|crate}}
    | 23.28%
    |-
    | livingroom
    | {{ll|wardrobe}}
    | 23.28%
    |-
    | paintershop
    | {{ll|crate}}
    | 23.28%
    |-
    | paintershop
    | {{ll|metal_shelves}}
    | 23.28%
    |-
    | shed
    | {{ll|crate}}
    | 23.28%
    |-
    | storageunit
    | {{ll|crate}}
    | 6.41%
    |-
    | storageunit
    | {{ll|crate}}
    | 23.28%
    |-
    | storageunit
    | {{ll|metal_shelves}}
    | 6.41%
    |-
    | storageunit
    | {{ll|metal_shelves}}
    | 23.28%
    |-
    | toolstore
    | {{ll|counter}}
    | 10.78%
    |-
    | toolstore
    | {{ll|shelves}}
    | 10.78%
    |-
    | warehouse
    | {{ll|crate}}
    | 23.28%
    |-
    | warehouse
    | {{ll|metal_shelves}}
    | 23.28%
    |}
</div>
<div id="vehicles" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Vehicles}}
    ! Type
    ! Container
    ! Effective chance
    |-
    | Painter
    | {{ll|Glove Box}}
    | 23.28%
    |-
    | Painter
    | {{ll|Truck Bed}}
    | 60.41%
    |-
    | Painter
    | {{ll|Truck Bed}}
    | 23.28%
    |-
    | Painter
    | {{ll|Truck Bed}}
    | 41.14%
    |}
</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 19:32, 30 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
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
all crate 0.65%
bedroom crate 6.41%
cabinetfactory crate 10.78%
cabinetfactory metal_shelves 10.78%
cabinetshipping metal_shelves 10.78%
closet crate 6.41%
closet crate 23.28%
construction crate 23.28%
factory crate 23.28%
factory metal_shelves 23.28%
garagestorage crate 6.41%
garagestorage crate 23.28%
livingroom wardrobe 23.28%
paintershop crate 23.28%
paintershop metal_shelves 23.28%
shed crate 23.28%
storageunit crate 6.41%
storageunit crate 23.28%
storageunit metal_shelves 6.41%
storageunit metal_shelves 23.28%
toolstore counter 10.78%
toolstore shelves 10.78%
warehouse crate 23.28%
warehouse metal_shelves 23.28%
Vehicles
Type Container Effective chance
Painter Glove Box 23.28%
Painter Trunk 60.41%
Painter Trunk 23.28%
Painter Trunk 41.14%

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