More actions
English • Deutsch • español • français • italiano • 日本語 • 한국어 • polski • português do Brasil • русский • ไทย • Türkçe • українська • 中文(简体)
The Trapping Vol. 4, titled and previously known as Expert Trapping is a skill book that increases the experience gains for the player's trapping skill for levels 7-8.
Usage
By reading the book, the player will receive a 12x multiplier to the trapping XP gains, as long as they are level 7-8. It is not possible to read the book after that level and gain anything out of it.
To read the book:
- Right-click the skill book and click "Read".
- 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.
- 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):
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.
Building/Room | Container | Effective chance |
---|---|---|
all | shelves | 2.34% |
bedroom | crate | 4.44% |
bookstore | crate | 11.21% |
bookstore | shelves | 11.21% |
camping | counter | 15.52% |
camping | shelves | 15.52% |
classroom | counter | 2.34% |
classroom | metal_shelves | 2.34% |
classroom | shelves | 2.34% |
closet | crate | 11.21% |
closet | crate | 4.44% |
closet | crate | 2.34% |
fishingstorage | counter | 15.52% |
garagestorage | crate | 11.21% |
garagestorage | crate | 4.44% |
garagestorage | crate | 2.34% |
hunting | counter | 15.52% |
kitchen | crate | 4.44% |
library | shelves | 6.74% |
livingroom | crate | 4.44% |
livingroom | shelves | 2.34% |
office | shelves | 2.34% |
pawnshop | crate | 11.21% |
pawnshop | shelves | 11.21% |
pawnshopoffice | shelves | 11.21% |
poststorage | crate | 4.44% |
poststorage | metal_shelves | 4.44% |
schoolstorage | metal_shelves | 2.34% |
storageunit | crate | 11.21% |
storageunit | crate | 4.44% |
storageunit | crate | 2.34% |
Variants
History
Base.BookTrapping4
Version | Description |
---|---|
Build 41.69 | DisplayName changed from Expert Trapping to Trapping Vol. 4 . |
Build 41.65 | DisplayCategory added with value SkillBook . |
Build 41.54 | WorldStaticModel added with value BookClosedYellowBrown_Ground . |
Build 41.12 | StaticModel added with value Book . |
Build 35.25b | Icon changed from Book to Book4 . |
Build 31.9 | LvlSkillTrained changed from 3 to 7 .NumLevelsTrained added with value 2 . |
Build 29.3 | Released on this version. |
Code
Source: ProjectZomboid\media\scripts\items_literature.txt
item BookTrapping4
{
DisplayCategory = SkillBook,
NumberOfPages = 340,
Weight = 0.8,
Type = Literature,
DisplayName = Trapping Vol. 4,
Icon = Book4,
SkillTrained = Trapping,
LvlSkillTrained = 7,
NumLevelsTrained = 2,
StaticModel = Book,
WorldStaticModel = BookClosedYellowBrown_Ground,
}