NPK Fertilizer

From PZwiki
Revision as of 15:34, 27 August 2016 by MalonyJenkins (talk | contribs) (Redesigned Page, + Navbar, +New Description, +Farming Link + Categories + 2x Code + Tool Navbox)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Farming -> NPK Fertilizer   

Template:Items

NPK Fertilizer bags are found in sheds and crates of warehouse type buildings.

A single full bag contains four uses which are used with planted crops to increase the speed of growth for that particular plant.

See Farming for further information.

Code

NPK Bag of Fertilizer (Full) File:NPK Fertilizer.png

  item Fertilizer
        Type			= Drainable,
        DisplayName		= NPK Fertilizer,
        Icon			= TZ_IndieStoneNPK,
        Weight			= 2.0,
        UseDelta		= 0.25,
        UseWhileEquipped 	= false,
 

NPK Bag of Fertilizer (Empty) File:NPK Fertilizer.png

    item FertilizerEmpty
        Type			= Normal,
        DisplayName		= Empty Fertilizer,
        Icon			= TZ_IndieStoneNPK,
        Weight			= 0.001
 

Template:Navbox/Tools