Crappie: Difference between revisions

From PZwiki
(added model + navbox)
m (Automated Formatting)
 
(23 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Food|Protein|Fish}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=51}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Crappie
{{Reupload|Missing cooked and burnt 3D variants}}
|name_colour=Food
{{Infobox item
|name_text_colour=Food
|name=Crappie
|image=Crappie_Model.png
|model=Crappie_Model.png
|image_width=300px
|icon=FishCrappie.png
|alternate_image=FishCrappie.png
|icon_name=Crappie (Uncooked)
|alternate_name=Crappie
|icon2=FishCrappieCooked.png
|alternate_link=
|icon_name2=Crappie (Cooked)
|alternate_image2=FishCooked.png
|icon3=FishCrappieRotten.png
|alternate_name2=Crappie (Cooked)
|icon_name3=Crappie (Rotten Cooked)
|alternate_link2=
|icon4=FishCrappieRotten.png
|alternate_image3=FishBurnt.png
|icon_name4=Crappie (Rotten Uncooked)
|alternate_name3=Crappie (Burnt)
|icon5=FishOverdone.png
|alternate_link3=
|icon_name5=Crappie (Burnt)
|alternate_image4=FishRotten.png
|alternate_name4=Crappie (Rotten)
|alternate_link4=
|alternate_image5=FishFillet.png
|alternate_name5=Fish Fillet
|alternate_link5=Fish Fillet
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 41: Line 35:
|bad_cold=True
|bad_cold=True
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=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==
A crappie can be used in various cooking recipes.
A crappie can be used in various cooking recipes.
===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting cooking|121|ing=2}}
|fish_fillet
|}
}}


==Distribution==
==Distribution==
Line 60: Line 56:
{{Main|Fishing}}
{{Main|Fishing}}
Crappie can be caught using a [[Fishing Rod|fishing rod]].
Crappie can be caught using a [[Fishing Rod|fishing rod]].
===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==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41|incver=51}}
| {{CodeSnip
<pre>    item Crappie
  | lang = java
    {
  | line = true
        Type = Food,
  | start = 1759
        DisplayName =     Crappie,
  | source = items_food.txt
        Icon = FishCrappie,
  | retrieved = true
        Weight = 0.4,
  | version = 41.78.16
        HungerChange =     -15,
  | code =
        DaysFresh =     4,
item Crappie
        DaysTotallyRotten =     8,
{
        IsCookable         =         true,
DisplayName = Crappie,
        MinutesToBurn     =         60,
DisplayCategory = Food,
        MinutesToCook     =         20,
Type = Food,
        Carbohydrates = 1,
Weight = 0.4,
        Proteins = 35,
Icon = FishCrappie,
        Lipids = 1,
BadCold = true,
        Calories = 165,
BadInMicrowave = true,
        BadInMicrowave = true,
DangerousUncooked = TRUE,
        GoodHot = true,
GoodHot = true,
        BadCold = true,
IsCookable = true,
        UnhappyChange = 20,
OnCreate = Fishing.OnCreateFish,
        RemoveUnhappinessWhenCooked = true,
RemoveUnhappinessWhenCooked = true,
        WorldStaticModel = Crappie,
MinutesToCook = 20,
    }</pre>
MinutesToBurn = 60,
DaysFresh = 4,
DaysTotallyRotten = 8,
HungerChange = -15,
UnhappyChange = 20,
Calories = 165,
Carbohydrates = 1,
Lipids = 1,
Proteins = 35,
StaticModel = Crappie,
WorldStaticModel = Crappie,
}
}}
}}


==See also==
==See also==
Line 94: Line 107:
*[[Fishing Tackle]]
*[[Fishing Tackle]]


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

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