Log: Difference between revisions

From PZwiki
m (grammar)
(Add distribution table(s))
 
(46 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{languages|Log}}
{{Header|Project Zomboid|Items|Materials|Wood}}
{{header|The Game World|Items|version=Version 39|incver=52}}
{{Page version|41.78.16}}
{{Items
{{Infobox item
|image = Logs_120px.png
|name=Log
|weight = 9
|model=Log_Model.png
|model_width=200px
|icon=Logs.png
|icon_name=Log
|category=Material
|weight=9
|primary_use=[[Carpentry]] material
|secondary_use=[[Heat source|Fuel]]
|material=Wood
|item_id=Base.Log
}}
}}
A '''Log''' is an [[Items|item]] that is generated when a tree is chopped down, which is done most effectively with an [[axe]]. It can be found while [[foraging]] and inside [[Containers#Log Stack|log stack]]s.
A '''log''' is a renewable material required in various [[carpentry]] recipes.


Logs are incredibly heavy, with a weight of 9. The player can combine logs using [[rope]] to reduce the weight to just a third. Up to 4 logs can be combined in this way.
==Usage==
Using a saw, 1 log can be converted into 3 [[Wooden Plank|wooden planks]], which are incredibly important in [[carpentry]]. Logs can also be used to create [[Log Wall|log walls]], which are slightly stronger than the variety crafted using planks, and with the added benefit of requiring neither nails nor a saw to craft.
===Transportation===
Logs are very heavy, with an encumbrance of 9. The player can combine logs using [[rope]] or sheet-rope to reduce the weight to just a third. Up to 4 logs can be combined in this way.


Logs are a valuable fuel source for [[Heat Source#Campfire|campfires]] and [[Heat Source#Antique Stove|antique stoves]], as they last 4 hours and are sustainable.  
{{Crafting/sandbox2
|logs_stack2
|logs_stack3
|logs_stack4
}}
 
===Carpentry===
Using a [[saw]], one log can be converted into three wooden [[plank]]s, providing [[carpentry]] experience and being useful in crafting. Logs can also be used to create [[Log Wall|log walls]], which are slightly stronger than the variety crafted using planks, with the added benefit of requiring neither [[nails]] nor a saw to craft.
 
{{Crafting/sandbox2
|plank
|log_wall
}}


===Fuel===
Logs are a valuable fuel source for [[Heat Source#Campfire|campfires]] and [[Heat Source#Antique Stove|antique stoves]], as they last six (6) hours and are sustainable. As logs can be cut into three [[plank]]s which last 2 hours each, logs intended to be used as [[fuel]] can be cut into [[plank]]s first to collect [[carpentry]] experience with no [[fuel]] loss. They can also be used to make [[charcoal]] with help of the [[metal drum]].
===Cooking===
A log has a secondary purpose of crushing [[watermelon]]s, though it is not as effective as slicing it with a saw.
A log has a secondary purpose of crushing [[watermelon]]s, though it is not as effective as slicing it with a saw.


{{Crafting/sandbox2
|watermelon_chunks
}}


==Crafting==
===Other recipes===
{{Crafting/sandbox2
|notched_wooden_plank
|campfire_materials
}}


{| class="wikitable sortable" style="text-align:center;"
==Distribution==
|-
The loot distributions can be found in the table(s) below.
! Name
<!--BOT FLAG|Log|41.78.16-->
! class="unsortable" | Recipe
{{clear}}
! class="unsortable" | Description
<div class="togglebox theme-red">
! Skill Level
    <div>Log distribution
{{RecipeLookup|1007}}
        <span class="mw-customtoggle-togglebox-Log" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
{{RecipeLookup|4021}}
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Log">
{{RecipeLookup|4022}}
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
{{RecipeLookup|4023}}
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
{{RecipeLookup|1021}}
    |+ {{ll|Containers}}
{{RecipeLookup|4009}}
    ! Building / Room
{{RecipeLookup|2015}}
    ! Container
|}
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|logs}}
    | 1
    | 10.0
    |-
    | all
    | {{ll|logs}}
    | 1
    | 100.0
    |}
</div>
<div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Vehicles}}
    ! Vehicle Type/Location
    ! Rolls
    ! Chance
    |-
    | McCoyTruckBed
    | 4
    | 10
    |-
    | McCoyTruckBed
    | 4
    | 20
    |-
    | McCoyTruckBed
    | 4
    | 50
    |}
</div>
    </div><div style="clear:both;"></div>
    {| class="wikitable theme-red" style="width:98%;"
    |+ {{ll|Foraging}}
    ! rowspan="2" | Amount
    ! rowspan="2" | Skill level
    ! rowspan="2" | Biomes
    ! colspan="4" style="text-align:center;" | Weather modifiers
    ! colspan="3" style="text-align:center;" | Month modifiers
    |-
    ! Snow
    ! Rain
    ! Day
    ! Night
    ! Months available
    ! Bonus months
    ! Malus months
    |-
    | ---
    | 0
    | DeepForest  3<br> Forest  2<br> Vegitation  1
    | -
    | -
    | -
    | -
    | -
    | September<br>October<br>November
    | -
    |}
    </div></div><div class="toggle large mw-customtoggle-togglebox-Log" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Log|41.78.16-->


