Home

FusionGeneratorPrototype

Consumes a fluid to generate electricity and create another fluid.

Parent

Properties

energy_source

output_flow_limit is mandatory and must be positive. output_flow_limit is the maximum power output of the generator.

graphics_set

input_fluid_box

filter is mandatory. The temperature (or fuel value if burns_fluid is true) of this fluid is used to calculate the available power output.

output_fluid_box

filter is mandatory.

max_fluid_usage

Must be positive.

perceived_performance

Affects animation speed and working sound.

burns_fluid

If set to true, the available power output is based on the FluidPrototype::fuel_value. Otherwise, the available power output will be based on the fluid temperature and FluidPrototype::heat_capacity: energy = fluid_amount * fluid_temperature * fluid_heat_capacity * effectivity

effectivity

1 means 100% effectivity. Must be greater than 0. Multiplier of the energy output.