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
Encumbrance
Moodle Icon HeavyLoad.png
Empty: 0.3
Full: 1.0
Function
Farming cure
Properties
Capacity
10 units
Technical
Item ID
Base.GardeningSprayEmpty
Base.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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
TZ GardeningSprayCan.png
Mildew Spray
0 XP none Farmer
OR
MagazineFish.png
Gardening Spray Can (Empty)
Gardening Spray Can (Empty)
(consumed)
Milk.png
Milk
(consumed)

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,
  	}