NPK Fertilizer: Difference between revisions

From PZwiki
(Redesigned Page, + Navbar, +New Description, +Farming Link + Categories + 2x Code + Tool Navbox)
m (Added tools Navbox)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
{{languages|NPK_Fertilizer}}
{{languages|NPK_Fertilizer}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Farming|type=Farming|version=Version 39|incver=67.5}}{{Infobox drainable
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=NPK Fertilizer
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Farming|Farming]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour = Farming
{{Items
|name_text_colour = Farming
|image = NPK Fertilizer.png
|image=TZ_IndieStoneNPK.png
|weight = 2.0
|weight=2
}} <!--/infobox-->
|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]].


'''NPK Fertilizer''' bags are found in sheds and crates of warehouse type buildings.
==Usage==
<br><br>
===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.
A single full bag contains four uses which are used with planted crops to increase the speed of growth for that particular plant.
<br><br>
 
See [[Farming]] for further information.
==Distribution==
NPK fertilizer can be found in sheds and [[Containers#Crates|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 ==
== Code ==
''NPK Bag of Fertilizer (Full)'' [[File:NPK Fertilizer.png]]
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
<pre>
 
  item Fertilizer
''NPK Fertilizer'' [[File:NPK Fertilizer.png]]
        Type = Drainable,
{{Retrieved|version=39|incver=67.5}}
        DisplayName = NPK Fertilizer,
<pre> item Fertilizer
        Icon = TZ_IndieStoneNPK,
Type = Drainable,
        Weight = 2.0,
DisplayName = NPK Fertilizer,
        UseDelta = 0.25,
Icon = TZ_IndieStoneNPK,
        UseWhileEquipped = false,
Weight = 2.0,
</pre>
UseDelta = 0.25,
''NPK Bag of Fertilizer (Empty)'' [[File:NPK Fertilizer.png]]
UseWhileEquipped = false,
<pre>
Tooltip = Tooltip_Fertilizer,</pre>
    item FertilizerEmpty
 
        Type = Normal,
''Empty Fertilizer'' [[File:NPK Fertilizer.png]]
        DisplayName = Empty Fertilizer,
{{Retrieved|version=39|incver=67.5}}
        Icon = TZ_IndieStoneNPK,
<pre> item FertilizerEmpty
        Weight = 0.001
Type = Normal,
</pre>
DisplayName = Empty Fertilizer,
Icon = TZ_IndieStoneNPK,
Weight = 0.001</pre>
 
==See also==
*[[Compost Bag]]
 
 
{{Navbox/Tools}}
{{Navbox/Tools}}
[[Category:Farming]]
[[Category:Items]]
[[Category:Tools]]
[[Category:Version 34.28]]

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