Garbage Bag: Difference between revisions

From PZwiki
m (fixed container links)
(new infobox +contents list +item distribution section)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Garbage Bag}}
{{languages|Garbage Bag}}
{{header|The Game World|Items|Baggage|version=Version 39|incver=52}}
{{header|The Game World|Items|Baggage|version=Version 39|incver=67.2}}{{Baggage
{{Items
| image = Garbagebag_120px.png
| image = Garbagebag_120px.png  
| equippable = Hand
| weight = 0.1
| weight = 0.1
}}
| capacity = 20
'''Garbage bags''' are a baggage item added in [[Version history|build 21]] and are often found in kitchen [[Containers#Counters|counters]] and [[Containers#Bins|bins]]. They are required to craft [[Rain Collector Barrel|rain collector barrels]].
| weight_reduction = 10
| class_name = Base.GarbageBag
}}'''Garbage bags''' are a baggage item added in [[Version history#21|build 21]] which have a poor weight reduction, however a high capacity, making up for it. They are very common and usually a good substitute until a [[Backpack (disambiguation)|backpack]] is found, as they must be equipped in the hand. Four garbage bags are required to craft a [[Rain Collector Barrel|rain collector barrel]].


'''First aid kits can spawn with:'''
{|
|[[File:Tissue.png|link=Tissue]] || [[Tissue]] || style="width:80px;" |
|[[File:SocksAnim.gif|link=Socks]] || [[Socks]]
|-
|[[File:Lighter.png|link=Lighter]] || [[Lighter]] ||
|[[File:Lollipop.png|link=Lollipop]] || [[Lollipop]]
|-
|[[File:Battery.png|link=Battery]] || [[Battery]] ||
|[[File:MintCandy.png|link=Mint Candy]] || [[Mint Candy]]
|-
|[[File:Pen.png|link=Pen]] || [[Pen]] ||
|[[File:Cigarettes.png|link=Cigarettes]] || [[Cigarettes]]
|-
|[[File:BluePen.png|link=Pen|Blue Pen]] || [[Pen|Blue Pen]] ||
|[[File:Paper.png|link=Sheet of Paper]] || [[Sheet of Paper]]
|-
|[[File:RedPen.png|link=Pen|Red Pen]] || [[Pen|Red Pen]] ||
|[[File:Pop_empty.png|link=Empty Pop Bottle]] || [[Empty Pop Bottle]]
|-
|[[File:Pencil.png|link=Pencil]] || [[Pencil]] ||
|[[File:WaterBottle_Empty.png|link=Empty Bottle (Water)]] || [[Empty Bottle (Water)]]
|-
|[[File:Magazine.png|link=Tissue]] || [[Magazine]] ||
|[[File:WhiskeyEmpty.png|link=Empty Bottle (Alcohol)|Empty Bottle (Whiskey)]] || [[Empty Bottle (Alcohol)|Empty Bottle (Whiskey)]]
|-
|[[File:Newspaper.png|link=Lighter]] || [[Newspaper]] ||
<!--
|-
|[[File:SocksAnim.gif|link=Socks]] || [[Socks]]
|-
|[[File:Lollipop.png|link=Lollipop]] || [[Lollipop]]
|-
|[[File:MintCandy.png|link=Mint Candy]] || [[Mint Candy]]
|-
|[[File:Cigarettes.png|link=Cigarettes]] || [[Cigarettes]]
|-
|[[File:Paper.png|link=Sheet of Paper]] || [[Sheet of Paper]]
|-
|[[File:Pop_empty.png|link=Empty Pop Bottle]] || [[Empty Pop Bottle]]
|-
|[[File:WaterBottle_Empty.png|link=Empty Bottle (Water)]] || [[Empty Bottle (Water)]]
|-
|[[File:WhiskeyEmpty.png|link=Empty Bottle (Alcohol)|Empty Bottle (Whiskey)]] || [[Empty Bottle (Alcohol)|Empty Bottle (Whiskey)]]
-->
|}


{| class="wikitable sortable" style="text-align:center"
==Item distribution==
===Buildings===
{| class="wikitable" style="text-align:center;"
|-
!Building
!Container
!Rolls
!Chance
|-
|rowspan="3"|All
|rowspan="3"|[[Containers#Bins|Bin]]
|rowspan="3"|1
|12
|-
<!--|All-->
<!--|[[Containers#Bins|Bin]]-->
<!--|1-->
|12
|-
<!--|All-->
<!--|[[Containers#Bins|Bin]]-->
<!--|1-->
|12
|-
|rowspan="3"|Bar
|rowspan="3"|[[Containers#Bins|Bin]]
|rowspan="3"|1
|12
|-
<!--|Bar-->
<!--|[[Containers#Bins|Bin]]-->
<!--|1-->
|12
|-
<!--|Bar-->
<!--|[[Containers#Bins|Bin]]-->
<!--|1-->
|12
|-
|Cafe
|[[Containers#Bins|Bin]]
|1
|12
|-
|rowspan="3"|Grocery Storage
|rowspan="3"|[[Containers#Bins|Bin]]
|rowspan="3"|1
|12
|-
<!--|Grocery Storage-->
<!--|[[Containers#Bins|Bin]]-->
<!--|1-->
|12
|-
<!--|Grocery Storage-->
<!--|[[Containers#Bins|Bin]]-->
<!--|1-->
|12
|-
|-
! class="unsortable" | Item
|Kitchen
! class="unsortable" | Description
|[[Containers#Counters|Counter]]
! class="sortable" | Weight
|2
! class="sortable" | Weight Reduction
|9
! class="sortable" | Capacity
! class="unsortable" | Classname
|-
|-
| [[File:Garbagebag.png|32px|link=Garbage Bag|Garbage Bag]] <br> [[Garbage Bag|Garbage Bag]]
|Spiffo's Kitchen
| -
|[[Containers#Counters|Counter]]
| 0.1
|6
| 10
|3
| 20
| Base.Garbagebag
|-
|-
|}
|}
<br><br><br><br>


==Crafting==
==Crafting==
Line 35: Line 134:
! class="unsortable" | Recipe
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Description
! class="unsortable" | Level
! class="unsortable" | Skill Level
{{RecipeLookup|Rain Collector Barrel}}
{{RecipeLookup|Rain Collector Barrel}}
|}
|}


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
  <nowiki>
  <nowiki> item Garbagebag
item Garbagebag
WeightReduction = 10,
WeightReduction = 10,
Weight = 0.1,
Weight = 0.1,
Line 49: Line 146:
Capacity = 20,
Capacity = 20,
DisplayName = Garbage Bag,
DisplayName = Garbage Bag,
Icon = Garbagebag,
Icon = Garbagebag,</nowiki>
</nowiki>
 


== See Also ==
== See Also ==

Revision as of 09:18, 9 June 2018


The Game WorldItemsBaggageGarbage Bag

Template:BaggageGarbage bags are a baggage item added in build 21 which have a poor weight reduction, however a high capacity, making up for it. They are very common and usually a good substitute until a backpack is found, as they must be equipped in the hand. Four garbage bags are required to craft a rain collector barrel.

First aid kits can spawn with:

Tissue.png Tissue SocksAnim.gif Socks
Lighter.png Lighter Lollipop.png Lollipop
Battery.png Battery MintCandy.png Mint Candy
Pen.png Pen File:Cigarettes.png Cigarettes
Blue Pen Blue Pen Paper.png Sheet of Paper
Red Pen Red Pen Pop empty.png Water Bottle (Orange Soda)
Pencil.png Pencil WaterBottle Empty.png Water Bottle
Magazine.png Magazine Empty Bottle (Whiskey) Empty Bottle (Whiskey)
Newspaper.png Newspaper

Item distribution

Buildings

Building Container Rolls Chance
All Bin 1 12
12
12
Bar Bin 1 12
12
12
Cafe Bin 1 12
Grocery Storage Bin 1 12
12
12
Kitchen Counter 2 9
Spiffo's Kitchen Counter 6 3

Crafting

Name Recipe Description Skill 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