Paper Napkins

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Paper Napkins
PaperNapkins Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Kindling, 5 minutes burn time
Technical
Item ID
Base.PaperNapkins

Paper Napkins are an item that can be found in the world.

Usage

They are currently considered junk that can be used as a fuel adding 5 minutes to the burn time or as a kindling. Their primary purpose is adding item diversity and realism for the player when looting.

Distribution

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

Containers
Building/Room Container Rolls Chance
jayschicken_dining counter 4 1
counter 4 2
jayschicken_kitchen counter 4 1
counter 4 2
counter 4 1
counter 4 2
counter 4 1
counter 4 2
mexicankitchen counter 4 1
counter 4 2
spiffo_dining counter 4 1
counter 4 2
spiffoskitchen counter 4 1
counter 4 2
counter 4 1
counter 4 2

Code

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

Item

PaperNapkins.png Base.PaperNapkins
Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item PaperNapkins
    {
        DisplayCategory = Junk,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=   Paper Napkins,
        Icon	=	PaperNapkins,
        WorldStaticModel = PaperNapkins_Ground,
    }

See also