Seed Bag

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Seed bag
SeedBag Model.png
General
Category
Container
Encumbrance
Moodle Icon HeavyLoad.png
0.1 (empty)
3.53 (full)
Equipped
One-handed
Properties
Capacity
5
Technical
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:

Distribution

The loot distributions can be found in the table(s) below.

SeedBag distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Outfit_Farmer 1 1.0
bedroom crate 1 0.1
closet crate 4 1.0
generalstore metal_shelves 4 1.0
kitchen counter 4 1.0
toolstorestorage metal_shelves 4 1.0
Vehicles
Vehicle Type/Location Rolls Chance
FarmerGloveBox 1 20
FarmerTruckBed 4 2

Seed bags can spawn on farmer zombies

Vehicles

Profession Container Rolls Chance
Farmer Glove Box 4 20
Farmer Trunk 4 2

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

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