Slug: Difference between revisions

From PZwiki
m (Category Project: Insects)
(→‎top: New infobox upgrade - Food)
Line 2: Line 2:
{{header/sandbox2|Project Zomboid|Items|Food|Protein|Insects}}
{{header/sandbox2|Project Zomboid|Items|Food|Protein|Insects}}
{{page version|41.78.16}}
{{page version|41.78.16}}
{{Infobox food
{{Infobox item
|display_name=Slug
|name=Slug
|name_colour=Food
|model=Slug2_Model.png
|name_text_colour=Food
|icon=Slug1.png
|image=Slug2_Model.png
|icon2=Slug2.png
|alternate_image=Slug1.png
|alternate_image2=Slug2.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 25: Line 23:
|dangerous_uncooked=True
|dangerous_uncooked=True
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Slug Base.Slug2
|item_id=Base.Slug Base.Slug2
}}
}}
A '''slug''' is an [[Insects|insect]] and [[Food#Non-Perishable|non-perishable food]] item.
A '''slug''' is an [[Insects|insect]] and [[Food#Non-Perishable|non-perishable food]] item.

Revision as of 11:42, 29 January 2024

Template:Header/sandbox2

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Slug
Slug2 Model.png
Slug
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-5
CaloriesCalories
90
CarbohydratesCarbohydrates
2.11
ProteinsProteins
17.41
FatFat
1.9
Effect
UnhappinessMoodle Icon Unhappy.png
+20
Cooking
Time until cooked
5 minutes
Time until burned
25 minutes
Dangerous uncooked
True
Technical
Item ID
Base.Slug Base.Slug2

A slug is an insect and non-perishable food item.

Usage

Fishing

Main article: Fishing

Slugs can technically be used as bait for fishing. However, current fish only respond to Little Bait Fish, Worm, Cricket, Grasshopper, Cockroach and Maggots as bait, so doing so is not advised.

Consumable properties

Slugs can be consumed, reducing hunger at the cost of a lot of unhappiness, and with a chance of sickening the player when uncooked. They can be cooked to reduce more hunger and make safe for consumption, however the unhappiness effect will remain.

Uncooked Cooked Burned

Slug1.png
Hunger: -5

Unhappiness: +20
Dangerous uncooked, may cause sickness.

Slug1.png
Hunger: -7

Unhappiness: +20

Slug1.png
Hunger: -2
Boredom: +20
Unhappiness: +40
Dangerous, will cause sickness.

Distribution

Foraging

Main article: Foraging

When foraging, slugs can be found on certain natural_exterior tiles, such as grass, sand, or gravel, and are more likely to be found during the rain and at night. They are most common in Forest, Deep Forest, and Vegetation, but can also be found in Farms and Farmland terrains.

Slugs can be found in all seasons but Winter, March through November. However, while forageable in Spring they are less likely to be found in March and April than other months.

Slugs are part of the "Animals" loot category, and require a tier 3 foraging skill to be found. Having the fisherman occupation or angler trait will increase the player's ability to find slugs.

Gallery

Code

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

Items

Slug1.png Base.Slug
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16 (1 January 2024)
item Slug
{
	DisplayName = Slug,
	DisplayCategory = Food,
	Type = Food,
	Weight = 0.1,
	Icon = Slug1,
	DangerousUncooked = TRUE,
	FishingLure = true,
	IsCookable = TRUE,
	MinutesToCook = 5,
	MinutesToBurn = 25,
	HungerChange = -5,
	UnhappyChange = 20,
	Calories = 90,
	Carbohydrates = 2.11,
	Lipids = 1.9,
	Proteins = 17.41,
	WorldStaticModel = Slug1_Ground,
}

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

Retrieved: Build 41.78.16 (1 January 2024)
item Slug2
{
	DisplayName = Slug,
	DisplayCategory = Food,
	Type = Food,
	Weight = 0.1,
	Icon = Slug2,
	DangerousUncooked = TRUE,
	FishingLure = true,
	IsCookable = TRUE,
	MinutesToCook = 5,
	MinutesToBurn = 25,
	HungerChange = -5,
	UnhappyChange = 20,
	Calories = 90,
	Carbohydrates = 2.11,
	Lipids = 1.9,
	Proteins = 17.41,
	WorldStaticModel = Slug2_Ground,
}

See also