mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
1 line
4.7 KiB
HTML
1 line
4.7 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>code/__DEFINES/mindflayer_defines.dm - 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="code/__DEFINES/mindflayer_defines.html#define">Define Details</a></header><main><h1>code/__DEFINES/mindflayer_defines.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/mindflayer_defines.dm"><img src="git.png" width="16" height="16" title="code/__DEFINES/mindflayer_defines.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/__DEFINES/mindflayer_defines.html#define/FLAYER_INNATE_POWER">FLAYER_INNATE_POWER</a></th><td>Denotes that this power is free and should be given to all mindflayers by default.</td></tr><tr><th><a href="code/__DEFINES/mindflayer_defines.html#define/FLAYER_PURCHASABLE_POWER">FLAYER_PURCHASABLE_POWER</a></th><td>Denotes that this power can only be obtained by purchasing it.</td></tr><tr><th><a href="code/__DEFINES/mindflayer_defines.html#define/FLAYER_UNOBTAINABLE_POWER">FLAYER_UNOBTAINABLE_POWER</a></th><td>Denotes that this power can not be obtained normally. Primarily used for base types such as <a href="datum/spell/flayer.html" title="/datum/spell/flayer">/datum/spell/flayer/weapon</a>.</td></tr><tr><th><a href="code/__DEFINES/mindflayer_defines.html#define/BRAIN_DRAIN_LIMIT">BRAIN_DRAIN_LIMIT</a></th><td>How many swarms can you drain per person?</td></tr><tr><th><a href="code/__DEFINES/mindflayer_defines.html#define/DRAIN_TIME">DRAIN_TIME</a></th><td>The time per harvesting tick</td></tr><tr><th><a href="code/__DEFINES/mindflayer_defines.html#define/DRAIN_BUT_NO_SWARMS">DRAIN_BUT_NO_SWARMS</a></th><td>If we want to keep draining someone but we don't have any swarms to gain</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/BRAIN_DRAIN_LIMIT"><aside class="declaration">#define </aside>BRAIN_DRAIN_LIMIT <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/mindflayer_defines.dm#L10"><img src="git.png" width="16" height="16" title="code/__DEFINES/mindflayer_defines.dm 10"></a></h3><p>How many swarms can you drain per person?</p><h3 id="define/DRAIN_BUT_NO_SWARMS"><aside class="declaration">#define </aside>DRAIN_BUT_NO_SWARMS <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/mindflayer_defines.dm#L14"><img src="git.png" width="16" height="16" title="code/__DEFINES/mindflayer_defines.dm 14"></a></h3><p>If we want to keep draining someone but we don't have any swarms to gain</p><h3 id="define/DRAIN_TIME"><aside class="declaration">#define </aside>DRAIN_TIME <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/mindflayer_defines.dm#L12"><img src="git.png" width="16" height="16" title="code/__DEFINES/mindflayer_defines.dm 12"></a></h3><p>The time per harvesting tick</p><h3 id="define/FLAYER_INNATE_POWER"><aside class="declaration">#define </aside>FLAYER_INNATE_POWER <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/mindflayer_defines.dm#L3"><img src="git.png" width="16" height="16" title="code/__DEFINES/mindflayer_defines.dm 3"></a></h3><p>Denotes that this power is free and should be given to all mindflayers by default.</p><h3 id="define/FLAYER_PURCHASABLE_POWER"><aside class="declaration">#define </aside>FLAYER_PURCHASABLE_POWER <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/mindflayer_defines.dm#L5"><img src="git.png" width="16" height="16" title="code/__DEFINES/mindflayer_defines.dm 5"></a></h3><p>Denotes that this power can only be obtained by purchasing it.</p><h3 id="define/FLAYER_UNOBTAINABLE_POWER"><aside class="declaration">#define </aside>FLAYER_UNOBTAINABLE_POWER <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/mindflayer_defines.dm#L7"><img src="git.png" width="16" height="16" title="code/__DEFINES/mindflayer_defines.dm 7"></a></h3><p>Denotes that this power can not be obtained normally. Primarily used for base types such as <a href="datum/spell/flayer.html" title="/datum/spell/flayer">/datum/spell/flayer/weapon</a>.</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> |