1 line
10 KiB
HTML
1 line
10 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/game/machinery/computer/dna_console.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> — <a href="code/game/machinery/computer/dna_console.html#define">Define Details</a></header><main><h1>code/game/machinery/computer/dna_console.dm <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/dna_console.dm0"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/dna_console.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/game/machinery/computer/dna_console.html#define/INJECTOR_TIMEOUT">INJECTOR_TIMEOUT</a></th><td>Base timeout for creating mutation activators and other injectors</td></tr><tr><th><a href="code/game/machinery/computer/dna_console.html#define/NUMBER_OF_BUFFERS">NUMBER_OF_BUFFERS</a></th><td>Maximum number of genetic makeup storage slots in DNA Console</td></tr><tr><th><a href="code/game/machinery/computer/dna_console.html#define/SCRAMBLE_TIMEOUT">SCRAMBLE_TIMEOUT</a></th><td>Timeout for DNA Scramble in DNA Consoles</td></tr><tr><th><a href="code/game/machinery/computer/dna_console.html#define/JOKER_TIMEOUT">JOKER_TIMEOUT</a></th><td>Timeout for using the Joker feature to solve a gene in DNA Console</td></tr><tr><th><a href="code/game/machinery/computer/dna_console.html#define/JOKER_UPGRADE">JOKER_UPGRADE</a></th><td>How much time DNA Scanner upgrade tiers remove from JOKER_TIMEOUT</td></tr><tr><th><a href="code/game/machinery/computer/dna_console.html#define/RADIATION_STRENGTH_MAX">RADIATION_STRENGTH_MAX</a></th><td>Maximum value for radiaton strength when pulsing enzymes</td></tr><tr><th><a href="code/game/machinery/computer/dna_console.html#define/RADIATION_STRENGTH_MULTIPLIER">RADIATION_STRENGTH_MULTIPLIER</a></th><td>Larger multipliers will affect the range of values when pulsing enzymes</td></tr><tr><th><a href="code/game/machinery/computer/dna_console.html#define/RADIATION_DURATION_MAX">RADIATION_DURATION_MAX</a></th><td>Maximum value for the radiation pulse duration when pulsing enzymes</td></tr><tr><th><a href="code/game/machinery/computer/dna_console.html#define/RADIATION_ACCURACY_MULTIPLIER">RADIATION_ACCURACY_MULTIPLIER</a></th><td>Large values reduce pulse accuracy and may pulse other enzymes than selected</td></tr><tr><th><a href="code/game/machinery/computer/dna_console.html#define/STATUS_TRANSFORMING">STATUS_TRANSFORMING</a></th><td>Special status indicating a scanner occupant is transforming eg. from monkey to human</td></tr><tr><th><a href="code/game/machinery/computer/dna_console.html#define/RADIATION_IRRADIATION_MULTIPLIER">RADIATION_IRRADIATION_MULTIPLIER</a></th><td>Multiplier for how much radiation received from DNA Console functionality</td></tr><tr><th><a href="code/game/machinery/computer/dna_console.html#define/SEARCH_OCCUPANT">SEARCH_OCCUPANT</a></th><td>Flag for the mutation ref search system. Search will include scanner occupant</td></tr><tr><th><a href="code/game/machinery/computer/dna_console.html#define/SEARCH_STORED">SEARCH_STORED</a></th><td>Flag for the mutation ref search system. Search will include console storage</td></tr><tr><th><a href="code/game/machinery/computer/dna_console.html#define/SEARCH_DISKETTE">SEARCH_DISKETTE</a></th><td>Flag for the mutation ref search system. Search will include diskette storage</td></tr><tr><th><a href="code/game/machinery/computer/dna_console.html#define/SEARCH_ADV_INJ">SEARCH_ADV_INJ</a></th><td>Flag for the mutation ref search system. Search will include advanced injector mutations</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/INJECTOR_TIMEOUT"><aside class="declaration">#define </aside>INJECTOR_TIMEOUT <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/dna_console.dm#L2"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/dna_console.dm 2"></a></h3><p>Base timeout for creating mutation activators and other injectors</p><h3 id="define/JOKER_TIMEOUT"><aside class="declaration">#define </aside>JOKER_TIMEOUT <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/dna_console.dm#L8"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/dna_console.dm 8"></a></h3><p>Timeout for using the Joker feature to solve a gene in DNA Console</p><h3 id="define/JOKER_UPGRADE"><aside class="declaration">#define </aside>JOKER_UPGRADE <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/dna_console.dm#L10"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/dna_console.dm 10"></a></h3><p>How much time DNA Scanner upgrade tiers remove from JOKER_TIMEOUT</p><h3 id="define/NUMBER_OF_BUFFERS"><aside class="declaration">#define </aside>NUMBER_OF_BUFFERS <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/dna_console.dm#L4"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/dna_console.dm 4"></a></h3><p>Maximum number of genetic makeup storage slots in DNA Console</p><h3 id="define/RADIATION_ACCURACY_MULTIPLIER"><aside class="declaration">#define </aside>RADIATION_ACCURACY_MULTIPLIER <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/dna_console.dm#L20"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/dna_console.dm 20"></a></h3><p>Large values reduce pulse accuracy and may pulse other enzymes than selected</p><h3 id="define/RADIATION_DURATION_MAX"><aside class="declaration">#define </aside>RADIATION_DURATION_MAX <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/dna_console.dm#L18"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/dna_console.dm 18"></a></h3><p>Maximum value for the radiation pulse duration when pulsing enzymes</p><h3 id="define/RADIATION_IRRADIATION_MULTIPLIER"><aside class="declaration">#define </aside>RADIATION_IRRADIATION_MULTIPLIER <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/dna_console.dm#L26"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/dna_console.dm 26"></a></h3><p>Multiplier for how much radiation received from DNA Console functionality</p><h3 id="define/RADIATION_STRENGTH_MAX"><aside class="declaration">#define </aside>RADIATION_STRENGTH_MAX <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/dna_console.dm#L13"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/dna_console.dm 13"></a></h3><p>Maximum value for radiaton strength when pulsing enzymes</p><h3 id="define/RADIATION_STRENGTH_MULTIPLIER"><aside class="declaration">#define </aside>RADIATION_STRENGTH_MULTIPLIER <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/dna_console.dm#L15"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/dna_console.dm 15"></a></h3><p>Larger multipliers will affect the range of values when pulsing enzymes</p><h3 id="define/SCRAMBLE_TIMEOUT"><aside class="declaration">#define </aside>SCRAMBLE_TIMEOUT <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/dna_console.dm#L6"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/dna_console.dm 6"></a></h3><p>Timeout for DNA Scramble in DNA Consoles</p><h3 id="define/SEARCH_ADV_INJ"><aside class="declaration">#define </aside>SEARCH_ADV_INJ <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/dna_console.dm#L35"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/dna_console.dm 35"></a></h3><p>Flag for the mutation ref search system. Search will include advanced injector mutations</p><h3 id="define/SEARCH_DISKETTE"><aside class="declaration">#define </aside>SEARCH_DISKETTE <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/dna_console.dm#L33"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/dna_console.dm 33"></a></h3><p>Flag for the mutation ref search system. Search will include diskette storage</p><h3 id="define/SEARCH_OCCUPANT"><aside class="declaration">#define </aside>SEARCH_OCCUPANT <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/dna_console.dm#L29"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/dna_console.dm 29"></a></h3><p>Flag for the mutation ref search system. Search will include scanner occupant</p><h3 id="define/SEARCH_STORED"><aside class="declaration">#define </aside>SEARCH_STORED <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/dna_console.dm#L31"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/dna_console.dm 31"></a></h3><p>Flag for the mutation ref search system. Search will include console storage</p><h3 id="define/STATUS_TRANSFORMING"><aside class="declaration">#define </aside>STATUS_TRANSFORMING <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/dna_console.dm#L23"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/dna_console.dm 23"></a></h3><p>Special status indicating a scanner occupant is transforming eg. from monkey to human</p></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> |