Bag of Concrete Powder: Difference between revisions

From PZwiki
mNo edit summary
(replaced infobox + distribution + update code + header + minor fixes)
Line 1: Line 1:
{{languages|Bag of Concrete Powder}}
{{languages}}
{{Items
{{Header|The Game World|Items|type=Construction|version=Version 41|incver=78.16}}
|image = Concrete_Powder.png
{{Infobox normal
|display_name = Bag of Concrete Powder
|name_colour = Construction
|name_text_colour = Construction
|image = Plaster_Powder.png <!-- TO DO: replace weith item model -->
|alternate_image = Plaster_Powder.png
|alternate_name = Bag of Concrete Powder
|alternate_link =
|category = Material
|weight = 5
|weight = 5
|function = ''none''
|class_name = Base.PlasterPowder
}}
}}
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''' that is used in making concrete. The recipe is not yet implemented so this item has no use yet.
 
== Crafting ==
No use yet.
 
 
 
 
 
 
 
 


<!-- COMMENT: no use currently. Remove comments once item gains a use
==Usage==


==Crafting==
-->


==Distribution==
[[Wooden Crate|Crate]]s may contain a bag of concrete.


== Code ==
== Code ==
<nowiki>item ConcretePowder
{{Retrieved|version=41|incver=78.16}}
<pre>
item ConcretePowder
{
{
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,
}</nowiki>
WorldStaticModel = BagofConcretePowder,
}
</pre>


==See Also==
==See also==
* [[Bucket with Plaster]]
* [[Bucket with Plaster]]
* [[Paint Brush]]
* [[Paint Brush]]
* [[Carpentry]]


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

Revision as of 07:18, 10 June 2023

The Game WorldItemsBag of Concrete Powder
Bag of Concrete Powder
Bag of Concrete Powder
Bag of Concrete Powder
General
Category Material
Encumbrance
Heavy Load
5
Function none
Technical details
Base ID Base.PlasterPowder

A bag of concrete powder that is used in making concrete. The recipe is not yet implemented so this item has no use yet.


Distribution

Crates may contain a bag of concrete.

Code

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