Bigger Reactors Reactor Input Source
lua
telem.input.biggerReactors.reactor (
peripheralID: string,
categories?: string[] | '*'
)
Mod Dependencies
Requires Bigger Reactors.
See the Usage section for a complete list of the metrics in each category.
Name | Type | Default |
---|---|---|
peripheralID | string | nil |
Peripheral ID of the Reactor | ||
categories | string[] | "*" | { "basic" } |
List of metric categories to query. The value lua
|
Usage
lua
local telem = require 'telem'
local backplane = telem.backplane()
:addInput('my_reactor', telem.input.biggerReactors.reactor('right', '*'))
:cycleEvery(5)()
Given a Reactor peripheral on the right
side of the computer, this appends the following metrics to the backplane (grouped by category here for clarity):
Basic
Name | Value | Unit |
---|---|---|
brreactor:burn_rate | 0.0 - inf | B/t |
brreactor:ambient_temperature | 0.0 - inf | K |
brreactor:casing_temperature | 0.0 - inf | K |
brreactor:fuel_temperature | 0.0 - inf | K |
brreactor:fuel_reactivity | 0.0 - inf | |
brreactor:active | 0 or 1 | |
brreactor:connected | 0 or 1 | |
brreactor:coolant_transition_rate Active reactor only | 0.0 - inf | B/t |
brreactor:production_rate Passive reactor only | 0.0 - inf | FE/t |
Fuel
Name | Value | Unit |
---|---|---|
brreactor:fuel | 0.0 - inf | B |
brreactor:fuel_capacity | 0.0 - inf | B |
brreactor:reactant | 0.0 - inf | B |
brreactor:waste | 0.0 - inf | B |
Coolant
Active reactor only
Coolant metrics are only available for active reactors.
Name | Value | Unit |
---|---|---|
brreactor:coolant_hot | 0.0 - inf | B |
brreactor:coolant_cold | 0.0 - inf | B |
brreactor:coolant_capacity | 0.0 - inf | B |
brreactor:coolant_max_transition_rate | 0.0 - inf | B/t |
Energy
Passive reactor only
Energy metrics are only available for passive reactors.
Name | Value | Unit |
---|---|---|
brreactor:energy | 0.0 - inf | FE |
brreactor:energy_capacity | 0.0 - inf | FE |
Formation
Name | Value | Unit |
---|---|---|
brreactor:control_rods | 0 - inf |