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

Mechanics Vol. 2

From PZwiki
Project ZomboidItemsLiteratureSkill booksMechanics 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]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Mechanics Vol. 2
Mechanics Vol. 2
General
Category
Literature
Encumbrance
Moodle Icon HeavyLoad.png
0.8
Properties
Consumed
False
Skill XP
Mechanics
Total pages
260 pages
Technical
Item ID
Base.BookMechanic2

The Mechanics Vol. 2, titled and previously known as Mechanics for Intermediates is a skill book that increases the experience gains for the player's mechanics skill for levels 3-4.

Usage

By reading the book, the player will receive a 5x multiplier to the mechanics XP gains, as long as they are level 3-4. It is not possible to read the book after that level and gain anything out of it.

To read the book:

  1. Right-click the skill book and click "Read".
  2. Wait for the progress bar to finish. Without traits, each page will take 5 seconds of real-time to read, or 2 minutes of in-game time.
  3. Check the character's skills page to verify a boost to the appropriate skill is obtained. (There will be sequential arrows running from the skill name to the skill boxes, and hovering over the skill box that is currently being worked on will show the multiplier that is being given.)

Note: If at any point the player is interrupted during reading, they do not lose the pages they have read; they will continue where they left off. Therefore, other matters can be attended to, such as killing a zombie or tending to a garden, before returning to the book. The total number of pages read so far will show up in the book's tooltip when hovered over. Depending on the situation, it may be best to spend a few hours a day (usually at night) over several days working through a skill book rather than attempting to read one straight through in one sitting (boredom, hunger, thirst, and unhappiness will all accrue while reading).

Note: If the character says, "I don't get it" or other similar lines above their head, they are reading a book too complicated for their level. No progress will be made or multiplier applied, when reading a book too complicated. Make sure they are reading the book that corresponds to the level they are currently working on (Vol. 1 = Level 1 and 2, Vol. 2 = Level 3 and 4, Vol. 3 = Level 5 and 6, Vol. 4 = Level 7 and 8, Vol. 5 = Level 9 and 10). Books cannot be read early.

The book can also used as a fuel, providing 15 minutes of burn time per book.

Location

The distribution for this item can be found in the following table(s):

BookMechanic2 distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
all shelves 4.44%
all toolcabinet 19.68%
bedroom crate 11.21%
bookstore crate 19.68%
bookstore shelves 19.68%
carsupply shelves 23.67%
classroom counter 4.44%
classroom metal_shelves 4.44%
classroom shelves 4.44%
closet crate 19.68%
closet crate 11.21%
conveniencestore shelves 19.68%
cornerstore shelves 19.68%
fossoil shelves 19.68%
garagestorage crate 19.68%
garagestorage crate 11.21%
gasstorage crate 19.68%
gasstorage metal_shelves 19.68%
gasstore shelves 19.68%
generalstore shelves 19.68%
generalstorestorage shelves 19.68%
kitchen crate 11.21%
library shelves 15.52%
livingroom crate 11.21%
livingroom shelves 4.44%
mechanic crate 11.21%
mechanic metal_shelves 23.67%
mechanic metal_shelves 11.21%
mechanic wardrobe 23.67%
mechanic wardrobe 11.21%
office shelves 4.44%
pawnshop crate 19.68%
pawnshop shelves 19.68%
pawnshopoffice shelves 19.68%
poststorage crate 11.21%
poststorage metal_shelves 11.21%
schoolstorage metal_shelves 4.44%
storageunit crate 19.68%
storageunit crate 11.21%
storageunit metal_shelves 19.68%
toolstore counter 19.68%
toolstore shelves 19.68%
zippeestore shelves 19.68%
Vehicle
Type Container Effective chance
Postal Trunk 2.93%

Variants

History

Base.BookMechanic2

Version Description
41.65 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 BookMechanic2
    {
        DisplayCategory = SkillBook,
        NumberOfPages	=	260,
        Weight	=	0.8,
        Type	=	Literature,
        DisplayName = Mechanics Vol. 2,
        Icon	=	Book11,
        SkillTrained = Mechanics,
        LvlSkillTrained = 3,
        NumLevelsTrained = 2,
        StaticModel = Book,
        WorldStaticModel = BookYellow_Ground,
    }

See also