1 line
11 KiB
HTML
1 line
11 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/mod_theme - /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="datum/mod_theme.html#var">Var Details</a></header><main><h1>mod_theme <aside>/<a href="datum.html">datum</a>/<a href="datum/mod_theme.html">mod_theme</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L9"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 9"></a></h1><p>MODsuit theme, instanced once and then used by MODsuits to grab various statistics.</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/mod_theme.html#var/allowed">allowed</a></th><td>Allowed items in the chestplate's suit storage.</td></tr><tr><th><a href="datum/mod_theme.html#var/armor">armor</a></th><td>Armor shared across the MOD pieces.</td></tr><tr><th><a href="datum/mod_theme.html#var/cell_drain">cell_drain</a></th><td>How much battery power the MOD uses by just being on</td></tr><tr><th><a href="datum/mod_theme.html#var/complexity_max">complexity_max</a></th><td>How much modules can the MOD carry without malfunctioning.</td></tr><tr><th><a href="datum/mod_theme.html#var/default_skin">default_skin</a></th><td>Default skin of the MOD.</td></tr><tr><th><a href="datum/mod_theme.html#var/desc">desc</a></th><td>Description added to the MOD.</td></tr><tr><th><a href="datum/mod_theme.html#var/extended_desc">extended_desc</a></th><td>Extended description on examine_more</td></tr><tr><th><a href="datum/mod_theme.html#var/inbuilt_modules">inbuilt_modules</a></th><td>List of inbuilt modules. These are different from the pre-equipped suits, you should mainly use these for unremovable modules with 0 complexity.</td></tr><tr><th><a href="datum/mod_theme.html#var/max_heat_protection_temperature">max_heat_protection_temperature</a></th><td>Max heat protection shared across the MOD pieces.</td></tr><tr><th><a href="datum/mod_theme.html#var/min_cold_protection_temperature">min_cold_protection_temperature</a></th><td>Max cold protection shared across the MOD pieces.</td></tr><tr><th><a href="datum/mod_theme.html#var/module_blacklist">module_blacklist</a></th><td>Modules blacklisted from the MOD.</td></tr><tr><th><a href="datum/mod_theme.html#var/name">name</a></th><td>Theme name for the MOD.</td></tr><tr><th><a href="datum/mod_theme.html#var/permeability_coefficient">permeability_coefficient</a></th><td>Permeability shared across the MOD pieces.</td></tr><tr><th><a href="datum/mod_theme.html#var/resistance_flags">resistance_flags</a></th><td>Resistance flags shared across the MOD pieces.</td></tr><tr><th><a href="datum/mod_theme.html#var/siemens_coefficient">siemens_coefficient</a></th><td>Siemens shared across the MOD pieces.</td></tr><tr><th><a href="datum/mod_theme.html#var/skins">skins</a></th><td>List of skins with their appropriate clothing flags.</td></tr><tr><th><a href="datum/mod_theme.html#var/slowdown_active">slowdown_active</a></th><td>Slowdown of the MOD when active.</td></tr><tr><th><a href="datum/mod_theme.html#var/slowdown_inactive">slowdown_inactive</a></th><td>Slowdown of the MOD when not active.</td></tr><tr><th><a href="datum/mod_theme.html#var/ui_theme">ui_theme</a></th><td>Theme used by the MOD TGUI.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/allowed"><aside class="declaration">var </aside>allowed <aside>– /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L45"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 45"></a></h3><p>Allowed items in the chestplate's suit storage.</p><h3 id="var/armor"><aside class="declaration">var </aside>armor <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L23"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 23"></a></h3><p>Armor shared across the MOD pieces.</p><h3 id="var/cell_drain"><aside class="declaration">var </aside>cell_drain <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L37"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 37"></a></h3><p>How much battery power the MOD uses by just being on</p><h3 id="var/complexity_max"><aside class="declaration">var </aside>complexity_max <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L35"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 35"></a></h3><p>How much modules can the MOD carry without malfunctioning.</p><h3 id="var/default_skin"><aside class="declaration">var </aside>default_skin <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L21"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 21"></a></h3><p>Default skin of the MOD.</p><h3 id="var/desc"><aside class="declaration">var </aside>desc <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L13"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 13"></a></h3><p>Description added to the MOD.</p><h3 id="var/extended_desc"><aside class="declaration">var </aside>extended_desc <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L15"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 15"></a></h3><p>Extended description on examine_more</p><h3 id="var/inbuilt_modules"><aside class="declaration">var </aside>inbuilt_modules <aside>– /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L47"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 47"></a></h3><p>List of inbuilt modules. These are different from the pre-equipped suits, you should mainly use these for unremovable modules with 0 complexity.</p><h3 id="var/max_heat_protection_temperature"><aside class="declaration">var </aside>max_heat_protection_temperature <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L27"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 27"></a></h3><p>Max heat protection shared across the MOD pieces.</p><h3 id="var/min_cold_protection_temperature"><aside class="declaration">var </aside>min_cold_protection_temperature <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L29"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 29"></a></h3><p>Max cold protection shared across the MOD pieces.</p><h3 id="var/module_blacklist"><aside class="declaration">var </aside>module_blacklist <aside>– /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L49"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 49"></a></h3><p>Modules blacklisted from the MOD.</p><h3 id="var/name"><aside class="declaration">var </aside>name <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L11"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 11"></a></h3><p>Theme name for the MOD.</p><h3 id="var/permeability_coefficient"><aside class="declaration">var </aside>permeability_coefficient <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L31"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 31"></a></h3><p>Permeability shared across the MOD pieces.</p><h3 id="var/resistance_flags"><aside class="declaration">var </aside>resistance_flags <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L25"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 25"></a></h3><p>Resistance flags shared across the MOD pieces.</p><h3 id="var/siemens_coefficient"><aside class="declaration">var </aside>siemens_coefficient <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L33"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 33"></a></h3><p>Siemens shared across the MOD pieces.</p><h3 id="var/skins"><aside class="declaration">var </aside>skins <aside>– /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L51"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 51"></a></h3><p>List of skins with their appropriate clothing flags.</p><h3 id="var/slowdown_active"><aside class="declaration">var </aside>slowdown_active <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L41"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 41"></a></h3><p>Slowdown of the MOD when active.</p><h3 id="var/slowdown_inactive"><aside class="declaration">var </aside>slowdown_inactive <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L39"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 39"></a></h3><p>Slowdown of the MOD when not active.</p><h3 id="var/ui_theme"><aside class="declaration">var </aside>ui_theme <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mod/mod_theme.dm#L43"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 43"></a></h3><p>Theme used by the MOD TGUI.</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> |