Garbage Bag: Difference between revisions

From PZwiki
(Added code add see also sections. Changed icon. Rewrote description.)
m (Removed unnecessary categories)
Tag: categories removed
Line 59: Line 59:


{{Navbox/Baggage}}
{{Navbox/Baggage}}
[[Category:Tools]]
[[Category:Baggage]]

Revision as of 04:11, 3 May 2018


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