The Smithing Magazine

From PZwiki
(Redirected from The Smithing Magazine)
Project ZomboidItemsLiteratureRecipe magazinesThe Smithing Magazine
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.
This article is about an item or mechanic that is currently unimplemented and planned for build 42.
It has either been previewed or found in the game files and does not exist yet.
The Smithing Magazine
Model Magazine.png
The Smithing Magazine Vol.2
The Smithing Magazine Vol.3
The Smithing Magazine Vol.4
General
Category
Literature
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Consumed
False
Skills learned
Total volumes
volumes
Technical
Item ID
Base.SmithingMag1
Base.SmithingMag2
Base.SmithingMag3
Base.SmithingMag4

The Smithing Magazine is a literature item with 4 volumes.

Usage

The Smithing Magazine can be read, granting the player with crafting recipes for blacksmithing.

Learned recipes

MagazineBlacksmith1.png The Smithing Magazine Vol. 1

MagazineBlacksmith2.png The Smithing Magazine Vol. 2

MagazineBlacksmith3.png The Smithing Magazine Vol. 3

MagazineBlacksmith4.png The Smithing Magazine Vol. 4

Distribution

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

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 SmithingMag1
    {
        DisplayCategory = SkillBook,
        Weight	=	0.1,
        Type	=	Literature,
        DisplayName	=	The Smithing Magazine Vol. 1,
        Icon	=	MagazineBlacksmith1,
        TeachedRecipes  =   Make Fork;Make Spoon;Make Cooking Pot;Make Roasting Pan;Make Saucepan;Make Baking Tray;Make Baking Pan;Make Pan,
        ReplaceOnUse    =   SmithingMag1,
        StaticModel = Magazine,
        WorldStaticModel = MagazineGround,
    }

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,
    }

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,
    }

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