The Smithing Magazine Vol. 4

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

The Smithing magazine vol. 4 is a literature item.

Usage

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

Learned recipes

Location

The Smithing magazine vol. 4 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.SmithingMag4

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 SmithingMag4
    {
        DisplayCategory = SkillBook,
        Weight	=	0.1,
        Type	=	Literature,
        DisplayName	=	The Smithing Magazine Vol. 4,
        Icon	=	MagazineBlacksmith4,
        TeachedRecipes  =   Make 9mm Bullets Mold;Make 308 Bullets Mold;Make 223 Bullets Mold;Make Shotgun Shells Mold;Make 9mm Bullets;Make Shotgun Shells;Make 308 Bullets;Make 223 Bullets;Make Crowbar;Make Golfclub;Make Axe;Make Sledgehammer,
        ReplaceOnUse    =   SmithingMag4,
        StaticModel = Magazine,
        WorldStaticModel = MagazineGround,
    }

See also