Strawberry Seeds

From PZwiki
(Redirected from Strawberry Seeds)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Strawberry Seeds
Seeds Model.png
SeedPacketStrawberry Model.png
General
Category
Gardening
Encumbrance
Moodle Icon HeavyLoad.png
0.009 (single)
0.1 (bag)
Function
Properties
Capacity
50 (bag)
Technical
Item ID
farming.StrewberrieSeed
farming.StrewberrieBagSeed

Strawberry seeds are used to grow a crop of strawberries on plowed land.

Usage

Farming

Main article: Farming

Strawberry seeds are used with farming to grow a strawberry plant on plowed land in an attempt to create a renewable food resource. It takes time to grow and requires being watered and watched over as plants are susceptible to various diseases.

A quantity of 50 can be repackaged back into a strawberry seeds packet, being much lighter than the individual seeds.

Crafting

Product Ingredients Tools Requirements Workstation XP
TZ StrewberrySeeds.png
Strawberry Seeds ×50
TZ SeedpackStrewberries.png Strawberry Seeds Packet ×1 none none none none
TZ SeedpackStrewberries.png
Strawberry Seeds Packet
TZ StrewberrySeeds.png Strawberry Seeds ×50 none none none none
Strawberry CropB.png
Strawberry plant
Plowed land.png Plowed Land ×1
TZ StrewberrySeeds.png Strawberry Seeds ×12
WaterDrop.png Water ×85 unit(s)
none none none none

Distribution

Strawberry seeds packets can be found in the drawers and closets of many houses, but can also be found in crates, storage shelves, and in warehouse type buildings. They may also be found in farming vehicles.

Code

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

TZ StrewberrySeeds.png Base.StrewberrieSeed
Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item StrewberrieSeed
	{
	    DisplayCategory = Gardening,
		Type				=		Normal,
		DisplayName			=		Strawberries Seeds,
		Icon				=		TZ_StrewberrySeeds,
		Weight				=		0.009,
		SurvivalGear = TRUE,
		WorldStaticModel = Seeds_Ground,
	}

TZ SeedpackStrewberries.png Base.StrewberrieBagSeed
Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item StrewberrieBagSeed
	{
	    DisplayCategory = Gardening,
		Type				=		Normal,
		DisplayName			=		Strawberries Seeds Packet,
		Icon				=		TZ_SeedpackStrewberries,
		Weight				=		0.1,
		SurvivalGear = TRUE,
		WorldStaticModel = StrawberrySeedBag_Ground,
	}

See also