Deploying to gh-pages from @ e8e0068531 🚀

This commit is contained in:
sheepishgoat
2025-02-05 06:19:18 +00:00
commit 705fd9528e
1526 changed files with 8838 additions and 0 deletions
@@ -0,0 +1,17 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/reagents/chemistry/fermi/readme.md - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/modules/reagents/chemistry/fermi/readme.md <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/reagents/chemistry/fermi/readme.md0"><img src="git.png" width="16" height="16" title="code/modules/reagents/chemistry/fermi/readme.md0"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><p>How to code fermichem reactions:
First off, probably read though the readme for standard reagent mechanisms, this builds on top of that.</p>
<p>#bitflags
for <code>datum/reagent/</code> you have the following options with <code>var/chemical_flags</code>:</p>
<pre><code>REAGENT_DEAD_PROCESS calls on_mob_dead() if present in a dead body
REAGENT_DONOTSPLIT Do not split the chem at all during processing
REAGENT_ONLYINVERSE Only invert chem, no splitting
REAGENT_ONMOBMERGE Call on_mob_life proc when reagents are merging.
REAGENT_INVISIBLE Doesn't appear on handheld health analyzers.
REAGENT_FORCEONNEW Forces a on_new() call without a data overhead
REAGENT_SNEAKYNAME When inverted, the inverted chem uses the name of the original chem
REAGENT_SPLITRETAINVOL Retains initial volume of chem when splitting
</code></pre>
<p>for <code>datum/chemical_reaction/</code> under <code>var/clear_conversion</code></p>
<pre><code>REACTION_CLEAR_IMPURE Convert into impure/pure on reaction completion
REACTION_CLEAR_INVERSE Convert into inverse on reaction completion when purity is low enough
</code></pre></td></tr></table></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/reagents/chemistry/machinery/chem_dispenser.dm - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/modules/reagents/chemistry/machinery/chem_dispenser.dm <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/reagents/chemistry/machinery/chem_dispenser.dm0"><img src="git.png" width="16" height="16" title="code/modules/reagents/chemistry/machinery/chem_dispenser.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/chem_dispenser/apothecary</th><td>An unique, less efficient model found in the medbay apothecary room.</td></tr></table></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/reagents/chemistry/reagents/alcohol_reagents.dm - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/modules/reagents/chemistry/reagents/alcohol_reagents.dm <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm0"><img src="git.png" width="16" height="16" title="code/modules/reagents/chemistry/reagents/alcohol_reagents.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/reagent.html">reagent</a>/consumable/ethanol</th><td>I don't know who made this header before I refactored alcohols but I'm going to fucking strangle them because it was so ugly, holy Christ</td></tr></table></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/reagents/chemistry/reagents/drink_reagents.dm - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/modules/reagents/chemistry/reagents/drink_reagents.dm <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/reagents/chemistry/reagents/drink_reagents.dm0"><img src="git.png" width="16" height="16" title="code/modules/reagents/chemistry/reagents/drink_reagents.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/reagent.html">reagent</a>/consumable/orangejuice</th><td>DRINKS BELOW, Beer is up there though, along with cola. Cap'n Pete's Cuban Spiced Rum</td></tr></table></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/reagents/chemistry/reagents/food_reagents.dm - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/modules/reagents/chemistry/reagents/food_reagents.dm <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/reagents/chemistry/reagents/food_reagents.dm0"><img src="git.png" width="16" height="16" title="code/modules/reagents/chemistry/reagents/food_reagents.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/reagent.html">reagent</a>/consumable/entpoly</th><td>Lavaland Flora Reagents</td></tr></table></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/reagents/chemistry/reagents/other_reagents.dm - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/modules/reagents/chemistry/reagents/other_reagents.dm <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/reagents/chemistry/reagents/other_reagents.dm0"><img src="git.png" width="16" height="16" title="code/modules/reagents/chemistry/reagents/other_reagents.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/reagent.html">reagent</a>/<a href="datum/reagent/lube.html">lube</a>/superlube</th><td>Stronger kind of lube. Applies TURF_WET_SUPERLUBE.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/reagent.html">reagent</a>/colorful_reagent/crayonpowder</th><td>Coloured Crayon Powder</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/reagent.html">reagent</a>/plantnutriment</th><td>Hydroponics stuff</td></tr></table></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/reagents/chemistry/reagents/toxin_reagents.dm - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/modules/reagents/chemistry/reagents/toxin_reagents.dm <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/reagents/chemistry/reagents/toxin_reagents.dm0"><img src="git.png" width="16" height="16" title="code/modules/reagents/chemistry/reagents/toxin_reagents.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/reagent.html">reagent</a>/toxin</th><td>Poison stuff (Toxins &amp; Acids)</td></tr></table></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/reagents/chemistry/recipes/others.dm - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a></header><main><h1>code/modules/reagents/chemistry/recipes/others.dm <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/reagents/chemistry/recipes/others.dm0"><img src="git.png" width="16" height="16" title="code/modules/reagents/chemistry/recipes/others.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/chemical_reaction.html">chemical_reaction</a>/virus_food</th><td>VIROLOGY</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/chemical_reaction.html">chemical_reaction</a>/surfactant</th><td>foam and foam precursor</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/chemical_reaction.html">chemical_reaction</a>/ammonia</th><td>Cleaning and hydroponics</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/chemical_reaction.html">chemical_reaction</a>/acetone</th><td>Other goon stuff</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/chemical_reaction.html">chemical_reaction</a>/white_glitter/blue</th><td>Glitter</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/chemical_reaction.html">chemical_reaction</a>/synth_blood</th><td>Synthblood</td></tr></table></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>