Bag of Concrete Powder: Difference between revisions

From PZwiki
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
m (Fix ID)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|type=Construction|version=Version 41|incver=78.16}}
{{Languages}}
{{Header|The Game World|Items|type=Construction|version=Version 41|incver=78.16}}
{{Infobox item
{{Infobox item
|display_name = Bag of Concrete Powder
|display_name = Bag of Concrete Powder
Line 12: Line 13:
|weight = 5
|weight = 5
|function = ''none''
|function = ''none''
|class_name = Base.PlasterPowder
|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''' that is used in making concrete. The recipe is not yet implemented so this item has no use yet.
Line 18: Line 19:
<!-- COMMENT: no use currently. Remove comments once item gains a use
<!-- COMMENT: no use currently. Remove comments once item gains a use
==Usage==
==Usage==
==Crafting==
==Crafting==
-->
-->
Line 44: Line 44:
*[[Carpentry]]
*[[Carpentry]]


{{clear}} <!-- to force header background to bottom of page -->
{{clear}}<!-- to force header background to bottom of page -->
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 00:15, 13 November 2023

The Game WorldItemsBag of Concrete Powder
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 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