![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Paper Bag
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>The Game World>Items>Baggage>Paper Bag | Page updated: Version 41.78.16 |
---|
![]() |
Paper Bag | ||||
---|---|---|---|---|
![]() | ||||
| ||||
General | ||||
Category | Container | |||
Weight | 0.1 | |||
Body location | One-handed | |||
Capacity | 5 | |||
Weight reduction | 10% | |||
Technical details | ||||
Item ID |
Base.PaperBag Base.Paperbag_Jays Base.Paperbag_Spiffos Base.Lunchbag |
A paper bag is a common container item.
Usage
The paper bag is very weak, with 5 capacity and only 10% weight reduction.
It can sometimes be found with food inside of it, such as burgers and fries.
Distribution
Buildings
Often found in restaurants, schools (as a "Lunchbag" with the same stats), and office kitchens.
Code
From newitems.txt (Project Zomboid directory/media/scripts)
Retrieved: Build 41.78.16
item PaperBag { DisplayCategory = Container, WeightReduction = 10, Weight = 0.1, Type = Container, Capacity = 5, DisplayName = Paper Bag, Icon = Paperbag, OpenSound = OpenBag, CloseSound = CloseBag, PutInSound = PutItemInBag, WorldStaticModel = Paperbag_Ground, }
Retrieved: Build 41.78.16
item Paperbag_Spiffos { DisplayCategory = Container, WeightReduction = 10, Weight = 0.1, Type = Container, Capacity = 5, DisplayName = Paper Bag, Icon = Paperbag_Spiffos, OpenSound = OpenBag, CloseSound = CloseBag, PutInSound = PutItemInBag, WorldStaticModel = PaperbagSpiffo_Ground, }
Retrieved: Build 41.78.16
item Paperbag_Jays { DisplayCategory = Container, WeightReduction = 10, Weight = 0.1, Type = Container, Capacity = 5, DisplayName = Paper Bag, Icon = Paperbag_Jays, OpenSound = OpenBag, CloseSound = CloseBag, PutInSound = PutItemInBag, WorldStaticModel = PaperbagJays_Ground, }
From items_food.txt (Project Zomboid directory/media/scripts)
Retrieved: Build 41.78.16
item Lunchbag { DisplayName = Lunchbag, DisplayCategory = Container, Type = Container, Weight = 0.1, WeightReduction = 10, Icon = Paperbag, Capacity = 5, CloseSound = CloseBag, OpenSound = OpenBag, PutInSound = PutItemInBag, WorldStaticModel = Paperbag_Ground, }