Rope: Difference between revisions

From PZwiki
m (fixed base ID and updated *Code*)
(PZ Updater automated execution(task: deploy ReLookup, eid: 892297de828372bb75e7b906ba6299fa))
Line 18: Line 18:


== Crafting ==
== Crafting ==
{{Crafting table header}}
{{Crafting header|ing=4}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4021 -->
{{RecipeLookup|4021}}
{{Crafting/core|ing=2
{{RecipeLookup|4022}}
| product_image = [[File:Logs2.png]] | product_name = [[Logs Stack|Two Logs Stack]] | product_quantity = x1
{{RecipeLookup|4023}}
| xp = <!-- Not present in the old template. Please fill in manually. -->
{{RecipeLookup|1017}}
| sl = ''none''
{{RecipeLookup|1021}}
| req =
{{Crafting table footer}}
| f1 = [[File:SmallLog.png|link=Log|Log]] | i1 = [[Log]] | q1 = x2 | tag1 = (consumed)
| f2 = [[File:Rope.png|link=Rope|Rope]] | i2 = [[Rope]] | q2 = x2 | tag2 = (consumed)
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4022 -->
{{Crafting/core|ing=2
| product_image = [[File:Logs3.png]] | product_name = [[Logs Stack|Three Logs Stack]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:SmallLog.png|link=Log|Log]] | i1 = [[Log]] | q1 = x3 | tag1 = (consumed)
| f2 = [[File:Rope.png|link=Rope|Rope]] | i2 = [[Rope]] | q2 = x2 | tag2 = (consumed)
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4023 -->
{{Crafting/core|ing=2
| product_image = [[File:Logs4.png]] | product_name = [[Logs Stack|Four Logs Stack]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:SmallLog.png|link=Log|Log]] | i1 = [[Log]] | q1 = x4 | tag1 = (consumed)
| f2 = [[File:Rope.png|link=Rope|Rope]] | i2 = [[Rope]] | q2 = x2 | tag2 = (consumed)
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 1017 -->
{{Crafting/core|ing=4
| product_image = [[File:Lamponpillar.png]] | product_name = [[Lamp on Pillar]] |q5=x1 | product_quantity =
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = [[Carpentry]] 5
| req =
| f1 = [[File:Rope.png|link=Rope|Rope]] | i1 = [[Rope]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Flashlight.png|link=Flashlight|Flashlight]] | i2 = [[Flashlight]] | q2 = x1 | tag2 = (consumed)
| f3 = [[File:Plank.png|link=Plank|Plank]] | i3 = [[Plank]] | q3 = x2 | tag3 = (consumed)
| f4 = [[File:Nails.png|link=Nails|Nails]] | i4 = [[Nails]] | q4 =  | tag4 = (consumed)
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 1021 -->
{{Crafting/core|ing=2
| product_image = [[File:SmallLogWall.png|link=Log Wall|Log Wall]] | product_name = [[Log Wall]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Smallrag.png]] | i1 = [[Ripped Sheets]] <br>or<br> [[Twine]] <br>or<br> [[Rope]] | q1 = x* | tag1 = (consumed)
| f2 = [[File:SmallLog.png|link=Log|Log]] | i2 = [[Log]] | q2 = x4 | tag2 = (consumed)
}}
|}
 


== Distribution ==
== Distribution ==

Revision as of 04:37, 26 March 2022

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

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Logs2.png
Two Logs Stack x1
none Log
Log x2
(consumed)
Rope
Rope x2
(consumed)
Logs3.png
Three Logs Stack x1
none Log
Log x3
(consumed)
Rope
Rope x2
(consumed)
Logs4.png
Four Logs Stack x1
none Log
Log x4
(consumed)
Rope
Rope x2
(consumed)
File:Lamponpillar.png
Lamp on Pillar
Carpentry 5 Rope
Rope x1
(consumed)
Flashlight
Flashlight x1
(consumed)
Plank
Plank x2
(consumed)
Nails
Nails
(consumed)
Log Wall
Log Wall x1
none File:Smallrag.png
Ripped Sheets
or
Twine
or
Rope x*
(consumed)
Log
Log x4
(consumed)


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