Bag of Concrete Powder: Difference between revisions

From PZwiki
m (add note)
m (Distribution table update)
(28 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Materials}}
{{Header|The Game World|Items|type=Construction|version=Version 41|incver=78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|display_name = Bag of Concrete Powder
|name=Bag of Concrete Powder
|name_colour = Construction
|model=BagofConcretePowder_Model.png
|name_text_colour = Construction
|model_width=200px
|model = BagofConcretePowder_Model.png
|icon=Concrete_Powder.png
|model_width = 200px
|icon_name=Bag of Concrete Powder
|icon = Concrete_Powder.png
|category=Material
|icon_name = Bag of Concrete Powder
|weight=5
|icon_link =
|function=''none''
|category = Material
|item_id=Base.ConcretePowder
|weight = 5
|function = ''none''
|class_name = Base.ConcretePowder
}}
}}
A '''bag of concrete powder''' that is used in making concrete. The recipe is not yet implemented so this item has no use yet.
A '''bag of concrete powder''' is an item that currently has no use.


<!-- COMMENT: no use currently. Remove comments once item gains a use
==Usage==
==Usage==
==Crafting==
{{Future}}
-->
While the item currently serves no purpose, it is likely going to be used to create concrete.


==Distribution==
==Distribution==
[[Wooden Crate|Crate]]s may contain a bag of concrete.
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|ConcretePowder|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>ConcretePowder distribution
        <span class="mw-customtoggle-togglebox-ConcretePowder" 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-ConcretePowder">
    <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
    | 2
    |-
    | construction
    | {{ll|crate}}
    | 4
    | 50
    |-
    | construction
    | {{ll|crate}}
    | 4
    | 20
    |-
    | construction
    | {{ll|crate}}
    | 4
    | 10
    |-
    | factory
    | {{ll|crate}}
    | 4
    | 20
    |-
    | factory
    | {{ll|crate}}
    | 4
    | 10
    |-
    | factory
    | {{ll|crate}}
    | 4
    | 50
    |-
    | garagestorage
    | {{ll|crate}}
    | 4
    | 50
    |-
    | garagestorage
    | {{ll|crate}}
    | 4
    | 20
    |-
    | garagestorage
    | {{ll|crate}}
    | 4
    | 10
    |-
    | shed
    | {{ll|crate}}
    | 4
    | 50
    |-
    | shed
    | {{ll|crate}}
    | 4
    | 20
    |-
    | shed
    | {{ll|crate}}
    | 4
    | 10
    |-
    | storageunit
    | {{ll|crate}}
    | 4
    | 10
    |-
    | storageunit
    | {{ll|crate}}
    | 4
    | 20
    |-
    | storageunit
    | {{ll|crate}}
    | 4
    | 50
    |-
    | toolstore
    | {{ll|crate}}
    | 4
    | 10
    |-
    | toolstore
    | {{ll|crate}}
    | 4
    | 20
    |-
    | toolstore
    | {{ll|crate}}
    | 4
    | 50
    |-
    | toolstore
    | {{ll|metal_shelves}}
    | 4
    | 20
    |-
    | toolstore
    | {{ll|metal_shelves}}
    | 4
    | 50
    |-
    | toolstore
    | {{ll|metal_shelves}}
    | 4
    | 10
    |-
    | toolstorestorage
    | {{ll|crate}}
    | 4
    | 10
    |-
    | toolstorestorage
    | {{ll|crate}}
    | 4
    | 50
    |-
    | toolstorestorage
    | {{ll|crate}}
    | 4
    | 20
    |-
    | toolstorestorage
    | {{ll|metal_shelves}}
    | 4
    | 10
    |-
    | toolstorestorage
    | {{ll|metal_shelves}}
    | 4
    | 20
    |-
    | toolstorestorage
    | {{ll|metal_shelves}}
    | 4
    | 50
    |-
    | warehouse
    | {{ll|crate}}
    | 4
    | 50
    |-
    | warehouse
    | {{ll|crate}}
    | 4
    | 10
    |-
    | warehouse
    | {{ll|crate}}
    | 4
    | 20
    |}
</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-ConcretePowder" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|ConcretePowder|41.78.16-->
 
==Trivia==
*The model says the net weight of the bag is ''25 Kg'' (should be ''[[Wikipedia:Kilogram|kg]]''), which is a [[Wikipedia:Metric system|metric system]] unit, not a [[Wikipedia:United States customary units|US customary unit]].


==Code==
==Code==
{{Retrieved|version=41|incver=78.16}}
{{CodeBox|
<pre>
{{CodeSnip
  | lang = java
  | line = true
  | start = 109
  | source = items.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item ConcretePowder
item ConcretePowder
{
{
DisplayCategory = Material,
    DisplayCategory = Material,
Weight = 5,
Weight = 5,
Type = Normal,
Type = Normal,
DisplayName = Bag of Concrete Powder,
DisplayName = Bag of Concrete Powder,
Icon = Concrete_Powder,
Icon = Concrete_Powder,
WorldStaticModel = BagofConcretePowder,
WorldStaticModel = BagofConcretePowder,
}
}
</pre>
}}
}}


==See also==
==See also==
*[[Bucket with Plaster]]
*[[Bag of Plaster Powder]]
*[[Paint Brush]]
*[[Bucket of Concrete]]
*[[Carpentry]]
{{Navbox items|carpentry_materials}}


{{Clear}}<!--to force header background to bottom of page; remove when no longer needed-->
[[Category:Carpentry materials]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 16:42, 23 April 2024

Project ZomboidItemsMaterialsBag of Concrete 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 Concrete Powder
BagofConcretePowder Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
5
Function
none
Technical
Item ID
Base.ConcretePowder

A bag of concrete powder is an item that currently has no use.

Usage

PictureKate.png
This is a future feature.
This article is about an item or mechanic that is currently unimplemented and planned for a future version.
It has either been previewed or found in the game files and does not exist yet.

While the item currently serves no purpose, it is likely going to be used to create concrete.

Distribution

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

ConcretePowder distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all crate 1 2
construction crate 4 50
construction crate 4 20
construction crate 4 10
factory crate 4 20
factory crate 4 10
factory crate 4 50
garagestorage crate 4 50
garagestorage crate 4 20
garagestorage crate 4 10
shed crate 4 50
shed crate 4 20
shed crate 4 10
storageunit crate 4 10
storageunit crate 4 20
storageunit crate 4 50
toolstore crate 4 10
toolstore crate 4 20
toolstore crate 4 50
toolstore metal_shelves 4 20
toolstore metal_shelves 4 50
toolstore metal_shelves 4 10
toolstorestorage crate 4 10
toolstorestorage crate 4 50
toolstorestorage crate 4 20
toolstorestorage metal_shelves 4 10
toolstorestorage metal_shelves 4 20
toolstorestorage metal_shelves 4 50
warehouse crate 4 50
warehouse crate 4 10
warehouse crate 4 20
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 ConcretePowder
	{
	    DisplayCategory = Material,
		Weight	=	5,
		Type	=	Normal,
		DisplayName	=	Bag of Concrete Powder,
		Icon	=	Concrete_Powder,
		WorldStaticModel = BagofConcretePowder,
	}

See also