The Smithing Magazine Vol. 2

From PZwiki
Project ZomboidItemsLiteratureRecipe magazinesThe Smithing Magazine Vol. 2
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
PictureKate.png
This is a future feature.
It has either been previewed or found in the game files and does not exist yet.
The Smithing Magazine Vol. 2
Model Magazine.png
General
Category
Literature
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Consumed
False
Recipes learned
Total volumes
volumes
Technical
Item ID
Base.SmithingMag2

The Smithing magazine vol. 2 is a literature item.

Usage

The Smithing magazine vol. 2 can be read, granting the player with crafting recipes for blacksmithing.

Learned recipes

Location

The Smithing magazine vol. 2 cannot be found in-game, and can only be obtained via debug mode or spawned by an admin in multiplayer.

Variants

Trivia

  • The Smithing magazines do not have their own models, using a regular magazine model when placed in the world instead.

History

Base.SmithingMag2

Version Description
38.30 Released on or before this version.

Help PZwiki by adding to this history.

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 SmithingMag2
    {
        DisplayCategory = SkillBook,
        Weight	=	0.1,
        Type	=	Literature,
        DisplayName	=	The Smithing Magazine Vol. 2,
        Icon	=	MagazineBlacksmith2,
        TeachedRecipes  =   Make Letter Opener;Make Nails;Make Paperclips;Make Scissors;Make Door Knob;Make Hinge;Make Butter Knife;Make Ball Peen Hammer,
        ReplaceOnUse    =   SmithingMag2,
        StaticModel = Magazine,
        WorldStaticModel = MagazineGround,
    }

See also