chem_recipe_debug 
Vars | |
| beaker_spawn | If we spawn a beaker at the end of a reaction or not |
|---|---|
| cached_reactions | List of every reaction in the game kept locally for easy access |
| edit_recipe | The recipe we're editing |
| failed | If we failed to react this current chem so use a lower temp - all reactions only |
| force_temp | Forced values |
| impure_string | Final output that highlights all of the reactions with inoptimal purity/voolume at base |
| index | What index in the cached_reactions we're in |
| majorImpurity | The count of reactions that resolve below 0.9 purity |
| min_temp | If we force min temp on reaction setup |
| minorImpurity | The count of reactions that resolve between 1 - 0.9 purity |
| problem_string | Final output that highlights all of the reactions with inoptimal purity/voolume at base |
| process_all | IF we're doing EVERY reaction |
| processing | If the machine is currently processing through the list |
| react | If we're reacting |
| react_time | Number of delta times taken to react |
| reaction_names | The name |
| reaction_stated | If it's started |
| should_force_temp | If we're forcing optimal conditions |
| vol_multiplier | Multiplier of product |
Procs | |
| AltClick | Enable the machine |
| Initialize | Create reagents datum |
| attackby | Enable the machine |
| setup_reactions | Resets the index, and creates the cached_reaction list from all possible reactions |
| ui_status | Moves a type of buffer from the heater to the beaker, |
Var Details
beaker_spawn 
If we spawn a beaker at the end of a reaction or not
cached_reactions 
List of every reaction in the game kept locally for easy access
edit_recipe 
The recipe we're editing
failed 
If we failed to react this current chem so use a lower temp - all reactions only
force_temp 
Forced values
impure_string 
Final output that highlights all of the reactions with inoptimal purity/voolume at base
index 
What index in the cached_reactions we're in
majorImpurity 
The count of reactions that resolve below 0.9 purity
min_temp 
If we force min temp on reaction setup
minorImpurity 
The count of reactions that resolve between 1 - 0.9 purity
problem_string 
Final output that highlights all of the reactions with inoptimal purity/voolume at base
process_all 
IF we're doing EVERY reaction
processing 
If the machine is currently processing through the list
react 
If we're reacting
react_time 
Number of delta times taken to react
reaction_names 
The name
reaction_stated 
If it's started
should_force_temp 
If we're forcing optimal conditions
vol_multiplier 
Multiplier of product
Proc Details
AltClick
Enable the machine
Initialize
Create reagents datum
attackby
Enable the machine
setup_reactions
Resets the index, and creates the cached_reaction list from all possible reactions
ui_status
Moves a type of buffer from the heater to the beaker,