Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Mildew Spray

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]
Mildew Spray
GardenSpray Model.png
General
Category
Gardening
Encumbrance
Moodle Icon HeavyLoad.png
1.0
Properties
Capacity
10 units
Technical
Item ID
farming.GardeningSprayMilk

Mildew spray is used to cure diseased farming plants. To make Mildew Spray the player needs an empty gardening spray can and milk.

Crafting

To craft Mildew Spray the player needs either the gardening trait, farmer profession or having read The Farming Magazine to craft it. Even rotten milk can be used to make Mildew Spray.

Product Ingredients Tools Requirements Workstation XP
TZ GardeningSprayCan.png
Mildew Spray
Gardening Spray Can (Empty) Gardening Spray Can (Empty) ×1
Milk.png Milk ×1
none
Profession farmer2.png
Farmer
(or)
MagazineFish.png
The Farming Magazine
none none

Location

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

GardeningSprayEmpty distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
all crate 0.89%
all Farmer (male outfit)
Farmer (female outfit)
4.13%
closet crate 23.67%
closet crate 15.52%
factory crate 15.52%
factory metal_shelves 15.52%
Farmer crate 15.52%
Farmer metal_shelves 15.52%
farmstorage crate 15.52%
farmstorage metal_shelves 15.52%
garagestorage crate 23.67%
garagestorage crate 15.52%
gardenstore counter 23.67%
gardenstore metal_shelves 23.67%
gardenstore shelves 23.67%
generalstore metal_shelves 15.52%
generalstore shelves 15.52%
generalstorestorage metal_shelves 15.52%
generalstorestorage shelves 15.52%
gigamart shelves 15.52%
kitchen counter 15.52%
livingroom counter 15.52%
producestorage metal_shelves 23.67%
shed crate 15.52%
storageunit crate 23.67%
storageunit crate 15.52%
storageunit metal_shelves 15.52%
toolstore metal_shelves 15.52%
toolstore shelves 15.52%
toolstorestorage metal_shelves 15.52%
warehouse crate 15.52%
warehouse metal_shelves 15.52%

History

farming.GardeningSprayMilk

Version Description
Build 41.65 DisplayCategory added with value Gardening.
Build 41.54 WorldStaticModel added with value GardenSprayGround.
Build 41.45 UseDelta changed from 0.025 to 0.1.
Build 41.38 IsWaterSource removed.
Build 41.12 StaticModel added with value GardenSpray.
RC2.9.9.10 Weight changed from 9.0 to 1.0.
RC2.9 - Build 0007 Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item GardeningSprayMilk
  	{
  	    DisplayCategory = Gardening,
    	Type				=		Drainable,
		DisplayName			=		Mildew Spray,
		Icon				=		TZ_GardeningSprayCan,
		Weight				=		1.0,
    	UseDelta			=		0.1,
    	ReplaceOnDeplete 	= 		GardeningSprayEmpty,
	    UseWhileEquipped	=	    false,
    	StaticModel = GardenSpray,
    	WorldStaticModel = GardenSprayGround,
  	}