Garbage Bag: Difference between revisions

From PZwiki
No edit summary
(Added code add see also sections. Changed icon. Rewrote description.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Garbage Bag}}
{{languages|Garbage Bag}}
{{header|The Game World|Items|Baggage|version=Version 37|incver=13}}
{{header|The Game World|Items|Baggage|version=Version 39|incver=52}}
 
{{Items
{{Items
| image = Garbagebag.png  
| image = Garbagebag_120px.png  
| weight = 0.1
| weight = 0.1
}}  
}}
 
[[Garbage Bag]]s are a baggage item added in [[Version history|build 21]] and are often found in kitchen [[Containers#Counter|counters]] and [[Containers#Garbage Cans/Dumpsters|bins]]. They are required to craft [[Rain Collector Barrel|rain collector barrels]].
[[Garbage Bag]]s are a type of container often found in kitchens and bins. They can be used to craft the [[Rain Collector Barrel]].


They were added in build 21.


{| class="wikitable sortable" style="text-align:center"
{| class="wikitable sortable" style="text-align:center"
Line 21: Line 18:
! class="unsortable" | Classname
! class="unsortable" | Classname
|-
|-
 
| [[File:Garbagebag.png|32px|link=Garbage Bag|Garbage Bag]] <br> [[Garbage Bag|Garbage Bag]]
| [[File:MATERIALGarbageBag.png|32px|link=Garbage Bag|Garbage Bag]] <br> [[Garbage Bag|Garbage Bag]]
| -
| -
| 0.1
| 0.1
Line 30: Line 26:
|-
|-
|}
|}
<br><br><br><br>


==Crafting==
==Crafting==
Line 41: Line 39:
|}
|}


== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
item Garbagebag
WeightReduction = 10,
Weight = 0.1,
Type = Container,
Capacity = 20,
DisplayName = Garbage Bag,
Icon = Garbagebag,
</nowiki>
== See Also ==
*[[Water]]
*[[Carpentry]]
*[[Items#Baggage|Other Baggage Items]]


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

Revision as of 12:32, 2 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