Journal: Difference between revisions

From PZwiki
(Created page with "{{languages}} {{Consumables |image = Notebook.png |weight = 0.05 |boredom = -50 |stress = -40 }} == Effects == Moodles: -50<br> Stressed: -15<br> Unhappy: -40 == Code =...")
 
No edit summary
Line 25: Line 25:
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Literature]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 18:10, 29 March 2012


Effects

Moodles: -50
Stressed: -15
Unhappy: -40

Code

item Journal
{
	Type = Literature,
	DisplayName = Journal,
	Icon = Notebook,
	Count = 20,
	Weight = 0.05,
	BoredomChange = -50,
	StressChange = -40,
	UnhappyChange = -40
}

Template:Navbox/Consumables