1 line
8.2 KiB
HTML
1 line
8.2 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>code/__DEFINES/events.dm - /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="code/__DEFINES/events.html#define">Define Details</a></header><main><h1>code/__DEFINES/events.dm <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/events.dm0"><img src="git.png" width="16" height="16" title="code/__DEFINES/events.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/__DEFINES/events.html#define/EVENT_CATEGORY_AI">EVENT_CATEGORY_AI</a></th><td>Events that mess with or create artificial intelligences, such as vending machines and the AI itself</td></tr><tr><th><a href="code/__DEFINES/events.html#define/EVENT_CATEGORY_ANOMALIES">EVENT_CATEGORY_ANOMALIES</a></th><td>Events that spawn anomalies, which might be the source of anomaly cores</td></tr><tr><th><a href="code/__DEFINES/events.html#define/EVENT_CATEGORY_BUREAUCRATIC">EVENT_CATEGORY_BUREAUCRATIC</a></th><td>Events pertaining cargo, messages incoming to the station and job slots</td></tr><tr><th><a href="code/__DEFINES/events.html#define/EVENT_CATEGORY_ENGINEERING">EVENT_CATEGORY_ENGINEERING</a></th><td>Events that cause breakages and malfunctions that could be fixed by engineers</td></tr><tr><th><a href="code/__DEFINES/events.html#define/EVENT_CATEGORY_ENTITIES">EVENT_CATEGORY_ENTITIES</a></th><td>Events that spawn creatures with simple desires, such as to hunt</td></tr><tr><th><a href="code/__DEFINES/events.html#define/EVENT_CATEGORY_FRIENDLY">EVENT_CATEGORY_FRIENDLY</a></th><td>Events that should have no harmful effects, and might be useful to the crew</td></tr><tr><th><a href="code/__DEFINES/events.html#define/EVENT_CATEGORY_HEALTH">EVENT_CATEGORY_HEALTH</a></th><td>Events that affect the body and mind</td></tr><tr><th><a href="code/__DEFINES/events.html#define/EVENT_CATEGORY_HOLIDAY">EVENT_CATEGORY_HOLIDAY</a></th><td>Events reserved for special occassions</td></tr><tr><th><a href="code/__DEFINES/events.html#define/EVENT_CATEGORY_INVASION">EVENT_CATEGORY_INVASION</a></th><td>Events with enemy groups with a more complex plan</td></tr><tr><th><a href="code/__DEFINES/events.html#define/EVENT_CATEGORY_JANITORIAL">EVENT_CATEGORY_JANITORIAL</a></th><td>Events that make a mess</td></tr><tr><th><a href="code/__DEFINES/events.html#define/EVENT_CATEGORY_SPACE">EVENT_CATEGORY_SPACE</a></th><td>Events that summon meteors and other debris, and stationwide waves of harmful space weather</td></tr><tr><th><a href="code/__DEFINES/events.html#define/EVENT_CATEGORY_WIZARD">EVENT_CATEGORY_WIZARD</a></th><td>Events summoned by a wizard</td></tr><tr><th><a href="code/__DEFINES/events.html#define/ADMIN_CANCEL_EVENT">ADMIN_CANCEL_EVENT</a></th><td>Return from admin setup to stop the event from triggering entirely.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/ADMIN_CANCEL_EVENT"><aside class="declaration">#define </aside>ADMIN_CANCEL_EVENT <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/events.dm#L37"><img src="git.png" width="16" height="16" title="code/__DEFINES/events.dm 37"></a></h3><p>Return from admin setup to stop the event from triggering entirely.</p><h3 id="define/EVENT_CATEGORY_AI"><aside class="declaration">#define </aside>EVENT_CATEGORY_AI <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/events.dm#L12"><img src="git.png" width="16" height="16" title="code/__DEFINES/events.dm 12"></a></h3><p>Events that mess with or create artificial intelligences, such as vending machines and the AI itself</p><h3 id="define/EVENT_CATEGORY_ANOMALIES"><aside class="declaration">#define </aside>EVENT_CATEGORY_ANOMALIES <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/events.dm#L14"><img src="git.png" width="16" height="16" title="code/__DEFINES/events.dm 14"></a></h3><p>Events that spawn anomalies, which might be the source of anomaly cores</p><h3 id="define/EVENT_CATEGORY_BUREAUCRATIC"><aside class="declaration">#define </aside>EVENT_CATEGORY_BUREAUCRATIC <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/events.dm#L16"><img src="git.png" width="16" height="16" title="code/__DEFINES/events.dm 16"></a></h3><p>Events pertaining cargo, messages incoming to the station and job slots</p><h3 id="define/EVENT_CATEGORY_ENGINEERING"><aside class="declaration">#define </aside>EVENT_CATEGORY_ENGINEERING <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/events.dm#L18"><img src="git.png" width="16" height="16" title="code/__DEFINES/events.dm 18"></a></h3><p>Events that cause breakages and malfunctions that could be fixed by engineers</p><h3 id="define/EVENT_CATEGORY_ENTITIES"><aside class="declaration">#define </aside>EVENT_CATEGORY_ENTITIES <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/events.dm#L20"><img src="git.png" width="16" height="16" title="code/__DEFINES/events.dm 20"></a></h3><p>Events that spawn creatures with simple desires, such as to hunt</p><h3 id="define/EVENT_CATEGORY_FRIENDLY"><aside class="declaration">#define </aside>EVENT_CATEGORY_FRIENDLY <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/events.dm#L22"><img src="git.png" width="16" height="16" title="code/__DEFINES/events.dm 22"></a></h3><p>Events that should have no harmful effects, and might be useful to the crew</p><h3 id="define/EVENT_CATEGORY_HEALTH"><aside class="declaration">#define </aside>EVENT_CATEGORY_HEALTH <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/events.dm#L24"><img src="git.png" width="16" height="16" title="code/__DEFINES/events.dm 24"></a></h3><p>Events that affect the body and mind</p><h3 id="define/EVENT_CATEGORY_HOLIDAY"><aside class="declaration">#define </aside>EVENT_CATEGORY_HOLIDAY <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/events.dm#L26"><img src="git.png" width="16" height="16" title="code/__DEFINES/events.dm 26"></a></h3><p>Events reserved for special occassions</p><h3 id="define/EVENT_CATEGORY_INVASION"><aside class="declaration">#define </aside>EVENT_CATEGORY_INVASION <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/events.dm#L28"><img src="git.png" width="16" height="16" title="code/__DEFINES/events.dm 28"></a></h3><p>Events with enemy groups with a more complex plan</p><h3 id="define/EVENT_CATEGORY_JANITORIAL"><aside class="declaration">#define </aside>EVENT_CATEGORY_JANITORIAL <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/events.dm#L30"><img src="git.png" width="16" height="16" title="code/__DEFINES/events.dm 30"></a></h3><p>Events that make a mess</p><h3 id="define/EVENT_CATEGORY_SPACE"><aside class="declaration">#define </aside>EVENT_CATEGORY_SPACE <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/events.dm#L32"><img src="git.png" width="16" height="16" title="code/__DEFINES/events.dm 32"></a></h3><p>Events that summon meteors and other debris, and stationwide waves of harmful space weather</p><h3 id="define/EVENT_CATEGORY_WIZARD"><aside class="declaration">#define </aside>EVENT_CATEGORY_WIZARD <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/events.dm#L34"><img src="git.png" width="16" height="16" title="code/__DEFINES/events.dm 34"></a></h3><p>Events summoned by a wizard</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> |