code/__HELPERS/atmospherics.dm 
| /proc/gas_mixture_parser | |
|---|---|
| /proc/atmos_handbooks_init | Automatically 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_handbooks | Returns an assoc list of the gas handbook and the reaction handbook. For UIs, simply do data += return_atmos_handbooks() to use. |