Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Angler USA Magazine Vol. 1

From PZwiki
Project ZomboidItemsLiteratureRecipe magazinesAngler USA Magazine Vol. 1
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Angler USA Magazine Vol. 1
MagazineFish1 Model.png
General
Category
Literature
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Consumed
False
Recipes learned
Total volumes
volumes
Technical
Item ID
Base.FishingMag1

The Angler USA magazine vol. 1 is a literature item.

Usage

The Angler USA magazine vol. 1 can be read, teaching the player crafting recipes about fishing.

Learned recipes

Crafting

Product Ingredients Tools Requirements Workstation XP
Fishing Rod
Fishing Rod
One of:
HuntingKnife.png Hunting Knife ×1
KnifeChopping.png Kitchen Knife ×1
Machete.png Machete ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
Each of:
TZ WoodenStick.png Sturdy Stick ×1
none
MagazineFish.png
Angler USA Magazine Vol. 1
none none
Fishing Rod
Fishing Rod
One of:
HuntingKnife.png Hunting Knife ×1
KnifeChopping.png Kitchen Knife ×1
Machete.png Machete ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
One of:
FishingLine.png Fishing Line ×1
Twine.png Twine ×2 unit(s)
One of:
Nails.png Nails ×1
Paperclip.png Paperclip ×1
Each of:
TZ WoodenStick.png Sturdy Stick ×1
none
MagazineFish.png
Angler USA Magazine Vol. 1
none none

Location

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

FishingMag1 distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
all Fisherman (male outfit) 1.73%
all postbox 0.83%
all shelvesmag 4.44%
all shelves 2.34%
bedroom crate 4.44%
bookstore shelves 6.74%
camping counter 6.74%
camping shelves 6.74%
closet crate 4.44%
fishingstorage counter 6.74%
garagestorage crate 4.44%
garagestorage locker 4.44%
gunstore shelvesmag 6.74%
hall shelvesmag 4.44%
hunting counter 6.74%
hunting shelvesmag 6.74%
kitchen crate 4.44%
library shelves 4.44%
livingroom crate 4.44%
livingroom shelves 2.34%
livingroom sidetable 2.34%
office shelves 2.34%
poststorage crate 4.44%
poststorage metal_shelves 4.44%
storageunit crate 4.44%
Vehicle
Type Container Effective chance
Postal Trunk 0.83%
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 DeepForest: 20
Farm: 20
FarmLand: 20
Forest: 20
Nav: 20
TownZone: 20
TrailerPark: 20
Vegitation: 20
- - - - - - -

Variants

History

Base.FishingMag1

Version Description
Build 41.65 DisplayCategory added with value SkillBook.
WorldStaticModel changed from MagazineGround to MagazineFish1Ground.
Build 41.54 WorldStaticModel added with value MagazineGround.
Build 41.12 StaticModel added with value Magazine.
Build 40.9 DisplayName changed from Angler USA Magazine to Angler USA Magazine Vol. 1.
Build 34.23 DisplayName changed from Angler USA magazine to Angler USA Magazine.
Build 32.14 Released on this version.

Code

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

Source: ProjectZomboid\media\scripts\items_literature.txt

Retrieved: Build 41.78.16
item FishingMag1
    {
        DisplayCategory = SkillBook,
        Weight	=	0.1,
        Type	=	Literature,
        DisplayName	=	Angler USA Magazine Vol. 1,
        Icon	=	MagazineFish,
        TeachedRecipes  =   Make Fishing Rod;Fix Fishing Rod,
        ReplaceOnUse    =   FishingMag1,
        StaticModel = Magazine,
        WorldStaticModel = MagazineFish1Ground,
    }

See also