Files
Paradise/datum/mod_theme.html

1 line
12 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/mod_theme - Space Station 13</title></head><body><header><a href="index.html">Space 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/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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_suit_storage">allowed_suit_storage</a></th><td>Allowed items in the chestplate's suit storage.</td></tr><tr><th><a href="datum/mod_theme.html#var/armor_type_1">armor_type_1</a></th><td>Armor shared across the MOD parts.</td></tr><tr><th><a href="datum/mod_theme.html#var/armor_type_2">armor_type_2</a></th><td>the actual armor object placed in a datum as I am tired and I just want this to work</td></tr><tr><th><a href="datum/mod_theme.html#var/atom_flags">atom_flags</a></th><td>Atom flags shared across the MOD parts.</td></tr><tr><th><a href="datum/mod_theme.html#var/charge_drain">charge_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/flag_2_flags">flag_2_flags</a></th><td>Flag_2 flags to apply to the modsuit parts.</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 parts.</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 parts.</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/resistance_flags">resistance_flags</a></th><td>Resistance flags shared across the MOD parts.</td></tr><tr><th><a href="datum/mod_theme.html#var/siemens_coefficient">siemens_coefficient</a></th><td>Siemens shared across the MOD parts.</td></tr><tr><th><a href="datum/mod_theme.html#var/skin_modifiers">skin_modifiers</a></th><td>List of modifiers that we apply after applying new skin</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/slot_flags">slot_flags</a></th><td>The slot this mod theme fits on</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_suit_storage"><aside class="declaration">var </aside>allowed_suit_storage <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mod/mod_theme.dm#L53"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 53"></a></h3><p>Allowed items in the chestplate's suit storage.</p><h3 id="var/armor_type_1"><aside class="declaration">var </aside>armor_type_1 <aside> /<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/mod/armor</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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>Armor shared across the MOD parts.</p><h3 id="var/armor_type_2"><aside class="declaration">var </aside>armor_type_2 <aside> /<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/mod/armor</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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>the actual armor object placed in a datum as I am tired and I just want this to work</p><h3 id="var/atom_flags"><aside class="declaration">var </aside>atom_flags <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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>Atom flags shared across the MOD parts.</p><h3 id="var/charge_drain"><aside class="declaration">var </aside>charge_drain <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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>How much battery power the MOD uses by just being on</p><h3 id="var/complexity_max"><aside class="declaration">var </aside>complexity_max <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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>How much modules can the MOD carry without malfunctioning.</p><h3 id="var/default_skin"><aside class="declaration">var </aside>default_skin <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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 <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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 <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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/flag_2_flags"><aside class="declaration">var </aside>flag_2_flags <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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>Flag_2 flags to apply to the modsuit parts.</p><h3 id="var/inbuilt_modules"><aside class="declaration">var </aside>inbuilt_modules <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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 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 <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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>Max heat protection shared across the MOD parts.</p><h3 id="var/min_cold_protection_temperature"><aside class="declaration">var </aside>min_cold_protection_temperature <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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>Max cold protection shared across the MOD parts.</p><h3 id="var/name"><aside class="declaration">var </aside>name <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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/resistance_flags"><aside class="declaration">var </aside>resistance_flags <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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>Resistance flags shared across the MOD parts.</p><h3 id="var/siemens_coefficient"><aside class="declaration">var </aside>siemens_coefficient <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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>Siemens shared across the MOD parts.</p><h3 id="var/skin_modifiers"><aside class="declaration">var </aside>skin_modifiers <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mod/mod_theme.dm#L55"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 55"></a></h3><p>List of modifiers that we apply after applying new skin</p><h3 id="var/skins"><aside class="declaration">var </aside>skins <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mod/mod_theme.dm#L57"><img src="git.png" width="16" height="16" title="code/modules/mod/mod_theme.dm 57"></a></h3><p>List of skins with their appropriate clothing flags.</p><h3 id="var/slot_flags"><aside class="declaration">var </aside>slot_flags <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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>The slot this mod theme fits on</p><h3 id="var/slowdown_active"><aside class="declaration">var </aside>slowdown_active <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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>Slowdown of the MOD when active.</p><h3 id="var/slowdown_inactive"><aside class="declaration">var </aside>slowdown_inactive <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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>Slowdown of the MOD when not active.</p><h3 id="var/ui_theme"><aside class="declaration">var </aside>ui_theme <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/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>Theme used by the MOD TGUI.</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>