Sheet Rope: Difference between revisions

From PZwiki
mNo edit summary
(adjustments to layout. Added new infobox and header)
Line 1: Line 1:
{{languages}}
{{languages|Sheet Rope}}
{{Items  
{{header|The Game World|Items|type=Construction|version=Version 39|incver=67.5}}{{Infobox normal
|display_name = Sheet Rope
|name_colour = Construction
|name_text_colour = Construction
|image = SheetRope.png  
|image = SheetRope.png  
|weight = 0.8
|weight = 0.8
}}
|primary_use = Travel multiple storeys
|class_name = Base.SheetRope
}}{{quote|text=Can be used as an improvised escape from upper storeys.<br>One sheet rope required per level.<br>Requires hammer and nails. Press 'E' to climb.|author=In-game tooltip}}
A '''sheet rope''' is an item used to travel multiple storeys.


The sheet rope allows the player to descend out a window to ground level, without taking any fall damage, using 1 sheet rope per floor rappelled and 1 [[nails|nail]] to secure it (regardless of the number of floors the sheet rope will cover). This can means that rappelling down a 7 story apartment requires 7 sheet ropes. Sheet ropes are crafted from [[sheet|sheets]] or clothes, and they take slightly less inventory space than sheets.  
== Usage ==
The sheet rope allows the player to descend out a window to ground level, without taking any fall damage, using ''1 sheet rope per floor'' rappelled along with a [[hammer]] and 1 [[nails|nail]] to secure it (regardless of the number of floors the sheet rope will cover). This means that rappelling from second floor to the ground floor would require 2 sheet ropes.  


If the player does not have the "weak" [[trait]], the player can climb up the sheet rope as well, making it an alternate entrance to your base as well as an exit. However, entering/exiting a structure by this method can be very time-consuming.
If the player does not have the "weak" [[trait]], the player can climb up the sheet rope as well, making it an alternate entrance to your base as well as an exit. However, entering/exiting a structure by this method can be very time-consuming.


Tip: The sheet rope is one of the most useful tools in PZ; allowing you to build a fort with only sheet rope as an entrance, meaning zombies can't climb them and get into your fortification (although it is yet to have been tested with the zombie lore that allows zombies to use doors). Instead, they have to bash down nearby doors and windows in order to enter a fort. Furthermore, they can be used as backup exits to escape in case the fort is breached.
:''Note: a hammer and nail must be in the player's inventory to hang a sheet rope. It's also important to note that the ground floor and top floor of a two storey house count as separate floors, so would require two sheet ropes. There has been confusion regarding this fact.''


''Important- You must have a nail in your inventory to hang a sheet rope.''
=== Tips ===
:::''It's also important to note that the ground floor and top floor of a two story house count as separate floors, so would require two sheet ropes. There has been confusion regarding this fact. You also don't need a hammer to put a sheet rope up.''
The sheet rope is one of the most useful tools in [[Project Zomboid]]; allowing the player to build a fort with only sheet rope as an entrance, meaning zombies can't climb them and get into the fortification (although it is yet to have been tested with the zombie lore that allows zombies to use doors). Instead, they have to bash down nearby doors and windows in order to enter a fort. Furthermore, they can be used as backup exits to escape in case the fort is breached.


==Crafting==
==Crafting==
{| class="wikitable sortable" style="text-align:center;" 
Sheet ropes are crafted from [[sheet]]s or [[clothing]].
|- 
{{Crafting table header}}
! Name 
! class="unsortable" | Recipe 
! class="unsortable" | Description
{{RecipeLookup|4001}}
{{RecipeLookup|4001}}
|}
{{Crafting table footer}}


==Distribution==
Sheet ropes cannot be found in the [[Knox County|world]] and must be crafted.
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
<pre> item SheetRope
Weight = 0.8,
Type = Normal,
DisplayName = Sheet Rope,
Icon = SheetRope,
Tooltip = Tooltip_SheetRope,
</pre>
== See also ==
* [[Carpentry Guide]]


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

Revision as of 05:15, 23 July 2018

The Game WorldItemsSheet Rope
Sheet Rope
Sheet Rope
General
Category Item
Encumbrance
Heavy Load
0.8
Function Travel multiple storeys
Technical details
Base ID Base.SheetRope
Can be used as an improvised escape from upper storeys.
One sheet rope required per level.
Requires hammer and nails. Press 'E' to climb.
— In-game tooltip

A sheet rope is an item used to travel multiple storeys.

Usage

The sheet rope allows the player to descend out a window to ground level, without taking any fall damage, using 1 sheet rope per floor rappelled along with a hammer and 1 nail to secure it (regardless of the number of floors the sheet rope will cover). This means that rappelling from second floor to the ground floor would require 2 sheet ropes.

If the player does not have the "weak" trait, the player can climb up the sheet rope as well, making it an alternate entrance to your base as well as an exit. However, entering/exiting a structure by this method can be very time-consuming.

Note: a hammer and nail must be in the player's inventory to hang a sheet rope. It's also important to note that the ground floor and top floor of a two storey house count as separate floors, so would require two sheet ropes. There has been confusion regarding this fact.

Tips

The sheet rope is one of the most useful tools in Project Zomboid; allowing the player to build a fort with only sheet rope as an entrance, meaning zombies can't climb them and get into the fortification (although it is yet to have been tested with the zombie lore that allows zombies to use doors). Instead, they have to bash down nearby doors and windows in order to enter a fort. Furthermore, they can be used as backup exits to escape in case the fort is breached.

Crafting

Sheet ropes are crafted from sheets or clothing. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Sheet ropes cannot be found in the world and must be crafted.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	item SheetRope
		Weight		= 0.8,
		Type		= Normal,
		DisplayName	= Sheet Rope,
		Icon		= SheetRope,
		Tooltip		= Tooltip_SheetRope,

See also