Doodle: Difference between revisions

From PZwiki
m (→‎Crafting: clean up, replaced: wikitable → pztable)
Line 27: Line 27:


== Code ==
== Code ==
''Code at Build 39.67.5''
<nowiki>
item Doodle
Weight = 0.3,
Type = Literature,
DisplayName = Doodle,
Icon = Paper,
CanBeWrite  = true,
PageToWrite = 1,
</nowiki>
''Code before Removal''
''Code before Removal''
  <nowiki>
  <pre>
         item Doodle
         item Doodle
Weight = 0.3,
Weight = 0.3,
Line 47: Line 37:
Icon = Paper,
Icon = Paper,
BoredomChange = -10,
BoredomChange = -10,
</nowiki>
</pre>
 
''Current code''<br>
'''''From items_literature.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=50}}
<pre> Doodle
Weight = 0.3,
Type = Literature,
DisplayName = Doodle,
Icon = Paper,
CanBeWrite  = true,
PageToWrite = 1,
</pre>


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 18:18, 14 May 2021


BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.

Doodles were removed in Build 28 following the change to the Journal system. The Code is still within the item system 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

Moodles: -10
Stressed: -20
Unhappy: -20

Crafting

Name Recipe Description












Code

Code before Removal

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

Current code
From items_literature.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.50

	Doodle
		Weight		= 0.3,
		Type		= Literature,
		DisplayName	= Doodle,
		Icon		= Paper,
		CanBeWrite  	= true,
		PageToWrite 	= 1,

Template:Navbox/Consumables