Rope: Difference between revisions

From PZwiki
mNo edit summary
(adjustments to layout. Added new infobox and header)
Line 1: Line 1:
{{languages}}
{{languages|Rope}}
{{Items  
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
|display_name = Rope
|name_colour = Construction
|name_text_colour = Construction
|image = Rope.png  
|image = Rope.png  
|weight = 0.3
|weight = 0.3
}}
|primary_use = [[Crafting]]
|class_name = Base.PlasterPowder
}}A '''rope''' is an item used in [[crafting]].


[[Rope]] is sometimes found in hardware stores or sheds and is used to craft the [[Lamp on Pillar]].
== Usage ==
Rope is used to craft a [[lamp on pillar|lamp on pillar]] and [[Log Wall|log wall]].


It can also be used as a means of transporting [[Log]]s. Using 1 rope per log, the player can reduce the carry weight of multiple logs to one-third.
It can also be used as a means of transporting [[log]]s. Using 1 rope per log, the player can reduce the carry weight of multiple logs to one-third.


== Crafting ==
== Crafting ==
 
{{Crafting table header}}
{| class="wikitable sortable" style="text-align:center;"
|-
! Output
! class="unsortable" | Ingredients
! class="unsortable" | Description
! Skill Level
{{RecipeLookup|1017}}
|}
 
{| class="wikitable" style="text-align:center;"
|-
! Name
! Recipe
! Description
! Skill Level
{{RecipeLookup|4021}}
{{RecipeLookup|4021}}
{{RecipeLookup|4022}}
{{RecipeLookup|4022}}
{{RecipeLookup|4023}}
{{RecipeLookup|4023}}
{{RecipeLookup|1017}}
{{RecipeLookup|1021}}
{{RecipeLookup|1021}}
|}
{{Crafting table footer}}
 
== Distribution ==
Rope is often found in hardware stores or sheds.
 
== Code ==
<pre> item Rope
Weight = 0.3,
Type = Normal,
DisplayName = Rope,
Icon = Rope,</pre>
 
== See also ==
*[[Carpentry Guide]]


[[Category:Version 0.2.0p]]
[[Category:Construction]]
[[Category:Construction]]
[[Category:Spiffo's Construction Crew (Project)]]
[[Category:Spiffo's Construction Crew (Project)]]

Revision as of 04:40, 23 July 2018

Rope
Rope
General
Category Item
Encumbrance
Heavy Load
0.3
Function Crafting
Technical details
Base ID Base.PlasterPowder

A rope is an item used in crafting.

Usage

Rope is used to craft a lamp on pillar and log wall.

It can also be used as a means of transporting logs. Using 1 rope per log, the player can reduce the carry weight of multiple logs to one-third.

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Rope is often found in hardware stores or sheds.

Code

	item Rope
		Weight		= 0.3,
		Type		= Normal,
		DisplayName	= Rope,
		Icon		= Rope,

See also