Frog: Difference between revisions

From PZwiki
m (Automatically add empty line after navbox)
m (Automatic formatting)
Line 9: 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

Revision as of 16:22, 25 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