Crayons

From PZwiki
(Redirected from Crayons)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Crayons
Crayons Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.4
Function
Writing
Technical
Item ID
Base.Crayons

Crayons are a writing implement.

Usage

Like pens and pencils, crayons can be used for writing in notebooks or annotating maps. Crayons allow the player to annotate in blue, red, black and grey, making it similar to carrying all the variants of pens and pencils.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
artstore shelves 4 1
shelves 4 2
bedroom wardrobe 4 6
wardrobe 4 6
closet crate 4 8
crate 4 1
crate 4 1
daycare counter 4 1
counter 4 1
desk 4 1
desk 4 2
metal_shelves 4 1
metal_shelves 4 2
garagestorage crate 4 1
generalstore shelves 4 1
shelves 4 2
prisoncells wardrobe 4 8

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Crayons
    {
        DisplayCategory = Junk,
        Weight	=	0.4,
        Type	=	Normal,
        DisplayName	=	Crayons,
        Icon	=	Crayons,
        WorldStaticModel = Crayons,
		Tags = BluePen;Pen;Pencil;RedPen;Write,
    }

See also