NPK Fertilizer: Difference between revisions

From PZwiki
(added empty fertiliser to infobox)
m (Minor)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Farming|type=Farming|version=Version 39|incver=67.5}}{{Infobox drainable
{{Languages}}
{{Header|The Game World|Items|Farming|type=Farming|version=Version 39|incver=67.5}}
{{Infobox drainable
|display_name=NPK Fertilizer
|display_name=NPK Fertilizer
|name_colour=Farming
|name_colour=Farming
Line 13: Line 15:
|contents=Fertilizer
|contents=Fertilizer
|class_name=Base.Fertilizer<br>Base.FertilizerEmpty
|class_name=Base.Fertilizer<br>Base.FertilizerEmpty
}}{{Quote|text=Used on crops to increase growth speed and harvest.|author=In-game tooltip}}
}}
{{Quote|text=Used on crops to increase growth speed and harvest.|author=In-game tooltip}}
'''NPK fertilizer''' is a drainable item used in [[farming]].
'''NPK fertilizer''' is a drainable item used in [[farming]].


==Usage==
==Usage==
===Farming===
===Farming===
:''For main article, see: [[Farming]]''
:''For main article, see: [[Farming]]''
Line 28: Line 30:
*The letters "NPK" represents the atomic symbol for Nitrogen (N), Phosphorous (P) and Potassium (K), which are vital to plant health and growth.
*The letters "NPK" represents the atomic symbol for Nitrogen (N), Phosphorous (P) and Potassium (K), which are vital to plant health and growth.


== Code ==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
''NPK Fertilizer'' [[File:NPK Fertilizer.png]]
''NPK Fertilizer'' [[File:NPK Fertilizer.png]]

Revision as of 20:34, 17 July 2023

The Game WorldItemsFarmingNPK Fertilizer
NPK Fertilizer
NPK Fertilizer
NPK Fertilizer Empty Fertilizer
General
Category Item
Encumbrance
Heavy Load
2
Function Farming
Capacity 8 units
Contents Fertilizer
Technical details
item ID Base.Fertilizer
Base.FertilizerEmpty
Used on crops to increase growth speed and harvest.
— In-game tooltip

NPK fertilizer is a drainable item used in farming.

Usage

Farming

For main article, see: Farming

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

Distribution

NPK fertilizer can be found in sheds and crates of warehouse type buildings.

Trivia

  • The letters "NPK" represents the atomic symbol for Nitrogen (N), Phosphorous (P) and Potassium (K), which are vital to plant health and growth.

Code

From items.txt (Project Zomboid directory/media/scripts/) NPK Fertilizer File:NPK Fertilizer.png Retrieved: Build 39.67.5

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

Empty Fertilizer File:NPK Fertilizer.png Retrieved: Build 39.67.5

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

See also