Rope: Difference between revisions

From PZwiki
m (Minor cleanups)
m (Removing trailing whitespace(s))
Line 5: Line 5:
{{Infobox item
{{Infobox item
|display_name=Rope
|display_name=Rope
|model=Rope_Model.png  
|model=Rope_Model.png
|icon=Rope.png
|icon=Rope.png
|icon_name=Rope
|icon_name=Rope
Line 41: Line 41:
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" |Chance
|-
|-
| all  
| all
| [[toolcabinet]]  
| [[toolcabinet]]
| 4  
| 4
| 8
| 8
|-
|-
| armyhanger  
| armyhanger
| [[counter]]  
| [[counter]]
| 4  
| 4
| 8
| 8
|-
|-
| rowspan="4"|armysurplus  
| rowspan="4"|armysurplus
| [[counter]]  
| [[counter]]
| 4  
| 4
| 1
| 1
|-
|-
Line 68: Line 68:
|2
|2
|-
|-
| rowspan="4"|closet  
| rowspan="4"|closet
| [[crate]]  
| [[crate]]
| 4  
| 4
| 8
| 8
|-
|-
Line 85: Line 85:
|8
|8
|-
|-
| drugshack  
| drugshack
| [[counter]]  
| [[counter]]
| 4  
| 4
| 8
| 8
|-
|-
| firestorage  
| firestorage
| [[metal_shelves]]  
| [[metal_shelves]]
| 4  
| 4
| 8
| 8
|-
|-
| rowspan="2"|garagestorage  
| rowspan="2"|garagestorage
| [[counter]]  
| [[counter]]
| 4  
| 4
| 8
| 8
|-
|-
Line 104: Line 104:
|8
|8
|-
|-
| generalstore  
| generalstore
| [[metal_shelves]]  
| [[metal_shelves]]
| 4  
| 4
| 8
| 8
|-
|-
| rowspan="2"|toolstore  
| rowspan="2"|toolstore
| [[counter]]  
| [[counter]]
| 4  
| 4
| 1
| 1
|-
|-

Revision as of 10:13, 28 February 2024

Template:Header/sandbox2

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Rope
Rope Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
Technical
Tags
Rope
Item 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 two ropes, the player can stack two to four logs to reduce the carry weight by two-thirds. Unstacking the logs will return the ropes to the player.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Logs2.png
Logs Stack
0 XP none Logs.png
Log x2
(consumed)
One of:
Rope.png Rope x2
Sheet Rope.png Sheet Rope x2

(consumed)


Logs3.png
Logs Stack
0 XP none Logs.png
Log x3
(consumed)
One of:
Rope.png Rope x2
Sheet Rope.png Sheet Rope x2

(consumed)


Logs4.png
Logs Stack
0 XP none Logs.png
Log x4
(consumed)
One of:
Rope.png Rope x2
Sheet Rope.png Sheet Rope x2

(consumed)


LamponPillar Carpentry.png
Lamp on Pillar
1.25 Carpentry Carpentry 4 Hammer.png
Hammer (tag)
(keep)
Plank.png
Plank x2
(consumed)
Nails.png
Nails x4
(consumed)
Rope.png
Rope x1
(consumed)
LogWall Carpentry.png
Log Wall
1.25 Carpentry none Hammer.png
Hammer (tag)
(keep)
Logs.png
Log x4
(consumed)
One of:
Ripped Sheets.png Ripped Sheets x4
Twine.png Twine x4
Rope.png Rope x2

(consumed)

Distribution

Rope is often found in hardware stores, warehouses, and sheds. The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all toolcabinet 4 8
armyhanger counter 4 8
armysurplus counter 4 1
counter 4 2
metal_shelves 4 1
metal_shelves 4 2
closet crate 4 8
crate 4 8
crate 4 8
metal_shelves 4 8
drugshack counter 4 8
firestorage metal_shelves 4 8
garagestorage counter 4 8
counter 4 8
generalstore metal_shelves 4 8
toolstore counter 4 1
counter 4 1

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item Rope
{
  DisplayCategory     = Material,
  Weight              = 0.3,
  Type                = Normal,
  DisplayName         = Rope,
  Icon                = Rope,
  SurvivalGear        = TRUE,
  WorldStaticModel    = Rope,
  Tags                = Rope,
}

See also