Sheet Rope: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 4: Line 4:
|weight = 1
|weight = 1
}}
}}
Sheet ropes allow the player to descend out a window to ground level. This feature was shown in a [http://www.youtube.com/watch?v=WtEZArEji4U video] uploaded by [[Lemmy]]. If the player has a strength level of 3, they may climb the sheet rope.
== Code ==
== Code ==
  <nowiki>item SheetRope
  <nowiki>item SheetRope

Revision as of 05:56, 25 April 2012

Template:Items

Sheet ropes allow the player to descend out a window to ground level. This feature was shown in a video uploaded by Chris Simpson. If the player has a strength level of 3, they may climb the sheet rope.






Code

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