Garbage Bag

From PZwiki
Revision as of 12:32, 2 May 2018 by Vaileasys (talk | contribs) (Added code add see also sections. Changed icon. Rewrote description.)


The Game WorldItemsBaggageGarbage Bag

Template:Items Garbage Bags are a baggage item added in build 21 and are often found in kitchen counters and bins. They are required to craft rain collector barrels.


Item Description Weight Weight Reduction Capacity Classname
Garbage Bag
Garbage Bag
- 0.1 10 20 Base.Garbagebag





Crafting

Name Recipe Description Level













Code

From newitems.txt (Project Zomboid directory/media/scripts/)

	item Garbagebag
		WeightReduction	= 10,
		Weight		= 0.1,
		Type		= Container,
		Capacity	= 20,
		DisplayName	= Garbage Bag,
		Icon		= Garbagebag,


See Also

Template:Navbox/Baggage