The Smithing Magazine Vol. 3

From PZwiki
Project ZomboidItemsLiteratureRecipe magazinesThe Smithing Magazine Vol. 3
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. 3
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.SmithingMag3

The Smithing magazine vol. 3 is a literature item.

Usage

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

Learned recipes

Location

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

Variants

History

Base.SmithingMag3

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 SmithingMag3
    {
        DisplayCategory = SkillBook,
        Weight	=	0.1,
        Type	=	Literature,
        DisplayName	=	The Smithing Magazine Vol. 3,
        Icon	=	MagazineBlacksmith3,
        TeachedRecipes  =   Make Tongs;Make Hammer;Make Sheet Metal;Make Suture Needle Holder;Make Tweezers;Make Suture Needle;Make Metal Drum;Make Kitchen Knife;Make Saw;Make Hunting Knife;Make Shovel;Make Hand Shovel,
        ReplaceOnUse    =   SmithingMag3,
        StaticModel = Magazine,
        WorldStaticModel = MagazineGround,
    }

See also