NPK Fertilizer: Difference between revisions

From PZwiki
(Created page with "{{languages}} {{Items |image = NPK Fertilizer.png |weight = 2.0 }} This can be used in farming to speed-up the growth speed of your plants. You will find in into cra...")
 
m (Added tools Navbox)
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{languages}}
{{languages|NPK_Fertilizer}}
{{header|The Game World|Items|Farming|type=Farming|version=Version 39|incver=67.5}}{{Infobox drainable
|display_name=NPK Fertilizer
|name_colour = Farming
|name_text_colour = Farming
|image=TZ_IndieStoneNPK.png
|weight=2
|primary_use = [[Farming]]
|max_units=8
|contents=Fertilizer
|class_name=Base.Fertilizer
}}{{quote|text=Used on crops to increase growth speed and harvest.|author=In-game tooltip}}
'''NPK fertilizer''' is a drainable item used in [[farming]].


{{Items
==Usage==
|image = NPK Fertilizer.png
===Farming===
|weight = 2.0
:''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.


This can be used in [[farming]] to speed-up the growth speed of your plants.
==Distribution==
NPK fertilizer can be found in sheds and [[Containers#Crates|crates]] of warehouse type buildings.


You will find in into [[crates]], but it is a relatively rare [[item]].
==Trivia==
*The letters "NPK" represents the atomic symbol for Nitrogen (N), Phosphorous (P) and Potassium (K), which are vital to plant health and growth.


One '''PNK Fertilizer''' bag will enable you to fertilize only 4 parcels of your plantations.
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
 
''NPK Fertilizer'' [[File:NPK Fertilizer.png]]
{{Retrieved|version=39|incver=67.5}}
<pre> item Fertilizer
Type = Drainable,
DisplayName = NPK Fertilizer,
Icon = TZ_IndieStoneNPK,
Weight = 2.0,
UseDelta = 0.25,
UseWhileEquipped = false,
Tooltip = Tooltip_Fertilizer,</pre>
 
''Empty Fertilizer'' [[File:NPK Fertilizer.png]]
{{Retrieved|version=39|incver=67.5}}
<pre> item FertilizerEmpty
Type = Normal,
DisplayName = Empty Fertilizer,
Icon = TZ_IndieStoneNPK,
Weight = 0.001</pre>


== Code ==
==See also==
*[[Compost Bag]]


<pre>
item Fertilizer
{
DisplayName = NPK Fertilizer,
Icon = TZ_IndieStoneNPK,
Type = Drainable,
UseDelta = 0.25,
UseWhileEquipped= false,
Weight = 2.0
}
</pre>


{{Navbox/Drainables/en}}
{{Navbox/Tools}}
[[Category:Drainable]]
[[Category:Farming]]

Revision as of 04:53, 8 April 2021

The Game WorldItemsFarmingNPK Fertilizer
NPK Fertilizer
NPK Fertilizer
General
Category Item
Encumbrance
Heavy Load
2
Function Farming
Capacity 8 units
Contents Fertilizer
Technical details
item ID Base.Fertilizer
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


Template:Navbox/Tools