Bag of Concrete Powder: Difference between revisions

From PZwiki
(updated icon & added model)
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
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 normal
{{Infobox item
|display_name = Bag of Concrete Powder
|display_name = Bag of Concrete Powder
|name_colour = Construction
|name_colour = Construction
|name_text_colour = Construction
|name_text_colour = Construction
|image = BagofConcretePowder_Model.png
|model = BagofConcretePowder_Model.png
|image_width = 200px
|model_width = 200px
|alternate_image = Concrete_Powder.png
|icon = Concrete_Powder.png
|alternate_name = Bag of Concrete Powder
|icon_name = Bag of Concrete Powder
|alternate_link =  
|icon_link =  
|category = Material
|category = Material
|weight = 5
|weight = 5

Revision as of 06:11, 23 September 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.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