mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
2 lines
4.1 KiB
HTML
2 lines
4.1 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/element/basic_eating - 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/element/basic_eating.html#var">Var Details</a></header><main><h1>basic_eating <aside>/<a href="datum.html">datum</a>/<a href="datum/element.html">element</a>/<a href="datum/element/basic_eating.html">basic_eating</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/elements/basic_eating.dm#L6"><img src="git.png" width="16" height="16" title="code/datums/elements/basic_eating.dm 6"></a></h1><h2 id="basic-eating-element">basic eating element!</h2>
|
||
<p>Small behavior for non-carbons to eat certain stuff they interact with</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/element/basic_eating.html#var/add_to_contents">add_to_contents</a></th><td>If true, we put food in our tummy instead of deleting it</td></tr><tr><th><a href="datum/element/basic_eating.html#var/damage_amount">damage_amount</a></th><td>Amount to hurt</td></tr><tr><th><a href="datum/element/basic_eating.html#var/damage_type">damage_type</a></th><td>Type of hurt to apply</td></tr><tr><th><a href="datum/element/basic_eating.html#var/drinking">drinking</a></th><td>Whether to flavor it as drinking rather than eating.</td></tr><tr><th><a href="datum/element/basic_eating.html#var/food_types">food_types</a></th><td>Types the animal can eat.</td></tr><tr><th><a href="datum/element/basic_eating.html#var/heal_amt">heal_amt</a></th><td>Amount to heal</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/add_to_contents"><aside class="declaration">var </aside>add_to_contents <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/elements/basic_eating.dm#L18"><img src="git.png" width="16" height="16" title="code/datums/elements/basic_eating.dm 18"></a></h3><p>If true, we put food in our tummy instead of deleting it</p><h3 id="var/damage_amount"><aside class="declaration">var </aside>damage_amount <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/elements/basic_eating.dm#L12"><img src="git.png" width="16" height="16" title="code/datums/elements/basic_eating.dm 12"></a></h3><p>Amount to hurt</p><h3 id="var/damage_type"><aside class="declaration">var </aside>damage_type <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/elements/basic_eating.dm#L14"><img src="git.png" width="16" height="16" title="code/datums/elements/basic_eating.dm 14"></a></h3><p>Type of hurt to apply</p><h3 id="var/drinking"><aside class="declaration">var </aside>drinking <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/elements/basic_eating.dm#L16"><img src="git.png" width="16" height="16" title="code/datums/elements/basic_eating.dm 16"></a></h3><p>Whether to flavor it as drinking rather than eating.</p><h3 id="var/food_types"><aside class="declaration">var </aside>food_types <aside>– /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/elements/basic_eating.dm#L20"><img src="git.png" width="16" height="16" title="code/datums/elements/basic_eating.dm 20"></a></h3><p>Types the animal can eat.</p><h3 id="var/heal_amt"><aside class="declaration">var </aside>heal_amt <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/elements/basic_eating.dm#L10"><img src="git.png" width="16" height="16" title="code/datums/elements/basic_eating.dm 10"></a></h3><p>Amount to heal</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> |