Legacy:Bone Saw: Difference between revisions

From Ring of Brodgar
Jump to navigation Jump to search
m (removing LPgain from non-curiosities)
No edit summary
Line 9: Line 9:
A bone saw is required to make [[Board|boards]] from a [[log]]. You get 4 boards from each log instead of the 6 boards you get with a [[saw]]. The quality of a bone saw is affected by survival and capped by bone quality.
A bone saw is required to make [[Board|boards]] from a [[log]]. You get 4 boards from each log instead of the 6 boards you get with a [[saw]]. The quality of a bone saw is affected by survival and capped by bone quality.


The quality of the saw affects the quality of boards you can produce.
The quality of the saw affects the quality of boards you can produce, and is softcapped by [[Survival]].
 
The formula for bone saw quality is
 
Q1 = ((5 * boneQuality) + branchQuality)/6
 
if (Survival > Q1) then BoneSawQuality = Q1
 
if (Survival < Q1) then BoneSawQuality = (Q1 + Survival)/2


The formula for bone saw quality is <math>((5 * boneQuality) + branchQuality)/6</math>.
==How to Acquire==
==How to Acquire==
{{Key|C}}raft &gt; {{Key|T}}ools &gt; {{Key|B}}one Saw
{{Key|C}}raft &gt; {{Key|T}}ools &gt; {{Key|B}}one Saw
[[Category:Equipment]]
[[Category:Equipment]]

Revision as of 01:22, 28 March 2011

Template:Infobox object

A bone saw is required to make boards from a log. You get 4 boards from each log instead of the 6 boards you get with a saw. The quality of a bone saw is affected by survival and capped by bone quality.

The quality of the saw affects the quality of boards you can produce, and is softcapped by Survival.

The formula for bone saw quality is .

How to Acquire

Craft > Tools > Bone Saw