NPK Fertilizer: Difference between revisions

From PZwiki
mNo edit summary
(Redesigned Page, + Navbar, +New Description, +Farming Link + Categories + 2x Code + Tool Navbox)
Line 1: Line 1:
{{languages}}
__NOTOC__
 
{{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 -->
<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 -->
<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 -->
{{Items
{{Items
|image = NPK Fertilizer.png  
|image = NPK Fertilizer.png
|weight = 2.0
|weight = 2.0
}}
}} <!--/infobox-->


This can be used in [[farming]] to speed-up the growth speed of your plants.
'''NPK Fertilizer''' bags are found in sheds and crates of warehouse type buildings.
 
<br><br>
You will find in into [[crates]], but it is a relatively rare [[item]].
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>
One '''PNK Fertilizer''' bag will enable you to fertilize only 4 parcels of your plantations.
See [[Farming]] for further information.


== Code ==
== Code ==
 
''NPK Bag of Fertilizer (Full)'' [[File:NPK Fertilizer.png]]
<pre>
<pre>
item Fertilizer
  item Fertilizer
{
        Type = Drainable,
DisplayName = NPK Fertilizer,
        DisplayName = NPK Fertilizer,
Icon = TZ_IndieStoneNPK,
        Icon = TZ_IndieStoneNPK,
Type = Drainable,
        Weight = 2.0,
UseDelta = 0.25,
        UseDelta = 0.25,
UseWhileEquipped= false,
        UseWhileEquipped = false,
Weight = 2.0
</pre>
}
''NPK Bag of Fertilizer (Empty)'' [[File:NPK Fertilizer.png]]
</pre>
<pre>
 
    item FertilizerEmpty
{{Navbox/Drainables}}
        Type = Normal,
[[Category:Drainable]]
        DisplayName = Empty Fertilizer,
        Icon = TZ_IndieStoneNPK,
        Weight = 0.001
</pre>
{{Navbox/Tools}}
[[Category:Farming]]
[[Category:Farming]]
[[Category:Items]]
[[Category:Tools]]
[[Category:Version 34.28]]

Revision as of 15:34, 27 August 2016


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