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

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
Magazine Model.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
Build 41.65 DisplayCategory added with value SkillBook.
Build 41.54 WorldStaticModel added with value MagazineGround.
Build 41.12 StaticModel added with value Magazine.
Build 40.9 DisplayName changed from The Smithing Magazine Vol.3 to The Smithing Magazine Vol. 3.
Build 35.25b 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 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