Frog: Difference between revisions

From PZwiki
m (Automated capitalisation)
m (Automated Formatting)
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Food|Protein|Game meat}}
{{Header/sandbox2|Project Zomboid|Items|Food|Protein|Game meat}}
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
Line 10: Line 9:
|category=Food
|category=Food
|weight=0.4
|weight=0.4
|function=
|max_units=
|days_fresh=
|days_rotten=
|cant_be_frozen=
|packaged=
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=
|thirst_change=
|calories=
|lipids=
|proteins=
|carbohydrates=
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=
|boredom_change=
|stress_change=
|fatigue_change=
|endurance_change=
|flu_change=
|pain_change=
|sick_change=
|reduce_infection_power=
|alcohol_power=
|poison_power=
<!--COOKING-->
<!--COOKING-->
|cook_minutes=
|burn_minutes=
|dangerous_uncooked=
|bad_microwaved=
|good_hot=
|bad_cold=
|spice=
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|item_id=Base.Frog
|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|frog meat]] at any time and currently don't need anything to survive. It is inedible in non-butchered form.
}}
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|frog meat]] at any time and currently don't need anything to survive. It is inedible in non-butchered form.


==Crafting==
==Crafting==
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting cooking|122|ing=2}}
|frog_meat
|}
}}


==Code==
==Code==
Line 56: Line 26:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
  | start = 827
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
Line 62: Line 33:
   | 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,
}
    }
  }}
}}
}}
}}


Line 76: Line 47:
*[[Foraging]]
*[[Foraging]]


{{Navbox food}}
{{Navbox items|meat}}
 
 
[[Category:Perishable food]]
[[Category:Perishable food]]

Revision as of 08:40, 14 April 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 Ingredients Tools Requirements Workstation XP
Frogmeat.png
Frog Meat
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
Machete.png Machete ×1
Each of:
Frog.png Frog ×1
none none none 2.5 Cooking

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