Wooden Chair

From PZwiki
Project ZomboidTilesComfortChairsWooden Chair
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Wooden Chair
Furniture seating indoor 02 5.png
[[File:{{{icon2}}}|Wooden Chair|]]
[[File:{{{icon3}}}|Wooden Chair|]]
[[File:{{{icon4}}}|Wooden Chair|]]
[[File:{{{icon5}}}|Wooden Chair|]]
[[File:{{{icon6}}}|Wooden Chair|]]
[[File:{{{icon7}}}|Wooden Chair|]]
[[File:{{{icon8}}}|Wooden Chair|]]
[[File:{{{icon9}}}|Wooden Chair|]]
General
Category
Furniture
EncumbranceMoodle Icon HeavyLoad.png
0.5
Properties
Type
Movable
Bed type
Bad
Is low
yes
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Mov_WoodenChair
Tile ID(s)
furniture_seating_indoor_02_5
PlushSpiffo.pngThis article is about a movable tile found in game. For a tile crafted by a player, called wooden chair in the crafting menu, see Crafted Chair.

A wooden chair is a movable tile.

Usage

This tile can be used as a bed to sleep on. It has a quality of bad.

This tile uses the generic movable item when picked up.

Crafting

This tile can be scrapped for materials.

Base chance is not a percentage, but can provide a basic idea of rarity.
Disassembly materials
Material Amount of tries Base chance
Plank 6 40
Nails 4 50
Screws 4 50
Nails 2 80
Chance is not a percentage, but can provide a basic idea of rarity.
Breakage materials
Item dropped Max amount dropped Chance per roll
Plank 3 20
Nails 1 10

Variants

Code

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

Source: ProjectZomboid\media\scripts\newMoveables.txt

Retrieved: Build 41.78.16
item Mov_WoodenChair
	{
		DisplayCategory = Furniture,
		Type			= Moveable,
		Icon			= default,
		Weight		  	= 0.5,
		DisplayName		= Wooden Chair,
		WorldObjectSprite	= furniture_seating_indoor_02_5,
	}

See also