Template:Power

From Astroneer Wiki
Jump to navigation Jump to search
Documentation

Uses

Place at the top of a Uses section in order to insert Power information about the module.

{{Power|throughput=|production=|consumption=|capacity=}}
{{Power
|throughput  = 
|production  = 
|consumption = 
|capacity    = 
}}

Example

{{Power|throughput=1|production=2|consumption=3|capacity=4}}
  • Power Throughput Rate: 1 U/s
  • Power Production Rate: 2 U/s
  • Power Consumption Rate: 3 U/s
  • Power Capacity: 4 U

Parameters

  • throughput = amount of power that the module can send out, only use if production is not already present
  • production = amount of power that the module can produce
  • consumption = amount of power that the module will try to consume when powered
  • capacity = amount of power that the module can hold