Worm: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Distribution table update)
Line 40: Line 40:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|Worm|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Worm distribution
! Container
        <span class="mw-customtoggle-togglebox-Worm" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Worm">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|rowspan="5"|fishingstorage
    |+ {{ll|Containers}}
|[[freezer]]
    ! Building / Room
|4
    ! Container
|1
    ! Rolls
|-
    ! Chance
|[[freezer]]
    |-
|4
    | fishingstorage
|1
    | {{ll|freezer}}
|-
    | 4
|[[freezer]]
    | 20.0
|4
    |-
|2
    | fishingstorage
|-
    | {{ll|freezer}}
|[[freezer]]
    | 4
|4
    | 10.0
|2
    |-
|-
    | fishingstorage
|[[freezer]]
    | {{ll|freezer}}
|4
    | 4
|5
    | 50.0
|}
    |}
</div>
    </div><div style="clear:both;"></div>
    {| class="wikitable theme-red" style="width:98%;"
    |+ {{ll|Foraging}}
    ! rowspan="2" | Amount
    ! rowspan="2" | Skill level
    ! rowspan="2" | Biomes
    ! colspan="4" style="text-align:center;" | Weather modifiers
    ! colspan="3" style="text-align:center;" | Month modifiers
    |-
    ! Snow
    ! Rain
    ! Day
    ! Night
    ! Months available
    ! Bonus months
    ! Malus months
    |-
    | 1-2
    | 0
    | Forest  5<br> DeepForest  5<br> Vegitation  5<br> FarmLand  5<br> Farm  5<br> TrailerPark  5<br> TownZone  5<br> Nav  5
    | -100
    | -
    | -
    | -
    | -
    | -
    | March<br>April
    |}
    </div></div><div class="toggle large mw-customtoggle-togglebox-Worm" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Worm|41.78.16-->
Worms can be found randomly by digging a furrow, regardless of the tile.
Worms can be found randomly by digging a furrow, regardless of the tile.



Revision as of 17:00, 24 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]
Worm
Worm Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.01
Function
Bait in fishing
Bait in trapping
Nutrition
HungerMoodle Icon Hungry.png
-2
CaloriesCalories
3
CarbohydratesCarbohydrates
0
ProteinsProteins
0.5
FatFat
0.1
Effect
UnhappinessMoodle Icon Unhappy.png
+20
Technical
Item ID
Base.Worm

A worm is a non-perishable Insect food used in fishing and trapping.

Usage

Fishing

Main article: Fishing

A worm can be used as bait for fishing to catch bass, catfish, crappie, perch, sunfish, trout, and pike.

Trapping

Main article: Trapping

A worm can be used as bait in conjunction with a stick trap to catch small birds.

Consumable properties

Worms can be consumed, providing the player with a small amount of hunger at the cost of a lot of unhappiness. A worm cannot be cooked, unlike other insects.

It is not recommended to consume a worm directly, unless in a dire situation, as the hunger reduced is negligible. It is much more valuable as bait in fishing or trapping.

Distribution

The loot distributions can be found in the table(s) below.

Worm distribution Show / Hide
Containers
Building / Room Container Rolls Chance
fishingstorage freezer 4 20.0
fishingstorage freezer 4 10.0
fishingstorage freezer 4 50.0
Foraging
Amount Skill level Biomes Weather modifiers Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1-2 0 Forest 5
DeepForest 5
Vegitation 5
FarmLand 5
Farm 5
TrailerPark 5
TownZone 5
Nav 5
-100 - - - - - March
April

Worms can be found randomly by digging a furrow, regardless of the tile.

Foraging

Main article: Foraging

When foraging (investigating area), worms can be found on natural_exterior tiles, such as grass, sand, and gravel. They're most commonly found in farmland areas.

Having the fisherman occupation or angler trait will increase the player's ability to find worms.

Worms are part of the "Animals" loot category.

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 Worm
	{
		DisplayName = Worm,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.01,
		Icon = Worm,
		FishingLure = true,
		HungerChange = -2,
		UnhappyChange = 20,
		Calories = 3,
		Carbohydrates = 0,
		Lipids = 0.1,
		Proteins = 0.5,
		WorldStaticModel = Worm_Ground,
	}

See also