Frog: Difference between revisions

From PZwiki
(Basic info - please confirm and add to)
(Redesigned Frog Page + Nav Bar, +Description, confirmed info as current, +categories)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
__NOTOC__
 
{{languages|Frog}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Frog.png
|image = Frog.png  
|weight = 0.4
|weight = 0.4
}}
}}
Frogs are items that can be obtained through [[foraging]]. Unlike many other non-insect animals, it cannot be caught through [[trapping]].
A frog is a animal which is found via [[Foraging|foraging]] ingame. It requires a high level of foraging to find frogs. Due to being a alive animal, frogs do not decay and can be slaughtered for [[Frog_Meat|frog meat]] when required.<br>
 
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 18: Line 20:


== Code ==
== Code ==
  <nowiki>item Frog
  <nowiki>
    {
    item Frog
         Weight = 0.4,
         Weight = 0.4,
         Type = Normal,
         Type = Normal,
         DisplayName = Frog,
         DisplayName = Frog,
         Icon = Frog,
         Icon = Frog,
    }</nowiki>
</nowiki>
 
== History ==
 
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| Ver31.9 || -
|}
 
==See Also==
==See Also==
* [[Foraging]]
* [[Foraging]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 17:54, 17 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Non Perishable Foods -> Frog   

A frog is a animal which is found via foraging ingame. It requires a high level of foraging to find frogs. Due to being a alive animal, frogs do not decay and can be slaughtered for frog meat when required.

Crafting

Name Recipe Description Crafting Level












Code

    item Frog
        Weight		= 0.4,
        Type		= Normal,
        DisplayName	= Frog,
        Icon		= Frog,

See Also

Template:Navbox/Consumables