Frog: Difference between revisions

From PZwiki
m (Automatic formatting)
m (Automated CodeBox update)
Line 27: Line 27:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
  | start = 827
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
Line 33: Line 34:
   | code =
   | code =
item Frog
item Frog
{
    {
  DisplayCategory = Food,
        DisplayCategory = Food,
  Weight       = 0.4,
        Weight = 0.4,
  Type         = Normal,
        Type = Normal,
  DisplayName   = Frog,
        DisplayName = Frog,
  Icon         = Frog,
        Icon = Frog,
  WorldStaticModel = Frog_Ground,
        WorldStaticModel = Frog_Ground,
}
    }  
  }}
}}
}}
}}



Revision as of 10:42, 26 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frog
Frog Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.4
Technical
Item ID
Base.Frog

A frog is an animal which is found via foraging. A high level of foraging is required to find frogs. Currently due to being a live animal, frogs do not spoil and can be slaughtered for frog meat at any time and currently don't need anything to survive. It is inedible in non-butchered form.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Frogmeat.png
Frog Meat
2.5 Cooking none
(keep)
Frog.png
Frog
(consumed)

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Frog
    {
        DisplayCategory = Food,
        Weight	=	0.4,
        Type	=	Normal,
        DisplayName	=	Frog,
        Icon	=	Frog,
        WorldStaticModel = Frog_Ground,
    }

See also