Doodle

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
BoxSmall.png
This item has been removed from the game.
It has been replaced by something else.
Doodle
Empty Notebook Model.png
General
Category
Literature
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Writable
True
Total pages
1 page
Technical
Item ID
Base.Doodle

Doodles were removed in build 28 following the change to the journal system. The item can still be spawned in debug mode or by an admin in multiplayer, but there is no longer a recipe to make a doodle.

Former description

A quick drawing/message you made with a pencil and a piece of paper, it will take out a medium amount of boredom, stress, and unhappiness. It is crafted by putting a pencil and a sheet of paper in the crafting area. UPDATE: Following patch B27, Doodle can no longer be used to reduce boredom.

Former effects

Boredom: -10
Stress: -20
Unhappy: -20

Former crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2

Doodle
none
One of:
Pen.png Pen
Pencil.png Pencil

(consumed)
Paper.png
Sheet of Paper
(consumed)

Trivia

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Code before removal Base.Doodle
Source: ProjectZomboid\media\scripts\items_literature.txt

item Doodle
		Weight		= 0.3,
		Type		= Literature,
		UnhappyChange	= -10,
		DisplayName	= Doodle,
		StressChange	= -15,
		Icon		= Paper,
		BoredomChange	= -10,

Code after removal Base.Doodle
Source: ProjectZomboid\media\scripts\items_literature.txt

Retrieved: Build 41.78.16
item Doodle
    {
        DisplayCategory = Literature,
        Weight	=	0.3,
        Type	=	Literature,
        DisplayName	=	Doodle,
        Icon	=	Paper,
        CanBeWrite  =   true,
        PageToWrite =   1,
        WorldStaticModel = EmptyNotebook,
    }

See also