Files
Paradise/code/modules/supply/supply_README.html

17 lines
1.9 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/supply/supply_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>code/modules/supply/supply_README.md <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/supply/supply_README.md"><img src="git.png" width="16" height="16" title="code/modules/supply/supply_README.md"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2 id="important-supply-packs-notes">IMPORTANT SUPPLY PACKS NOTES</h2><h3 id="pack-parameters">Pack Parameters</h3>
<ul>
<li>only secure crate types use the access var (and are lockable)</li>
<li>hidden packs only show up when the computer has been hacked.</li>
<li>Contraband is obtainable through modified supplycomp circuitboards.</li>
</ul>
<h3 id="bug-prevention">Bug Prevention</h3>
<ul>
<li>Don't add living things to crates, that's bad, it will break the shuttle.</li>
<li>Do NOT set the price of any crates below 7 points. Doing so allows infinite points.</li>
</ul>
<h3 id="pack-organization">Pack Organization</h3>
<ul>
<li>Anytime a supply pack is ordered, it needs to be put in the dm file that matches its type</li>
<li>Anytime a supply pack category becomes overloaded (think 20+ packs) you should consider splitting it into multiple categories</li>
<li>Avoid throwing things in the miscellanious category unless it really doesn't have a place elsewhere</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>