Wooden Chair

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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
Wooden Chair1.png
Wooden Chair2.png
Wooden Chair3.png
[[File:{{{icon4}}}|Wooden Chair|]]
[[File:{{{icon5}}}|Wooden Chair|]]
General
Category
Movable
EncumbranceMoodle Icon HeavyLoad.png
7.5
Size
1 tile
Function
Rest
Properties
Type
Chair
Build
Skill (level)
Tool(s)
Ingredients
5 × Plank.png Plank
4 × Nails.png Nails
Move
Skill (level)
Tool(s)
Disassemble
Skill (level)
Technical
Item ID(s)
Movables.{TileID}
Tile ID(s)
carpentry_01_36 carpentry_01_40 carpentry_01_45
Rest those weary, infected legs.
— In-game description

A wooden chair is a craftable piece of furniture.

Usage

The wooden chair is a furniture tile that can be crafted by the player. It can be used to rest, which will regain stamina faster. The chair's sleeping quality is bad. It can also be used as a decorative item to increase realism and immersion for the player.

Crafting

Carpentry

Main article: Carpentry
Product Ingredients Tools Requirements Workstation XP
WoodenChair Carpentry.gif
Wooden Chair
Plank.png Plank ×5
Nails.png Nails ×4

Hammer.png
Hammer (tag)
Carpentry 2 none 0.75 Carpentry
Name Sprite Level
Makeshift Chair Makeshift Chair Carpentry 2
Poor Quality Chair Poor Quality Chair Carpentry 4
Exceptionally Crafted Chair Exceptionally Crafted Chair Carpentry 7

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