Double Shelves: Difference between revisions

From PZwiki
(Automated infobox update)
Tag: Reverted
m (Automated Formatting)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Tiles|Container tiles}}
{{header/sandbox2|Project Zomboid|Tiles|Container tiles}}
{{Page version|41.78.16}}
{{page version|40.43}}
{{Infobox tile
{{Stub}}
|name=Hardwood Wall Shelves
{{Infobox furniture
|model=DoubleShelves_Carpentry.png
|display_name = Hardwood Wall Shelves
|icon=DoubleShelves_Carpentry.png
|name_colour = Furniture
|category=Movable
|name_text_colour = Furniture
|weight=7.5
|image = DoubleShelves_Carpentry.png
|size=1
|image_width = 128px
|category = Movable
|weight = 7.5
|size = 1
<!--Properties-->
<!--Properties-->
|type = Container
|type=Container
|container = Shelf
|container=Shelf
|function =
|capacity=15
|capacity = 15
<!--Build-->
<!--Build-->
|build_skill = [[Carpentry]]
|build_skill=[[Carpentry]]
|build_level = 2
|build_level=2
|build_tool = <small>[[File:Hammer.png|20px|link=Hammer]] [[Hammer]]<br>[[File:HammerStone.png|20px|link=Stone Hammer]] [[Stone Hammer]]</small>
|build_tool_tag=Hammer
|ingredients = <small>2 × [[File:Plank.png|20px|link=Plank]] [[Plank]]<br>4 × [[File:Nails.png|20px|link=Nails]] [[Nails]]</small>
|ingredients=<small>2 × [[File:Plank.png|20px|link=Plank]] [[Plank]]<br>4 × [[File:Nails.png|20px|link=Nails]] [[Nails]]</small>
<!--Move-->
<!--Move-->
|move_skill = [[Carpentry]]
|move_skill=[[Carpentry]]
|move_level = 0
|move_level=0
|move_tool = <small>[[File:Hammer.png|20px|link=Hammer]] [[Hammer]]<br>[[File:HammerStone.png|20px|link=Stone Hammer]] [[Stone Hammer]]</small>
|move_tool_tag=Hammer
<!--Disassemble-->
<!--Disassemble-->
|disassemble_skill = [[Carpentry]]
|disassemble_skill=[[Carpentry]]
|disassemble_level = 0
|disassemble_level=0
|disassemble_tool = <small>[[File:Hammer.png|20px|link=Hammer]] [[Hammer]]<br>[[File:HammerStone.png|20px|link=Stone Hammer]] [[Stone Hammer]]
|disassemble_tool_tag=Hammer
----
|disassemble_tool_tag2=Saw
[[File:Hacksaw.png|20px|link=Saw]] [[Saw]]</small>
|products =
<!--Technical details-->
<!--Technical details-->
|class_name = Base.Movable
|item_id=Movables.{TileID}
|tile_id=furniture_shelving_01_2
}}
}}
{{Quote|text=What's better than one shelf? Two at the same time!|author=In-game description}}
{{Quote|text=What's better than one shelf? Two at the same time!|author=In-game description}}
Line 40: Line 34:


==Usage==
==Usage==
Double shelves can be used to store up to 15 weight worth of [[items]].
Double shelves can be used to store up to 15 weight worth of [[items]]. Due to it's minimal storage, this [[Containers|container]] is used more for aesthetic purposes than practical reasons.


==Crafting==
==Crafting==
Crafting requires a [[Skills|carpentry skill]] of 2.
===Carpentry===
===Carpentry===
{{Main|Carpentry}}
{{Main|Carpentry}}
{{Crafting header|ing=3}}
{{Crafting/sandbox2
{{Crafting carpentry|314|ing=3}}
|double_shelves
|}
}}


==See also==
==Code==
*[[Carpentry]]
{{CodeBox|
*[[Containers]]
{{CodeSnip
*[[Furniture]]
  | lang = lua
 
  | line = true
{{Navbox construction}}
  | start = 1545
 
  | retrieved = true
[[Category:Carpentry]]
  | version = 41.78.16
[[Category:Spiffo's Construction Crew (Project)]]
  | code =
[[Category:Seat Yourself Furniture (Project)]{Languages}}
ISBuildMenu.onDoubleShelve = function(worldobjects, square, sprite, player)
{{header/sandbox2|Project Zomboid|Tiles|Container tiles}}
-- name, sprite, northSprite
{{page version|40.43}}
    local furniture = ISSimpleFurniture:new("Double Shelves", sprite.sprite, sprite.northSprite);
{{Stub}}
    furniture.isContainer = true;
{{Infobox furniture
    furniture.needToBeAgainstWall = true;
|display_name = Hardwood Wall Shelves
furniture.buildLow = false;
|name_colour = Furniture
    furniture.blockAllTheSquare = false;
|name_text_colour = Furniture
    furniture.isWallLike = true
|image = DoubleShelves_Carpentry.png
    furniture.containerType = "shelves";
|image_width = 128px
    furniture.modData["xp:Woodwork"] = 5;
|category = Movable
    furniture.modData["need:Base.Plank"] = "2";
|weight = 7.5
    furniture.modData["need:Base.Nails"] = "4";
|size = 1
    furniture.player = player
<!--Properties-->
    furniture.completionSound = "BuildWoodenStructureSmall";
|type = Container
    getCell():setDrag(furniture, player);
|container = Shelf
end
|function =  
}}
|capacity = 15
<!--Build-->
|build_skill = [[Carpentry]]
|build_level = 2
|build_tool = <small>[[File:Hammer.png|20px|link=Hammer]] [[Hammer]]<br>[[File:HammerStone.png|20px|link=Stone Hammer]] [[Stone Hammer]]</small>
|ingredients = <small>2 × [[File:Plank.png|20px|link=Plank]] [[Plank]]<br>4 × [[File:Nails.png|20px|link=Nails]] [[Nails]]</small>
<!--Move-->
|move_skill = [[Carpentry]]
|move_level = 0
|move_tool = <small>[[File:Hammer.png|20px|link=Hammer]] [[Hammer]]<br>[[File:HammerStone.png|20px|link=Stone Hammer]] [[Stone Hammer]]</small>
<!--Disassemble-->
|disassemble_skill = [[Carpentry]]
|disassemble_level = 0
|disassemble_tool = <small>[[File:Hammer.png|20px|link=Hammer]] [[Hammer]]<br>[[File:HammerStone.png|20px|link=Stone Hammer]] [[Stone Hammer]]
----
[[File:Hacksaw.png|20px|link=Saw]] [[Saw]]</small>
|products =
<!--Technical details-->
|class_name = Base.Movable
}}
}}
{{Quote|text=What's better than one shelf? Two at the same time!|author=In-game description}}
'''Double shelves''' are a [[Crafting|craftable]] [[Containers|container]].


==Usage==
Double shelves can be used to store up to 15 weight worth of [[items]].
==Crafting==
Crafting requires a [[Skills|carpentry skill]] of 2.
===Carpentry===
{{Main|Carpentry}}
{{Crafting header|ing=3}}
{{Crafting carpentry|314|ing=3}}
|}


==See also==
==See also==
Line 117: Line 77:
*[[Furniture]]
*[[Furniture]]


{{Navbox construction}}
{{Navbox construction|carpentry}}


[[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)]]

Latest revision as of 08:08, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Hardwood Wall Shelves
DoubleShelves Carpentry.png
[[File:{{{icon2}}}|Hardwood Wall Shelves|]]
[[File:{{{icon3}}}|Hardwood Wall Shelves|]]
[[File:{{{icon4}}}|Hardwood Wall Shelves|]]
[[File:{{{icon5}}}|Hardwood Wall Shelves|]]
General
Category
Movable
EncumbranceMoodle Icon HeavyLoad.png
7.5
Size
1 tile
Properties
TypeShelf
Container
Capacity
15
Build
Skill (level)
Tool(s)
Ingredients
2 × Plank.png Plank
4 × Nails.png Nails
Move
Skill (level)
Tool(s)
Disassemble
Skill (level)
Tool(s)
Technical
Item ID(s)
Movables.{TileID}
Tile ID(s)
furniture_shelving_01_2
What's better than one shelf? Two at the same time!
— In-game description

Double shelves are a craftable container.

Usage

Double shelves can be used to store up to 15 weight worth of items. Due to it's minimal storage, this container is used more for aesthetic purposes than practical reasons.

Crafting

Carpentry

Main article: Carpentry
Product Ingredients Tools Requirements Workstation XP
DoubleShelves Carpentry.png
Double Shelves
Plank.png Plank ×2
Nails.png Nails ×4

Hammer.png
Hammer (tag)
Carpentry 2 none 1.25 Carpentry

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide
Retrieved: Build 41.78.16
ISBuildMenu.onDoubleShelve = function(worldobjects, square, sprite, player)
-- name, sprite, northSprite
    local furniture = ISSimpleFurniture:new("Double Shelves", sprite.sprite, sprite.northSprite);
    furniture.isContainer = true;
    furniture.needToBeAgainstWall = true;
	furniture.buildLow = false;
    furniture.blockAllTheSquare = false;
    furniture.isWallLike = true
    furniture.containerType = "shelves";
    furniture.modData["xp:Woodwork"] = 5;
    furniture.modData["need:Base.Plank"] = "2";
    furniture.modData["need:Base.Nails"] = "4";
    furniture.player = player
    furniture.completionSound = "BuildWoodenStructureSmall";
    getCell():setDrag(furniture, player);
end


See also