Garbage Bag: Difference between revisions

From PZwiki
mNo edit summary
(Updated layout and changed infobox)
Line 1: Line 1:
__NOTOC__
{{languages|Garbage Bag}}
{{languages|Garbage Bag}}
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 39|incver=67.2}}{{Baggage
{{header|The Game World|Items|Baggage|type=Baggage|version=Version 40|incver=6}}{{Infobox container
| display_name = Garbage Bag
| name_colour = Container
| name_text_colour = Container
| image = Garbagebag_120px.png
| image = Garbagebag_120px.png
| equippable = Hand
| category = Contianer
| weight = 0.1
| weight = 0.1
| equipped = One-handed
| capacity = 20
| capacity = 20
| weight_reduction = 10
| weight_reduction = 10
| class_name = Base.GarbageBag
| class_name = Base.GarbageBag
}}A '''garbage bag''' is a [[:Category:Baggage|baggage]] item added in [[Version history#21|build 21]] which has poor weight reduction, but high capacity. It is very common and usually a good substitute until a [[Backpack (disambiguation)|backpack]] is found, as it must be equipped in the hand. Four garbage bags are required to craft a [[Rain Collector Barrel|rain collector barrel]].
}}A '''garbage bag''' is a container [[item]].
 
==Usage==
A garbage bag has a poor weight reduction, but high capacity. It is very common and usually a good substitute until a [[Backpack (disambiguation)|backpack]] is found, as it must be equipped in the hand. Four garbage bags are required to craft a [[Rain Collector Barrel|rain collector barrel]].


'''Garbage bags can spawn with:'''
'''Garbage bags can spawn with:'''
Line 57: Line 63:
|}
|}


==Item distribution==
==Crafting==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Skill Level
{{RecipeLookup|Rain Collector Barrel}}
|}
 
==Distribution==
===Buildings===
===Buildings===
{| class="wikitable" style="text-align:center;"
{| class="wikitable" style="text-align:center;"
Line 126: Line 142:
|3
|3
|-
|-
|}
==Crafting==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! class="unsortable" | Skill Level
{{RecipeLookup|Rain Collector Barrel}}
|}
|}


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki> item Garbagebag
{{Retrieved|version=40|incver=6}}
<pre> item Garbagebag
WeightReduction = 10,
WeightReduction = 10,
Weight = 0.1,
Weight = 0.1,
Line 146: Line 153:
Capacity = 20,
Capacity = 20,
DisplayName = Garbage Bag,
DisplayName = Garbage Bag,
Icon = Garbagebag,</nowiki>
Icon = Garbagebag,</pre>


== See also ==
== See also ==

Revision as of 18:20, 12 August 2018

The Game WorldItemsBaggageGarbage Bag
Garbage Bag
Garbage Bag
General
Category Contianer
Encumbrance
Heavy Load
0.1
Body location One-handed
Capacity 20
Encumbrance reduction 10%
Technical details
Item ID Base.GarbageBag

A garbage bag is a container item.

Usage

A garbage bag has a poor weight reduction, but high capacity. It is very common and usually a good substitute until a backpack is found, as it must be equipped in the hand. Four garbage bags are required to craft a rain collector barrel.

Garbage bags 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

Crafting

Name Recipe Description Skill Level












Distribution

Buildings

Building/Room 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

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.6

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

See also

Template:Navbox/Baggage