Deploy to GitHub pages

This commit is contained in:
github-actions[bot]
2026-08-26 00:26:58 +00:00
committed by GitHub
commit 835dffb4c8
2864 changed files with 11879 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/admin/admin_verbs.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></header><main><h1>code/modules/admin/admin_verbs.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/admin/admin_verbs.dm"><img src="git.png" width="16" height="16" title="code/modules/admin/admin_verbs.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/user_verb.html">user_verb</a>/admin_observe</th><td>Allow an admin to observe someone.
mentors are allowed to use this verb while living, but with some stipulations:
if they attempt to do anything that would stop their orbit, they will immediately be returned to their body.</td></tr></table></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>
+1
View File
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/admin/centcom_ban_db.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></header><main><h1>code/modules/admin/centcom_ban_db.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/admin/centcom_ban_db.dm"><img src="git.png" width="16" height="16" title="code/modules/admin/centcom_ban_db.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/user_verb.html">user_verb</a>/ccbdb_lookup_ckey</th><td>Just a simple verb so admins can do manual lookups</td></tr></table></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>
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/admin/misc_admin_procs.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/modules/admin/misc_admin_procs.html#define">Define Details</a></header><main><h1>code/modules/admin/misc_admin_procs.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/admin/misc_admin_procs.dm"><img src="git.png" width="16" height="16" title="code/modules/admin/misc_admin_procs.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/proc/<a href="global.html#proc/message_roles">message_roles</a></th><td>Sends a message to all players with a role and the specified permissions</td></tr><tr><th>/proc/<a href="global.html#proc/message_adminTicket">message_adminTicket</a></th><td>Sends a message to the staff able to see admin tickets
Arguments:
msg - The message being send
important - If the message is important. If TRUE it will ignore the CHAT_NO_TICKETLOGS preferences,
send a sound and flash the window. Defaults to FALSE</td></tr><tr><th>/proc/<a href="global.html#proc/message_mentorTicket">message_mentorTicket</a></th><td>Sends a message to the staff able to see mentor tickets
Arguments:
msg - The message being send
important - If the message is important. If TRUE it will ignore the CHAT_NO_TICKETLOGS preferences,
send a sound and flash the window. Defaults to FALSE</td></tr><tr><th><a href="code/modules/admin/misc_admin_procs.html#define/PLAYER_NOTES_ENTRIES_PER_PAGE">PLAYER_NOTES_ENTRIES_PER_PAGE</a></th><td>Panels</td></tr><tr><th>/proc/<a href="global.html#proc/is_special_character">is_special_character</a></th><td>ADMIN HELPER PROCS
A proc that return whether the mob is a &quot;Special Character&quot; aka Antagonist</td></tr><tr><th>/proc/<a href="global.html#proc/get_antag_type_strings_list">get_antag_type_strings_list</a></th><td>A proc that return an array of capitalized strings containing name of the antag types they are</td></tr><tr><th>/proc/<a href="global.html#proc/get_antag_type_truncated_plaintext_string">get_antag_type_truncated_plaintext_string</a></th><td>A proc that return a string containing all the singled out antags . Empty string if not antag</td></tr><tr><th>/proc/<a href="global.html#proc/get_admin_objective_targets">get_admin_objective_targets</a></th><td>Allows admins to safely pick from SSticker.minds for objectives</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/PLAYER_NOTES_ENTRIES_PER_PAGE"><aside class="declaration">#define </aside>PLAYER_NOTES_ENTRIES_PER_PAGE <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/admin/misc_admin_procs.dm#L80"><img src="git.png" width="16" height="16" title="code/modules/admin/misc_admin_procs.dm 80"></a></h3><p>Panels</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>
+4
View File
@@ -0,0 +1,4 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/admin/spawn_verbs.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></header><main><h1>code/modules/admin/spawn_verbs.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/admin/spawn_verbs.dm"><img src="git.png" width="16" height="16" title="code/modules/admin/spawn_verbs.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/user_verb.html">user_verb</a>/respawn_character</th><td>If a guy was gibbed and you want to revive him, this is a good way to do so.
Works kind of like entering the game with a new character. Character
receives a new mind if they didn't have one. Traitors and the like can also
be revived with the previous role mostly intact.</td></tr></table></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>
+2
View File
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/admin/verbs/adminpm.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></header><main><h1>code/modules/admin/verbs/adminpm.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/admin/verbs/adminpm.dm"><img src="git.png" width="16" height="16" title="code/modules/admin/verbs/adminpm.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/user_verb.html">user_verb</a>/admin_pm_target</th><td>Allows right clicking mobs to send an admin PM to their client.
Forwards the selected mob's client to cmd_admin_pm.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/user_verb.html">user_verb</a>/admin_pm_panel</th><td>Shows a list of clients we could send PMs to, then forwards our choice to cmd_admin_pm.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/user_verb.html">user_verb</a>/admin_pm_by_key_panel</th><td>Shows a list of clients we could send PMs to, then forwards our choice to cmd_admin_pm.</td></tr></table></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>
+1
View File
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/admin/verbs/getlogs.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></header><main><h1>code/modules/admin/verbs/getlogs.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/admin/verbs/getlogs.dm"><img src="git.png" width="16" height="16" title="code/modules/admin/verbs/getlogs.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/user_verb.html">user_verb</a>/get_server_logs</th><td>Allows download of past server logs saved within the data/logs/ folder.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/user_verb.html">user_verb</a>/get_server_logs_by_round_id</th><td>Allows download of past server logs saved within the data/logs/ folder by specifying a specific round ID.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/_common/antag_hud.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></header><main><h1>code/modules/antagonists/_common/antag_hud.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/_common/antag_hud.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/_common/antag_hud.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/mindslaves</th><td>Master Servent Datum Sytems,Based on TG Gang system</td></tr></table></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>
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/_common/antag_spawner.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></header><main><h1>code/modules/antagonists/_common/antag_spawner.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/_common/antag_spawner.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/_common/antag_spawner.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/antag_spawner/nuke_ops</th><td>BORGS AND OPERATIVES</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/antag_spawner/nuke_ops/borg_tele</th><td>SYNDICATE BORG</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/antag_spawner/slaughter_demon</th><td>////////SLAUGHTER DEMON
Warning edgiest item in the game</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/antag_spawner/morph</th><td>MORPH</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/antag_spawner/revenant</th><td>Revenant</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/antag_spawner/pulse_demon</th><td>Pulse Demon</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/_common/antag_team.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></header><main><h1>code/modules/antagonists/_common/antag_team.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/_common/antag_team.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/_common/antag_team.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/team.html">/datum/team</a></th><td>Datum used by team antagonists to track it's members and objectives the team needs to complete.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/antag_org/antag_org_datum.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></header><main><h1>code/modules/antagonists/antag_org/antag_org_datum.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/antag_org/antag_org_datum.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/antag_org/antag_org_datum.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/antag_org.html">/datum/antag_org</a></th><td>The lore organization antagonists are attached to. Influences objectives and steal targets.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/antag_org/antag_org_syndicate.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></header><main><h1>code/modules/antagonists/antag_org/antag_org_syndicate.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/antag_org/antag_org_syndicate.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/antag_org/antag_org_syndicate.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/antag_org.html">antag_org</a>/syndicate</th><td>Base syndicate org datum</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/changeling/evolution_menu.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/modules/antagonists/changeling/evolution_menu.html#define">Define Details</a></header><main><h1>code/modules/antagonists/changeling/evolution_menu.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/changeling/evolution_menu.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/changeling/evolution_menu.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/antagonists/changeling/evolution_menu.html#define/COMPACT_MODE">COMPACT_MODE</a></th><td>The evolution menu will be shown in the compact mode, with only powers and costs being displayed.</td></tr><tr><th><a href="code/modules/antagonists/changeling/evolution_menu.html#define/EXPANDED_MODE">EXPANDED_MODE</a></th><td>The evolution menu will be shown in the expanded mode, with powers, costs, and power descriptions being displayed.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/COMPACT_MODE"><aside class="declaration">#define </aside>COMPACT_MODE <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/changeling/evolution_menu.dm#L2"><img src="git.png" width="16" height="16" title="code/modules/antagonists/changeling/evolution_menu.dm 2"></a></h3><p>The evolution menu will be shown in the compact mode, with only powers and costs being displayed.</p><h3 id="define/EXPANDED_MODE"><aside class="declaration">#define </aside>EXPANDED_MODE <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/changeling/evolution_menu.dm#L4"><img src="git.png" width="16" height="16" title="code/modules/antagonists/changeling/evolution_menu.dm 4"></a></h3><p>The evolution menu will be shown in the expanded mode, with powers, costs, and power descriptions being displayed.</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>
@@ -0,0 +1,11 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/changeling/powers/mutations.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></header><main><h1>code/modules/antagonists/changeling/powers/mutations.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/changeling/powers/mutations.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/changeling/powers/mutations.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/action.html">action</a>/<a href="datum/action/changeling.html">changeling</a>/<a href="datum/action/changeling/weapon.html">weapon</a>/arm_blade</th><td>*<em><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><br />
|<em><strong><strong><strong><strong><strong><strong><strong>ARM BLADE</strong></strong></strong></strong></strong></strong></strong></em>|
*</strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></em></td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/action.html">action</a>/<a href="datum/action/changeling.html">changeling</a>/<a href="datum/action/changeling/weapon.html">weapon</a>/tentacle</th><td><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><br />
|<em><strong><strong><strong><strong><strong>COMBAT TENTACLES</strong></strong></strong></strong></strong></em></strong>|
*</strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong>*</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/action.html">action</a>/<a href="datum/action/changeling.html">changeling</a>/<a href="datum/action/changeling/weapon.html">weapon</a>/shield</th><td><em><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><em><br />
|<strong><strong><strong><strong><strong><strong><strong><strong>SHIELD</strong></strong></strong></strong></strong></strong></strong></strong></em>|
*</strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></em></td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/action.html">action</a>/<a href="datum/action/changeling.html">changeling</a>/suit/organic_space_suit</th><td><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><br />
|<em><strong><strong><strong><strong>SPACE SUIT + HELMET</strong></strong></strong></strong></em></strong>|
*</strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong>*</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/action.html">action</a>/<a href="datum/action/changeling.html">changeling</a>/suit/armor</th><td>*<em><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><br />
|<em><strong><strong><strong><strong><strong><strong><strong><strong>ARMOR</strong></strong></strong></strong></strong></strong></strong></strong></em>|
*</strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></em></td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/changeling/powers/shriek.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></header><main><h1>code/modules/antagonists/changeling/powers/shriek.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/changeling/powers/shriek.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/changeling/powers/shriek.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/action.html">action</a>/<a href="datum/action/changeling.html">changeling</a>/dissonant_shriek/cyberrev</th><td>A more expensive version, used during rounds with cyber rev station trait for balance reasons.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/changeling/powers/summon_spiders.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></header><main><h1>code/modules/antagonists/changeling/powers/summon_spiders.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/changeling/powers/summon_spiders.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/changeling/powers/summon_spiders.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="mob/living/basic/giant_spider/hunter/infestation_spider.html">/mob/living/basic/giant_spider/hunter/infestation_spider</a></th><td>Child of giant_spider because this should do everything the spider does and more</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/changeling/powers/tiny_prick.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></header><main><h1>code/modules/antagonists/changeling/powers/tiny_prick.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/changeling/powers/tiny_prick.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/changeling/powers/tiny_prick.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/action.html">action</a>/<a href="datum/action/changeling.html">changeling</a>/<a href="datum/action/changeling/sting.html">sting</a>/cryo</th><td>Enable when mob cooling is fixed so that frostoil actually makes you cold, instead of mostly just hungry.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/flockmind/components/flock_interest.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></header><main><h1>code/modules/antagonists/flockmind/components/flock_interest.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/flockmind/components/flock_interest.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/flockmind/components/flock_interest.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/component/flock_interest.html">/datum/component/flock_interest</a></th><td>Mark a specific flock as interested in this</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/heretic_antag.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></header><main><h1>code/modules/antagonists/heretic/heretic_antag.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/heretic_antag.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/heretic_antag.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/antagonist/heretic.html">/datum/antagonist/heretic</a></th><td>The heretic antagonist itself.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/objective.html">objective</a>/minor_sacrifice</th><td>Heretic's minor sacrifice objective. &quot;Minor sacrifices&quot; includes anyone.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/objective.html">objective</a>/major_sacrifice</th><td>Heretic's major sacrifice objective. &quot;Major sacrifices&quot; are heads of staff.</td></tr><tr><th><a href="datum/objective/heretic_research.html">/datum/objective/heretic_research</a></th><td>Heretic's research objective. &quot;Research&quot; is heretic knowledge nodes (You start with some).</td></tr></table></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>
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/heretic_focus.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></header><main><h1>code/modules/antagonists/heretic/heretic_focus.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/heretic_focus.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/heretic_focus.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/element/heretic_focus.html">/datum/element/heretic_focus</a></th><td>Heretic focus element, simple element for making an item a heretic focus,
allowing heretics to cast advanced spells (examine message included).</td></tr></table></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>
@@ -0,0 +1,6 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/heretic_knowledge.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/modules/antagonists/heretic/heretic_knowledge.html#define">Define Details</a></header><main><h1>code/modules/antagonists/heretic/heretic_knowledge.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/heretic_knowledge.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/heretic_knowledge.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/heretic_knowledge.html">/datum/heretic_knowledge</a></th><td>The datums that allow heretics to progress and learn new spells and rituals.</td></tr><tr><th><a href="datum/heretic_knowledge/spell.html">/datum/heretic_knowledge/spell</a></th><td>A knowledge subtype that grants the heretic a certain spell.</td></tr><tr><th><a href="datum/heretic_knowledge/limited_amount.html">/datum/heretic_knowledge/limited_amount</a></th><td>A knowledge subtype for knowledge that can only
have a limited amount of its resulting atoms
created at once.</td></tr><tr><th><a href="datum/heretic_knowledge/limited_amount/starting.html">/datum/heretic_knowledge/limited_amount/starting</a></th><td>A knowledge subtype for limited_amount knowledge
used for base knowledge (the ones that make blades)</td></tr><tr><th><a href="datum/heretic_knowledge/mark.html">/datum/heretic_knowledge/mark</a></th><td>A knowledge subtype for heretic knowledge
that applies a mark on use.</td></tr><tr><th><a href="datum/heretic_knowledge/blade_upgrade.html">/datum/heretic_knowledge/blade_upgrade</a></th><td>A knowledge subtype for heretic knowledge that
upgrades their sickly blade, either on melee or range.</td></tr><tr><th><a href="datum/heretic_knowledge/summon.html">/datum/heretic_knowledge/summon</a></th><td>A knowledge subtype lets the heretic summon a monster with the ritual.</td></tr><tr><th><a href="code/modules/antagonists/heretic/heretic_knowledge.html#define/KNOWLEDGE_RITUAL_POINTS">KNOWLEDGE_RITUAL_POINTS</a></th><td>The amount of knowledge points the knowledge ritual gives on success.</td></tr><tr><th><a href="datum/heretic_knowledge/knowledge_ritual.html">/datum/heretic_knowledge/knowledge_ritual</a></th><td>A subtype of knowledge that generates random ritual components.</td></tr><tr><th><a href="datum/heretic_knowledge/ultimate.html">/datum/heretic_knowledge/ultimate</a></th><td>The special final tier of knowledges that unlocks ASCENSION.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/KNOWLEDGE_RITUAL_POINTS"><aside class="declaration">#define </aside>KNOWLEDGE_RITUAL_POINTS <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/heretic_knowledge.dm#L492"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/heretic_knowledge.dm 492"></a></h3><p>The amount of knowledge points the knowledge ritual gives on success.</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>
@@ -0,0 +1,3 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/heretic_living_heart.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></header><main><h1>code/modules/antagonists/heretic/heretic_living_heart.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/heretic_living_heart.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/heretic_living_heart.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/component/living_heart.html">/datum/component/living_heart</a></th><td>Applied to a heart to turn it into a heretic's 'living heart'.
The living heart is what they use to track people they need to sacrifice.</td></tr><tr><th><a href="datum/action/track_target.html">/datum/action/track_target</a></th><td>The action associated with the living heart.
Allows a heretic to track sacrifice targets.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/heretic_monster.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></header><main><h1>code/modules/antagonists/heretic/heretic_monster.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/heretic_monster.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/heretic_monster.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/antagonist.html">antagonist</a>/<a href="datum/antagonist/mindslave.html">mindslave</a>/heretic_monster</th><td>Tracking reasons</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/influences.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/modules/antagonists/heretic/influences.html#define">Define Details</a></header><main><h1>code/modules/antagonists/heretic/influences.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/influences.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/influences.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/antagonists/heretic/influences.html#define/NUM_INFLUENCES_PER_HERETIC">NUM_INFLUENCES_PER_HERETIC</a></th><td>The number of influences spawned per heretic</td></tr><tr><th><a href="datum/reality_smash_tracker.html">/datum/reality_smash_tracker</a></th><td>#Reality smash tracker</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/NUM_INFLUENCES_PER_HERETIC"><aside class="declaration">#define </aside>NUM_INFLUENCES_PER_HERETIC <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/influences.dm#L3"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/influences.dm 3"></a></h3><p>The number of influences spawned per heretic</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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/items/corrupted_organs.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></header><main><h1>code/modules/antagonists/heretic/items/corrupted_organs.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/items/corrupted_organs.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/items/corrupted_organs.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="obj/item/organ/internal/eyes/corrupt.html">/obj/item/organ/internal/eyes/corrupt</a></th><td>Renders you unable to see people who were heretics at the time that this organ is gained</td></tr><tr><th><a href="obj/item/organ/internal/liver/corrupt.html">/obj/item/organ/internal/liver/corrupt</a></th><td>Randomly secretes alcohol or hallucinogens</td></tr><tr><th><a href="obj/item/organ/internal/heart/corrupt.html">/obj/item/organ/internal/heart/corrupt</a></th><td>Occasionally bombards you with spooky hands and lets everyone hear your pulse.</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/organ.html">organ</a>/<a href="obj/item/organ/internal.html">internal</a>/lungs/corrupt</th><td>Sometimes begin to suffocate</td></tr><tr><th><a href="obj/item/organ/internal/appendix/corrupt.html">/obj/item/organ/internal/appendix/corrupt</a></th><td>It's full of worms</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/items/hunter_rifle.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/modules/antagonists/heretic/items/hunter_rifle.html#define">Define Details</a></header><main><h1>code/modules/antagonists/heretic/items/hunter_rifle.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/items/hunter_rifle.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/items/hunter_rifle.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/antagonists/heretic/items/hunter_rifle.html#define/MAX_LIONHUNTER_RANGE">MAX_LIONHUNTER_RANGE</a></th><td>The max range we can zoom in on people from.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/MAX_LIONHUNTER_RANGE"><aside class="declaration">#define </aside>MAX_LIONHUNTER_RANGE <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/items/hunter_rifle.dm#L2"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/items/hunter_rifle.dm 2"></a></h3><p>The max range we can zoom in on people from.</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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/items/keyring.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></header><main><h1>code/modules/antagonists/heretic/items/keyring.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/items/keyring.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/items/keyring.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="obj/item/card/id/heretic.html">/obj/item/card/id/heretic</a></th><td>An ID card capable of shapeshifting to other IDs given by the Key Keepers Burden knowledge</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/items/labyrinth_handbook.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></header><main><h1>code/modules/antagonists/heretic/items/labyrinth_handbook.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/items/labyrinth_handbook.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/items/labyrinth_handbook.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="obj/item/heretic_labyrinth_handbook.html">/obj/item/heretic_labyrinth_handbook</a></th><td>A heretic item that spawns a barrier at the clicked turf, 3 uses</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/knowledge/blade_lore.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/modules/antagonists/heretic/knowledge/blade_lore.html#define">Define Details</a></header><main><h1>code/modules/antagonists/heretic/knowledge/blade_lore.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/knowledge/blade_lore.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/knowledge/blade_lore.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/antagonists/heretic/knowledge/blade_lore.html#define/BLADE_DANCE_COOLDOWN">BLADE_DANCE_COOLDOWN</a></th><td>The cooldown duration between triggers of blade dance</td></tr><tr><th><a href="code/modules/antagonists/heretic/knowledge/blade_lore.html#define/BLOOD_FLOW_PER_SEVEIRTY">BLOOD_FLOW_PER_SEVEIRTY</a></th><td>The amount of blood flow reduced per level of severity of gained bleeding wounds for Stance of the Torn Champion.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/BLADE_DANCE_COOLDOWN"><aside class="declaration">#define </aside>BLADE_DANCE_COOLDOWN <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/knowledge/blade_lore.dm#L62"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/knowledge/blade_lore.dm 62"></a></h3><p>The cooldown duration between triggers of blade dance</p><h3 id="define/BLOOD_FLOW_PER_SEVEIRTY"><aside class="declaration">#define </aside>BLOOD_FLOW_PER_SEVEIRTY <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/knowledge/blade_lore.dm#L197"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/knowledge/blade_lore.dm 197"></a></h3><p>The amount of blood flow reduced per level of severity of gained bleeding wounds for Stance of the Torn Champion.</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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/knowledge/flesh_lore.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/modules/antagonists/heretic/knowledge/flesh_lore.html#define">Define Details</a></header><main><h1>code/modules/antagonists/heretic/knowledge/flesh_lore.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/knowledge/flesh_lore.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/knowledge/flesh_lore.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/antagonists/heretic/knowledge/flesh_lore.html#define/GHOUL_MAX_HEALTH">GHOUL_MAX_HEALTH</a></th><td>The max amount of health a ghoul has.</td></tr><tr><th><a href="code/modules/antagonists/heretic/knowledge/flesh_lore.html#define/MUTE_MAX_HEALTH">MUTE_MAX_HEALTH</a></th><td>The max amount of health a voiceless dead has.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/GHOUL_MAX_HEALTH"><aside class="declaration">#define </aside>GHOUL_MAX_HEALTH <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/knowledge/flesh_lore.dm#L2"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/knowledge/flesh_lore.dm 2"></a></h3><p>The max amount of health a ghoul has.</p><h3 id="define/MUTE_MAX_HEALTH"><aside class="declaration">#define </aside>MUTE_MAX_HEALTH <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/knowledge/flesh_lore.dm#L4"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/knowledge/flesh_lore.dm 4"></a></h3><p>The max amount of health a voiceless dead has.</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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_buff.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></header><main><h1>code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_buff.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_buff.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_buff.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="atom.html">atom</a>/<a href="atom/movable.html">movable</a>/<a href="atom/movable/screen.html">screen</a>/<a href="atom/movable/screen/alert.html">alert</a>/status_effect/unholy_determination</th><td>Screen alert for the below status effect.</td></tr><tr><th><a href="datum/status_effect/unholy_determination.html">/datum/status_effect/unholy_determination</a></th><td>The buff given to people within the shadow realm to assist them in surviving.</td></tr><tr><th>/proc/<a href="global.html#proc/fire_curse_hand">fire_curse_hand</a></th><td>Torment the target with a frightening hand</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_curse.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></header><main><h1>code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_curse.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_curse.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_curse.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/status_effect/heretic_curse.html">/datum/status_effect/heretic_curse</a></th><td>A curse given to people to disencourage them from retaliating against someone who sacrificed them</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_knowledge.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/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_knowledge.html#define">Define Details</a></header><main><h1>code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_knowledge.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_knowledge.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_knowledge.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_knowledge.html#define/SACRIFICE_SLEEP_DURATION">SACRIFICE_SLEEP_DURATION</a></th><td>How long we put the target so sleep for during sacrifice.</td></tr><tr><th><a href="code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_knowledge.html#define/SACRIFICE_REALM_DURATION">SACRIFICE_REALM_DURATION</a></th><td>How long sacrifices must stay in the shadow realm to survive.</td></tr><tr><th><a href="datum/heretic_knowledge/hunt_and_sacrifice.html">/datum/heretic_knowledge/hunt_and_sacrifice</a></th><td>Allows the heretic to sacrifice living heart targets.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/SACRIFICE_REALM_DURATION"><aside class="declaration">#define </aside>SACRIFICE_REALM_DURATION <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_knowledge.dm#L6"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_knowledge.dm 6"></a></h3><p>How long sacrifices must stay in the shadow realm to survive.</p><h3 id="define/SACRIFICE_SLEEP_DURATION"><aside class="declaration">#define </aside>SACRIFICE_SLEEP_DURATION <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_knowledge.dm#L4"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_knowledge.dm 4"></a></h3><p>How long we put the target so sleep for during sacrifice.</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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_map.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></header><main><h1>code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_map.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_map.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_map.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="obj/effect/landmark/heretic.html">/obj/effect/landmark/heretic</a></th><td>Lardmarks meant to designate where heretic sacrifices are sent.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/knowledge/side_void_blade.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/modules/antagonists/heretic/knowledge/side_void_blade.html#define">Define Details</a></header><main><h1>code/modules/antagonists/heretic/knowledge/side_void_blade.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/knowledge/side_void_blade.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/knowledge/side_void_blade.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/antagonists/heretic/knowledge/side_void_blade.html#define/RISEN_MAX_HEALTH">RISEN_MAX_HEALTH</a></th><td>The max health given to Shattered Risen</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/shattered_risen</th><td>The &quot;hand&quot; &quot;weapon&quot; used by shattered risen</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/RISEN_MAX_HEALTH"><aside class="declaration">#define </aside>RISEN_MAX_HEALTH <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/knowledge/side_void_blade.dm#L16"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/knowledge/side_void_blade.dm 16"></a></h3><p>The max health given to Shattered Risen</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>
@@ -0,0 +1,8 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/knowledge/starting_lore.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></header><main><h1>code/modules/antagonists/heretic/knowledge/starting_lore.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/knowledge/starting_lore.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/knowledge/starting_lore.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/proc/<a href="global.html#proc/initialize_starting_knowledge">initialize_starting_knowledge</a></th><td>Returns a list of all heretic knowledge TYPEPATHS
that have route set to PATH_START.</td></tr><tr><th><a href="datum/heretic_knowledge/living_heart.html">/datum/heretic_knowledge/living_heart</a></th><td>The Living Heart heretic knowledge.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/heretic_knowledge.html">heretic_knowledge</a>/amber_focus</th><td>Allows the heretic to craft a spell focus.
They require a focus to cast advanced spells.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/heretic_knowledge.html">heretic_knowledge</a>/codex_cicatrix</th><td>Codex Cicatrixi is available at the start:
This allows heretics to choose if they want to rush all the influences and take them stealthily, or
Construct a codex and take what's left with more points.
Another downside to having the book is strip searches, which means that it's not just a free nab, at least until you get exposed - and when you do, you'll probably need the faster drawing speed.
Overall, it's a tradeoff between speed and stealth or power.</td></tr><tr><th><a href="datum/heretic_knowledge/destroy_knives.html">/datum/heretic_knowledge/destroy_knives</a></th><td>Allows the heretic to break all of their knives in the world.
This requires a knowledge point and makes them go on knife cooldown.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/magic/ash_ascension.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></header><main><h1>code/modules/antagonists/heretic/magic/ash_ascension.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/magic/ash_ascension.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/magic/ash_ascension.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/spell/fire_sworn.html">/datum/spell/fire_sworn</a></th><td>Creates a constant Ring of Fire around the caster for a set duration of time, which follows them.</td></tr><tr><th><a href="datum/status_effect/fire_ring.html">/datum/status_effect/fire_ring</a></th><td>Simple status effect for adding a ring of fire around a mob.</td></tr><tr><th><a href="datum/spell/fire_cascade.html">/datum/spell/fire_cascade</a></th><td>Creates one, large, expanding ring of fire around the caster, which does not follow them.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/magic/cosmic_runes.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></header><main><h1>code/modules/antagonists/heretic/magic/cosmic_runes.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/magic/cosmic_runes.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/magic/cosmic_runes.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="obj/effect/cosmic_rune.html">/obj/effect/cosmic_rune</a></th><td>A rune that allows you to teleport to the location of a linked rune.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/magic/fire_blast.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></header><main><h1>code/modules/antagonists/heretic/magic/fire_blast.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/magic/fire_blast.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/magic/fire_blast.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/status_effect/fire_blasted.html">/datum/status_effect/fire_blasted</a></th><td>Status effect applied when someone's hit by the fire blast.</td></tr></table></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>
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/magic/shadow_cloak.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></header><main><h1>code/modules/antagonists/heretic/magic/shadow_cloak.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/magic/shadow_cloak.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/magic/shadow_cloak.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/status_effect/shadow_cloak.html">/datum/status_effect/shadow_cloak</a></th><td>Shadow cloak effect. Conceals the owner in a cloud of purple smoke, making them unidentifiable.
Also comes with some other buffs and debuffs - faster movespeed, slower actionspeed, etc.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/magic/space_crawl.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></header><main><h1>code/modules/antagonists/heretic/magic/space_crawl.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/magic/space_crawl.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/magic/space_crawl.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/spell/bloodcrawl/space_crawl.html">/datum/spell/bloodcrawl/space_crawl</a></th><td></td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/magic/void_conduit.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></header><main><h1>code/modules/antagonists/heretic/magic/void_conduit.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/magic/void_conduit.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/magic/void_conduit.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="obj/effect/temp_visual/circle_wave.html">/obj/effect/temp_visual/circle_wave</a></th><td>Visual effect from tg's bioscrambler anomaly</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/soultrapped_heretic.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></header><main><h1>code/modules/antagonists/heretic/soultrapped_heretic.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/soultrapped_heretic.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/soultrapped_heretic.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/antagonist.html">antagonist</a>/soultrapped_heretic</th><td>a heretic that got soultrapped by cultists. does nothing, other than signify they suck</td></tr></table></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>
@@ -0,0 +1,3 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/status_effects/heretic_buffs.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></header><main><h1>code/modules/antagonists/heretic/status_effects/heretic_buffs.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/status_effects/heretic_buffs.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/status_effects/heretic_buffs.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/status_effect/protective_blades.html">/datum/status_effect/protective_blades</a></th><td>Summons multiple foating knives around the owner.
Each knife will block an attack straight up.</td></tr><tr><th><a href="datum/status_effect/protective_blades/recharging.html">/datum/status_effect/protective_blades/recharging</a></th><td>A subtype that doesn't self-delete / disappear when all blades are gone
It instead regenerates over time back to the max after blades are consumed</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/status_effects/heretic_debuffs.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></header><main><h1>code/modules/antagonists/heretic/status_effects/heretic_debuffs.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/status_effects/heretic_debuffs.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/status_effects/heretic_debuffs.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/status_effect/moon_converted.html">/datum/status_effect/moon_converted</a></th><td>Used by moon heretics to make people mad</td></tr></table></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>
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/status_effects/void_chill.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></header><main><h1>code/modules/antagonists/heretic/status_effects/void_chill.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/status_effects/void_chill.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/status_effects/void_chill.dm"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><p>Contains the &quot;Void Chill&quot; status effect. Harmful debuff which freezes and slows down non-heretics
Cannot affect silicons (How are you gonna freeze a robot?)</p></td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/heretic/transmutation_rune.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></header><main><h1>code/modules/antagonists/heretic/transmutation_rune.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/heretic/transmutation_rune.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/heretic/transmutation_rune.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="obj/effect/heretic_rune.html">/obj/effect/heretic_rune</a></th><td>The heretic's rune, which they use to complete transmutation rituals.</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/effect/heretic_rune.html">effect/heretic_rune</a>/big</th><td>A 3x3 heretic rune. The kind heretics actually draw in game.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/mind_flayer/flayer_power.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></header><main><h1>code/modules/antagonists/mind_flayer/flayer_power.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/mind_flayer/flayer_power.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/mind_flayer/flayer_power.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/spell.html">spell</a>/<a href="datum/spell/flayer.html">flayer</a>/self/augment_menu</th><td>The shop for purchasing and upgrading abilities, from here on the rest of the file is just handling shopping. Specific powers are in the powers subfolder.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/mind_flayer/powers/flayer_buffs.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></header><main><h1>code/modules/antagonists/mind_flayer/powers/flayer_buffs.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/mind_flayer/powers/flayer_buffs.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/mind_flayer/powers/flayer_buffs.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/spell.html">spell</a>/<a href="datum/spell/flayer.html">flayer</a>/self/overclock</th><td>A toggle ability that makes you speedy and attack faster while heating up, level one cast is guaranteed to hurt a bit.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/mind_flayer/powers/flayer_stealth_powers.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></header><main><h1>code/modules/antagonists/mind_flayer/powers/flayer_stealth_powers.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/mind_flayer/powers/flayer_stealth_powers.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/mind_flayer/powers/flayer_stealth_powers.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/spell/flayer/surveillance_monitor.html">/datum/spell/flayer/surveillance_monitor</a></th><td>Hack computer cameras to use them as a secret camera network</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/spell.html">spell</a>/<a href="datum/spell/flayer.html">flayer</a>/self/override_key</th><td>After a 7 second channel time you can emag a borg</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/mind_flayer/powers/flayer_weapon_powers.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></header><main><h1>code/modules/antagonists/mind_flayer/powers/flayer_weapon_powers.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/mind_flayer/powers/flayer_weapon_powers.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/mind_flayer/powers/flayer_weapon_powers.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/spell.html">spell</a>/<a href="datum/spell/flayer.html">flayer</a>/<a href="datum/spell/flayer/self/weapon.html">self/weapon</a>/swarmprod</th><td>START OF INDIVIDUAL WEAPONS</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/traitor/contractor/datums/contractor_hub.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></header><main><h1>code/modules/antagonists/traitor/contractor/datums/contractor_hub.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/traitor/contractor/datums/contractor_hub.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/traitor/contractor/datums/contractor_hub.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/contractor_hub.html">/datum/contractor_hub</a></th><td>Describes and manages the contracts and rewards for a single contractor.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/traitor/contractor/datums/objective_contract.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></header><main><h1>code/modules/antagonists/traitor/contractor/datums/objective_contract.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/traitor/contractor/datums/objective_contract.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/traitor/contractor/datums/objective_contract.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/objective/contract.html">/datum/objective/contract</a></th><td>Describes the target to kidnap and the extraction area of a <a href="datum/syndicate_contract.html" title="/datum/syndicate_contract">/datum/syndicate_contract</a>.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/traitor/contractor/datums/rep_purchases/rep_purchase_base.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></header><main><h1>code/modules/antagonists/traitor/contractor/datums/rep_purchases/rep_purchase_base.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/traitor/contractor/datums/rep_purchases/rep_purchase_base.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/traitor/contractor/datums/rep_purchases/rep_purchase_base.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/rep_purchase.html">/datum/rep_purchase</a></th><td>Describes something that can be purchased with Contractor Rep.</td></tr><tr><th><a href="datum/rep_purchase/item.html">/datum/rep_purchase/item</a></th><td>Describes an item that can be purchased with Contractor Rep.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/traitor/contractor/datums/rep_purchases/rep_purchases.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></header><main><h1>code/modules/antagonists/traitor/contractor/datums/rep_purchases/rep_purchases.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/traitor/contractor/datums/rep_purchases/rep_purchases.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/traitor/contractor/datums/rep_purchases/rep_purchases.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/rep_purchase.html">rep_purchase</a>/<a href="datum/rep_purchase/item.html">item</a>/baton</th><td></td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/rep_purchase.html">rep_purchase</a>/<a href="datum/rep_purchase/item.html">item</a>/balloon</th><td></td></tr><tr><th><a href="datum/rep_purchase/blackout.html">/datum/rep_purchase/blackout</a></th><td></td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/traitor/contractor/datums/syndicate_contract.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></header><main><h1>code/modules/antagonists/traitor/contractor/datums/syndicate_contract.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/traitor/contractor/datums/syndicate_contract.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/traitor/contractor/datums/syndicate_contract.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/syndicate_contract.html">/datum/syndicate_contract</a></th><td>Describes a contract that can be completed by a Contractor.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/traitor/contractor/items/contractor_uplink.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></header><main><h1>code/modules/antagonists/traitor/contractor/items/contractor_uplink.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/traitor/contractor/items/contractor_uplink.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/traitor/contractor/items/contractor_uplink.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="obj/item/contractor_uplink.html">/obj/item/contractor_uplink</a></th><td>A contractor's point of contact with their Contractor Hub.</td></tr></table></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>
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/traitor/contractor/items/extraction_items.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></header><main><h1>code/modules/antagonists/traitor/contractor/items/extraction_items.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/traitor/contractor/items/extraction_items.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/traitor/contractor/items/extraction_items.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/effect/contractor_flare</th><td>Used to designate where the <a href="obj/effect/portal/advanced/contractor.html" title="/obj/effect/portal/advanced/contractor">/obj/effect/portal/advanced/contractor</a> should spawn during the extraction process.</td></tr><tr><th><a href="obj/effect/portal/advanced/contractor.html">/obj/effect/portal/advanced/contractor</a></th><td>Used to extract contract targets and send them to the Syndicate jail for a few minutes.</td></tr><tr><th><a href="obj/structure/closet/secure_closet/contractor.html">/obj/structure/closet/secure_closet/contractor</a></th><td>Cannot be opened. Contains the belongings of all kidnapped targets.
Any item added inside stops processing and starts again when removed.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/uplifted_primitive/team_uplifted_primitive.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/modules/antagonists/uplifted_primitive/team_uplifted_primitive.html#define">Define Details</a></header><main><h1>code/modules/antagonists/uplifted_primitive/team_uplifted_primitive.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/uplifted_primitive/team_uplifted_primitive.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/uplifted_primitive/team_uplifted_primitive.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/antagonists/uplifted_primitive/team_uplifted_primitive.html#define/TEAM_OBJECTIVE_MEMBER_THRESHOLD">TEAM_OBJECTIVE_MEMBER_THRESHOLD</a></th><td>The number of players a team must have before receiving their team objective.</td></tr><tr><th><a href="datum/team/uplifted_primitive.html">/datum/team/uplifted_primitive</a></th><td>An team containing all uplifted primitives of a given species.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/TEAM_OBJECTIVE_MEMBER_THRESHOLD"><aside class="declaration">#define </aside>TEAM_OBJECTIVE_MEMBER_THRESHOLD <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/uplifted_primitive/team_uplifted_primitive.dm#L4"><img src="git.png" width="16" height="16" title="code/modules/antagonists/uplifted_primitive/team_uplifted_primitive.dm 4"></a></h3><p>The number of players a team must have before receiving their team objective.</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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/antagonists/vampire/vampire_powers/vampire_powers.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/modules/antagonists/vampire/vampire_powers/vampire_powers.html#define">Define Details</a></header><main><h1>code/modules/antagonists/vampire/vampire_powers/vampire_powers.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/vampire/vampire_powers/vampire_powers.dm"><img src="git.png" width="16" height="16" title="code/modules/antagonists/vampire/vampire_powers/vampire_powers.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/antagonists/vampire/vampire_powers/vampire_powers.html#define/DEVIATION_NONE">DEVIATION_NONE</a></th><td>No deviation at all. Flashed from the front or front-left/front-right. Alternatively, flashed in direct view.</td></tr><tr><th><a href="code/modules/antagonists/vampire/vampire_powers/vampire_powers.html#define/DEVIATION_PARTIAL">DEVIATION_PARTIAL</a></th><td>Partial deviation. Flashed from the side. Alternatively, flashed out the corner of your eyes.</td></tr><tr><th><a href="code/modules/antagonists/vampire/vampire_powers/vampire_powers.html#define/DEVIATION_FULL">DEVIATION_FULL</a></th><td>Full deviation. Flashed from directly behind or behind-left/behind-rack. Not flashed at all.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/DEVIATION_FULL"><aside class="declaration">#define </aside>DEVIATION_FULL <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/vampire/vampire_powers/vampire_powers.dm#L277"><img src="git.png" width="16" height="16" title="code/modules/antagonists/vampire/vampire_powers/vampire_powers.dm 277"></a></h3><p>Full deviation. Flashed from directly behind or behind-left/behind-rack. Not flashed at all.</p><h3 id="define/DEVIATION_NONE"><aside class="declaration">#define </aside>DEVIATION_NONE <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/vampire/vampire_powers/vampire_powers.dm#L273"><img src="git.png" width="16" height="16" title="code/modules/antagonists/vampire/vampire_powers/vampire_powers.dm 273"></a></h3><p>No deviation at all. Flashed from the front or front-left/front-right. Alternatively, flashed in direct view.</p><h3 id="define/DEVIATION_PARTIAL"><aside class="declaration">#define </aside>DEVIATION_PARTIAL <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/antagonists/vampire/vampire_powers/vampire_powers.dm#L275"><img src="git.png" width="16" height="16" title="code/modules/antagonists/vampire/vampire_powers/vampire_powers.dm 275"></a></h3><p>Partial deviation. Flashed from the side. Alternatively, flashed out the corner of your eyes.</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>
+1
View File
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/assembly/infrared.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></header><main><h1>code/modules/assembly/infrared.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/assembly/infrared.dm"><img src="git.png" width="16" height="16" title="code/modules/assembly/infrared.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/effect/beam/i_beam</th><td>IBeam</td></tr></table></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>
+17
View File
@@ -0,0 +1,17 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/asset_cache/readme.md - 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></header><main><h1>Asset cache system <aside>code/modules/asset_cache/readme.md</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/asset_cache/readme.md"><img src="git.png" width="16" height="16" title="code/modules/asset_cache/readme.md"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2 id="framework-for-managing-browser-assets-javascript-css-images-etc">Framework for managing browser assets (javascript,css,images,etc)</h2>
<p>This manages getting the asset to the client without doing unneeded re-sends, as well as utilizing any configured cdns.</p>
<p>There are two frameworks for using this system:</p>
<h3 id="asset-datum">Asset datum:</h3>
<p>Make a datum in asset_list_items.dm with your browser assets for your thing.</p>
<p>Checkout asset_list.dm for the helper subclasses</p>
<p>The <code>simple</code> subclass will most likely be of use for most cases.</p>
<p>Call get_asset_datum() with the type of the datum you created to get your asset cache datum</p>
<p>Call .send(client|usr) on that datum to send the asset to the client. Depending on the asset transport this may or may not block.</p>
<p>Call .get_url_mappings() to get an associated list with the urls your assets can be found at.</p>
<h3 id="manual-backend">Manual backend:</h3>
<p>See the documentation for <code>/datum/asset_transport</code> for the backend api the asset datums utilize.</p>
<p>The global variable <code>SSassets.transport</code> contains the currently configured transport.</p>
<h3 id="notes">Notes:</h3>
<p>Because byond browse() calls use non-blocking queues, if your code uses output() (which bypasses all of these queues) to invoke javascript functions you will need to first have the javascript announce to the server it has loaded before trying to invoke js functions.</p>
<p>To make your code work with any CDNs configured by the server, you must make sure assets are referenced from the url returned by <code>get_url_mappings()</code> or by asset_transport's <code>get_asset_url()</code>. (TGUI also has helpers for this.) If this can not be easily done, you can bypass the cdn using legacy assets, see the simple asset datum for details.</p>
<p>CSS files that use url() can be made to use the CDN without needing to rewrite all url() calls in code by using the namespaced helper datum. See the documentation for <code>/datum/asset/simple/namespaced</code> for details.</p></td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/asset_cache/asset_cache_item.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></header><main><h1>code/modules/asset_cache/asset_cache_item.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/asset_cache/asset_cache_item.dm"><img src="git.png" width="16" height="16" title="code/modules/asset_cache/asset_cache_item.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/asset_cache_item.html">/datum/asset_cache_item</a></th><td>An internal datum containing info on items in the asset cache. Mainly used to cache md5 info for speed.</td></tr></table></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>
+5
View File
@@ -0,0 +1,5 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/asset_cache/asset_list.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></header><main><h1>code/modules/asset_cache/asset_list.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/asset_cache/asset_list.dm"><img src="git.png" width="16" height="16" title="code/modules/asset_cache/asset_list.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/asset/simple.html">/datum/asset/simple</a></th><td>If you don't need anything complicated.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/asset.html">asset</a>/group</th><td>For registering or sending multiple others at once</td></tr><tr><th><a href="datum/asset/simple/icon_states.html">/datum/asset/simple/icon_states</a></th><td>Generates assets based on iconstates of a single icon</td></tr><tr><th><a href="datum/asset/simple/namespaced.html">/datum/asset/simple/namespaced</a></th><td>Namespace'ed assets (for static css and html files)
When sent over a cdn transport, all assets in the same asset datum will exist in the same folder, as their plain names.
Used to ensure css files can reference files by url() without having to generate the css at runtime, both the css file and the files it depends on must exist in the same namespace asset datum. (Also works for html)
For example <code>blah.css</code> with asset <code>blah.png</code> will get loaded as <code>namespaces/a3d..14f/f12..d3c.css</code> and <code>namespaces/a3d..14f/blah.png</code>. allowing the css file to load <code>blah.png</code> by a relative url rather then compute the generated url with get_url_mappings().
The namespace folder's name will change if any of the assets change. (excluding parent assets)</td></tr><tr><th><a href="datum/asset/json.html">/datum/asset/json</a></th><td>A subtype to generate a JSON file from a list</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/asset_cache/assets/asset_chem_master.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></header><main><h1>code/modules/asset_cache/assets/asset_chem_master.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/asset_cache/assets/asset_chem_master.dm"><img src="git.png" width="16" height="16" title="code/modules/asset_cache/assets/asset_chem_master.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/asset.html">asset</a>/<a href="datum/asset/spritesheet.html">spritesheet</a>/chem_master</th><td>Pill sprites for UIs</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/asset_cache/assets/asset_icon_ref_map.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></header><main><h1>code/modules/asset_cache/assets/asset_icon_ref_map.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/asset_cache/assets/asset_icon_ref_map.dm"><img src="git.png" width="16" height="16" title="code/modules/asset_cache/assets/asset_icon_ref_map.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/asset.html">asset</a>/<a href="datum/asset/json.html">json</a>/icon_ref_map</th><td>Maps icon names to ref values</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/asset_cache/assets/asset_job_icons.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></header><main><h1>code/modules/asset_cache/assets/asset_job_icons.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/asset_cache/assets/asset_job_icons.dm"><img src="git.png" width="16" height="16" title="code/modules/asset_cache/assets/asset_job_icons.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/asset.html">asset</a>/<a href="datum/asset/spritesheet.html">spritesheet</a>/job_icons</th><td>All job icon sprites, as visible on a security HUD. Used by orbit menu.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/asset_cache/transports/asset_transport.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/modules/asset_cache/transports/asset_transport.html#define">Define Details</a></header><main><h1>code/modules/asset_cache/transports/asset_transport.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/asset_cache/transports/asset_transport.dm"><img src="git.png" width="16" height="16" title="code/modules/asset_cache/transports/asset_transport.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/asset_cache/transports/asset_transport.html#define/ASSET_CACHE_TELL_CLIENT_AMOUNT">ASSET_CACHE_TELL_CLIENT_AMOUNT</a></th><td>When sending mutiple assets, how many before we give the client a quaint little sending resources message</td></tr><tr><th><a href="datum/asset_transport.html">/datum/asset_transport</a></th><td>Base browse_rsc asset transport</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/ASSET_CACHE_TELL_CLIENT_AMOUNT"><aside class="declaration">#define </aside>ASSET_CACHE_TELL_CLIENT_AMOUNT <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/asset_cache/transports/asset_transport.dm#L2"><img src="git.png" width="16" height="16" title="code/modules/asset_cache/transports/asset_transport.dm 2"></a></h3><p>When sending mutiple assets, how many before we give the client a quaint little sending resources message</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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/asset_cache/transports/webroot_transport.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></header><main><h1>code/modules/asset_cache/transports/webroot_transport.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/asset_cache/transports/webroot_transport.dm"><img src="git.png" width="16" height="16" title="code/modules/asset_cache/transports/webroot_transport.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/asset_transport/webroot.html">/datum/asset_transport/webroot</a></th><td>CDN Webroot asset transport.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/atmospherics/environmental/LINDA_fire.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></header><main><h1>code/modules/atmospherics/environmental/LINDA_fire.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/atmospherics/environmental/LINDA_fire.dm"><img src="git.png" width="16" height="16" title="code/modules/atmospherics/environmental/LINDA_fire.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/effect/hotspot.html">effect/hotspot</a>/fake</th><td>Largely for the fireflash procs below</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/atmospherics/gasmixtures/gas_mixture.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></header><main><h1>code/modules/atmospherics/gasmixtures/gas_mixture.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/atmospherics/gasmixtures/gas_mixture.dm"><img src="git.png" width="16" height="16" title="code/modules/atmospherics/gasmixtures/gas_mixture.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/gas_mixture.html">gas_mixture</a>/readonly</th><td>A gas mixture that should not be modified after creation.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/atmospherics/machinery/airalarm.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></header><main><h1>code/modules/atmospherics/machinery/airalarm.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/atmospherics/machinery/airalarm.dm"><img src="git.png" width="16" height="16" title="code/modules/atmospherics/machinery/airalarm.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/alarm.html">alarm</a>/syndicate</th><td>general syndicate access</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/alarm.html">alarm</a>/ruin</th><td>General space ruin air alarms</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/atmospherics/machinery/components/binary_devices/valve.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></header><main><h1>code/modules/atmospherics/machinery/components/binary_devices/valve.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/atmospherics/machinery/components/binary_devices/valve.dm"><img src="git.png" width="16" height="16" title="code/modules/atmospherics/machinery/components/binary_devices/valve.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/atmospherics.html">atmospherics</a>/binary/valve/digital</th><td>can be controlled by AI</td></tr></table></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>
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/atmospherics/machinery/components/trinary_devices/tvalve.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></header><main><h1>code/modules/atmospherics/machinery/components/trinary_devices/tvalve.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/atmospherics/machinery/components/trinary_devices/tvalve.dm"><img src="git.png" width="16" height="16" title="code/modules/atmospherics/machinery/components/trinary_devices/tvalve.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/atmospherics.html">atmospherics</a>/trinary/tvalve/digital</th><td>can be controlled by AI</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/atmospherics/machinery/other/refill_station.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/modules/atmospherics/machinery/other/refill_station.html#define">Define Details</a></header><main><h1>code/modules/atmospherics/machinery/other/refill_station.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/atmospherics/machinery/other/refill_station.dm"><img src="git.png" width="16" height="16" title="code/modules/atmospherics/machinery/other/refill_station.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/atmospherics/machinery/other/refill_station.html#define/MAX_TARGET_PRESSURE">MAX_TARGET_PRESSURE</a></th><td>The maximum <code>target_pressure</code> you can set on the station. Equates to about 1013.25 kPa.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/MAX_TARGET_PRESSURE"><aside class="declaration">#define </aside>MAX_TARGET_PRESSURE <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/atmospherics/machinery/other/refill_station.dm#L2"><img src="git.png" width="16" height="16" title="code/modules/atmospherics/machinery/other/refill_station.dm 2"></a></h3><p>The maximum <code>target_pressure</code> you can set on the station. Equates to about 1013.25 kPa.</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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/atmospherics/machinery/portable/portable_pump.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/modules/atmospherics/machinery/portable/portable_pump.html#define">Define Details</a></header><main><h1>code/modules/atmospherics/machinery/portable/portable_pump.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/atmospherics/machinery/portable/portable_pump.dm"><img src="git.png" width="16" height="16" title="code/modules/atmospherics/machinery/portable/portable_pump.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/atmospherics/machinery/portable/portable_pump.html#define/MAX_TARGET_PRESSURE">MAX_TARGET_PRESSURE</a></th><td>The maximum <code>target_pressure</code> you can set on the pump.</td></tr><tr><th><a href="code/modules/atmospherics/machinery/portable/portable_pump.html#define/DIRECTION_IN">DIRECTION_IN</a></th><td>The pump will be siphoning gas.</td></tr><tr><th><a href="code/modules/atmospherics/machinery/portable/portable_pump.html#define/DIRECTION_OUT">DIRECTION_OUT</a></th><td>The pump will be pumping gas out.</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/DIRECTION_IN"><aside class="declaration">#define </aside>DIRECTION_IN <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/atmospherics/machinery/portable/portable_pump.dm#L5"><img src="git.png" width="16" height="16" title="code/modules/atmospherics/machinery/portable/portable_pump.dm 5"></a></h3><p>The pump will be siphoning gas.</p><h3 id="define/DIRECTION_OUT"><aside class="declaration">#define </aside>DIRECTION_OUT <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/atmospherics/machinery/portable/portable_pump.dm#L7"><img src="git.png" width="16" height="16" title="code/modules/atmospherics/machinery/portable/portable_pump.dm 7"></a></h3><p>The pump will be pumping gas out.</p><h3 id="define/MAX_TARGET_PRESSURE"><aside class="declaration">#define </aside>MAX_TARGET_PRESSURE <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/atmospherics/machinery/portable/portable_pump.dm#L3"><img src="git.png" width="16" height="16" title="code/modules/atmospherics/machinery/portable/portable_pump.dm 3"></a></h3><p>The maximum <code>target_pressure</code> you can set on the pump.</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>
+1
View File
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/awaymissions/cordon.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></header><main><h1>code/modules/awaymissions/cordon.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/awaymissions/cordon.dm"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/cordon.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="turf.html">turf</a>/cordon</th><td>Turf type that appears to be a world border, completely impassable and non-interactable to all physical (alive) entities.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/awaymissions/mission_code/beach.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></header><main><h1>code/modules/awaymissions/mission_code/beach.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/awaymissions/mission_code/beach.dm"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/mission_code/beach.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="turf.html">turf</a>/<a href="turf/simulated.html">simulated</a>/<a href="turf/simulated/floor.html">floor</a>/beach/away/sand/dense</th><td>for boundary &quot;walls&quot;</td></tr><tr><th>/<a href="turf.html">turf</a>/<a href="turf/simulated.html">simulated</a>/<a href="turf/simulated/floor.html">floor</a>/beach/away/coastline/dense</th><td>for boundary &quot;walls&quot;</td></tr><tr><th>/<a href="turf.html">turf</a>/<a href="turf/simulated.html">simulated</a>/<a href="turf/simulated/floor.html">floor</a>/beach/away/water/dense</th><td>for boundary &quot;walls&quot;</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/awaymissions/mission_code/ruins/freegolems.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></header><main><h1>code/modules/awaymissions/mission_code/ruins/freegolems.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/awaymissions/mission_code/ruins/freegolems.dm"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/mission_code/ruins/freegolems.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/mineral/ore_redemption.html">mineral/ore_redemption</a>/golem</th><td>Golem variant of the ORM.</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/mineral/equipment_vendor.html">mineral/equipment_vendor</a>/golem</th><td>Mining Equiment Vendor (Golem)</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/areaeditor.html">areaeditor</a>/golem</th><td>Free golem blueprints, like permit but can claim as much as needed.</td></tr></table></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>
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/awaymissions/mission_code/ruins/oldstation.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></header><main><h1>code/modules/awaymissions/mission_code/ruins/oldstation.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/awaymissions/mission_code/ruins/oldstation.dm"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/mission_code/ruins/oldstation.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="obj/structure/closet/crate/secure/oldstation.html">/obj/structure/closet/crate/secure/oldstation</a></th><td>Secure Crates: Access locked to Theta crew. Cannot be moved, destroyed,
emagged or EMPed because gamers can't be trusted not to game.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/awaymissions/mission_code/ruins/telecomns.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/modules/awaymissions/mission_code/ruins/telecomns.html#define">Define Details</a></header><main><h1>code/modules/awaymissions/mission_code/ruins/telecomns.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/awaymissions/mission_code/ruins/telecomns.dm"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/mission_code/ruins/telecomns.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/awaymissions/mission_code/ruins/telecomns.html#define/POPUP_ANIM_TIME">POPUP_ANIM_TIME</a></th><td>Turrets pop up in 1 second, animation is for 0.5 seconds, so we have to call for sleep() twice in order to make it 1 second and not fuck up the flick</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/POPUP_ANIM_TIME"><aside class="declaration">#define </aside>POPUP_ANIM_TIME <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/awaymissions/mission_code/ruins/telecomns.dm#L4"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/mission_code/ruins/telecomns.dm 4"></a></h3><p>Turrets pop up in 1 second, animation is for 0.5 seconds, so we have to call for sleep() twice in order to make it 1 second and not fuck up the flick</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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/awaymissions/mission_code/ruins/watcher_grave.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/modules/awaymissions/mission_code/ruins/watcher_grave.html#define">Define Details</a></header><main><h1>code/modules/awaymissions/mission_code/ruins/watcher_grave.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/awaymissions/mission_code/ruins/watcher_grave.dm"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/mission_code/ruins/watcher_grave.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/awaymissions/mission_code/ruins/watcher_grave.html#define/WATCHER_EGG_LIVELY_MOD">WATCHER_EGG_LIVELY_MOD</a></th><td>if greater than lively mod, jiggles faster</td></tr><tr><th><a href="code/modules/awaymissions/mission_code/ruins/watcher_grave.html#define/WATCHER_EGG_ACTIVE_MOD">WATCHER_EGG_ACTIVE_MOD</a></th><td>If greater than active mod, egg is active and jiggles</td></tr><tr><th><a href="obj/item/food/egg/watcher.html">/obj/item/food/egg/watcher</a></th><td>Egg which hatches into a helpful pet. Or you can eat it if you want.</td></tr><tr><th><a href="obj/item/watcher_hatchling.html">/obj/item/watcher_hatchling</a></th><td>A cute pet who will occasionally attack lavaland mobs for you</td></tr><tr><th><a href="obj/effect/watcher_orbiter.html">/obj/effect/watcher_orbiter</a></th><td>Orbiting visual which shoots at mining mobs</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/projectile.html">projectile</a>/baby_watcher_blast</th><td>Beam fired by a baby watcher, doesn't actually do less damage than its parent</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/WATCHER_EGG_ACTIVE_MOD"><aside class="declaration">#define </aside>WATCHER_EGG_ACTIVE_MOD <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/awaymissions/mission_code/ruins/watcher_grave.dm#L16"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/mission_code/ruins/watcher_grave.dm 16"></a></h3><p>If greater than active mod, egg is active and jiggles</p><h3 id="define/WATCHER_EGG_LIVELY_MOD"><aside class="declaration">#define </aside>WATCHER_EGG_LIVELY_MOD <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/awaymissions/mission_code/ruins/watcher_grave.dm#L14"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/mission_code/ruins/watcher_grave.dm 14"></a></h3><p>if greater than lively mod, jiggles faster</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>
+1
View File
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/awaymissions/mob_spawn.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></header><main><h1>code/modules/awaymissions/mob_spawn.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/awaymissions/mob_spawn.dm"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/mob_spawn.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/effect/mob_spawn.html">effect/mob_spawn</a>/<a href="obj/effect/mob_spawn/human.html">human</a>/alive/space_bar_patron</th><td>Alive ones, used as &quot;core&quot; for ghost roles now and in future.</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/effect/mob_spawn.html">effect/mob_spawn</a>/<a href="obj/effect/mob_spawn/human.html">human</a>/corpse/abductor</th><td>Corpses, they can be used for &quot;decoration&quot; purpose.</td></tr><tr><th><a href="obj/effect/mob_spawn/corpse.html">/obj/effect/mob_spawn/corpse</a></th><td>these mob spawn subtypes trigger immediately (New or Initialize) and are not player controlled... since they're dead, you know?</td></tr></table></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>
+284
View File
@@ -0,0 +1,284 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/buildmode/README.md - 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></header><main><h1>Buildmode <aside>code/modules/buildmode/README.md</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/buildmode/README.md"><img src="git.png" width="16" height="16" title="code/modules/buildmode/README.md"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2 id="code-layout">Code layout</h2><h3 id="buildmode">Buildmode</h3>
<p>Manager for buildmode modes. Contains logic to manage switching between each mode, and presenting a suitable user interface.</p>
<h3 id="effects">Effects</h3>
<p>Special graphics used by buildmode modes for user interface purposes.</p>
<h3 id="buildmode-mode">Buildmode Mode</h3>
<p>Implementer of buildmode behaviors.</p>
<p>Existing varieties:</p>
<ul>
<li>
<p>Basic</p>
<p><strong>Description</strong>:</p>
<p>Allows creation of simple structures consisting of floors, walls, windows, and airlocks.</p>
<p><strong>Controls</strong>:</p>
<ul>
<li>
<p><em>Left click a turf</em>:</p>
<p>&quot;Upgrades&quot; the turf based on the following rules below:</p>
<ul>
<li>Space -&gt; Tiled floor</li>
<li>Simulated floor -&gt; Regular wall</li>
<li>Wall -&gt; Reinforced wall</li>
</ul>
</li>
<li>
<p><em>Right click a turf</em>:</p>
<p>&quot;Downgrades&quot; the turf based on the following rules below:</p>
<ul>
<li>Reinforced wall -&gt; Regular wall</li>
<li>Wall -&gt; Tiled floor</li>
<li>Simulated floor -&gt; Space</li>
</ul>
</li>
<li>
<p><em>Right click an object</em>:</p>
<p>Deletes the clicked object.</p>
</li>
<li>
<p><em>Alt+Left click a location</em>:</p>
<p>Places an airlock at the clicked location.</p>
</li>
<li>
<p><em>Ctrl+Left click a location</em>:</p>
<p>Places a window at the clicked location.</p>
</li>
</ul>
</li>
<li>
<p>Advanced</p>
<p><strong>Description</strong>:</p>
<p>Creates an instance of a configurable atom path where you click.</p>
<p><strong>Controls</strong>:</p>
<ul>
<li>
<p><em>Right click on the mode selector</em>:</p>
<p>Choose a path to spawn.</p>
</li>
<li>
<p><em>Alt+Left click a turf, object, or mob</em>:</p>
<p>Select the type of the object clicked.</p>
</li>
<li>
<p><em>Left click a location</em> (requires chosen path):</p>
<p>Place an instance of the chosen path at the location.</p>
</li>
<li>
<p><em>Right click an object</em>:</p>
<p>Delete the object.</p>
</li>
</ul>
</li>
<li>
<p>Fill</p>
<p><strong>Description</strong>:</p>
<p>Creates an instance of an atom path on every tile in a chosen region.</p>
<p>With a special control input, instead deletes everything within the region.</p>
<p><strong>Controls</strong>:</p>
<ul>
<li>
<p><em>Right click on the mode selector</em>:</p>
<p>Choose a path to spawn.</p>
</li>
<li>
<p><em>Left click on a region</em> (requires chosen path):</p>
<p>Fill the region with the chosen path.</p>
</li>
<li>
<p><em>Alt+Left click on a region</em>:</p>
<p>Deletes everything within the region.</p>
</li>
<li>
<p><em>Right click during region selection</em>:</p>
<p>Cancel region selection.</p>
</li>
</ul>
</li>
<li>
<p>Atmos</p>
<p><strong>Description</strong>:</p>
<p>Fills a region with configurable atmos. By default, ignores unsimulated turfs, but is able to &quot;overwrite&quot; the atmos of unsimulated turfs with a special control input.</p>
<p>By default, fills a region with a breathable, standard atmosphere.</p>
<p><strong>Controls</strong>:</p>
<ul>
<li>
<p><em>Right click on the mode selector icon</em>:</p>
<p>Set the following traits:</p>
<ul>
<li>Total Pressure</li>
<li>Temperature</li>
<li>Partial Pressure Ratio (PPR) Oxygen</li>
<li>PPR Nitrogen</li>
<li>PPR Plasma</li>
<li>PPR CO2</li>
<li>PPR N2O</li>
</ul>
</li>
<li>
<p><em>Left click a region</em>:</p>
<p>Fill the region with the configured atmos.</p>
</li>
<li>
<p><em>Control+Left click a region</em>:</p>
<p>As with the regular left click, but also &quot;overwrites&quot; the base atmos of any unsimulated turfs in the region - such as space turfs.</p>
</li>
<li>
<p><em>Right click during region selection</em>:</p>
<p>Cancel region selection.</p>
</li>
</ul>
</li>
<li>
<p>Copy</p>
<p><strong>Description</strong>:</p>
<p>Take an existing object in the world, and place duplicates with identical attributes where you click.</p>
<p>May not always work nicely - &quot;deep&quot; variables such as lists or datums may malfunction.</p>
<p><strong>Controls</strong>:</p>
<ul>
<li>
<p><em>Right click an existing object</em>:</p>
<p>Select the clicked object as a template.</p>
</li>
<li>
<p><em>Left click a location</em> (Requires a selected object as template):</p>
<p>Place a duplicate of the template at the clicked location.</p>
</li>
</ul>
</li>
<li>
<p>Link</p>
<p><strong>Description</strong>:</p>
<p>Form links between door control buttons and either airlocks or pod bay doors.</p>
<p>The selected button will be highlighted, and visible lines will be drawn between the doors it is linked to and itself.</p>
<p><strong>Controls</strong>:</p>
<ul>
<li>
<p><em>Left click a door control button</em>:</p>
<p>Makes the button active, and show what doors it is linked to.</p>
</li>
<li>
<p><em>Right click an airlock</em> (requires active button):</p>
<p>Links the airlock to the active button. Will remove all links from the button first, if the button is linked to pod bay doors.</p>
</li>
<li>
<p><em>Right click a pod bay door</em> (requires active button):</p>
<p>Links the pod bay door to the active button. Will remove all links from the button first, if the button is linked to regular airlocks.</p>
</li>
</ul>
</li>
<li>
<p>Area Edit</p>
<p><strong>Description</strong>:</p>
<p>Modifies and creates areas.</p>
<p>The active area will be highlighted in yellow.</p>
<p><strong>Controls</strong>:</p>
<ul>
<li>
<p><em>Right click the mode selector</em>:</p>
<p>Create a new area, and make it active.</p>
</li>
<li>
<p><em>Right click an existing area</em>:</p>
<p>Make the clicked area active.</p>
</li>
<li>
<p><em>Left click a turf</em>:</p>
<p>When an area is active, adds the turf to the active area.</p>
</li>
</ul>
</li>
<li>
<p>Var Edit</p>
<p><strong>Description</strong>:</p>
<p>Allows for setting and resetting variables of objects with a click.</p>
<p>If the object does not have the var, will do nothing and print a warning message.</p>
<p><strong>Controls</strong>:</p>
<ul>
<li>
<p><em>Right click the mode selector</em>:</p>
<p>Choose which variable to set, and what to set it to.</p>
</li>
<li>
<p><em>Left click an atom</em>:</p>
<p>Change the clicked atom's variables as configured.</p>
</li>
<li>
<p><em>Right click an atom</em>:</p>
<p>Reset the targeted variable to its original value in the code.</p>
</li>
</ul>
</li>
<li>
<p>Map Generator</p>
<p><strong>Description</strong>:</p>
<p>Fills rectangular regions with algorithmically generated content. Right click during region selection to cancel.</p>
<p>See the <code>procedural_mapping</code> module for the generators themselves.</p>
<p><strong>Controls</strong>:</p>
<ul>
<li>
<p><em>Right-click on the mode selector</em>:</p>
<p>Select a map generator from all the generators present in the codebase.</p>
</li>
<li>
<p><em>Left click two corners of an area</em>:</p>
<p>Use the generator to populate the region.</p>
</li>
<li>
<p><em>Right click during region selection</em>:</p>
<p>Cancel region selection.</p>
</li>
</ul>
</li>
<li>
<p>Save</p>
<p><strong>Description</strong>:</p>
<p>Captures a rectangular region in a <code>.dmm</code> format, which can be loaded back later using the &quot;Place Map Template&quot; debug verb.</p>
<p>Keep in mind this feature is somewhat experimental, and may not always work.</p>
<p><strong>Controls</strong>:</p>
<ul>
<li>
<p><em>Right click on the mode selector</em>:</p>
<p>Configure whether to save in either JSON mode or not.</p>
</li>
<li>
<p><em>Left click two corners of an area</em>:</p>
<p>Save the region to a <code>.dmm</code> file. You will be prompted for where to save this - a copy will be saved in the <code>_maps/quicksave</code> folder.</p>
</li>
<li>
<p><em>Right click during region selection</em>:</p>
<p>Cancel region selection.</p>
</li>
</ul>
</li>
<li>
<p>Throwing</p>
<p><strong>Description</strong>:</p>
<p>Select an object with left click, and right click to throw it towards where you clicked.</p>
<p><strong>Controls</strong>:</p>
<ul>
<li>
<p><em>Left click on a movable atom</em>:</p>
<p>Select the atom for throwing.</p>
</li>
<li>
<p><em>Right click on a location</em>:</p>
<p>Throw the selected atom towards that location.</p>
</li>
</ul>
</li>
<li>
<p>Boom</p>
<p><strong>Description</strong>:</p>
<p>Make explosions where you click.</p>
<p><strong>Controls</strong>:</p>
<ul>
<li>
<p><em>Right click the mode selector</em>:</p>
<p>Configure the explosion size.</p>
</li>
<li>
<p><em>Left click a location</em>:</p>
<p>Cause an explosion where you clicked.</p>
</li>
</ul>
</li>
</ul></td></tr></table></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>
+1
View File
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/client/jobban_holder.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></header><main><h1>code/modules/client/jobban_holder.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/client/jobban_holder.dm"><img src="git.png" width="16" height="16" title="code/modules/client/jobban_holder.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/job_ban_holder.html">/datum/job_ban_holder</a></th><td>Holder for job bans</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/client/login_processing/__client_login_processor.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></header><main><h1>code/modules/client/login_processing/__client_login_processor.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/client/login_processing/__client_login_processor.dm"><img src="git.png" width="16" height="16" title="code/modules/client/login_processing/__client_login_processor.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="datum/client_login_processor.html">/datum/client_login_processor</a></th><td>The holder class for all client data processing</td></tr></table></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>
+1
View File
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/clothing/clothing.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/modules/clothing/clothing.html#define">Define Details</a></header><main><h1>code/modules/clothing/clothing.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/clothing/clothing.dm"><img src="git.png" width="16" height="16" title="code/modules/clothing/clothing.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/modules/clothing/clothing.html#define/JUMPSUIT_ROLLED_DOWN_SUFFIX">JUMPSUIT_ROLLED_DOWN_SUFFIX</a></th><td>Suffix for jumpsuits used in .dmi files when rolled down</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/JUMPSUIT_ROLLED_DOWN_SUFFIX"><aside class="declaration">#define </aside>JUMPSUIT_ROLLED_DOWN_SUFFIX <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/clothing/clothing.dm#L1263"><img src="git.png" width="16" height="16" title="code/modules/clothing/clothing.dm 1263"></a></h3><p>Suffix for jumpsuits used in .dmi files when rolled down</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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/clothing/glasses/engine_goggles.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></header><main><h1>code/modules/clothing/glasses/engine_goggles.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/clothing/glasses/engine_goggles.dm"><img src="git.png" width="16" height="16" title="code/modules/clothing/glasses/engine_goggles.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/<a href="obj/item/clothing/glasses.html">glasses</a>/meson/engine/atmos</th><td>Atmospherics techs get their own version with T-ray and an exlusive Pressure view.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/clothing/gloves/colored_gloves.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></header><main><h1>code/modules/clothing/gloves/colored_gloves.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/clothing/gloves/colored_gloves.dm"><img src="git.png" width="16" height="16" title="code/modules/clothing/gloves/colored_gloves.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/<a href="obj/item/clothing/gloves.html">gloves</a>/color/fyellow</th><td>Cheap Chinese Crap</td></tr></table></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>
+1
View File
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/clothing/gloves/rings.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></header><main><h1>code/modules/clothing/gloves/rings.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/clothing/gloves/rings.dm"><img src="git.png" width="16" height="16" title="code/modules/clothing/gloves/rings.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/<a href="obj/item/clothing/gloves.html">gloves</a>/ring/silver/blessed</th><td>todo</td></tr></table></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>
+1
View File
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/clothing/head/beanie.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></header><main><h1>code/modules/clothing/head/beanie.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/clothing/head/beanie.dm"><img src="git.png" width="16" height="16" title="code/modules/clothing/head/beanie.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="obj/item/clothing/head/beanie.html">/obj/item/clothing/head/beanie</a></th><td>Default is white, this is meant to be seen</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/clothing/head/misc_hats.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></header><main><h1>code/modules/clothing/head/misc_hats.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/clothing/head/misc_hats.dm"><img src="git.png" width="16" height="16" title="code/modules/clothing/head/misc_hats.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/<a href="obj/item/clothing/head.html">head</a>/stalhelm</th><td>Why do these exist - Because they aren't specifically Nazi Germany</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/<a href="obj/item/clothing/head.html">head</a>/beret/purple</th><td>Fluff?</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/clothing/shoes/magboots.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></header><main><h1>code/modules/clothing/shoes/magboots.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/clothing/shoes/magboots.dm"><img src="git.png" width="16" height="16" title="code/modules/clothing/shoes/magboots.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/<a href="obj/item/clothing/shoes/magboots.html">shoes/magboots</a>/elite</th><td>For the Syndicate Strike Team/SolGov/Tactical Teams</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/<a href="obj/item/clothing/shoes/magboots.html">shoes/magboots</a>/wizard</th><td>bundled with the wiz hardsuit</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/clothing/shoes/misc_shoes.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></header><main><h1>code/modules/clothing/shoes/misc_shoes.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/clothing/shoes/misc_shoes.dm"><img src="git.png" width="16" height="16" title="code/modules/clothing/shoes/misc_shoes.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/shoes/combat</th><td>basic syndicate combat boots for nuke ops and mob corpses</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/shoes/combat/swat</th><td>overpowered gimmick boots</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/shoes/galoshes/dry/lightweight</th><td>for red janitor ert.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/clothing/suits/misc_suits.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></header><main><h1>code/modules/clothing/suits/misc_suits.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/clothing/suits/misc_suits.dm"><img src="git.png" width="16" height="16" title="code/modules/clothing/suits/misc_suits.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/<a href="obj/item/clothing/suit.html">suit</a>/<a href="obj/item/clothing/suit/hooded.html">hooded</a>/bee_costume</th><td>It's Hip!</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/<a href="obj/item/clothing/suit.html">suit</a>/bloated_human</th><td>OH MY GOD WHAT HAVE YOU DONE!?!?!?</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/<a href="obj/item/clothing/suit.html">suit</a>/draculacoat</th><td>Bleh!</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/<a href="obj/item/clothing/suit.html">suit</a>/advanced_protective_suit</th><td>Advanced Protective Suit, AKA, God Mode in wearable form.</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/clothing/under/accessories/accessory.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></header><main><h1>code/modules/clothing/under/accessories/accessory.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/clothing/under/accessories/accessory.dm"><img src="git.png" width="16" height="16" title="code/modules/clothing/under/accessories/accessory.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/<a href="obj/item/clothing/accessory.html">accessory</a>/waistcoat</th><td>No overlay</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/<a href="obj/item/clothing/accessory.html">accessory</a>/<a href="obj/item/clothing/accessory/medal.html">medal</a>/recruiter</th><td>Prize for the NT Recruiter emagged arcade</td></tr><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/<a href="obj/item/clothing/accessory.html">accessory</a>/<a href="obj/item/clothing/accessory/medal.html">medal</a>/gold/heroism/hardmode_full</th><td>Kill every hardmode boss. In a shift. Good luck.</td></tr></table></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>
+1
View File
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/clothing/under/color.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></header><main><h1>code/modules/clothing/under/color.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/clothing/under/color.dm"><img src="git.png" width="16" height="16" title="code/modules/clothing/under/color.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/<a href="obj/item/clothing/under.html">under</a>/color/purple/sensor</th><td>for jani ert</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/clothing/under/costumes.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></header><main><h1>code/modules/clothing/under/costumes.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/clothing/under/costumes.dm"><img src="git.png" width="16" height="16" title="code/modules/clothing/under/costumes.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/<a href="obj/item/clothing/under.html">under</a>/psysuit</th><td>Don't modify the path, used by a fluff item</td></tr></table></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>
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/clothing/under/jobs/medical_jumpsuits.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></header><main><h1>code/modules/clothing/under/jobs/medical_jumpsuits.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/clothing/under/jobs/medical_jumpsuits.dm"><img src="git.png" width="16" height="16" title="code/modules/clothing/under/jobs/medical_jumpsuits.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/<a href="obj/item/clothing.html">clothing</a>/<a href="obj/item/clothing/under.html">under</a>/rank/medical/gown</th><td>Seems like it should be here for organisational purposes</td></tr></table></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>
@@ -0,0 +1,7 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/cooking/cooking_container.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></header><main><h1>code/modules/cooking/cooking_container.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/cooking/cooking_container.dm"><img src="git.png" width="16" height="16" title="code/modules/cooking/cooking_container.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/reagent_containers/temp</th><td>Abstract reagent container used for transferring from non-containers e.g. sinks</td></tr><tr><th><a href="obj/item/reagent_containers/cooking.html">/obj/item/reagent_containers/cooking</a></th><td>Cooking containers are used in ovens, fryers and so on, to hold multiple
ingredients for a recipe. They interact with the cooking process, and link
up with the cooking code dynamically. Originally sourced from the Aurora,
heavily retooled to actually work with PCWJ Holder for a portion of an
incomplete meal, allows a cook to temporarily offload recipes to work on
things factory-style, eliminating the need for 20 plates to get things done
fast.</td></tr></table></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>

Some files were not shown because too many files have changed in this diff Show More