9 lines
2.9 KiB
HTML
9 lines
2.9 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/item/raw_anomaly_core - /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="obj/item/raw_anomaly_core.html#var">Var Details</a> - <a href="obj/item/raw_anomaly_core.html#proc">Proc Details</a></header><main><h1>Raw Anomaly Cores <aside>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/raw_anomaly_core.html">raw_anomaly_core</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/research/anomaly/raw_anomaly.dm#L9"><img src="git.png" width="16" height="16" title="code/modules/research/anomaly/raw_anomaly.dm 9"></a></h1><p>The current precursor to anomaly cores, these are manufactured into 'finished' anomaly cores for use in research, items, and more.</p>
|
||
<p>The current amounts created is stored in SSresearch.created_anomaly_types[ANOMALY_CORE_TYPE_DEFINE] = amount
|
||
The hard limits are in code/__DEFINES/anomalies.dm</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/item/raw_anomaly_core.html#var/anomaly_type">anomaly_type</a></th><td>Anomaly type</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/item/raw_anomaly_core.html#proc/create_core">create_core</a></th><td>Created the resulting core after being "made" into it.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/anomaly_type"><aside class="declaration">var </aside>anomaly_type <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/research/anomaly/raw_anomaly.dm#L18"><img src="git.png" width="16" height="16" title="code/modules/research/anomaly/raw_anomaly.dm 18"></a></h3><p>Anomaly type</p><h2 id="proc">Proc Details</h2><h3 id="proc/create_core"><aside class="declaration">proc </aside>create_core<aside>(newloc, del_self, count_towards_limit) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/research/anomaly/raw_anomaly.dm#L67"><img src="git.png" width="16" height="16" title="code/modules/research/anomaly/raw_anomaly.dm 67"></a></aside></h3><p>Created the resulting core after being "made" into it.</p>
|
||
<p>Arguments:</p>
|
||
<ul>
|
||
<li>newloc - Where the new core will be created</li>
|
||
<li>del_self - should we qdel(src)</li>
|
||
<li>count_towards_limit - should we increment the amount of created cores on SSresearch</li>
|
||
</ul></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> |