Small Table: Difference between revisions

From PZwiki
(Fixed the code)
(Fixed the code)
Line 76: Line 76:
==Code==
==Code==
'''''From newMoveables.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newMoveables.txt (Project Zomboid directory/media/scripts/)'''''
</pre>item Mov_SmallTable
<pre>item Mov_SmallTable
{
{
DisplayCategory = Furniture,
DisplayCategory = Furniture,

Revision as of 15:08, 28 August 2022

The Game WorldTilesFurnitureSmall Table
WhiskeyHalf.png
This article may be in need of improvement.
Editors are encouraged to add any missing information to the article, while verifying that the article's current content is correct.

Template:Infobox furniture

Everyone loves a table. Even a small one.
— In-game description

A small table is a craftable piece of furniture.

Usage

Not much usage other than for decoration or placement of other pieces of furniture on top.

Crafting

Crafting requires a carpentry skill of 5.

Carpentry

Main article: Carpentry
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
SmallTable Carpentry.gif
Small Table
0.75 Carpentry Carpentry 3 Hammer.png
Hammer (tag)
(keep)
Plank.png
Plank x5
(consumed)
Nails.png
Nails x4
(consumed)

Crafting skill

Name Sprite Level
Shoddy Table Shoddy Table Carpentry 0
Poor Quality Table Poor Quality Table Carpentry 4
Exceptional Table Exceptional Large Table Carpentry 7

Code

From newMoveables.txt (Project Zomboid directory/media/scripts/)

item Mov_SmallTable
	{
		DisplayCategory = Furniture,
		Type			= Moveable,
		Icon			= default,
		Weight		  	= 0.5,
		DisplayName		= Moveable,
		WorldObjectSprite	= furniture_storage_01_52,
	}

See also

Template:Navbox/Construction