Difference between revisions of "Blueprint: Infused Leather"

From Underrail Wiki
Jump to navigation Jump to search
(1.0.3 changes)
(revert (data already on leather armor page))
 
(4 intermediate revisions by 3 users not shown)
Line 16: Line 16:
 
Infuses leathers with fibers.  
 
Infuses leathers with fibers.  
  
Quality of the resulting infused leather depends on qualities of both the leather and fiber, but it is higher than their average; <code>0.55 x leather quality plus 0.75 x supersteel fiber quality</code>. This formula is also subject to diminishing returns once base quality goes over 100: every 15 points over the additional quality is modified by 0.8. So as an example, for quality 130 it would be: <code>100 + 15 * 0.8 + 15 * 0.8^2</code>, resulting in 121.6.
+
Quality of the resulting infused leather depends on qualities of both the leather and fiber, but it is higher than their average; <code>0.55 x leather quality plus 0.75 x supersteel fiber quality</code>. This formula is also subject to diminishing returns once base quality goes over 100: every 15 points over the additional quality is modified by 0.8. So as an example, for quality 130 it would be: <code>100 + 15 * 0.8 + 15 * 0.8^2</code>, resulting in 121.6. Also, the quality of resulting leather cannot be lower than both the quality of the used leather and the fiber.
  
 
Each type of infused leather has special properties for each crafting blueprint it can be used with; check the individual infused leather articles for lists of those properties.
 
Each type of infused leather has special properties for each crafting blueprint it can be used with; check the individual infused leather articles for lists of those properties.
Line 32: Line 32:
 
* {{Itemlink|Siphoner Leather}} (produces {{Itemlink|Infused Siphoner Leather}})
 
* {{Itemlink|Siphoner Leather}} (produces {{Itemlink|Infused Siphoner Leather}})
 
* {{Itemlink|Ancient Rathound Leather}} (produces {{Itemlink|Infused Ancient Rathound Leather}})
 
* {{Itemlink|Ancient Rathound Leather}} (produces {{Itemlink|Infused Ancient Rathound Leather}})
 +
* {{Itemlink|Bison Leather}} (produces {{Itemlink|Infused Bison Leather}}){{expedition-inline}}
 +
* {{Itemlink|Greater Siphoner Leather}} (produces {{Itemlink|Infused Greater Siphoner Leather}}){{expedition-inline}}
 +
* {{Itemlink|Leper Serpent Skin}} (produces {{Itemlink|Infused Leper Serpent Skin}}){{expedition-inline}}
 +
* {{Itemlink|Heartbreaker Serpent Skin}} (produces {{Itemlink|Infused Heartbreaker Serpent Skin}}){{expedition-inline}}
 +
* {{Itemlink|Sea Wyrm Scales}} (produces {{Itemlink|Infused Sea Wyrm Scales}}){{expedition-inline}}
  
 
; Fiber
 
; Fiber
Line 39: Line 44:
 
Sold by [[Leonie]] in [[Foundry]] after completing [[Kill the Beast]] and talking to [[Bernard]] about super steel.
 
Sold by [[Leonie]] in [[Foundry]] after completing [[Kill the Beast]] and talking to [[Bernard]] about super steel.
  
int baseQuality = (int)(leather.QualityLevel  0.55 + fiber.QualityLevel  0.75);
+
== History ==
diminishing returns hit when the baseQuality goes over 100
+
Underrail 1.1
every 15 points over the additional quality is modified by 0.8
+
* [[1.1.0.5]] - the quality of the infused leather can no longer turn up to be lower than both the quality of the used leather and the fiber.
so for 130 it would be: 100 + 15 x 0.8 + 15 x 0.8^2
 
not much have changed for quality levels up to 100
 
60%->55% leather, 80%->75% fibers
 
  
== History ==
+
Underrail 1.0
 
* [[1.0.3.6]] - changed formula from <code>leather quality*0.6 + fiber quality*0.8</code> to <code>leather quality*0.55 + fiber quality*0.7</code>, added diminishing returns
 
* [[1.0.3.6]] - changed formula from <code>leather quality*0.6 + fiber quality*0.8</code> to <code>leather quality*0.55 + fiber quality*0.7</code>, added diminishing returns
 +
 +
Underrail Alpha
 
* [[0.1.14.0]] - introduced along with super steel
 
* [[0.1.14.0]] - introduced along with super steel
  

Latest revision as of 12:33, 28 June 2021

Blueprint.png
Blueprint: Infused Leather
Blueprint
Contains instructions on how to infuse leather with fiber.
Use: Download blueprint into your wristpad.
Weight: 0.05
Value: 2500

Infusing leather with fiber can enhance its properties.
Leather Fiber

Infuses leathers with fibers.

Quality of the resulting infused leather depends on qualities of both the leather and fiber, but it is higher than their average; 0.55 x leather quality plus 0.75 x supersteel fiber quality. This formula is also subject to diminishing returns once base quality goes over 100: every 15 points over the additional quality is modified by 0.8. So as an example, for quality 130 it would be: 100 + 15 * 0.8 + 15 * 0.8^2, resulting in 121.6. Also, the quality of resulting leather cannot be lower than both the quality of the used leather and the fiber.

Each type of infused leather has special properties for each crafting blueprint it can be used with; check the individual infused leather articles for lists of those properties.

Required skills

  • Tailoring (skill level needed depends on component quality)
  • Mechanics (skill level needed depends on component quality)

Supported parts

Leather
Fiber

Locations

Sold by Leonie in Foundry after completing Kill the Beast and talking to Bernard about super steel.

History

Underrail 1.1

  • 1.1.0.5 - the quality of the infused leather can no longer turn up to be lower than both the quality of the used leather and the fiber.

Underrail 1.0

  • 1.0.3.6 - changed formula from leather quality*0.6 + fiber quality*0.8 to leather quality*0.55 + fiber quality*0.7, added diminishing returns

Underrail Alpha

  • 0.1.14.0 - introduced along with super steel