HottieZ: Difference between revisions

From PZwiki
m (Added a bit more info about HottieZ)
No edit summary
Line 18: Line 18:
Judging by name and the art depicted on the item we can assume that '''HottieZ''' is a playboy (pornographic) magazine.
Judging by name and the art depicted on the item we can assume that '''HottieZ''' is a playboy (pornographic) magazine.


== Code ==
'''''From items_literature.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=78}}
<nowiki>    item HottieZ
    {
        DisplayCategory = Literature,
        Weight = 0.2,
        Type = Literature,
        DisplayName = HottieZ,
        StressChange = -50,
        Icon = MagazineNudie1,
        BoredomChange = -40,
        StaticModel = Magazine,
        WorldStaticModel = MagazineOpenGround,
    }</nowiki>


==See also==
==See also==

Revision as of 08:30, 24 February 2023

HottieZ
HottieZ
General
Category Literature
Encumbrance
Heavy Load
0.2
Consumed True
Effect
Boredom
Boredom
-40
Stress
Stress
-50
Technical details
Base ID Base.HottieZ

HottieZ is an item designed to relieve stress and boredom. This magazine is 'consumed' once it's read, and therefore is removed from the player's inventory. HottieZ can also be used as a fuel for particular heat sources, and lasts for 15 minutes if done so.


Trivia

Judging by name and the art depicted on the item we can assume that HottieZ is a playboy (pornographic) magazine.

Code

From items_literature.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.78

    item HottieZ
    {
        DisplayCategory = Literature,
        Weight	=	0.2,
        Type	=	Literature,
        DisplayName	=	HottieZ,
        StressChange	=	-50,
        Icon	=	MagazineNudie1,
        BoredomChange	=	-40,
        StaticModel = Magazine,
        WorldStaticModel = MagazineOpenGround,
    }

See also

Template:Navbox/Consumables