code/__DEFINES/turbine_defines.dm 
TURBINE_MAX_RPM | String to enquire about the turbines max rpm for its tier |
---|---|
TURBINE_MAX_TEMP | String to enquire about the turbines max temperature for its tier |
TURBINE_MAX_EFFICIENCY | String to enquire about the turbines max efficiency for its tier |
TURBINE_MAX_BASE_RPM | Maximum rpm for all tier 1 turbine parts |
TURBINE_RPM_CONVERSION | Multiplier for converting work into rpm and rpm into power |
TURBINE_ENERGY_RECTIFICATION_MULTIPLIER | Efficiency of the turbine to turn work into energy, higher values will yield more power |
TURBINE_MAX_TAKEN_DAMAGE | Max allowed damage per tick |
TURBINE_DAMAGE_HEALING | Amount of damage healed when under the heat threshold |
TURBINE_DAMAGE_ALARM_START | Amount of damage that the machine must have to start launching alarms to the engi comms |
TURBINE_WORK_CONVERSION_MULTIPLIER | Multiplier when converting the gas energy into gas work |
TURBINE_HEAT_CONVERSION_MULTIPLIER | Multiplier when converting gas work back into heat |
TURBINE_COMPRESSOR_STATOR_INTERACTION_MULTIPLIER | Amount of energy removed from the work done by the stator due to the consumption from the compressor working on the gases |
TURBINE_PART_TIER_ONE | Tiers for turbine parts |
Define Details
TURBINE_COMPRESSOR_STATOR_INTERACTION_MULTIPLIER 
Amount of energy removed from the work done by the stator due to the consumption from the compressor working on the gases
TURBINE_DAMAGE_ALARM_START 
Amount of damage that the machine must have to start launching alarms to the engi comms
TURBINE_DAMAGE_HEALING 
Amount of damage healed when under the heat threshold
TURBINE_ENERGY_RECTIFICATION_MULTIPLIER 
Efficiency of the turbine to turn work into energy, higher values will yield more power
TURBINE_HEAT_CONVERSION_MULTIPLIER 
Multiplier when converting gas work back into heat
TURBINE_MAX_BASE_RPM 
Maximum rpm for all tier 1 turbine parts
TURBINE_MAX_EFFICIENCY 
String to enquire about the turbines max efficiency for its tier
TURBINE_MAX_RPM 
String to enquire about the turbines max rpm for its tier
TURBINE_MAX_TAKEN_DAMAGE 
Max allowed damage per tick
TURBINE_MAX_TEMP 
String to enquire about the turbines max temperature for its tier
TURBINE_PART_TIER_ONE 
Tiers for turbine parts
TURBINE_RPM_CONVERSION 
Multiplier for converting work into rpm and rpm into power
TURBINE_WORK_CONVERSION_MULTIPLIER 
Multiplier when converting the gas energy into gas work