![]() |
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. |
Seed Bag
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>The Game World>Items>Baggage>Seed Bag | Page updated: Version 41.78.16 |
---|
Seed bag | ||
---|---|---|
![]() | ||
| ||
General | ||
Category | Container | |
Weight | 0.1 | |
Body location | One-handed | |
Capacity | 5 | |
Weight reduction | 30% | |
Technical details | ||
Item ID | Base.Seedbag |
A seed bag is a container item.
Usage
A seed bag cannot be equipped on the player's back. It has a poor capacity and average weight reduction. It must be equipped in one of the player's hands to be accessed.
Seed bags can spawn with (build 41):
![]() |
Carrot Seeds |
![]() |
Broccoli Seeds |
![]() |
Radish Seeds |
![]() |
Strawberry Seeds |
![]() |
Tomato Seeds |
![]() |
Potato Seeds |
![]() |
Cabbage Seeds |
Distribution
Build 41
Seed bags can spawn on farmer zombies
Buildings
Building/Room | Container | Rolls | Chance |
---|---|---|---|
All | Crate | 1 | 0.1 |
Farm | Crate | 4 | 1 |
Store Farming Section | Other | 4 | 1 |
Kitchen | Other | 4 | 1 |
Vehicles
Profession | Container | Rolls | Chance |
---|---|---|---|
Farmer | Glove Box | 4 | 20 |
Farmer | Trunk | 4 | 2 |
Code
From newitems.txt (Project Zomboid directory/media/scripts)
Seed Bag
Retrieved: Build 41.78.16
item SeedBag { DisplayCategory = Container, WeightReduction = 30, Weight = 0.1, Type = Container, Capacity = 5, DisplayName = Seed Bag, Icon = DrawstringBag, OpenSound = OpenBag, CloseSound = CloseBag, PutInSound = PutItemInBag, SurvivalGear = TRUE, WorldStaticModel = SeedBag, }
See also