Crayons: Difference between revisions

From PZwiki
m (Automated Formatting)
m (Distribution table update)
Line 20: Line 20:
The loot distributions can be found in the table(s) below.
The loot distributions can be found in the table(s) below.


{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
<!--BOT FLAG|Crayons|41.78.16-->
! colspan="4" | Containers
{{clear}}
|-
<div class="togglebox theme-red">
! Building/Room
    <div>Crayons distribution
! Container
        <span class="mw-customtoggle-togglebox-Crayons" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
! style="width: 3.2em;" | Rolls
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Crayons">
! style="width: 3.2em;" | Chance
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
|-
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
|rowspan="2"|artstore
    |+ {{ll|Containers}}
|[[shelves]]
    ! Building / Room
|4
    ! Container
|1
    ! Rolls
|-
    ! Chance
|[[shelves]]
    |-
|4
    | artstore
|2
    | {{ll|shelves}}
|-
    | 4
|rowspan="2"|bedroom
    | 10.0
|[[wardrobe]]
    |-
|4
    | artstore
|6
    | {{ll|shelves}}
|-
    | 4
|[[wardrobe]]
    | 20.0
|4
    |-
|6
    | bedroom
|-
    | {{ll|crate}}
|rowspan="3"|closet
    | 1
|[[crate]]
    | 1.0
|4
    |-
|8
    | bedroom
|-
    | {{ll|wardrobe}}
|[[crate]]
    | 4
|4
    | 6.0
|1
    |-
|-
    | closet
|[[crate]]
    | {{ll|crate}}
|4
    | 4
|1
    | 8.0
|-
    |-
|rowspan="6"|daycare
    | closet
|[[counter]]
    | {{ll|crate}}
|4
    | 4
|1
    | 10.0
|-
    |-
|[[counter]]
    | daycare
|4
    | {{ll|counter}}
|1
    | 4
|-
    | 10.0
|[[desk]]
    |-
|4
    | daycare
|1
    | {{ll|desk}}
|-
    | 4
|[[desk]]
    | 10.0
|4
    |-
|2
    | daycare
|-
    | {{ll|desk}}
|[[metal_shelves]]
    | 4
|4
    | 20.0
|1
    |-
|-
    | daycare
|[[metal_shelves]]
    | {{ll|metal_shelves}}
|4
    | 4
|2
    | 20.0
|-
    |-
|garagestorage
    | daycare
|[[crate]]
    | {{ll|metal_shelves}}
|4
    | 4
|1
    | 10.0
|-
    |-
|rowspan="2"|generalstore
    | garagestorage
|[[shelves]]
    | {{ll|crate}}
|4
    | 4
|1
    | 10.0
|-
    |-
|[[shelves]]
    | generalstore
|4
    | {{ll|shelves}}
|2
    | 4
|-
    | 10.0
|prisoncells
    |-
|[[wardrobe]]
    | generalstore
|4
    | {{ll|shelves}}
|8
    | 4
|}
    | 20.0
    |-
    | prisoncells
    | {{ll|wardrobe}}
    | 4
    | 8.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Crayons" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Crayons|41.78.16-->


==Code==
==Code==

Revision as of 15:18, 24 April 2024

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.

Crayons distribution Show / Hide
Containers
Building / Room Container Rolls Chance
artstore shelves 4 10.0
artstore shelves 4 20.0
bedroom crate 1 1.0
bedroom wardrobe 4 6.0
closet crate 4 8.0
closet crate 4 10.0
daycare counter 4 10.0
daycare desk 4 10.0
daycare desk 4 20.0
daycare metal_shelves 4 20.0
daycare metal_shelves 4 10.0
garagestorage crate 4 10.0
generalstore shelves 4 10.0
generalstore shelves 4 20.0
prisoncells wardrobe 4 8.0

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