1 line
5.0 KiB
HTML
1 line
5.0 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/wound/pierce - /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/wound/pierce.html#var">Var Details</a> - <a href="datum/wound/pierce.html#proc">Proc Details</a></header><main><h1>pierce <aside>/<a href="datum.html">datum</a>/<a href="datum/wound.html">wound</a>/<a href="datum/wound/pierce.html">pierce</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/wounds/pierce.dm#L5"><img src="git.png" width="16" height="16" title="code/datums/wounds/pierce.dm 5"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/wound/pierce.html#var/gauzed_clot_rate">gauzed_clot_rate</a></th><td>If gauzed, what percent of the internal bleeding actually clots of the total absorption rate</td></tr><tr><th><a href="datum/wound/pierce.html#var/initial_flow">initial_flow</a></th><td>How much blood we start losing when this wound is first applied</td></tr><tr><th><a href="datum/wound/pierce.html#var/internal_bleeding_chance">internal_bleeding_chance</a></th><td>When hit on this bodypart, we have this chance of losing some blood + the incoming damage</td></tr><tr><th><a href="datum/wound/pierce.html#var/internal_bleeding_coefficient">internal_bleeding_coefficient</a></th><td>If we let off blood when hit, the max blood lost is this * the incoming damage</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="datum/wound/pierce.html#proc/suture">suture</a></th><td>If someone is using a suture to close this cut</td></tr><tr><th><a href="datum/wound/pierce.html#proc/tool_cauterize">tool_cauterize</a></th><td>If someone is using either a cautery tool or something with heat to cauterize this pierce</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/gauzed_clot_rate"><aside class="declaration">var </aside>gauzed_clot_rate <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/wounds/pierce.dm#L17"><img src="git.png" width="16" height="16" title="code/datums/wounds/pierce.dm 17"></a></h3><p>If gauzed, what percent of the internal bleeding actually clots of the total absorption rate</p><h3 id="var/initial_flow"><aside class="declaration">var </aside>initial_flow <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/wounds/pierce.dm#L15"><img src="git.png" width="16" height="16" title="code/datums/wounds/pierce.dm 15"></a></h3><p>How much blood we start losing when this wound is first applied</p><h3 id="var/internal_bleeding_chance"><aside class="declaration">var </aside>internal_bleeding_chance <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/wounds/pierce.dm#L20"><img src="git.png" width="16" height="16" title="code/datums/wounds/pierce.dm 20"></a></h3><p>When hit on this bodypart, we have this chance of losing some blood + the incoming damage</p><h3 id="var/internal_bleeding_coefficient"><aside class="declaration">var </aside>internal_bleeding_coefficient <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/wounds/pierce.dm#L24"><img src="git.png" width="16" height="16" title="code/datums/wounds/pierce.dm 24"></a></h3><p>If we let off blood when hit, the max blood lost is this * the incoming damage</p><h2 id="proc">Proc Details</h2><h3 id="proc/suture"><aside class="declaration">proc </aside>suture<aside>(/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/stack.html">stack</a>/<a href="obj/item/stack/medical.html">medical</a>/suture/I, /<a href="mob.html">mob</a>/user) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/wounds/pierce.dm#L96"><img src="git.png" width="16" height="16" title="code/datums/wounds/pierce.dm 96"></a></aside></h3><p>If someone is using a suture to close this cut</p><h3 id="proc/tool_cauterize"><aside class="declaration">proc </aside>tool_cauterize<aside>(/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/I, /<a href="mob.html">mob</a>/user) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/wounds/pierce.dm#L112"><img src="git.png" width="16" height="16" title="code/datums/wounds/pierce.dm 112"></a></aside></h3><p>If someone is using either a cautery tool or something with heat to cauterize this pierce</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> |