1 line
8.3 KiB
HTML
1 line
8.3 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/wound/slash - /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/slash.html#var">Var Details</a> - <a href="datum/wound/slash.html#proc">Proc Details</a></header><main><h1>slash <aside>/<a href="datum.html">datum</a>/<a href="datum/wound.html">wound</a>/<a href="datum/wound/slash.html">slash</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/wounds/slash.dm#L5"><img src="git.png" width="16" height="16" title="code/datums/wounds/slash.dm 5"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/wound/slash.html#var/clot_rate">clot_rate</a></th><td>How fast our blood flow will naturally decrease per tick, not only do larger cuts bleed more faster, they clot slower</td></tr><tr><th><a href="datum/wound/slash.html#var/demotes_to">demotes_to</a></th><td>Once the blood flow drops below minimum_flow, we demote it to this type of wound. If there's none, we're all better</td></tr><tr><th><a href="datum/wound/slash.html#var/highest_flow">highest_flow</a></th><td>The maximum flow we've had so far</td></tr><tr><th><a href="datum/wound/slash.html#var/highest_scar">highest_scar</a></th><td>A bad system I'm using to track the worst scar we earned (since we can demote, we want the biggest our wound has been, not what it was when it was cured (probably moderate))</td></tr><tr><th><a href="datum/wound/slash.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/slash.html#var/max_per_type">max_per_type</a></th><td>How much staunching per type (cautery, suturing, bandaging) you can have before that type is no longer effective for this cut NOT IMPLEMENTED</td></tr><tr><th><a href="datum/wound/slash.html#var/minimum_flow">minimum_flow</a></th><td>When we have less than this amount of flow, either from treatment or clotting, we demote to a lower cut or are healed of the wound</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="datum/wound/slash.html#proc/las_cauterize">las_cauterize</a></th><td>If someone's putting a laser gun up to our cut to cauterize it</td></tr><tr><th><a href="datum/wound/slash.html#proc/lick_wounds">lick_wounds</a></th><td>if a felinid is licking this cut to reduce bleeding</td></tr><tr><th><a href="datum/wound/slash.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/slash.html#proc/tool_cauterize">tool_cauterize</a></th><td>If someone is using either a cautery tool or something with heat to cauterize this cut</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/clot_rate"><aside class="declaration">var </aside>clot_rate <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/wounds/slash.dm#L20"><img src="git.png" width="16" height="16" title="code/datums/wounds/slash.dm 20"></a></h3><p>How fast our blood flow will naturally decrease per tick, not only do larger cuts bleed more faster, they clot slower</p><h3 id="var/demotes_to"><aside class="declaration">var </aside>demotes_to <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/wounds/slash.dm#L23"><img src="git.png" width="16" height="16" title="code/datums/wounds/slash.dm 23"></a></h3><p>Once the blood flow drops below minimum_flow, we demote it to this type of wound. If there's none, we're all better</p><h3 id="var/highest_flow"><aside class="declaration">var </aside>highest_flow <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/wounds/slash.dm#L28"><img src="git.png" width="16" height="16" title="code/datums/wounds/slash.dm 28"></a></h3><p>The maximum flow we've had so far</p><h3 id="var/highest_scar"><aside class="declaration">var </aside>highest_scar <aside>– /<a href="datum.html">datum</a>/<a href="datum/scar.html">scar</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/wounds/slash.dm#L33"><img src="git.png" width="16" height="16" title="code/datums/wounds/slash.dm 33"></a></h3><p>A bad system I'm using to track the worst scar we earned (since we can demote, we want the biggest our wound has been, not what it was when it was cured (probably moderate))</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/slash.dm#L16"><img src="git.png" width="16" height="16" title="code/datums/wounds/slash.dm 16"></a></h3><p>How much blood we start losing when this wound is first applied</p><h3 id="var/max_per_type"><aside class="declaration">var </aside>max_per_type <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/wounds/slash.dm#L26"><img src="git.png" width="16" height="16" title="code/datums/wounds/slash.dm 26"></a></h3><p>How much staunching per type (cautery, suturing, bandaging) you can have before that type is no longer effective for this cut NOT IMPLEMENTED</p><h3 id="var/minimum_flow"><aside class="declaration">var </aside>minimum_flow <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/wounds/slash.dm#L18"><img src="git.png" width="16" height="16" title="code/datums/wounds/slash.dm 18"></a></h3><p>When we have less than this amount of flow, either from treatment or clotting, we demote to a lower cut or are healed of the wound</p><h2 id="proc">Proc Details</h2><h3 id="proc/las_cauterize"><aside class="declaration">proc </aside>las_cauterize<aside>(/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/gun.html">gun</a>/<a href="obj/item/gun/energy.html">energy</a>/laser/lasgun, /<a href="mob.html">mob</a>/user) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/wounds/slash.dm#L197"><img src="git.png" width="16" height="16" title="code/datums/wounds/slash.dm 197"></a></aside></h3><p>If someone's putting a laser gun up to our cut to cauterize it</p><h3 id="proc/lick_wounds"><aside class="declaration">proc </aside>lick_wounds<aside>(/<a href="mob.html">mob</a>/<a href="mob/living.html">living</a>/<a href="mob/living/carbon.html">carbon</a>/<a href="mob/living/carbon/human.html">human</a>/user) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/wounds/slash.dm#L152"><img src="git.png" width="16" height="16" title="code/datums/wounds/slash.dm 152"></a></aside></h3><p>if a felinid is licking this cut to reduce bleeding</p><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/slash.dm#L231"><img src="git.png" width="16" height="16" title="code/datums/wounds/slash.dm 231"></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/slash.dm#L212"><img src="git.png" width="16" height="16" title="code/datums/wounds/slash.dm 212"></a></aside></h3><p>If someone is using either a cautery tool or something with heat to cauterize this cut</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> |