Bag of Plaster Powder: Difference between revisions

From PZwiki
m (Remove lines))
m (Insert empty line above each {{Navbox}})
(One intermediate revision by the same user not shown)
Line 27: Line 27:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|PlasterPowder|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>PlasterPowder distribution
! Container
        <span class="mw-customtoggle-togglebox-PlasterPowder" 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>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-PlasterPowder">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|rowspan="5"|construction
    |+ {{ll|Containers}}
|[[crate]]
    ! Building / Room
|4
    ! Container
|1
    ! Rolls
|-
    ! Chance
|[[crate]]
    |-
|4
    | all
|1
    | {{ll|crate}}
|-
    | 1
|[[crate]]
    | 2.0
|4
    |-
|2
    | construction
|-
    | {{ll|crate}}
|[[crate]]
    | 4
|4
    | 10.0
|2
    |-
|-
    | construction
|[[crate]]
    | {{ll|crate}}
|4
    | 4
|5
    | 50.0
|}
    |-
    | construction
    | {{ll|crate}}
    | 4
    | 20.0
    |}
</div>
<div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Vehicles}}
    ! Vehicle Type/Location
    ! Rolls
    ! Chance
    |-
    | ConstructionWorkerTruckBed
    | 4
    | 10
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-PlasterPowder" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|PlasterPowder|41.78.16-->


==Trivia==
==Trivia==
Line 87: Line 108:
*[[Bag of Concrete Powder]]
*[[Bag of Concrete Powder]]
*[[Bucket with Plaster]]
*[[Bucket with Plaster]]
{{Navbox items|carpentry_materials}}
{{Navbox items|carpentry_materials}}


[[Category:Carpentry materials]]
[[Category:Carpentry materials]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 13:40, 25 April 2024

Project ZomboidItemsMaterialsBag of Plaster Powder
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Bag of Plaster Powder
BagofPlasterPowder Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
5
Function
Technical
Item ID
Base.PlasterPowder
Used to plaster high-level wooden walls. Requires a bucket of water.
— In-game tooltip

A bag of plaster powder is an item used in carpentry.

Usage

A bag of plaster powder can be mixed with a bucket of water in order to create a bucket of plaster. Used to plaster wooden walls before painting.

A bag of plaster powder encumbers half as much as a bucket of plaster. Consequently, it is generally preferable to store it as a powder prior to use.

Crafting

Product Ingredients Tools Requirements Workstation XP
MetalBucket Plaster.png
Bucket of Plaster
One of:
MetalBucket.png Bucket ×1
MetalBucket Water.png Bucket ×1
Each of:
WaterDrop.png Water ×5 unit(s)
Plaster Powder.png Bag of Plaster Powder ×1
none none none none

Distribution

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

PlasterPowder distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all crate 1 2.0
construction crate 4 10.0
construction crate 4 50.0
construction crate 4 20.0
Vehicles
Vehicle Type/Location Rolls Chance
ConstructionWorkerTruckBed 4 10

Trivia

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 PlasterPowder
	{
	    DisplayCategory = Material,
		Weight	=	5,
		Type	=	Normal,
		DisplayName	=	Bag of Plaster Powder,
		Icon	=	Plaster_Powder,
		Tooltip = Tooltip_PlasterPowder,
		SurvivalGear = TRUE,
		WorldStaticModel = BagOfPlasterPowder,
	}

See also