Difference between revisions of "Effectiveness Upgrade Module"

From Space Engineers Wiki
Jump to: navigation, search
m (Usage: Fixed a typo)
m (Removed whitespace. Corrected yield formula. Switched to expressions instead of fixed numbers where applicable.)
Line 1: Line 1:
{{DISPLAYTITLE:Yield Module}}
+
{{DISPLAYTITLE:Yield Module}}<!--
{{stub}}
+
-->{{stub}}<!--
{{SimpleItembox|Mod:Vanilla/CubeBlock/LargeEffectivenessModule
+
-->{{SimpleItembox|Mod:Vanilla/CubeBlock/LargeEffectivenessModule
|Size|Mass|Integrity|BuildTimeSeconds|UpgradeModuleModifier#%|UpgradeModuleModifierType|IsAirTight|PCU}}{{CategorizeComponents|Mod:Vanilla/CubeBlock/LargeEffectivenessModule}}
+
|Size|Mass|Integrity|BuildTimeSeconds|UpgradeModuleModifier#%|UpgradeModuleModifierType|IsAirTight|PCU}}{{CategorizeComponents|Mod:Vanilla/CubeBlock/LargeEffectivenessModule}}<!--
 
+
-->{{#vardefine:modifier|{{#show:Mod:Vanilla/CubeBlock/LargeEffectivenessModule|?UpgradeModuleModifier#-n}}}}
 
==Overview==
 
==Overview==
 
The Yield Module (formerly known as Effectiveness Upgrade Module) is a 2x1x1 block. It increases the amount of refined ingots per [[ore]], and can only be used on a [[Refinery]]. Unlike the [[Productivity Upgrade Module|speed module]], the Yield Module requires no additional power.
 
The Yield Module (formerly known as Effectiveness Upgrade Module) is a 2x1x1 block. It increases the amount of refined ingots per [[ore]], and can only be used on a [[Refinery]]. Unlike the [[Productivity Upgrade Module|speed module]], the Yield Module requires no additional power.
Line 11: Line 11:
  
 
Formula:
 
Formula:
  Total Yield = 1.1892071 ^ Attachment points connected to upgrade module, each module provides 2.
+
  Total Yield = {{#var:modifier}} ^ Attachment points connected to upgrade module, each module provides 2.
Where 1.1892071 = 2^(1/4), so 4 yield modules will give 2x yield.
+
Where {{#var:modifier}} &asymp; 2^(1/8), so 4 yield modules with all 8 points attached will give 2x yield.
  
 
{|class="wikitable"
 
{|class="wikitable"
Line 19: Line 19:
 
|-
 
|-
 
! 0  
 
! 0  
| 100%
+
| {{#expr: 100 * 2^(0/8) round 0}}%
 
|-
 
|-
 
! 1  
 
! 1  
| 119%
+
| {{#expr: 100 * 2^(2/8) round 0}}%
 
|-  
 
|-  
 
! 2  
 
! 2  
| 141%
+
| {{#expr: 100 * 2^(4/8) round 0}}%
 
|-
 
|-
 
! 3  
 
! 3  
| 168%
+
| {{#expr: 100 * 2^(6/8) round 0}}%
 
|-
 
|-
 
! 4  
 
! 4  
| 200%
+
| {{#expr: 100 * 2^(8/8) round 0}}%
 
|}
 
|}
  

Revision as of 09:21, 6 January 2021




Effectiveness Upgrade Module Icon.png
Large Ship / Station
Yield Module
Large Ship Icon.png

ComponentsRequired

 Functional 

Dimensions (W,H,L)1,1,2
Mass2,856 kg
2,856,000 g
2,856,000,000 mg
2.856 t
Integrity11,985
Build time
Modifier value109.051 %
Modifier operationMultiplicative
Is AirtightNo
PCU Cost1
BrowseLast edit: 2020-04-13

Overview

The Yield Module (formerly known as Effectiveness Upgrade Module) is a 2x1x1 block. It increases the amount of refined ingots per ore, and can only be used on a Refinery. Unlike the speed module, the Yield Module requires no additional power.

Usage

The Yield Module can only function when placed on a Refinery's attachment point, which takes up 2. It helps create more ingots per ore put in. With a maximum of four Yield Modules on one Refinery it will give an extra 100% Yield for a total 200%

Formula:

Total Yield = 1.0905077 ^ Attachment points connected to upgrade module, each module provides 2.
Where 1.0905077 ≈ 2^(1/8), so 4 yield modules with all 8 points attached will give 2x yield.
No. of Modules Total Yield
0 100%
1 119%
2 141%
3 168%
4 200%

Media

Effectiveness Upgrade Module EUM01.jpg

Tips

Known Issues

Related Items

Programming

Update History