The log is the resulting product when a tree is chopped down, which is done most effectively with an [[axe]]. It can be found while [[foraging]] and inside [[Containers#Plants|log stack]]s.


== Code ==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
<nowiki>
| {{CodeSnip
item Log
  | lang = java
Weight = 9,
  | line = true
Type = Normal,
  | start = 247
DisplayName = Log,
  | source = items.txt
Icon = Logs,
  | retrieved = true
</nowiki>
  | version = 41.78.16
 
  | code =
item Log
{
    DisplayCategory = Material,
Weight = 9,
Type = Normal,
DisplayName = Log,
Icon = Logs,
WorldStaticModel = Log,
}
}}
}}


==See Also==
==See also==
*[[Axe]]
*[[Axe]]
*[[Carpentry]]
*[[Logs Stack]]
*[[Occupation#Lumberjack|Lumberjack]]
*[[Occupation#Lumberjack|Lumberjack]]
*[[Wooden Plank]]
*[[Plank]]
*[[Carpentry]]
 
{{Navbox items|carpentry_materials}}
 


{{Navbox/Tools}}
[[Category:Carpentry materials]]
[[Category:Materials]]
[[Category:Spiffo's Construction Crew (Project)]]

Latest revision as of 03:22, 25 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Log
Log Model.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
9
Function
Carpentry material
Fuel
Properties
Material
Wood
Technical
Item ID
Base.Log

A log is a renewable material required in various carpentry recipes.

Usage

Transportation

Logs are very heavy, with an encumbrance of 9. The player can combine logs using rope or sheet-rope to reduce the weight to just a third. Up to 4 logs can be combined in this way.


Product Ingredients Tools Requirements Workstation XP
Logs2.png
Log Stack
One of:
Rope.png Rope ×2
Sheet Rope.png Sheet Rope ×2
Each of:
Logs.png Log ×3
none none none none
Logs3.png
Log Stack
One of:
Rope.png Rope ×2
Sheet Rope.png Sheet Rope ×2
Each of:
Logs.png Log ×4
none none none none
Logs4.png
Log Stack
One of:
Rope.png Rope ×2
Sheet Rope.png Sheet Rope ×2
Each of:
Logs.png Log ×4
none none none none

Carpentry

Using a saw, one log can be converted into three wooden planks, providing carpentry experience and being useful in crafting. Logs can also be used to create log walls, which are slightly stronger than the variety crafted using planks, with the added benefit of requiring neither nails nor a saw to craft.


Product Ingredients Tools Requirements Workstation XP
Plank.png
Plank ×3
Logs.png Log ×1
Handsaw.png
Saw (tag)
none none .75
(0.25 above Carpentry 3) Carpentry
LogWall Carpentry.png
Log Wall
One of:
Ripped Sheets.png Ripped Sheets ×4
Twine.png Twine ×4
Rope.png Rope ×2
Each of:
Logs.png Log ×4

Hammer.png
Hammer (tag)
none none 1.25 Carpentry

Fuel

Logs are a valuable fuel source for campfires and antique stoves, as they last six (6) hours and are sustainable. As logs can be cut into three planks which last 2 hours each, logs intended to be used as fuel can be cut into planks first to collect carpentry experience with no fuel loss. They can also be used to make charcoal with help of the metal drum.

Cooking

A log has a secondary purpose of crushing watermelons, though it is not as effective as slicing it with a saw.


Product Ingredients Tools Requirements Workstation XP
WatermelonSmashed.png
Watermelon Chunks ×5
One of:
BaseballBat.png Baseball Bat ×1
Hammer.png Hammer ×1
Logs.png Log ×1
Plank.png Plank ×1
Sledgehamer.png Sledgehammer ×1
BaseballBatNails.png Spiked Baseball Bat ×1
HammerStone.png Stone Hammer ×1
Each of:
Watermelon.png Watermelon ×1
none none none 0.75 Cooking

Other recipes

Product Ingredients Tools Requirements Workstation XP
TZ PerforatedWoodenPlank.png
Notched Wooden Plank
One of:
Screwdriver.png Screwdriver ×1
KnifeChopping.png Kitchen Knife ×1
KnifeButter.png Butter Knife ×1
KnifeButter.png Bread Knife ×1
HuntingKnife.png Hunting Knife ×1
RockSharpened.png Chipped Stone ×1
KnifeFlint.png Stone Knife ×1
One of:
Plank.png Plank ×1
Logs.png Log ×1
none none none none
TZ CampfireKitWood.png
Campfire Materials
One of:
Twigs.png Twigs ×1
Sheet.png Sheet ×1
Rag.png Ripped Sheets ×1
RagDirty.png Dirty Rag ×1
Book.png Book ×1
Magazine.png Magazine ×1
Newspaper.png Newspaper ×1
Each of:
Logs.png Log ×2
none none none 0.75 Carpentry

Distribution

The loot distributions can be found in the table(s) below.

Log distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all logs 1 10.0
all logs 1 100.0
Vehicles
Vehicle Type/Location Rolls Chance
McCoyTruckBed 4 10
McCoyTruckBed 4 20
McCoyTruckBed 4 50
Foraging
Amount Skill level Biomes Weather modifiers Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
--- 0 DeepForest 3
Forest 2
Vegitation 1
- - - - - September
October
November
-

The log is the resulting product when a tree is chopped down, which is done most effectively with an axe. It can be found while foraging and inside log stacks.

Code

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

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item Log
	{
	    DisplayCategory = Material,
		Weight	=	9,
		Type	=	Normal,
		DisplayName	=	Log,
		Icon	=	Logs,
		WorldStaticModel = Log,
	}

See also