Perch: Difference between revisions

From PZwiki
m (Removing trailing whitespace(s))
m (Automated Formatting)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Food|Protein|Fish}}
{{Header/sandbox2|Project Zomboid|Items|Food|Protein|Fish (food)}}
{{Page version|41.78.16}}
{{Page version|41.51}}
{{Infobox item
{{Infobox item
|name=Perch
|name=Perch
|model=Perch_Model.png
|model=Perch_Model.png
|icon=Perch.png
|icon=Perch.png
|icon_name=Perch
|icon_name=Perch (Uncooked)
|icon2=FishFillet.png
|model2=PerchCooked_Model.png
|icon_name2=Fish Fillet
|icon2=FishPerchCooked.png
Fish Fillet
|icon_name2=Perch (Cooked)
|icon3=FishPerchRotten.png
|icon_name3=Perch (Rotten Cooked)
|icon4=FishPerchRotten.png
|icon_name4=Perch (Rooten Uncooked)
|model5=PerchBurnt_Model.png
|icon5=FishPerchOverdone.png
|icon_name5=Perch (Burnt)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 31: Line 37:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|item_id=Base.Perch
|item_id=Base.Perch
}}A '''perch''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].
}}
A '''perch''' is a perishable [[food]] [[Items|item]] used in [[cooking]].


==Usage==
==Usage==
Line 43: Line 50:
===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting cooking|121|ing=2}}
|fish_fillet
|}
}}


==Distribution==
==Distribution==
Line 56: Line 63:
Perch can be found in the bed of a fisherman's truck.
Perch can be found in the bed of a fisherman's truck.


==Gallery==
==Trivia==
<gallery>
*The Rotten Uncooked and Cooked models have no texture. When placed in-game, they are shown as a checkered red-white model instead.
Perch_Model.png|An uncooked perch.
PerchCooked_Model.png|A cooked perch.
PerchBurnt_Model.png|A burnt perch.
</gallery>


==Code==
==Code==
{{CodeBox |
{{CodeBox |
===Item===
===Item===
[[File:Perch.png]] {{ID|Base.Perch}}<br>
[[File:Perch.png]] {{ID|Base.Perch}}<br>
Line 74: Line 78:
   | retrieved = true
   | retrieved = true
   | version = 41.78.16
   | version = 41.78.16
  | date = 1 jan 2024
   | code =
   | code =
item Perch
item Perch
{
{
DisplayName = Perch,
DisplayName = Perch,
DisplayCategory = Food,
DisplayCategory = Food,
Type = Food,
Type = Food,
Weight = 0.4,
Weight = 0.4,
Icon = FishPerch,
Icon = FishPerch,
BadCold = true,
BadCold = true,
BadInMicrowave = true,
BadInMicrowave = true,
DangerousUncooked = TRUE,
DangerousUncooked = TRUE,
GoodHot = true,
GoodHot = true,
IsCookable = true,
IsCookable = true,
OnCreate = Fishing.OnCreateFish,
OnCreate = Fishing.OnCreateFish,
RemoveUnhappinessWhenCooked = true,
RemoveUnhappinessWhenCooked = true,
MinutesToCook = 20,
MinutesToCook = 20,
MinutesToBurn = 60,
MinutesToBurn = 60,
DaysFresh = 4,
DaysFresh = 4,
DaysTotallyRotten = 8,
DaysTotallyRotten = 8,
HungerChange = -15,
HungerChange = -15,
UnhappyChange = 20,
UnhappyChange = 20,
Calories = 165,
Calories = 165,
Carbohydrates = 1,
Carbohydrates = 1,
Lipids = 1,
Lipids = 1,
Proteins = 35,
Proteins = 35,
WorldStaticModel = Perch,
WorldStaticModel = Perch,
}
}
}}
}}
}}
}}
Line 109: Line 112:
*[[Fishing Tackle]]
*[[Fishing Tackle]]


{{Navbox food}}
{{Navbox items|meat}}
 
[[Category:Perishable food]]
[[Category:Perishable food]]
[[Category:Fish (animals)]]
[[Category:Seafood]]

Latest revision as of 10:56, 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]
Perch
Perch Model.png
PerchCooked Model.png
Perch (Rotten Cooked)
Perch (Rooten Uncooked)
PerchBurnt Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.4
Properties
Days fresh
4 days
Days until rotten
8 days
Nutrition
HungerMoodle Icon Hungry.png
-15
CaloriesCalories
111
CarbohydratesCarbohydrates
5
ProteinsProteins
12.2
FatFat
4.2
Effect
UnhappinessMoodle Icon Unhappy.png
20
Cooking
Time until cooked
20 minutes
Time until burned
80 minutes
Bad microwaved
True
Good hot
True
Bad cold
True
Technical
Item ID
Base.Perch

A perch is a perishable food item used in cooking.

Usage

Consumable properties

A perch can be eaten raw, which will provide the player with some positive effects, or improved by cooking, however these will become negative the longer it's left to perish.

Crafting

A perch can be used in various cooking recipes.

Cooking

Main article: Cooking
Product Ingredients Tools Requirements Workstation XP
FishFillet.png
Fish Fillet ×2
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
FishPanfish.png Sunfish ×1
FishTrout.png Trout ×1
none none none 10 Cooking

Distribution

Fishing

Main article: Fishing

Perch can be caught using a fishing rod.

Vehicles

Perch can be found in the bed of a fisherman's truck.

Trivia

  • The Rotten Uncooked and Cooked models have no texture. When placed in-game, they are shown as a checkered red-white model instead.

Code

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

Item

Perch.png Base.Perch
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Perch
	{
		DisplayName = Perch,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.4,
		Icon = FishPerch,
		BadCold = true,
		BadInMicrowave = true,
		DangerousUncooked = TRUE,
		GoodHot = true,
		IsCookable = true,
		OnCreate = Fishing.OnCreateFish,
		RemoveUnhappinessWhenCooked = true,
		MinutesToCook = 20,
		MinutesToBurn = 60,
		DaysFresh = 4,
		DaysTotallyRotten = 8,
		HungerChange = -15,
		UnhappyChange = 20,
		Calories = 165,
		Carbohydrates = 1,
		Lipids = 1,
		Proteins = 35,
		WorldStaticModel = Perch,
	}

See also