Small Table: Difference between revisions

From PZwiki
(Fixed the code)
m (Minor cleanup)
Line 1: Line 1:
{{Languages}}
{{Languages}}{{Header|The Game World|Tiles|Furniture|type=Furniture|version=Version 40|incver=43}}
{{header|The Game World|Tiles|Furniture|type=Furniture|version=Version 40|incver=43}}
{{Notice|Improve}}
{{Notice|Improve}}
{{Infobox furniture
{{Infobox furniture
Line 40: Line 39:
<!--Technical details-->
<!--Technical details-->
|class_name = Base.Movable
|class_name = Base.Movable
}}{{quote|text=Everyone loves a table. Even a small one.|author=In-game description}}
}}{{Quote|text=Everyone loves a table. Even a small one.|author=In-game description}}
A '''small table''' is a [[Crafting|craftable]] piece of [[furniture]].
A '''small table''' is a [[Crafting|craftable]] piece of [[furniture]].


Line 46: Line 45:
Not much usage other than for decoration or placement of other pieces of furniture on top.
Not much usage other than for decoration or placement of other pieces of furniture on top.


== Crafting ==
==Crafting==
Crafting requires a [[Skills|carpentry skill]] of 5.
Crafting requires a [[Skills|carpentry skill]] of 5.
===Carpentry===
===Carpentry===
{{Main|Carpentry}}
{{Main|Carpentry}}
Line 72: Line 72:
|}
|}


{{clear}}
{{Clear}}


==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,
Line 88: Line 89:
==See also==
==See also==
*[[Carpentry Guide]]
*[[Carpentry]]
*[[Furniture]]
*[[Furniture]]


{{Navbox/Construction}}
{{Navbox construction}}


[[Category:Carpentry]]
[[Category:Carpentry]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Seat Yourself Furniture (Project)]]
[[Category:Seat Yourself Furniture (Project)]]

Revision as of 23:54, 25 April 2023

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.
Small Table
Small Table
Shoddy Table Poor Quality Table Exceptional Table
General
Category Movable
Encumbrance
Heavy Load
7.5
Size 1 tile
Properties
Type Table
Build
Skill (Level) Carpentry (3)
Tool(s) Hammer.png Hammer
HammerStone.png Stone Hammer
Ingredients 5 × Plank.png Plank
4 × Nails.png Nails
Move
Skill (Level) Carpentry (0)
Tool(s) Hammer.png Hammer
HammerStone.png Stone Hammer
Disassemble
Skill (Level) Carpentry (0)
Tool(s)

Hammer.png Hammer
HammerStone.png Stone Hammer


File:Saw.png Saw
Technical details
Base ID Base.Movable
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