Gardening Spray Can

From PZwiki
Revision as of 21:16, 29 August 2016 by MalonyJenkins (talk | contribs) (Redesigned page, +Navbar, changed description,+crafting, +code, +relevant categories)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Farming -> Gardening Spray Can   

Template:Items

A Gardening Spray Can is a watering container used to water crops or to make pesticides. It can be found in garages, crates, and sheds.

See Farming for further information on farming, and see Water for water storage comparisons.


Making Plant Disease Cures

As of Build 32, you either need the gardening trait or the farmer profession to craft these items.

Output Ingredients Description Level
























Item Description
File:Gardening spray can.png

Mildew Spray

Mildew causes your plants to mature more slowly. Treat affected plants with Mildew Spray to counteract this. With a Gardening Spray Can and a Milk in main inventory, right click on either item to show the option to 'Create Mildew Cure.' Note: even Rotten Milk can be used to make Mildew Spray, so do not trash it if you are growing plants.
File:Gardening spray can.png

Insecticide Spray

Pest Flies cause a growing plant to consume more water; affected plants will need considerably more water and attention. To cure this, make an Insecticide Spray by placing a Gardening Spray Can, five Cigarettes and three units of Water in your main inventory; right click on an ingredient to show the option 'Create Flies Cure.'

Code

Full Watering Can File:Gardening spray can.png

	
    item GardeningSprayFull
		Type			= Drainable,
		DisplayName		= Gardening Spray Can (Full),
		Icon			= TZ_GardeningSprayCan,
		Weight			= 1.0,
    		UseDelta		= 0.025,
    		ReplaceOnUseOn 		= WaterSource-GardeningSprayFull,
    		ReplaceOnDeplete 	= GardeningSprayEmpty,
    		IsWaterSource		= true,
		CanStoreWater		= true,
		UseWhileEquipped	= false,
 

Empty Watering Can File:Gardening spray can.png

	
    item GardeningSprayEmpty
   		Type 			= Normal,
   		DisplayName 		= Gardening Spray Can (Empty),
   		Icon 			= TZ_GardeningSprayCan,
   		Weight 			= 0.3,
   		ReplaceOnUseOn  	= WaterSource-GardeningSprayFull,
		CanStoreWater		= true,
 
    

Template:Navbox/Tools