Tissue: Difference between revisions

From PZwiki
m (Removing trailing whitespace(s))
(fixed automated header update)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{{{Header|Project Zomboid|Items|Medical items|type=Medical|version=Version 41|incver=78.16}}
{{Header/sandbox2|Project Zomboid|Items|Medical items}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|display_name=Tissue
|display_name=Tissue

Revision as of 10:54, 29 February 2024

Template:Header/sandbox2

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Tissue
Tissue Model.png
General
Category
First Aid
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
Technical
Item ID
Base.Tissue
Equip to mute sneezes and coughs.
— In-game tooltip

A tissue can be equipped to mute sneezes and coughs

Usage

Tissue can be equipped to mute sneezes and coughs that are caused by staying out in the rain. Each time a sound is muted, the tissue deteriorates. After the tissue is sufficiently deteriorated, the player will have to use a new tissue.

A tissue has 10 uses before deteriorating. Works if equipped in primary or secondary slot (if two equipped, primary will receive damage).

Distribution

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

Containers
Building/Room Container Rolls Chance
bedroom dresser 4 1
plankstash 4 1
sidetable 4 1

Code

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

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item Tissue
{
    DisplayCategory     = FirstAid,
    Weight              = 0.1,
    Type                = Drainable,
    UseWhileEquipped    = FALSE,
    DisplayName         = Tissue,
    Icon                = Tissue,
    Tooltip             = Tooltip_tissue_tooltip,
    ConsolidateOption   = ContextMenu_Merge,
    WorldStaticModel    = Tissue,
}

See also

Template:Navbox medical