Difference between revisions of "Effectiveness Upgrade Module"

From Space Engineers Wiki
Jump to: navigation, search
(Usage)
 
(28 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{itembox
+
{{DISPLAYTITLE:Yield Module}}<!--
| item = Efficiency Upgrade Module
+
-->{{SimpleItembox|Mod:Vanilla/CubeBlock/LargeEffectivenessModule
| description =
+
|Size|Mass|Integrity|BuildTimeSeconds|UpgradeModuleModifier#%|UpgradeModuleModifierType|IsAirTight|PCU}}{{CategorizeComponents|Mod:Vanilla/CubeBlock/LargeEffectivenessModule}}<!--
| tool = no
+
-->{{#vardefine:modifier|{{#show:Mod:Vanilla/CubeBlock/LargeEffectivenessModule|?UpgradeModuleModifier#-n}}}}
| largeship = yes
 
| smallship = no
 
| component = no
 
| rawmaterial = no
 
| material = no
 
 
 
| lbuildtime = 8
 
| ldisassembleratio = 2.5
 
| lcomponentstructure = 2
 
| lcomponent1 = Steel Plate
 
| lcomponent1amt = 100
 
| lcomponent2 = Construction Component
 
| lcomponent2amt = 50
 
| lcomponent3 = Small Steel Tube
 
| lcomponent3amt = 15
 
| lcomponent4 = Metal Grid
 
| lcomponent4amt = 10
 
| lcomponent4 = Motor
 
| lcomponent4amt = 5
 
}}
 
{{stub}}
 
 
==Overview==
 
==Overview==
The Efficiency Upgrade Module is a 2x1x1 block. It increases the amount of refined ingots per [[ore]], and can only be used on a [[Refinery]]
+
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.
  
 
==Usage==
 
==Usage==
The Efficiency Upgrade 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.
+
The Yield Module can only function when placed on one of a [[Refinery]]'s attachment points. It helps create more ingots per [[ore]] put in. With a maximum of four Yield Modules (8 attachment points) on one [[Refinery]] it will give an extra 100% Yield for a total 200%
 +
 
 +
Formula:
 +
Total Yield = {{#var:modifier}} ^ Attachment points connected to upgrade module, each module provides 2.
 +
Where {{#var:modifier}} &asymp; 2^(1/8), so 4 yield modules with all 8 points attached will give 2x yield.
 +
 
 +
{|class="wikitable"
 +
|-
 +
!No. of Modules !! No. of active Attachment Points || Total Yield || Max Power Consumption for a [[Refinery]]
 +
|-
 +
! 0
 +
| 0 || {{#expr: 100 * 2^(0/8) round 0}}% || 560.00 kW
 +
|-
 +
! 1
 +
| 1 || {{#expr: 100 * 2^(1/8) round 0}}% || 560.00 kW
 +
|-
 +
! 1
 +
| 2 || {{#expr: 100 * 2^(2/8) round 0}}% || 560.00 kW
 +
|-
 +
! 2
 +
| 3 || {{#expr: 100 * 2^(3/8) round 0}}% || 560.00 kW
 +
|-
 +
! 2
 +
| 4 || {{#expr: 100 * 2^(4/8) round 0}}% || 560.00 kW
 +
|-
 +
! 3
 +
| 5 || {{#expr: 100 * 2^(5/8) round 0}}% || 560.00 kW
 +
|-
 +
! 3
 +
| 6 || {{#expr: 100 * 2^(6/8) round 0}}% || 560.00 kW
 +
|-
 +
! 4
 +
| 7 || {{#expr: 100 * 2^(7/8) round 0}}% || 560.00 kW
 +
|-
 +
! 4
 +
| 8 || {{#expr: 100 * 2^(8/8) round 0}}% || 560.00 kW
 +
|}
 +
 
 +
== Media ==
 +
[[File:Effectiveness_Upgrade_Module_EUM01.jpg|none|500px]]
 +
 
 +
== Tips ==
 +
*To maximize a [[Refinery]]'s Yield it would take 16 [[Motor]]s, 80 [[Superconductor Component]]s, 60 [[Small Steel Tube]]s, 200 [[Construction Component]]s, and 400 [[Steel Plate]]s, making it one of the most costly upgrade modules to maximize.
 +
 
 +
*The fact that each attachment point is calculated separately means that you can span these across two machines or hang them off in the air utilizing only one attachment point per module/machine.
 +
 
 +
== Known Issues ==
 +
 
 +
== Related Items ==
 +
*[[Power Efficiency Upgrade Module|Power Efficiency Module]]
 +
*[[Productivity Upgrade Module|Speed Module]]
 +
 
 +
== Programming ==
 +
 
 +
== Update History ==
  
==Tips==
+
[[Category:Miscellaneous Blocks]]
*
+
[[Category:Functional Blocks]]

Latest revision as of 01:04, 9 June 2023

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 one of a Refinery's attachment points. It helps create more ingots per ore put in. With a maximum of four Yield Modules (8 attachment points) 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 No. of active Attachment Points Total Yield Max Power Consumption for a Refinery
0 0 100% 560.00 kW
1 1 109% 560.00 kW
1 2 119% 560.00 kW
2 3 130% 560.00 kW
2 4 141% 560.00 kW
3 5 154% 560.00 kW
3 6 168% 560.00 kW
4 7 183% 560.00 kW
4 8 200% 560.00 kW

Media

Effectiveness Upgrade Module EUM01.jpg

Tips

  • The fact that each attachment point is calculated separately means that you can span these across two machines or hang them off in the air utilizing only one attachment point per module/machine.

Known Issues

Related Items

Programming

Update History