Crappie: Difference between revisions

From PZwiki
(→‎Code: Codebox Update)
m (Automated Formatting)
 
(16 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}}
{{Reupload|Missing cooked and burnt 3D variants}}
{{reupload|Missing 3D Variant Models (Cooked, Burned, Rotten, Rotten Cooked)}}
{{Infobox item
{{Infobox item
|name=Crappie
|name=Crappie
|model=Crappie_Model.png
|model=Crappie_Model.png
|icon=FishCrappie.png
|icon=FishCrappie.png
|icon_name=Crappie
|icon_name=Crappie (Uncooked)
|icon2=FishCooked.png
|icon2=FishCrappieCooked.png
|icon_name2=Crappie (Cooked)
|icon_name2=Crappie (Cooked)
 
|icon3=FishCrappieRotten.png
|icon3=FishOverdone.png
|icon_name3=Crappie (Rotten Cooked)
|icon_name3=Crappie (Burnt)
|icon4=FishCrappieRotten.png
 
|icon_name4=Crappie (Rotten Uncooked)
|icon4=FishRotten.png
|icon5=FishOverdone.png
|icon_name4=Crappie (Rotten)
|icon_name5=Crappie (Burnt)
 
|icon5=FishFillet.png
|icon_name5=Fish Fillet
Fish Fillet
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 41: Line 36:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|item_id=Base.Crappie
|item_id=Base.Crappie
}}A '''crappie''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  
}}
A '''crappie''' is a perishable [[food]] [[Items|item]] used in [[cooking]].


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
A crappie 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.
A crappie 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==
==Crafting==
Line 52: Line 48:
===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting cooking|121|ing=2}}
|fish_fillet
|}
}}


==Distribution==
==Distribution==
Line 63: Line 59:
===Vehicles===
===Vehicles===
Crappie can be found in the bed of a fisherman's truck.
Crappie 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==
Line 69: Line 68:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start =  
   | start = 1759
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.51
   | version = 41.78.16
   | code =
   | code =
item Crappie
item Crappie
{
{
  Type                       = Food,
DisplayName = Crappie,
  DisplayName                = Crappie,
DisplayCategory = Food,
  Icon                       = FishCrappie,
Type = Food,
  Weight                    = 0.4,
Weight = 0.4,
  HungerChange              = -15,
Icon = FishCrappie,
  DaysFresh                  = 4,
BadCold = true,
  DaysTotallyRotten          = 8,
BadInMicrowave = true,
  IsCookable                 = true,
DangerousUncooked = TRUE,
  MinutesToBurn              = 60,
GoodHot = true,
  MinutesToCook             = 20,
IsCookable = true,
  Carbohydrates              = 1,
OnCreate = Fishing.OnCreateFish,
  Proteins                  = 35,
RemoveUnhappinessWhenCooked = true,
  Lipids                    = 1,
MinutesToCook = 20,
  Calories                  = 165,
MinutesToBurn = 60,
  BadInMicrowave            = true,
DaysFresh = 4,
  GoodHot                    = true,
DaysTotallyRotten = 8,
  BadCold                    = true,
HungerChange = -15,
  UnhappyChange              = 20,
UnhappyChange = 20,
  RemoveUnhappinessWhenCooked = true,
Calories = 165,
  WorldStaticModel           = Crappie,
Carbohydrates = 1,
}
Lipids = 1,
  }}
Proteins = 35,
StaticModel = Crappie,
WorldStaticModel = Crappie,
}
}}
}}
}}


Line 104: Line 107:
*[[Fishing Tackle]]
*[[Fishing Tackle]]


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

Latest revision as of 07:51, 14 April 2024

Project ZomboidItemsFoodProteinFishCrappie
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing cooked and burnt 3D variants
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Crappie
Crappie Model.png
Crappie (Cooked)
Crappie (Rotten Cooked)
Crappie (Rotten Uncooked)
Crappie (Burnt)
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.Crappie

A crappie is a perishable food item used in cooking.

Usage

Consumable properties

A crappie 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 crappie 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

Crappie can be caught using a fishing rod.

Vehicles

Crappie 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

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Crappie
	{
		DisplayName = Crappie,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.4,
		Icon = FishCrappie,
		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,
		StaticModel = Crappie,
		WorldStaticModel = Crappie,
	}

See also