Sheet Rope: Difference between revisions

From PZwiki
m (moved Sheet Rope to Sheet Rope: fixing capitalization)
mNo edit summary
Line 2: Line 2:
{{Items  
{{Items  
|image = SheetRope.png  
|image = SheetRope.png  
|weight = 1
|weight = 0.8
}}
}}


Line 23: Line 23:
  <nowiki>item SheetRope
  <nowiki>item SheetRope
{
{
Type = Normal,
Weight = 0.8,
DisplayName = Sheet Rope,
Type = Normal,
Icon = SheetRope,
DisplayName = Sheet Rope,
Weight = 1.0,
Icon = SheetRope,
}</nowiki>
}</nowiki>
[[Category:Construction]]
[[Category:Construction]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 11:07, 31 July 2013

Template:Items

Sheet ropes allow the player to descend out a window to ground level, without taking any fall damage, using 1 sheet rope per floor rappelled. This can means that rappelling down a 7 story apartment requires 7 sheet ropes. Sheet ropes are crafted from sheets, and they weigh slightly less than sheets.

If the player has a strength level of 3 or higher, the player can climb UP the sheet rope, making it an alternate entrance to your base. (Not currently available.)

The sheet rope is currently not implemented in RC3 due to a few bugs and the deletion of the strength skill other methods of climbing may be added in the future i.e. ladders, planks nailed to walls





Code

item SheetRope
{
	Weight	=	0.8,
		Type	=	Normal,
		DisplayName	=	Sheet Rope,
		Icon	=	SheetRope,
}