Bag of Concrete Powder: Difference between revisions

From PZwiki
m (Added stub tag)
(Article updates and formatting)
Line 16: Line 16:
|class_name = Base.ConcretePowder
|class_name = Base.ConcretePowder
}}
}}
A '''bag of concrete powder'''  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.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
!Building/Room
!Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" |Chance
|-
| rowspan="5"|construction
| [[crate]]
| 4
| 1
|-
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|2
|-
|[[crate]]
|4
|2
|-
|[[crate]]
|4
|5
|}


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


==See also==
==See also==
Line 45: Line 82:
*[[Carpentry]]
*[[Carpentry]]


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

Revision as of 05:28, 18 February 2024

Project ZomboidItemsBag of Concrete Powder
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
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.

Containers
Building/Room Container Rolls Chance
construction crate 4 1
crate 4 1
crate 4 2
crate 4 2
crate 4 5

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