/tg/ Station 13 - Modules - TypesVar Details

sm_gas

Contains effects of gases when absorbed by the sm. If the gas has no effects you do not need to add another sm_gas subtype, We already guard for nulls in /obj/machinery/power/supermatter_crystal/proc/calculate_gases

Vars

descGive a short description of the gas if needed. If the gas have extra effects describe it here.
gas_pathPath of the /datum/gas involved with this interaction.
heat_modifierHow much more waste heat and gas the SM generates.
heat_power_generationLets the sm generate extra power from heat. Yeah...
heat_resistanceHow extra hot the SM can run before taking damage
power_transmissionInfluences zap power without interfering with the crystal's own energy. Gets scaled by BASE_POWER_TRANSMISSION_RATE.
powerloss_inhibitionHow much powerloss do we get rid of.

Var Details

desc

Give a short description of the gas if needed. If the gas have extra effects describe it here.

gas_path

Path of the /datum/gas involved with this interaction.

heat_modifier

How much more waste heat and gas the SM generates.

heat_power_generation

Lets the sm generate extra power from heat. Yeah...

heat_resistance

How extra hot the SM can run before taking damage

power_transmission

Influences zap power without interfering with the crystal's own energy. Gets scaled by BASE_POWER_TRANSMISSION_RATE.

powerloss_inhibition

How much powerloss do we get rid of.