Files
Paradise/datum/robot_component.html

1 line
4.0 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/robot_component - 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/robot_component.html#var">Var Details</a> - <a href="datum/robot_component.html#proc">Proc Details</a></header><main><h1>robot_component <aside>/<a href="datum.html">datum</a>/<a href="datum/robot_component.html">robot_component</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/mob/living/silicon/robot/component.dm#L3"><img src="git.png" width="16" height="16" title="code/modules/mob/living/silicon/robot/component.dm 3"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/robot_component.html#var/current_slowdown_factor">current_slowdown_factor</a></th><td>How much a component is contributing to slowdown, set on New to be equal to min_slowdown_factor</td></tr><tr><th><a href="datum/robot_component.html#var/max_slowdown_factor">max_slowdown_factor</a></th><td>The max amount of slowness a component can contribute, set on New to be 1% of the max damage</td></tr><tr><th><a href="datum/robot_component.html#var/min_slowdown_factor">min_slowdown_factor</a></th><td>The minimum amount of speed modification a component can contribute. Currently just 0 for all.</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="datum/robot_component.html#proc/rounding_error_check">rounding_error_check</a></th><td>There tends to be some desync between slowdown and damage when being healed up slowly like through self-repair or upgraded rechargers.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/current_slowdown_factor"><aside class="declaration">var </aside>current_slowdown_factor <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/mob/living/silicon/robot/component.dm#L16"><img src="git.png" width="16" height="16" title="code/modules/mob/living/silicon/robot/component.dm 16"></a></h3><p>How much a component is contributing to slowdown, set on New to be equal to min_slowdown_factor</p><h3 id="var/max_slowdown_factor"><aside class="declaration">var </aside>max_slowdown_factor <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/mob/living/silicon/robot/component.dm#L18"><img src="git.png" width="16" height="16" title="code/modules/mob/living/silicon/robot/component.dm 18"></a></h3><p>The max amount of slowness a component can contribute, set on New to be 1% of the max damage</p><h3 id="var/min_slowdown_factor"><aside class="declaration">var </aside>min_slowdown_factor <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/mob/living/silicon/robot/component.dm#L20"><img src="git.png" width="16" height="16" title="code/modules/mob/living/silicon/robot/component.dm 20"></a></h3><p>The minimum amount of speed modification a component can contribute. Currently just 0 for all.</p><h2 id="proc">Proc Details</h2><h3 id="proc/rounding_error_check"><aside class="declaration">proc </aside>rounding_error_check<aside>() <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/mob/living/silicon/robot/component.dm#L85"><img src="git.png" width="16" height="16" title="code/modules/mob/living/silicon/robot/component.dm 85"></a></aside></h3><p>There tends to be some desync between slowdown and damage when being healed up slowly like through self-repair or upgraded rechargers.</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>