Seed Bag: Difference between revisions

From PZwiki
m (Updated distribution table)
m (→‎Usage: Update table format)
Line 21: Line 21:
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.
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):'''
'''Seed bags can spawn with:'''
{|
<div style="column-width: 200px;">
|[[File:TZ_SeedpackCarrots.png|link=Carrot Seeds]] || [[Carrot Seeds]]
*[[File:TZ_SeedpackCarrots.png|link=Carrot Seeds]] [[Carrot Seeds]]
|-
*[[File:TZ_SeedpackBroccoli.png|link=Broccoli Seeds]] [[Broccoli Seeds]]
|[[File:TZ_SeedpackBroccoli.png|link=Broccoli Seeds]] || [[Broccoli Seeds]]
*[[File:TZ_SeedpackLRRadish.png|link=Radish Seeds]] [[Radish Seeds]]
|-
*[[File:TZ_SeedpackStrewberries.png|link=Strawberry Seeds]] [[Strawberry Seeds]]
|[[File:TZ_SeedpackLRRadish.png|link=Radish Seeds]] || [[Radish Seeds]]
*[[File:TZ_SeedpackTomatoes.png|link=Tomato Seeds]] [[Tomato Seeds]]
|-
*[[File:TZ_SeedpackPotatoes.png|link=Potato Seeds]] [[Potato Seeds]]
|[[File:TZ_SeedpackStrewberries.png|link=Strawberry Seeds]] || [[Strawberry Seeds]]
*[[File:TZ_SeedpackCabbageLettuce.png|link=Cabbage Seeds]] [[Cabbage Seeds]]
|-
</div>
|[[File:TZ_SeedpackTomatoes.png|link=Tomato Seeds]] || [[Tomato Seeds]]
|-
|[[File:TZ_SeedpackPotatoes.png|link=Potato Seeds]] || [[Potato Seeds]]
|-
|[[File:TZ_SeedpackCabbageLettuce.png|link=Cabbage Seeds]] || [[Cabbage Seeds]]
|}


==Distribution==
==Distribution==

Revision as of 15:00, 23 March 2024

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.

Containers
Building/Room Container Rolls Chance
bedroom crate 1 0.1
closet crate 4 1
generalstore metal_shelves 4 1
kitchen counter 4 1
toolstorestorage metal_shelves 4 1

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