Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Solid Fuel Generator: Difference between revisions

From Stationeers Wiki
Corrected some values to reflect recent observations made ingame
m Fix broken headlines from translation cleanup
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Power]]
[[Category:Power]]
<translate>


<!--T:1-->
 
{{Itembox
{{Itembox
  | name        = Kit (Solid Generator)
  | name        = Kit (Solid Generator)
Line 14: Line 13:
  | prefab_name      = StructureSolidFuelGenerator
  | prefab_name      = StructureSolidFuelGenerator
  | image            = [[File:SolidFuelGenerator.png]]
  | image            = [[File:SolidFuelGenerator.png]]
  | power_usage      = 20 kW generated per tick
  | power_usage      = 20 kW generated
  | placed_with_item = [[Kit (Solid Generator)]]
  | placed_with_item = [[Kit (Solid Generator)]]
  | placed_on_grid  = Large Grid
  | placed_on_grid  = Large Grid
Line 20: Line 19:
}}
}}


== Description == <!--T:2-->
== Description ==
A machine that converts solid fuel to energy. It generates up to 20 kW per [[tick|game-tick]] (40 kJ/s).
A machine that converts solid fuel to energy. It generates up to 20 kW per [[tick|game-tick]] (40 kJ/s).


Line 35: Line 34:
''¹ The machine has a minimum runtime of 3 seconds. Burning one unit of charcoal (stack size = 1) generates a total of 120 kJ (33.3 Wh).''
''¹ The machine has a minimum runtime of 3 seconds. Burning one unit of charcoal (stack size = 1) generates a total of 120 kJ (33.3 Wh).''


== Generation == <!--T:3-->
== Generation ==
 
This generator outputs energy dependent on the demand, up to 20kW. In particular, it can be connected to a [[Cable Coil|cable coil]] if the demand is up to 5kW. Higher demand requires a [[Cable_Coil_(Heavy)|heavy cable coil]]. Demands lower than 20kW result in an energy loss, as this generator burns fuel at a constant rate independent of the demand. The generator should therefore be one of the first things to automate, either with [[logic]] chips or [[IC10]] code. A simple guide for [[Automated_Coal_Generator|automating the generator]] with logic is available.
This generator outputs energy dependent on the demand, up to 20kW. In particular, it can be connected to a [[Cable Coil|cable coil]] if the demand is up to 5kW. Higher demand requires a [[Cable_Coil_(Heavy)|heavy cable coil]]. Demands lower than 20kW result in an energy loss, as this generator burns fuel at a constant rate independent of the demand.
 
== Energy storage == <!--T:4-->


== Energy storage ==
This generator fully charges a [[Station Battery|station battery]] (with a [[Cable_Coil_(Heavy)|heavy cable coil]]) with the following:
This generator fully charges a [[Station Battery|station battery]] (with a [[Cable_Coil_(Heavy)|heavy cable coil]]) with the following:


Line 55: Line 52:
''¹ Burning charcoal efficiently (stack size = 1) reduces this value to 30 units.''
''¹ Burning charcoal efficiently (stack size = 1) reduces this value to 30 units.''


== Waste == <!--T:5-->
== Waste ==
This generator exhaust gases to its surroundings as follows:
This generator exhaust gases to its surroundings as follows:


Line 69: Line 66:
|}
|}


</translate>
 
== See Also ==
* [[Portable Generator]]
* [[Gas Fuel Generator]]

Latest revision as of 17:41, 8 March 2026


Kit (Solid Generator)
Recipe
Created With Electronics Printer, Fabricator
Cost 50x Iron, 10x Copper
Solid Fuel Generator
Operation
Power Usage 20 kW generated
Prefab Hash 1293995736
Prefab Name StructureSolidFuelGenerator
Construction
Placed with Kit (Solid Generator)
Placed on Large Grid
Stage 1
Deconstruction
Deconstructed with Hand Drill


Description

A machine that converts solid fuel to energy. It generates up to 20 kW per game-tick (40 kJ/s).

Fuel Time to burn Total energy (per Unit burnt)
Coal 5 s 200 kJ (55.5 Wh)
Charcoal 1 s ¹ 40 kJ (11.1 Wh) ¹
SolidFuel 10 s 400 kJ (111 Wh)

¹ The machine has a minimum runtime of 3 seconds. Burning one unit of charcoal (stack size = 1) generates a total of 120 kJ (33.3 Wh).

Generation

This generator outputs energy dependent on the demand, up to 20kW. In particular, it can be connected to a cable coil if the demand is up to 5kW. Higher demand requires a heavy cable coil. Demands lower than 20kW result in an energy loss, as this generator burns fuel at a constant rate independent of the demand. The generator should therefore be one of the first things to automate, either with logic chips or IC10 code. A simple guide for automating the generator with logic is available.

Energy storage

This generator fully charges a station battery (with a heavy cable coil) with the following:

Fuel Amount
Coal 18 units
Charcoal 90 units ¹
SolidFuel 9 units

¹ Burning charcoal efficiently (stack size = 1) reduces this value to 30 units.

Waste

This generator exhaust gases to its surroundings as follows:

Fuel Carbon Dioxide Pollutant
Coal 10 mol 3 mol
Charcoal 3 mol 3 mol
SolidFuel 5 mol 20 mol


See Also