/tg/ Station 13 - Modules - Types

code/__HELPERS/atmospherics.dm

/proc/gas_mixture_parser
/proc/atmos_handbooks_initAutomatically populates gas_handbook and reaction_handbook. They are formatted lists containing information regarding gases and reactions they participate in. Structure can be found in TS form at AtmosHandbook.tsx
/proc/return_atmos_handbooksReturns an assoc list of the gas handbook and the reaction handbook. For UIs, simply do data += return_atmos_handbooks() to use.
/proc/check_gasesA simple helped proc that checks if the contents of a list of gases are within acceptable terms.