Rope: Difference between revisions

From PZwiki
m (fixed base ID and updated *Code*)
Line 7: Line 7:
|weight = 0.3
|weight = 0.3
|primary_use = [[Crafting]]
|primary_use = [[Crafting]]
|class_name = Base.PlasterPowder
|class_name = Base.Rope
}}A '''rope''' is an item used in [[crafting]].
}}'''Rope''' is an item used in [[crafting]].


== Usage ==
== Usage ==
Line 15: Line 15:
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.


As of [[build 41]].32 ropes can now be used as sheet ropes.
As of [[build 41|build 41.32]] ropes can now be used as sheet ropes.


== Crafting ==
== Crafting ==
Line 30: Line 30:


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=44}}
<pre> item Rope
<pre> item Rope
Weight = 0.3,
Weight = 0.3,
Type = Normal,
Type = Normal,
DisplayName = Rope,
DisplayName = Rope,
Icon = Rope,</pre>
Icon = Rope,
SurvivalGear = TRUE,</pre>


== See also ==
== See also ==

Revision as of 12:04, 18 October 2020

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

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.

As of build 41.32 ropes can now be used as sheet ropes.

Crafting

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

Distribution

Rope is often found in hardware stores or sheds.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.44

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

See also