<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected {color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}
.readOnly {background:[[ColorPalette::TertiaryPale]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:alpha(opacity=60);}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0 1em 1em; left:0; top:0;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 0.3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0; margin:0.4em 0 0.2em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0 0; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0;}
.wizardFooter .status {padding:0 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0 0 0.5em;}
.tab {margin:0 0 0 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0 0.25em; padding:0 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0 3px 0 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0; font-size:.9em;}
.editorFooter .button {padding-top:0; padding-bottom:0;}

.fieldsetFix {border:0; padding:0; margin:1px 0px;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0; right:0;}
#backstageButton a {padding:0.1em 0.4em; margin:0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin-left:3em; padding:1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank [[TiddlyWiki]], you'll need to modify the following tiddlers:
* [[SiteTitle]] & [[SiteSubtitle]]: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* [[MainMenu]]: The menu (usually on the left)
* [[DefaultTiddlers]]: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These [[InterfaceOptions]] for customising [[TiddlyWiki]] are saved in your browser

Your username for signing your edits. Write it as a [[WikiWord]] (eg [[JoeBloggs]])

<<option txtUserName>>
<<option chkSaveBackups>> [[SaveBackups]]
<<option chkAutoSave>> [[AutoSave]]
<<option chkRegExpSearch>> [[RegExpSearch]]
<<option chkCaseSensitiveSearch>> [[CaseSensitiveSearch]]
<<option chkAnimate>> [[EnableAnimations]]

----
Also see [[AdvancedOptions]]
<<importTiddlers>>
text/plain
.txt .text .js .vbs .asp .cgi .pl
----
text/html
.htm .html .hta .htx .mht
----
text/comma-separated-values
.csv
----
text/javascript
.js
----
text/css
.css
----
text/xml
.xml .xsl .xslt
----
image/gif
.gif
----
image/jpeg
.jpg .jpe .jpeg
----
image/png
.png
----
image/bmp
.bmp
----
image/tiff
.tif .tiff
----
audio/basic
.au .snd
----
audio/wav
.wav
----
audio/x-pn-realaudio
.ra .rm .ram
----
audio/x-midi
.mid .midi
----
audio/mp3
.mp3
----
audio/m3u
.m3u
----
video/x-ms-asf
.asf
----
video/avi
.avi
----
video/mpeg
.mpg .mpeg
----
video/quicktime
.qt .mov .qtvr
----
application/pdf
.pdf
----
application/rtf
.rtf
----
application/postscript
.ai .eps .ps
----
application/wordperfect
.wpd
----
application/mswrite
.wri
----
application/msexcel
.xls .xls3 .xls4 .xls5 .xlw
----
application/msword
.doc
----
application/mspowerpoint
.ppt .pps
----
application/x-director
.swa
----
application/x-shockwave-flash
.swf
----
application/x-zip-compressed
.zip
----
application/x-gzip
.gz
----
application/x-rar-compressed
.rar
----
application/octet-stream
.com .exe .dll .ocx
----
application/java-archive
.jar
[[AttachFilePlugin]] reads binary data from locally-stored files (e.g., images, PDFs, mp3's, etc.) and converts it to base64-encoded text that is stored in tiddlers tagged with<<tag attachment>>. [[AttachFilePluginFormatters]] allows you to use those tiddlers in place of the external path/file references that are normally part of the image and external links wiki syntax.

[[FileDropPlugin]] and [[FileDropPluginConfig]] allow you to quickly create attachment tiddlers simply by dragging files directly from your system's desktop folder display and dropping it onto an open TiddlyWiki document.  Text files are automatically created as simple tiddlers, while binary files are automatically encoded and attached.
/***
|Name|AttachFilePlugin|
|Source|http://www.TiddlyTools.com/#AttachFilePlugin|
|Documentation|http://www.TiddlyTools.com/#AttachFilePluginInfo|
|Version|4.0.1|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Requires|AttachFilePluginFormatters, AttachFileMIMETypes|
|Description|Store binary files as base64-encoded tiddlers with fallback links for separate local and/or remote file storage|
Store or link binary files (such as jpg, gif, pdf or even mp3) within your TiddlyWiki document and then use them as images or links from within your tiddler content.
> Important note: As of version 3.6.0, in order to //render// images and other binary attachments created with this plugin, you must also install [[AttachFilePluginFormatters]], which extends the behavior of the TiddlyWiki core formatters for embedded images ({{{[img[tooltip|image]]}}}), linked embedded images ({{{[img[tooltip|image][link]]}}}), and external/"pretty" links ({{{[[label|link]]}}}), so that these formatter will process references to attachment tiddlers as if a normal file reference had been provided. |
!!!!!Documentation
>see [[AttachFilePluginInfo]]
!!!!!Inline interface (live)
>see [[AttachFile]] (shadow tiddler)
><<tiddler AttachFile>>
!!!!!Revisions
<<<
2011.02.14 4.0.1 fix OSX error: use picker.file.path
2009.06.04 4.0.0 changed attachment storage format to use //sections// instead of embedded substring markers.
|please see [[AttachFilePluginInfo]] for additional revision details|
2005.07.20 1.0.0 Initial Release
<<<
!!!!!Code
***/
// // version
//{{{
version.extensions.AttachFilePlugin= {major: 4, minor: 0, revision: 1, date: new Date(2011,2,14)};

// shadow tiddler
config.shadowTiddlers.AttachFile="<<attach inline>>";

// add 'attach' backstage task (insert before built-in 'importTask')
if (config.tasks) { // for TW2.2b or above
	config.tasks.attachTask = {
		text: "attach",
		tooltip: "Attach a binary file as a tiddler",
		content: "<<attach inline>>"
	}
	config.backstageTasks.splice(config.backstageTasks.indexOf("importTask"),0,"attachTask");
}

config.macros.attach = {
// // lingo
//{{{
	label: "attach file",
	tooltip: "Attach a file to this document",
	linkTooltip: "Attachment: ",

	typeList: "AttachFileMIMETypes",

	titlePrompt: " enter tiddler title...",
	MIMEPrompt: "<option value=''>select MIME type...</option><option value='editlist'>[edit list...]</option>",
	localPrompt: " enter local path/filename...",
	URLPrompt: " enter remote URL...",

	tiddlerErr: "Please enter a tiddler title",
	sourceErr: "Please enter a source path/filename",
	storageErr: "Please select a storage method: embedded, local or remote",
	MIMEErr: "Unrecognized file format.  Please select a MIME type",
	localErr: "Please enter a local path/filename",
	URLErr: "Please enter a remote URL",
	fileErr: "Invalid path/file or file not found",

	tiddlerFormat: '!usage\n{{{%0}}}\n%0\n!notes\n%1\n!type\n%2\n!file\n%3\n!url\n%4\n!data\n%5\n',

//}}}
// // macro definition
//{{{
	handler:
	function(place,macroName,params) {
		if (params && !params[0])
			{ createTiddlyButton(place,this.label,this.tooltip,this.toggleAttachPanel); return; }
		var id=params.shift();
		this.createAttachPanel(place,id+"_attachPanel",params);
		document.getElementById(id+"_attachPanel").style.position="static";
		document.getElementById(id+"_attachPanel").style.display="block";
	},
//}}}
//{{{
	createAttachPanel:
	function(place,panel_id,params) {
		if (!panel_id || !panel_id.length) var panel_id="_attachPanel";
		// remove existing panel (if any)
		var panel=document.getElementById(panel_id); if (panel) panel.parentNode.removeChild(panel);
		// set styles for this panel
		setStylesheet(this.css,"attachPanel");
		// create new panel
		var title=""; if (params && params[0]) title=params.shift();
		var types=this.MIMEPrompt+this.formatListOptions(store.getTiddlerText(this.typeList)); // get MIME types
		panel=createTiddlyElement(place,"span",panel_id,"attachPanel",null);
		var html=this.html.replace(/%id%/g,panel_id);
		html=html.replace(/%title%/g,title);
		html=html.replace(/%disabled%/g,title.length?"disabled":"");
		html=html.replace(/%IEdisabled%/g,config.browser.isIE?"disabled":"");
		html=html.replace(/%types%/g,types);
		panel.innerHTML=html;
		if (config.browser.isGecko) { // FF3 FIXUP
			document.getElementById("attachSource").style.display="none";
			document.getElementById("attachFixPanel").style.display="block";
		}
		return panel;
	},
//}}}
//{{{
	toggleAttachPanel:
	function (e) {
		if (!e) var e = window.event;
		var parent=resolveTarget(e).parentNode;
		var panel = document.getElementById("_attachPanel");
		if (panel==undefined || panel.parentNode!=parent)
			panel=config.macros.attach.createAttachPanel(parent,"_attachPanel");
		var isOpen = panel.style.display=="block";
		if(config.options.chkAnimate)
			anim.startAnimating(new Slider(panel,!isOpen,e.shiftKey || e.altKey,"none"));
		else
			panel.style.display = isOpen ? "none" : "block" ;
		e.cancelBubble = true;
		if (e.stopPropagation) e.stopPropagation();
		return(false);
	},
//}}}
//{{{
	formatListOptions:
	function(text) {
		if (!text || !text.trim().length) return "";
		// get MIME list content from text
		var parts=text.split("\n----\n");
		var out="";
		for (var p=0; p<parts.length; p++) {
			var lines=parts[p].split("\n");
			var label=lines.shift(); // 1st line=display text
			var value=lines.shift(); // 2nd line=item value
			out +='<option value="%1">%0</option>'.format([label,value]);
		}
		return out;
	},
//}}}
// // interface definition
//{{{
	css:
	".attachPanel { display: none; position:absolute; z-index:10; width:35em; right:105%; top:0em;\
		background-color: #eee; color:#000; font-size: 8pt; line-height:110%;\
		border:1px solid black; border-bottom-width: 3px; border-right-width: 3px;\
		padding: 0.5em; margin:0em; -moz-border-radius:1em;-webkit-border-radius:1em; text-align:left }\
	.attachPanel form { display:inline;border:0;padding:0;margin:0; }\
	.attachPanel select { width:99%;margin:0px;font-size:8pt;line-height:110%;}\
	.attachPanel input  { width:98%;padding:0px;margin:0px;font-size:8pt;line-height:110%}\
	.attachPanel textarea { width:98%;margin:0px;height:2em;font-size:8pt;line-height:110%}\
	.attachPanel table { width:100%;border:0;margin:0;padding:0;color:inherit; }\
	.attachPanel tbody, .attachPanel tr, .attachPanel td { border:0;margin:0;padding:0;color:#000; }\
	.attachPanel .box { border:1px solid black; padding:.3em; margin:.3em 0px; background:#f8f8f8; \
		-moz-border-radius:5px;-webkit-border-radius:5px; }\
	.attachPanel .chk { width:auto;border:0; }\
	.attachPanel .btn { width:auto; }\
	.attachPanel .btn2 { width:49%; }\
	",
//}}}
//{{{
	html:
	'<form>\
		attach from source file\
		<input type="file" id="attachSource" name="source" size="56"\
			onChange="config.macros.attach.onChangeSource(this)">\
		<div id="attachFixPanel" style="display:none"><!-- FF3 FIXUP -->\
			<input type="text" id="attachFixSource" style="width:90%"\
				title="Enter a path/file to attach"\
				onChange="config.macros.attach.onChangeSource(this);">\
			<input type="button" style="width:7%" value="..."\
				title="Enter a path/file to attach"\
				onClick="config.macros.attach.askForFilename(document.getElementById(\'attachFixSource\'));">\
		</div><!--end FF3 FIXUP-->\
		<div class="box">\
		<table style="border:0"><tr style="border:0"><td style="border:0;text-align:right;width:1%;white-space:nowrap">\
			embed data <input type=checkbox class=chk name="useData" %IEdisabled% \
				onclick="if (!this.form.MIMEType.value.length)\
					this.form.MIMEType.selectedIndex=this.checked?1:0; ">&nbsp;\
		</td><td style="border:0">\
			<select size=1 name="MIMEType" \
				onchange="this.title=this.value; if (this.value==\'editlist\')\
					{ this.selectedIndex=this.form.useData.checked?1:0; story.displayTiddler(null,config.macros.attach.typeList,2); return; }">\
				<option value=""></option>\
				%types%\
			</select>\
		</td></tr><tr style="border:0"><td style="border:0;text-align:right;width:1%;white-space:nowrap">\
			local link <input type=checkbox class=chk name="useLocal"\
				onclick="this.form.local.value=this.form.local.defaultValue=this.checked?config.macros.attach.localPrompt:\'\';">&nbsp;\
		</td><td style="border:0">\
			<input type=text name="local" size=15 autocomplete=off value=""\
				onchange="this.form.useLocal.checked=this.value.length" \
				onkeyup="this.form.useLocal.checked=this.value.length" \
				onfocus="if (!this.value.length) this.value=config.macros.attach.localPrompt; this.select()">\
		</td></tr><tr style="border:0"><td style="border:0;text-align:right;width:1%;white-space:nowrap">\
			remote link <input type=checkbox class=chk name="useURL"\
				onclick="this.form.URL.value=this.form.URL.defaultValue=this.checked?config.macros.attach.URLPrompt:\'\';\">&nbsp;\
		</td><td style="border:0">\
			<input type=text name="URL" size=15 autocomplete=off value=""\
				onfocus="if (!this.value.length) this.value=config.macros.attach.URLPrompt; this.select()"\
				onchange="this.form.useURL.checked=this.value.length;"\
				onkeyup="this.form.useURL.checked=this.value.length;">\
		</td></tr></table>\
		</div>\
		<table style="border:0"><tr style="border:0"><td style="border:0;text-align:right;vertical-align:top;width:1%;white-space:nowrap">\
			notes&nbsp;\
		</td><td style="border:0" colspan=2>\
			<textarea name="notes" style="width:98%;height:3.5em;margin-bottom:2px"></textarea>\
		</td><tr style="border:0"><td style="border:0;text-align:right;width:1%;white-space:nowrap">\
			attach as&nbsp;\
		</td><td style="border:0" colspan=2>\
			<input type=text name="tiddlertitle" size=15 autocomplete=off value="%title%"\
				onkeyup="if (!this.value.length) { this.value=config.macros.attach.titlePrompt; this.select(); }"\
				onfocus="if (!this.value.length) this.value=config.macros.attach.titlePrompt; this.select()" %disabled%>\
		</td></tr></tr><tr style="border:0"><td style="border:0;text-align:right;width:1%;white-space:nowrap">\
			add tags&nbsp;\
		</td><td style="border:0">\
			<input type=text name="tags" size=15 autocomplete=off value="" onfocus="this.select()">\
		</td><td style="width:40%;text-align:right;border:0">\
			<input type=button class=btn2 value="attach"\
				onclick="config.macros.attach.onClickAttach(this)"><!--\
			--><input type=button class=btn2 value="close"\
				onclick="var panel=document.getElementById(\'%id%\'); if (panel) panel.parentNode.removeChild(panel);">\
		</td></tr></table>\
	</form>',
//}}}
// // control processing
//{{{
	onChangeSource:
	function(here) {
		var form=here.form;
		var list=form.MIMEType;
		var theFilename  = here.value;
		var theExtension = theFilename.substr(theFilename.lastIndexOf('.')).toLowerCase();
		// if theFilename is in current document folder, remove path prefix and use relative reference
		var h=document.location.href; folder=getLocalPath(decodeURIComponent(h.substr(0,h.lastIndexOf("/")+1)));
		if (theFilename.substr(0,folder.length)==folder) theFilename='./'+theFilename.substr(folder.length);
		else theFilename='file:///'+theFilename; // otherwise, use absolute reference
		theFilename=theFilename.replace(/\\/g,"/"); // fixup: change \ to /
		form.useLocal.checked = true;
		form.local.value = theFilename;
		form.useData.checked = !form.useData.disabled;
		list.selectedIndex=1;
		for (var i=0; i<list.options.length; i++) // find matching MIME type
			if (list.options[i].value.indexOf(theExtension)!=-1) { list.selectedIndex = i; break; }
		if (!form.tiddlertitle.disabled)
			form.tiddlertitle.value=theFilename.substr(theFilename.lastIndexOf('/')+1); // get tiddlername from filename
	},
//}}}
//{{{
	onClickAttach:
	function (here) {
		clearMessage();
		// get input values
		var form=here.form;
		var src=form.source; if (config.browser.isGecko) src=document.getElementById("attachFixSource");
		src=src.value!=src.defaultValue?src.value:"";
		var when=(new Date()).formatString(config.macros.timeline.dateFormat);
		var title=form.tiddlertitle.value;
		var local = form.local.value!=form.local.defaultValue?form.local.value:"";
		var url = form.URL.value!=form.URL.defaultValue?form.URL.value:"";
		var notes = form.notes.value;
		var tags = "attachment excludeMissing "+form.tags.value;
		var useData=form.useData.checked;
		var useLocal=form.useLocal.checked;
		var useURL=form.useURL.checked;
		var mimetype = form.MIMEType.value.length?form.MIMEType.options[form.MIMEType.selectedIndex].text:"";
		// validate checkboxes and get filename
		if (useData) {
			if (src.length) { if (!theLocation) var theLocation=src; }
			else { alert(this.sourceErr); src.focus(); return false; }
		}
		if (useLocal) {
			if (local.length) { if (!theLocation) var theLocation = local; }
			else { alert(this.localErr); form.local.focus(); return false; }
		}
		if (useURL) {
			if (url.length) { if (!theLocation) var theLocation = url; }
			else { alert(this.URLErr); form.URL.focus(); return false; }
		}
		if (!(useData||useLocal||useURL))
			{ form.useData.focus(); alert(this.storageErr); return false; }
		if (!theLocation)
			{ src.focus(); alert(this.sourceErr); return false; }
		if (!title || !title.trim().length || title==this.titlePrompt)
			{ form.tiddlertitle.focus(); alert(this.tiddlerErr); return false; }
		// if not already selected, determine MIME type based on filename extension (if any)
		if (useData && !mimetype.length && theLocation.lastIndexOf('.')!=-1) {
			var theExt = theLocation.substr(theLocation.lastIndexOf('.')).toLowerCase();
			var theList=form.MIMEType;
			for (var i=0; i<theList.options.length; i++)
				if (theList.options[i].value.indexOf(theExt)!=-1)
					{ var mimetype=theList.options[i].text; theList.selectedIndex=i; break; }
		}
		// attach the file
		return this.createAttachmentTiddler(src, when, notes, tags, title,
			useData, useLocal, useURL, local, url, mimetype);
	},
	getMIMEType:
	function(src,def) {
		var ext = src.substr(src.lastIndexOf('.')).toLowerCase();
		var list=store.getTiddlerText(this.typeList);
		if (!list || !list.trim().length) return def;
		// get MIME list content from tiddler
		var parts=list.split("\n----\n");
		for (var p=0; p<parts.length; p++) {
			var lines=parts[p].split("\n");
			var mime=lines.shift(); // 1st line=MIME type
			var match=lines.shift(); // 2nd line=matching extensions
			if (match.indexOf(ext)!=-1) return mime;
		}
		return def;
	},
	createAttachmentTiddler:
	function (src, when, notes, tags, title, useData, useLocal, useURL, local, url, mimetype, noshow) {
		if (useData) { // encode the data
			if (!mimetype.length) {
				alert(this.MIMEErr);
				form.MIMEType.selectedIndex=1; form.MIMEType.focus();
				return false;
			}
			var d = this.readFile(src); if (!d) { return false; }
			displayMessage('encoding '+src);
			var encoded = this.encodeBase64(d);
			displayMessage('file size='+d.length+' bytes, encoded size='+encoded.length+' bytes');
		}
		var usage=(mimetype.substr(0,5)=="image"?'[img[%0]]':'[[%0|%0]]').format([title]);
		var theText=this.tiddlerFormat.format([
			usage, notes.length?notes:'//none//', mimetype,
			useLocal?local.replace(/\\/g,'/'):'', useURL?url:'',
			useData?('data:'+mimetype+';base64,'+encoded):'' ]);
		store.saveTiddler(title,title,theText,config.options.txtUserName,new Date(),tags);
		var panel=document.getElementById("attachPanel"); if (panel) panel.style.display="none";
		if (!noshow) { story.displayTiddler(null,title); story.refreshTiddler(title,null,true); }
		displayMessage('attached "'+title+'"');
		return true;
	},
//}}}
// // base64 conversion
//{{{
	encodeBase64:
	function (d) {
		if (!d) return null;
		// encode as base64
		var keyStr = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
		var out="";
		var chr1,chr2,chr3="";
		var enc1,enc2,enc3,enc4="";
		for (var count=0,i=0; i<d.length; ) {
			chr1=d.charCodeAt(i++);
			chr2=d.charCodeAt(i++);
			chr3=d.charCodeAt(i++);
			enc1=chr1 >> 2;
			enc2=((chr1 & 3) << 4) | (chr2 >> 4);
			enc3=((chr2 & 15) << 2) | (chr3 >> 6);
			enc4=chr3 & 63;
			if (isNaN(chr2)) enc3=enc4=64;
			else if (isNaN(chr3)) enc4=64;
			out+=keyStr.charAt(enc1)+keyStr.charAt(enc2)+keyStr.charAt(enc3)+keyStr.charAt(enc4);
			chr1=chr2=chr3=enc1=enc2=enc3=enc4="";
		}
		return out;
	},
	decodeBase64: function(input) {
		var out="";
		var chr1,chr2,chr3;
		var enc1,enc2,enc3,enc4;
		var i = 0;
		// remove all characters that are not A-Z, a-z, 0-9, +, /, or =
		input=input.replace(/[^A-Za-z0-9\+\/\=]/g, "");
		do {
			enc1=keyStr.indexOf(input.charAt(i++));
			enc2=keyStr.indexOf(input.charAt(i++));
			enc3=keyStr.indexOf(input.charAt(i++));
			enc4=keyStr.indexOf(input.charAt(i++));
			chr1=(enc1 << 2) | (enc2 >> 4);
			chr2=((enc2 & 15) << 4) | (enc3 >> 2);
			chr3=((enc3 & 3) << 6) | enc4;
			out=out+String.fromCharCode(chr1);
			if (enc3!=64) out=out+String.fromCharCode(chr2);
			if (enc4!=64) out=out+String.fromCharCode(chr3);
		} while (i<input.length);
		return out;
	},
//}}}
// // I/O functions
//{{{
	readFile: // read local BINARY file data
	function(filePath) {
		if(!window.Components) { return null; }
		try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); }
		catch(e) { alert("access denied: "+filePath); return null; }
		var file = Components.classes["@mozilla.org/file/local;1"].createInstance(Components.interfaces.nsILocalFile);
		try { file.initWithPath(filePath); } catch(e) { alert("cannot read file - invalid path: "+filePath); return null; }
		if (!file.exists()) { alert("cannot read file - not found: "+filePath); return null; }
		var inputStream = Components.classes["@mozilla.org/network/file-input-stream;1"].createInstance(Components.interfaces.nsIFileInputStream);
		inputStream.init(file, 0x01, 00004, null);
		var bInputStream = Components.classes["@mozilla.org/binaryinputstream;1"].createInstance(Components.interfaces.nsIBinaryInputStream);
		bInputStream.setInputStream(inputStream);
		return(bInputStream.readBytes(inputStream.available()));
	},
//}}}
//{{{
	writeFile:
	function(filepath,data) {
		// TBD: decode base64 and write BINARY data to specified local path/filename
		return(false);
	},
//}}}
//{{{
	askForFilename: // for FF3 fixup
	function(target) {
		var msg=config.messages.selectFile;
		if (target && target.title) msg=target.title; // use target field tooltip (if any) as dialog prompt text
		// get local path for current document
		var path=getLocalPath(document.location.href);
		var p=path.lastIndexOf("/"); if (p==-1) p=path.lastIndexOf("\\"); // Unix or Windows
		if (p!=-1) path=path.substr(0,p+1); // remove filename, leave trailing slash
		var file=""
		var result=window.mozAskForFilename(msg,path,file,true); // FF3 FIXUP ONLY
		if (target && result.length) // set target field and trigger handling
			{ target.value=result; target.onchange(); }
		return result; 
	}
};
//}}}
//{{{
if (window.mozAskForFilename===undefined) { // also defined by CoreTweaks (for ticket #604)
	window.mozAskForFilename=function(msg,path,file,mustExist) {
		if(!window.Components) return false;
		try {
			netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
			var nsIFilePicker = window.Components.interfaces.nsIFilePicker;
			var picker = Components.classes['@mozilla.org/filepicker;1'].createInstance(nsIFilePicker);
			picker.init(window, msg, mustExist?nsIFilePicker.modeOpen:nsIFilePicker.modeSave);
			var thispath = Components.classes['@mozilla.org/file/local;1'].createInstance(Components.interfaces.nsILocalFile);
			thispath.initWithPath(path);
			picker.displayDirectory=thispath;
			picker.defaultExtension='';
			picker.defaultString=file;
			picker.appendFilters(nsIFilePicker.filterAll|nsIFilePicker.filterText|nsIFilePicker.filterHTML);
			if (picker.show()!=nsIFilePicker.returnCancel)
				var result=picker.file.path;
		}
		catch(ex) { displayMessage(ex.toString()); }
		return result;
	}
}
//}}}
/***
|Name|AttachFilePluginFormatters|
|Source|http://www.TiddlyTools.com/#AttachFilePluginFormatters|
|Version|4.0.1|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1.3|
|Type|plugin|
|Description|run-time library for displaying attachment tiddlers|
Runtime processing for //rendering// attachment tiddlers created by [[AttachFilePlugin]].   Attachment tiddlers are tagged with<<tag attachment>>and contain binary file content (e.g., jpg, gif, pdf, mp3, etc.) that has been stored directly as base64 text-encoded data or can be loaded from external files stored on a local filesystem or remote web server.  Note: after creating new attachment tiddlers, you can remove [[AttachFilePlugin]], as long as you retain //this// tiddler (so that images can be rendered later on).
!!!!!Formatters
<<<
This plugin extends the behavior of the following TiddlyWiki core "wikify()" formatters:
* embedded images: {{{[img[tooltip|image]]}}}
* linked embedded images: {{{[img[tooltip|image][link]]}}}
* external/"pretty" links: {{{[[label|link]]}}}
''Please refer to AttachFilePlugin (source: http://www.TiddlyTools.com/#AttachFilePlugin) for additional information.''
<<<
!!!!!Revisions
<<<
2009.10.10 [4.0.1] in fileExists(), check for IE to avoid hanging Chrome during startup
2009.06.04 [4.0.0] changed attachment storage format to use //sections// instead of embedded substring markers.
2008.01.08 [*.*.*] plugin size reduction: documentation moved to ...Info
2007.12.04 [*.*.*] update for TW2.3.0: replaced deprecated core functions, regexps, and macros
2007.10.29 [3.7.0] more code reduction: removed upload handling from AttachFilePlugin (saves ~7K!)
2007.10.28 [3.6.0] removed duplicate formatter code from AttachFilePlugin (saves ~10K!) and updated documentation accordingly.  This plugin ([[AttachFilePluginFormatters]]) is now //''required''// in order to display attached images/binary files within tiddler content.
2006.05.20 [3.4.0] through 2007.03.01 [3.5.3] sync with AttachFilePlugin
2006.05.13 [3.2.0] created from AttachFilePlugin v3.2.0
<<<
!!!!!Code
***/
// // version
//{{{
version.extensions.AttachFilePluginFormatters= {major: 4, minor: 0, revision: 1, date: new Date(2009,10,10)};
//}}}

//{{{
if (config.macros.attach==undefined) config.macros.attach= { };
//}}}
//{{{
if (config.macros.attach.isAttachment==undefined) config.macros.attach.isAttachment=function (title) {
	var tiddler = store.getTiddler(title);
	if (tiddler==undefined || tiddler.tags==undefined) return false;
	return (tiddler.tags.indexOf("attachment")!=-1);
}
//}}}

//{{{
// test for local file existence - returns true/false without visible error display
if (config.macros.attach.fileExists==undefined) config.macros.attach.fileExists=function(f) {
	if(window.Components) { // MOZ
		try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); }
		catch(e) { return false; } // security access denied
		var file = Components.classes["@mozilla.org/file/local;1"].createInstance(Components.interfaces.nsILocalFile);
		try { file.initWithPath(f); }
		catch(e) { return false; } // invalid directory
		return file.exists();
	}
	else if (config.browser.isIE) { // IE
		var fso = new ActiveXObject("Scripting.FileSystemObject");
		return fso.FileExists(f);
	}
	else return true; // other browsers: assume file exists
}
//}}}

//{{{
if (config.macros.attach.getAttachment==undefined) config.macros.attach.getAttachment=function(title) {

	// extract embedded data, local and remote links (if any)
	var text=store.getTiddlerText(title,'');
	var embedded=store.getTiddlerText(title+'##data','').trim();
	var locallink=store.getTiddlerText(title+'##file','').trim();
	var remotelink=store.getTiddlerText(title+'##url','').trim();

	// backward-compatibility for older attachments (pre 4.0.0)
	var startmarker="---BEGIN_DATA---\n";
	var endmarker="\n---END_DATA---";
	var pos=0; var endpos=0;
	if ((pos=text.indexOf(startmarker))!=-1 && (endpos=text.indexOf(endmarker))!=-1)
		embedded="data:"+(text.substring(pos+startmarker.length,endpos)).replace(/\n/g,'');
	if ((pos=text.indexOf("/%LOCAL_LINK%/"))!=-1)
		locallink=text.substring(text.indexOf("|",pos)+1,text.indexOf("]]",pos));
	if ((pos=text.indexOf("/%REMOTE_LINK%/"))!=-1)
		remotelink=text.substring(text.indexOf("|",pos)+1,text.indexOf("]]",pos));

	// if there is a data: URI defined (not supported by IE)
	if (embedded.length && !config.browser.isIE) return embedded;

	// document is being served remotely... use remote URL (if any)  (avoids security alert)
	if (remotelink.length && document.location.protocol!="file:")
		return remotelink;  

	// local link only... return link without checking file existence (avoids security alert)
	if (locallink.length && !remotelink.length) 
		return locallink; 

	// local link, check for file exist... use local link if found
	if (locallink.length) { 
		locallink=locallink.replace(/^\.[\/\\]/,''); // strip leading './' or '.\' (if any)
		if (this.fileExists(getLocalPath(locallink))) return locallink;
		// maybe local link is relative... add path from current document and try again
		var pathPrefix=document.location.href;  // get current document path and trim off filename
		var slashpos=pathPrefix.lastIndexOf("/"); if (slashpos==-1) slashpos=pathPrefix.lastIndexOf("\\"); 
		if (slashpos!=-1 && slashpos!=pathPrefix.length-1) pathPrefix=pathPrefix.substr(0,slashpos+1);
		if (this.fileExists(getLocalPath(pathPrefix+locallink))) return locallink;
	}

	// no embedded data, no local (or not found), fallback to remote URL (if any)
	if (remotelink.length) return remotelink;

	// attachment URL doesn't resolve, just return input as is
	return title;
}
//}}}
//{{{
if (config.macros.attach.init_formatters==undefined) config.macros.attach.init_formatters=function() {
	if (this.initialized) return;

	// find the formatter for "image" and replace the handler
	for (var i=0; i<config.formatters.length && config.formatters[i].name!="image"; i++);
	if (i<config.formatters.length)	config.formatters[i].handler=function(w) {
		this.lookaheadRegExp.lastIndex = w.matchStart;
		var lookaheadMatch = this.lookaheadRegExp.exec(w.source)
		if(lookaheadMatch && lookaheadMatch.index == w.matchStart) // Simple bracketted link
			{
			var e = w.output;
			if(lookaheadMatch[5])
				{
				var link = lookaheadMatch[5];
				// ELS -------------
				var external=config.formatterHelpers.isExternalLink(link);
				if (external)
					{
					if (config.macros.attach.isAttachment(link))
						{
						e = createExternalLink(w.output,link);
						e.href=config.macros.attach.getAttachment(link);
						e.title = config.macros.attach.linkTooltip + link;
						}
					else
						e = createExternalLink(w.output,link);
					}
				else 
					e = createTiddlyLink(w.output,link,false,null,w.isStatic);
				// ELS -------------
				addClass(e,"imageLink");
				}
			var img = createTiddlyElement(e,"img");
			if(lookaheadMatch[1])
				img.align = "left";
			else if(lookaheadMatch[2])
				img.align = "right";
			if(lookaheadMatch[3])
				img.title = lookaheadMatch[3];
			img.src = lookaheadMatch[4];
			// ELS -------------
			if (config.macros.attach.isAttachment(lookaheadMatch[4]))
				img.src=config.macros.attach.getAttachment(lookaheadMatch[4]);
			// ELS -------------
			w.nextMatch = this.lookaheadRegExp.lastIndex;
		}
	}
//}}}
//{{{
	// find the formatter for "prettyLink" and replace the handler
	for (var i=0; i<config.formatters.length && config.formatters[i].name!="prettyLink"; i++);
	if (i<config.formatters.length)	{
		config.formatters[i].handler=function(w) {
			this.lookaheadRegExp.lastIndex = w.matchStart;
			var lookaheadMatch = this.lookaheadRegExp.exec(w.source);
			if(lookaheadMatch && lookaheadMatch.index == w.matchStart) {
				var e;
				var text = lookaheadMatch[1];
				if(lookaheadMatch[3]) {
					// Pretty bracketted link
					var link = lookaheadMatch[3];
					if (config.macros.attach.isAttachment(link)) {
						e = createExternalLink(w.output,link);
						e.href=config.macros.attach.getAttachment(link);
						e.title=config.macros.attach.linkTooltip+link;
					}
					else e = (!lookaheadMatch[2] && config.formatterHelpers.isExternalLink(link))
						? createExternalLink(w.output,link)
						: createTiddlyLink(w.output,link,false,null,w.isStatic);
				} else {
					e = createTiddlyLink(w.output,text,false,null,w.isStatic);
				}
				createTiddlyText(e,text);
				w.nextMatch = this.lookaheadRegExp.lastIndex;
			}
		}
	} // if "prettyLink" formatter found
	this.initialized=true;
}
//}}}
//{{{
config.macros.attach.init_formatters(); // load time init
//}}}
//{{{
if (TiddlyWiki.prototype.coreGetRecursiveTiddlerText==undefined) {
	TiddlyWiki.prototype.coreGetRecursiveTiddlerText = TiddlyWiki.prototype.getRecursiveTiddlerText;
	TiddlyWiki.prototype.getRecursiveTiddlerText = function(title,defaultText,depth) {
		return config.macros.attach.isAttachment(title)?
			config.macros.attach.getAttachment(title):this.coreGetRecursiveTiddlerText.apply(this,arguments);
	}
}
//}}}
/***
|''Name:''|SortableGridPlugin|
|''Description:''|Provide live sorting of tables by column|
|''Date:''|Sep. 29, 2007|
|''Source:''|[[SortableGridPlugin|http://rumkin.com/tools/tiddlywiki/#SortableGridPlugin]]|
|''Author:''|Stuart Langridge, Demian Johnson, Bob Denny|
|''License:''|See Below|
|''Version:''|1.1.3|
|''~CoreVersion:''|2.0.11, 2.1.x and newer|
|''Browser:''|Firefox 1.5/2.0; Internet Explorer 6.0/7.0; Safari|
!!Description
@@Only minor changes by Tyler to make it work with TiddlyWiki 2.2.x and newer@@

This plugin provides live sorting of tables by clicking on a column header. To sort in reverse, click the same column header a second time. An arrow in the sort column shows the direction of sorting. 

It works by trying to automatically detect the type of data in a column, then sorting by the rules for that data type. Note that the data in the first row (before sorting for the first time) is used for type detection, so if other data types exist in the column below the first row, the results will be unpredictable. If it //can// recognize the string as prticular type it //will// sort that column by that type. Moral: keep all of your data in a column the same type. The following data types are checked in the order shown (in other words the table shows the precedence of type detection):

|!Type |!Description|
|Date|Various formats for dates, specifically any string format that can be converted to a date/time by Javascript's Date.Parse() method.|
|Currency|Any string beginning with $, £, or € followed by a numeric string (except no leading sign). Note that it does not do currency conversion, the raw currency values are sorted numerically. {{{/^[$|£|€]{1}\d*\.{0,1}\d+$/}}}|
|Numeric|Data must consist purely of digits, optional leading plus or minus sign, a single period. Javascript cannot handle the Continental virgule (comma decimal point). {{{/^[\+|\-]{0,1}\d*\.{0,1}\d+$/}}}|
|File Size|Numeric string (except no leading sign) with b, Kb, Mb, or Gb at the end. Sorts according to the actual value represented by the notation. {{{/^\d*\.{0,1}\d+[K|M|G]{0,1}b$}}}|
|Text|Anything that does not match the formats listed below. Text is sorted without regard to character case.|
!!Installation
Follow the usual procedure for installing a plugin: Edit this tiddler, copy, paste into a new tiddler in your TW, and tag it systemConfig. Close, Save, and Shift-Reload  your TW's page. The table below (in Example) should have hot column headers and be sortable.
!!Usage
To make a table sortable, append an {{{h}}} to the end of the first row. If the table is thus marked as sortable, the formatter will add a CSS class {{{sortable}}} to the generated {{{<table>}}} element. Thus you can use CSS to alter the appearance of the sortable table and/or its elements.
!!Example
|Name |Salary |Extension |Performance |File Size |Start date |h
|Bloggs, Fred |$12000.00 |1353 |+1.2 |74.2Kb |Aug 19, 2003 21:34:00 |
|Bloggs, Fred |$12000.00 |1353 |1.2 |3350b |09/18/2003 |
|Bloggs, Fred |$12000 |1353 |1.200 |55.2Kb |August 18, 2003 |
|Bloggs, Fred |$12000.00 |1353 |1.2 |2100b |07/18/2003 |
|Bloggs, Fred |$12000.00 |1353 |01.20 |6.156Mb |08/17/2003 05:43 |
|Turvey, Kevin |$191200.00 |2342 |-33 |1b |02/05/1979 |
|Mbogo, Arnold |$32010.12 |2755 |-21.673 |1.2Gb |09/08/1998 |
|Shakespeare, Bill |£122000.00|3211 |6 |33.22Gb |12/11/1961 |
|Shakespeare, Hamlet |£9000 |9005 |-8 |3Gb |01/01/2002 |
|Fitz, Marvin |€3300.30 |5554 |+5 |4Kb |05/22/1995 |
!!Revision History
<<<
''2003.11.?? [?.?.?]'' Stuart Langridge (http://www.kryogenix.org/code/browser/sorttable/) - Core code for DHTML sortable tables. Copyright and license for his code has been carried forward and applies to subsequent additions.
''2006.02.14 [1.0.0]'' Demian Johnson - Initial release, adaptation of Langridge code to TiddlyWiki.
''2006.09.29 [1.1.0]'' Bob Denny - Add standard-format plugin documentation, reformat and tabify code for readability, refactor references to plugin, add new "file size" detection and sorting, add sterling and euro to currency detection, allow any real numbers including optional sign and either period or comma for decimal point for numeric sorting, make RegExp matching strict for currency and numeric, clean up lint warnings, correct spelling of Hamlet's name.
''2006.10.19 [1.1.1]'' Bob Denny - Allow use with TW 2.1.1 and 2.1.2, hijack is identical with 2.1.0.
''2006.11.04 [1.1.2]'' Bob Denny - Oh hell, accept 2.1.x, bit again by 2.1.3 which was OK.
<<<
!!Code
***/
//{{{
//
// Begin SORTABLE.JS
// This Code is:
// Code downloaded from the Browser Experiments section of kryogenix.org is 
// licenced under the so-called MIT licence. The license is below.
// ----------------------------------------
// Copyright (c) 1997-date Stuart Langridge
// ----------------------------------------
// Permission is hereby granted, free of charge, to any person obtaining a copy of this 
// software and associated documentation files (the "Software"), to deal in the Software 
// without restriction, including without limitation the rights to use, copy, modify, merge, 
// publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons 
// to whom the Software is furnished to do so, subject to the following conditions:
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 
// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE 
// FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
// DEALINGS IN THE SOFTWARE.
//
// Modified under the same aforementioned terms by Demian Johnston, 2006
// Further modified under the same aforementioned terms by Bob Denny, 2006: 
//	1. Add flexible date/time 
//	2. Use 'this' instead of full dotted names 
//	3. Re-indent and tabify after being munged by TW/IE bu
//	4. Add "file size" sensing and sorting. Validate with Javascript Lint
// Modified under the same aforementioned terms by Tyler Akins, 2007
//	Works work with TiddlyWiki 2.2.x
//
version.extensions.PersistentForm = {
	major: 1, minor: 1, revision: 3,
	date: new Date(2007, 9, 29), 
	type: 'extension',
	source: "http://rumkin.com/tools/tiddlywiki/#SortableGridPlugin"
};
//}}}

//{{{
config.macros.sortableGridPlugin = { SORT_COLUMN_INDEX: 0 };

config.macros.sortableGridPlugin.ts_makeSortable = function(table) 
{
	var firstRow;
	if (table.rows && table.rows.length > 0) {
		firstRow = table.rows[0];
	}
	if (!firstRow) return;
    
	// We have a first row: assume it's the header, and make its contents clickable links
	for (var i=0;i<firstRow.cells.length;i++) {
		var cell = firstRow.cells[i];
		var txt = config.macros.sortableGridPlugin.ts_getInnerText(cell);
		cell.innerHTML = '<a href="#" class="sortheader" onclick="config.macros.sortableGridPlugin.ts_resortTable(this);return false;">' +
						txt + '<span class="sortarrow">&nbsp;&nbsp;&nbsp;</span></a>';
	}
};
//}}}

//{{{
config.macros.sortableGridPlugin.ts_getInnerText = function(el) 
{
	if (typeof el == "string") return el;
	if (typeof el == "undefined") { return el; }
	if (el.innerText) return el.innerText; //Not needed but it is faster
	var str = "";
	var cs = el.childNodes;
	var l = cs.length;
	for (var i = 0; i < l; i++) {
		switch (cs[i].nodeType) 
		{
			case 1: 										//ELEMENT_NODE
				str += config.macros.sortableGridPlugin.ts_getInnerText(cs[i]);
				break;
			case 3: 										//TEXT_NODE
				str += cs[i].nodeValue;
				break;
		}
	}
	return str;
};

config.macros.sortableGridPlugin.getParent = function(el, pTagName) 
{
	if (el === null) 
		return null;
	else if (el.nodeType == 1 && el.tagName.toLowerCase() == pTagName.toLowerCase()) // Gecko bug, supposed to be uppercase
		return el;
	else
		return config.macros.sortableGridPlugin.getParent(el.parentNode, pTagName);
};
//}}}

//{{{
config.macros.sortableGridPlugin.ts_resortTable = function(lnk) 
{
	var M = config.macros.sortableGridPlugin;
	// get the span
	var span;
	for (var ci = 0; ci < lnk.childNodes.length; ci++) {
	if (lnk.childNodes[ci].tagName && lnk.childNodes[ci].tagName.toLowerCase() == 'span') 
		span = lnk.childNodes[ci];
	}
	var td = lnk.parentNode;
	var column = td.cellIndex;
	var table = M.getParent(td,'TABLE');
    
	// Work out a type for the column
	if (table.rows.length <= 1) return;
	var itm = M.ts_getInnerText(table.rows[1].cells[column]);
	var sortfn = M.ts_sort_caseinsensitive;
	if(!isNaN(Date.parse(itm)))
		sortfn = M.ts_sort_date;
	else if(itm.match(/^[$|£|€]{1}\d*\.{0,1}\d+$/)) 
		sortfn = M.ts_sort_currency;
	else if(itm.match(/^[\+|\-]{0,1}\d*\.{0,1}\d+$/)) 
		sortfn = M.ts_sort_numeric;
	else if(itm.match(/^\d*\.{0,1}\d+[K|M|G]{0,1}b$/))
		sortfn = M.ts_sort_fileSize;
	M.SORT_COLUMN_INDEX = column;
	var firstRow = new Array();
	var newRows = new Array();
	for (var i = 0; i < table.rows[0].length; i++) { firstRow[i] = table.rows[0][i]; }
	for (var j = 1; j < table.rows.length; j++) { newRows[j-1] = table.rows[j]; }
    
	newRows.sort(sortfn);
	var ARROW;
	if (span.getAttribute("sortdir") == 'down') {
		ARROW = '&nbsp;&nbsp;&uarr;';
		newRows.reverse();
		span.setAttribute('sortdir','up');
	} else {
		ARROW = '&nbsp;&nbsp;&darr;';
		span.setAttribute('sortdir','down');
	}
    
	// We appendChild rows that already exist to the tbody, so it moves them 
	// rather than creating new ones. Don't do sortbottom rows
	for ( i=0;i<newRows.length;i++) { 
		if (!newRows[i].className || (newRows[i].className && (newRows[i].className.indexOf('sortbottom') == -1))) 
			table.tBodies[0].appendChild(newRows[i]);
	}
	// do sortbottom rows only
	for ( i=0;i<newRows.length;i++) { 
		if (newRows[i].className && (newRows[i].className.indexOf('sortbottom') != -1)) 
			table.tBodies[0].appendChild(newRows[i]);
	}
    
	// Delete any other arrows there may be showing
	var allspans = document.getElementsByTagName("span");
	for ( ci=0;ci<allspans.length;ci++) {
		if (allspans[ci].className == 'sortarrow') {
			if (M.getParent(allspans[ci],"table") == M.getParent(lnk,"table")) { // in the same table as us?
				allspans[ci].innerHTML = '&nbsp;&nbsp;&nbsp;';
			}
		}
	}
    
	span.innerHTML = ARROW;
};
//}}}

//{{{
config.macros.sortableGridPlugin.ts_sort_fileSize = function(a, b) 
{
	var M = config.macros.sortableGridPlugin;
	var convert = function(str)
	{
		var val;
		var i;
		if((i = str.indexOf("Kb")) != -1)
			val = 1024.0 * str.substr(0, i);
		else if((i = str.indexOf("Mb")) != -1)
			val = 1048576.0 * str.substr(0, i);
		else if((i = str.indexOf("Gb")) != -1)
			val = 1073741824.0 * str.substr(0, i);
		else
			val = 1.0 * str.substr(0, str.length - 1);
		return val;
	};
    
	var aa = M.ts_getInnerText(a.cells[M.SORT_COLUMN_INDEX]);
	var bb = M.ts_getInnerText(b.cells[M.SORT_COLUMN_INDEX]);
	var v1 = convert(aa);
	var v2 = convert(bb);
	if(v1 == v2) return 0;
	if(v1 < v2) return -1;
	return 1;
};

config.macros.sortableGridPlugin.ts_sort_date = function(a, b) 
{
	var M = config.macros.sortableGridPlugin;
	// Handles dates per the rules of Date.parse()
	var aa = M.ts_getInnerText(a.cells[M.SORT_COLUMN_INDEX]);
	var bb = M.ts_getInnerText(b.cells[M.SORT_COLUMN_INDEX]);
	var dt1 = Date.parse(aa);
	var dt2 = Date.parse(bb);
	if (dt1 == dt2) return 0;
	if (dt1 < dt2) return -1;
	return 1;
};

config.macros.sortableGridPlugin.ts_sort_currency = function(a, b) 
{ 
	var M = config.macros.sortableGridPlugin;
	var aa = M.ts_getInnerText(a.cells[M.SORT_COLUMN_INDEX]).replace(/[^0-9.]/g,'');
	var bb = M.ts_getInnerText(b.cells[M.SORT_COLUMN_INDEX]).replace(/[^0-9.]/g,'');
	return parseFloat(aa) - parseFloat(bb);
};

config.macros.sortableGridPlugin.ts_sort_numeric = function(a, b) 
{ 
	var M = config.macros.sortableGridPlugin;
	var aa = parseFloat(M.ts_getInnerText(a.cells[M.SORT_COLUMN_INDEX]));
	if (isNaN(aa)) aa = 0;
	var bb = parseFloat(M.ts_getInnerText(b.cells[M.SORT_COLUMN_INDEX])); 
	if (isNaN(bb)) bb = 0;
	return aa-bb;
};

config.macros.sortableGridPlugin.ts_sort_caseinsensitive = function(a, b) 
{
	var M = config.macros.sortableGridPlugin;
	var aa = M.ts_getInnerText(a.cells[M.SORT_COLUMN_INDEX]).toLowerCase();
	var bb = M.ts_getInnerText(b.cells[M.SORT_COLUMN_INDEX]).toLowerCase();
	if (aa == bb) return 0;
	if (aa < bb) return -1;
	return 1;
};

//}}}

//{{{
// end Code downloaded from the Browser Experiments section of kryogenix.org
// end Copyright (c) 1997-date Stuart Langridge//
// END SORTABLE.JS//
//}}}

//{{{
//
//
// CORE HIJACK WARNINGS: 
//	(1) Depends on the table formatter being first in the config.formatters array
//	(2) Version-specifics - test on your version before adding to the logic here!
//
if(version.major == 2 && version.minor === 0 && version.revision == 11)
{
	config.formatters[0].handler = function(w)
	{
		var table = createTiddlyElement(w.output,"table");
		w.nextMatch = w.matchStart;
		var lookaheadRegExp = new RegExp(this.lookahead,"mg");
		var currRowType = null, nextRowType;
		var rowContainer, rowElement;
		var prevColumns = [];
		var rowCount = 0;
		var want_sortable=0;
		do {
			lookaheadRegExp.lastIndex = w.nextMatch;
			var lookaheadMatch = lookaheadRegExp.exec(w.source);
			var matched = lookaheadMatch && lookaheadMatch.index == w.nextMatch;
			if(matched)
			{
				nextRowType = lookaheadMatch[2];
				if(nextRowType != currRowType)
				rowContainer = createTiddlyElement(table,this.rowTypes[nextRowType]);
				currRowType = nextRowType;
				if(currRowType == "c")
				{
					if(rowCount === 0)
						rowContainer.setAttribute("align","top");
					else
						rowContainer.setAttribute("align","bottom");
					w.nextMatch = w.nextMatch + 1;
					w.subWikify(rowContainer,this.rowTerminator);
					table.insertBefore(rowContainer,table.firstChild);
				}
				else
				{
					var rowClass = (rowCount & 1) ? "oddRow" : "evenRow";
					rowElement = createTiddlyElement(rowContainer,"tr",null,rowClass);
					this.rowHandler(w,rowElement,prevColumns);
				}
				if(currRowType == "h") {
					want_sortable=1;
				}
				rowCount++;
			}
		} while(matched);
		if (want_sortable) {
			table.setAttribute("class","sortable");
			config.macros.sortableGridPlugin.ts_makeSortable(table);
		}
	};
} 
else if(version.major == 2 && (version.minor > 0))
{
	config.formatters[0].handler = function(w)
	{
		var table = createTiddlyElement(w.output,"table");
		var prevColumns = [];
		var currRowType = null;
		var rowContainer;
		var rowCount = 0;
		var want_sortable = 0;
	    
		w.nextMatch = w.matchStart;
		this.lookaheadRegExp.lastIndex = w.nextMatch;
		var lookaheadMatch = this.lookaheadRegExp.exec(w.source);
		while(lookaheadMatch && lookaheadMatch.index == w.nextMatch)
		{
			var nextRowType = lookaheadMatch[2];
			if(nextRowType == "k")
			{
				table.className = lookaheadMatch[1];
				w.nextMatch += lookaheadMatch[0].length+1;
			}
			else
			{
				if(nextRowType != currRowType)
				{
					rowContainer = createTiddlyElement(table,this.rowTypes[nextRowType]);
					currRowType = nextRowType;
				}
				if(currRowType == "c")
				{
					// Caption
					w.nextMatch++;
					if(rowContainer != table.firstChild)
						table.insertBefore(rowContainer,table.firstChild);
					rowContainer.setAttribute("align",rowCount === 0?"top":"bottom");
					w.subWikifyTerm(rowContainer,this.rowTermRegExp);
				}
				else
				{
					this.rowHandler(w,createTiddlyElement(rowContainer,"tr",null,(rowCount&1)?"oddRow":"evenRow"),prevColumns);
					if(currRowType == "h")	want_sortable = 1;
					rowCount++;
				}
			}
			this.lookaheadRegExp.lastIndex = w.nextMatch;
			lookaheadMatch = this.lookaheadRegExp.exec(w.source);
		}
		if (want_sortable) {
			table.setAttribute("class","sortable");
			config.macros.sortableGridPlugin.ts_makeSortable(table);
		}
	};
}
else
	alert("SortableGridPlugin works only with TiddlyWiki 2.0.11, 2.1.x or newer");
    
//}}}
[[Sector Map]]
/***
|Name|FileDropPlugin|
|Source|http://www.TiddlyTools.com/#FileDropPlugin|
|Version|2.1.4|
|Author|BradleyMeck and Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Description|drag-and-drop files/directories to create tiddlers|
''requires FireFox or another Mozilla-compatible browser.''
!!!!!Usage
<<<
This plugin automatically creates tiddlers from files that are dropped onto an open TiddlyWiki document.  You can drop multiple selected files and/or folders to create many tiddlers at once.  New tiddler titles are created using the filename of each dropped file (i.e., omitting the path).  If a title is already in use, you are prompted to enter a new title for that file.  If you drop a folder, you will be asked if you want to create a simple 'directory list' of files in a single tiddler or create one tiddler for each file in that folder.  

By default, it is assumed that all dropped files contain text.  However, if [[AttachFilePlugin]], [[AttachFilePluginFormatters]] and [[AttachFileMIMETypes]] are installed, then you can drop ''//binary data files//'' as well as text files.  If the MIME type of a dropped file is not "text/plain", then AttachFilePlugin is used to create an 'attachment' tiddler, rather than creating a simple text tiddler.

When creating text tiddlers, you can embed a //link// to the original external file at the top of the new tiddler, in addition to (or instead of) the text content itself.  The format for this link (see Configuration, below) uses embedded ''//replacement markers//'' that allow you to generate a variety of wiki-formatted output, where:
*%0 = filename (without path)
*%1 = local """file://...""" URL
*%2 = local path and filename (OS-native format)
*%3 = relative path (if subdirectory of current document directory)
*%4 = file size
*%5 = file date
*%6 = current date
*%7 = current ~TiddlyWiki username
*\n = newline
By default, the link format uses the filename (%0) and local URL (%1), enclosed within a //hidden section// syntax, like this:
{{{
/%
!link
[[%0|%1]]
!end
%/
}}}
This permits the link to be embedded along with the text content, without changing the appearance of that content when the tiddler is viewed.  To display the link in your tiddler content, use:
{{{
<<tiddler TiddlerName##link>>
}}}
<<<
!!!!!Configuration
<<<
__FileDropPlugin options:__
<<option chkFileDropContent>>Copy file content into tiddlers if smaller than: <<option txtFileDropDataLimit>> bytes
&nbsp; //(note: excess text content will be truncated, oversized binary files will skipped, 0=no limit)//
<<option chkFileDropLink>>Generate external links to files, using this format:{{editor{<html><nowiki><textarea rows="4" onchange="
config.macros.option.propagateOption('txtFileDropLinkFormat','value',this.value.escapeLineBreaks(),'input');
"></textarea></html><<tiddler {{
	var ta=place.lastChild.getElementsByTagName('textarea')[0];
	var v=config.options.txtFileDropLinkFormat.unescapeLineBreaks();
	ta.value=v;
"";}}>>}}}<<option chkFileDropTrimFilename>>Omit file extensions from tiddler titles
<<option chkFileDropDisplay>>Automatically display newly created tiddlers
Tag newly created tiddlers with: <<option txtFileDropTags>>

__FileDropPlugin+AttachFilePlugin options:__ //(binary file data as encoded 'base64' text)//
<<option chkFileDropAttachLocalLink>> attachment includes reference to local path/filename
>Note: if the plugin does not seem to work, enter ''about:config'' in the Firefox address bar, and make sure that {{{signed.applets.codebase_principal_support}}} is set to ''true''
<<<
!!!!!Examples (custom handler functions)
<<<
Adds a single file with confirmation and prompting for title:
{{{
config.macros.fileDrop.addEventListener('application/x-moz-file',
	function(nsiFile) {
		var msg='You have dropped the file:\n'
			+nsiFile.path+'\n'
			+'onto the page, it will be imported as a tiddler. Is that ok?'
		if(confirm(msg)) {
			var newDate = new Date();
			var title = prompt('what would you like to name the tiddler?');
			store.saveTiddler(title,title,loadFile(nsiFile.path),config.options.txtUserName,newDate,[]);
		}
		return true;
	});
}}}
Adds a single file without confirmation, using path/filename as tiddler title:
{{{
config.macros.fileDrop.addEventListener('application/x-moz-file',
	function(nsiFile) {
		var newDate = new Date();
		store.saveTiddler(nsiFile.path,nsiFile.path,loadFile(nsiFile.path),config.options.txtUserName,newDate,[]);
		story.displayTiddler(null,nsiFile.path)
		return true;
	});
}}}
<<<
!!!!!Revisions
<<<
2010.03.06 2.1.4 added event listener for 'dragover' (for FireFox 3.6+)
2009.10.10 2.1.3 fixed IE code error
2009.10.08 2.1.2 fixed chkFileDropContent bypass handling for binary attachments
2009.10.07 2.1.0 added chkFileDropContent and chkFileDropLink/txtFileDropLinkFormat
2009.08.19 2.0.0 fixed event listener registration for FireFox 3.5+.  Also, merged with FileDropPluginConfig, with code cleanup/reduction
2008.08.11 1.5.1 added chkFileDropAttachLocalLink option to allow suppression of local path/file link
2007.xx.xx *.*.* add suspend/resume of notifications to improve performance when multiple files are handled
2007.01.01 0.9.9 extensions for AttachFilePlugin
2006.11.04 0.1.1 initial release by Bradley Meck
<<<
!!!!!Code
***/
//{{{
version.extensions.FileDropPlugin={major:2, minor:1, revision:4, date: new Date(2010,3,6)};

config.macros.fileDrop = {
	customDropHandlers: [],
	addEventListener: function(paramflavor,func,inFront) {
		var obj={}; obj.flavor=paramflavor; obj.handler=func;
		if (!inFront) this.customDropHandlers.push(obj);
		else this.customDropHandlers.shift(obj);
	},
	dragDropHandler: function(evt) {
		netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
		var dragService = Components.classes['@mozilla.org/widget/dragservice;1'].getService(Components.interfaces.nsIDragService);
		var dragSession = dragService.getCurrentSession();
		var transferObject = Components.classes['@mozilla.org/widget/transferable;1'].createInstance();
		transferObject = transferObject.QueryInterface(Components.interfaces.nsITransferable);
		transferObject.addDataFlavor('application/x-moz-file');
		var numItems = dragSession.numDropItems;
		if (numItems>1) {
			clearMessage();
			displayMessage('Reading '+numItems+' files...');
			store.suspendNotifications();
		}
		for (var i = 0; i < numItems; i++) {
			dragSession.getData(transferObject, i);
			var dataObj = {};
			var dropSizeObj = {};
			for(var ind=0; ind<config.macros.fileDrop.customDropHandlers.length; ind++) {
				var item = config.macros.fileDrop.customDropHandlers[ind];
				if(dragSession.isDataFlavorSupported(item.flavor)) {
					transferObject.getTransferData(item.flavor, dataObj, dropSizeObj);
					var droppedFile = dataObj.value.QueryInterface(Components.interfaces.nsIFile);
					var result = item.handler.call(item,droppedFile);
					evt.stopPropagation();
					evt.preventDefault();
					if (result) break;
				}
			}
		}
		if (numItems>1) {
			store.resumeNotifications();
			store.notifyAll();
			displayMessage(numItems+' files have been processed');
		}
	}
}
//}}}
/***
!!!!!window event handlers
***/
//{{{
if(!window.event) {
	window.addEventListener('dragdrop',	// FireFox3.1-
		config.macros.fileDrop.dragDropHandler, true);
	window.addEventListener('drop',		// FireFox3.5+
		config.macros.fileDrop.dragDropHandler, true);
	window.addEventListener('dragover',	// FireFox3.6+
		function(e){e.stopPropagation();e.preventDefault();}, true); 
}
//}}}
/***
!!!!!handler for files, directories and binary attachments (see [[AttachFilePlugin]])
***/
//{{{
var defaults={
	chkFileDropDisplay:		true,
	chkFileDropTrimFilename:	false,
	chkFileDropContent:		true,
	chkFileDropLink:		true,
	txtFileDropLinkFormat:		'/%\\n!link\\n[[%0|%1]]\\n!end\\n%/',
	txtFileDropDataLimit:		'32768',
	chkFileDropAttachLocalLink:	true,
	txtFileDropTags:		''
};
for (var id in defaults) if (config.options[id]===undefined)
	config.options[id]=defaults[id];

config.macros.fileDrop.addEventListener('application/x-moz-file',function(nsiFile) {
	var co=config.options; // abbrev
	var header='Index of %0\n^^(as of %1)^^\n|!filename| !size | !modified |\n';
	var item='|[[%0|%1]]| %2|%3|\n';
	var footer='Total of %0 bytes in %1 files\n';
	var now=new Date();
	var files=[nsiFile];
	if (nsiFile.isDirectory()) {
		var folder=nsiFile.directoryEntries;
		var files=[];
		while (folder.hasMoreElements()) {
			var f=folder.getNext().QueryInterface(Components.interfaces.nsILocalFile);
			if (f instanceof Components.interfaces.nsILocalFile && !f.isDirectory()) files.push(f);
		}
		var msg=nsiFile.path.replace(/\\/g,'/')+'\n\n';
		msg+='contains '+files.length+' files... ';
		msg+='select OK to attach all files or CANCEL to create a list...';
		if (!confirm(msg)) { // create a list in a tiddler
			var title=nsiFile.leafName; // tiddler name is last directory name in path
			while (title && title.length && store.tiddlerExists(title)) {
				if (confirm(config.messages.overwriteWarning.format([title]))) break;
				title=prompt('Enter a new tiddler title',nsiFile.path.replace(/\\/g,'/'));
			}
			if (!title || !title.length) return true; // cancelled
			var text=header.format([nsiFile.path.replace(/\\/g,'/'),now.toLocaleString()]);
			var total=0;
			for (var i=0; i<files.length; i++) { var f=files[i];
				var name=f.leafName;
				if (co.chkFileDropTrimFilename)
					{ var p=name.split('.'); if (p.length>1) p.pop(); name=p.join('.'); }
				var path='file:///'+f.path.replace(/\\/g,'/');
				var size=f.fileSize; total+=size;
				var when=new Date(f.lastModifiedTime).formatString('YYYY.0MM.0DD 0hh:0mm:0ss');
				text+=item.format([name,path,size,when]);
			}
			text+=footer.format([total,files.length]);
			var newtags=co.txtFileDropTags?co.txtFileDropTags.readBracketedList():[];
			store.saveTiddler(null,title,text,co.txtUserName,now,newtags);
			if (co.chkFileDropDisplay) story.displayTiddler(null,title);
			return true;
		}
	}
	if (files.length>1) store.suspendNotifications();
	for (i=0; i<files.length; i++) {
		var file=files[i];
		if (file.isDirectory()) continue; // skip over nested directories
		var type='text/plain';
		var title=file.leafName; // tiddler name is file name
		if (co.chkFileDropTrimFilename)
			{ var p=title.split('.'); if (p.length>1) p.pop(); title=p.join('.'); }
		var name=file.leafName;
		var path=file.path;
		var url='file:///'+path.replace(/\\/g,'/');
		var size=file.fileSize;
		var when=new Date(file.lastModifiedTime);
		var now=new Date();
		var who=config.options.txtUserName;
		var h=document.location.href;
		var cwd=getLocalPath(decodeURIComponent(h.substr(0,h.lastIndexOf('/')+1)));
		var relpath=path.startsWith(cwd)?'./'+path.substr(cwd.length):path;
		while (title && title.length && store.tiddlerExists(title)) {
			if (confirm(config.messages.overwriteWarning.format([title]))) break;
			title=prompt('Enter a new tiddler title',path.replace(/\\/g,'/'));
		}
		if (!title || !title.length) continue; // cancelled
		if (config.macros.attach) {
			type=config.macros.attach.getMIMEType(name,'');
			if (!type.length)
				type=prompt('Unknown file type.  Enter a MIME type','text/plain');
			if (!type||!type.length) continue; // cancelled
		}
		var newtags=co.txtFileDropTags?co.txtFileDropTags.readBracketedList():[];
		if (type=='text/plain' || !co.chkFileDropContent) {
			var txt=''; var fmt=co.txtFileDropLinkFormat.unescapeLineBreaks();
			if (co.chkFileDropLink) txt+=fmt.format([name,url,path,relpath,size,when,now,who]);
			if (co.chkFileDropContent) {
				var out=loadFile(path); var lim=co.txtFileDropDataLimit;
				txt+=co.txtFileDropDataLimit?out.substr(0,lim):out;
				if (size>lim) txt+='\n----\nfilesize ('+size+')'
					+' is larger than FileDrop limit ('+lim+')...\n'
					+'additional content has been omitted';
			}
			store.saveTiddler(null,title,txt,co.txtUserName,now,newtags);
		} else {
			var embed=co.chkFileDropContent
				&& (!co.txtFileDropDataLimit||size<co.txtFileDropDataLimit);
			newtags.push('attachment'); newtags.push('excludeMissing');
			config.macros.attach.createAttachmentTiddler(path,
				now.formatString(config.macros.timeline.dateFormat),
				'attached by FileDropPlugin', newtags, title,
				embed, co.chkFileDropAttachLocalLink, false,
				relpath, '', type,!co.chkFileDropDisplay);
		}
		if (co.chkFileDropDisplay) story.displayTiddler(null,title);
	}
	if (files.length>1) { store.resumeNotifications(); store.notifyAll(); }
	return true;
})
//}}}
/***
|Name|ImageMapPlugin|
|Source|http://www.TiddlyTools.com/#ImageMapPlugin|
|Documentation|http://www.TiddlyTools.com/#ImageMapPluginInfo|
|Version|1.2.2|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|plugin|
|Description|apply image maps ('hotspots') with links to tiddlers|
!!!!!Documentation
>see [[ImageMapPluginInfo]]
!!!!!Revisions
<<<
2009.05.27 [1.2.2] improved autoscroll for {{{<<mapMaker>>}}} textarea
2009.05.14 [1.2.1] added cursor changes
see [[ImageMapPluginInfo]] for additional revision details
2009.05.09 [1.0.0] initial release
<<<
!!!!!Code
***/
//{{{
version.extensions.ImageMapPlugin= {major: 1, minor: 2, revision: 2, date: new Date(2009,5,27)};
//}}}
//{{{
config.macros.imageMap = {
	handler: function(place,macroName,params,wikifier,paramString,tiddler) {
		// image element must immediately precede macro
		var img=place.lastChild; if (!img||img.nodeName!='IMG') return;
		var map=params[0]; var items=store.getTiddlerText(map,'').split('\n----\n'); if (!items) return;
		var out=['<MAP NAME="'+map+'">'];
		var fmt='<AREA SHAPE="POLY" TIDDLER="%0" COORDS="%1" TITLE="%2" ALT="%2" ONCLICK="%3" STYLE="%4">';
		var click="story.displayTiddler(story.findContainingTiddler(this),this.getAttribute('tiddler'));";
		var style='cursor:pointer';
		for (var i=0; i<items.length; i++) {
			var lines=items[i].split('\n'); var tid=lines.shift(); var coords=lines.join('');
			var tip=store.tiddlerExists(tid)?store.getTiddler(tid).getSubtitle():tid;
			out.push(fmt.format([tid,coords,tip,click,style]));
		}
		out.push('</MAP>');
		createTiddlyElement(place,'span').innerHTML=out.join('');
		img.setAttribute('isMap',true);
		img.setAttribute('useMap','#'+map);
		img.style.border=0;
	}
}
//}}}
//{{{
config.macros.mapMaker= {
	handler: function(place,macroName,params,wikifier,paramString,tiddler) {
		var img=place.lastChild; // image element must immediately precede macro
		if (!img||img.nodeName!='IMG') return;
		img.onmousemove=function(ev){ ev=ev||window.event;
			var mX=!config.browser.isIE?ev.pageX:(ev.clientX+findScrollX());
			var mY=!config.browser.isIE?ev.pageY:(ev.clientY+findScrollY());
			var ta=this.nextSibling.getElementsByTagName('textarea')[0];
			var lines=ta.value.split('\n'); var last=lines.length?lines.length-1:0;
			var vals=lines[last].split(','); vals.pop(); vals.pop(); lines[last]=vals.join(',');
			lines[last]+=(lines[last].length?',':'')+(mX-findPosX(this))+','+(mY-findPosY(this));
			ta.value=lines.join('\n');
			ta.scrollTop=ta.scrollHeight-ta.offsetHeight+this.emH*2;
			ta.scrollLeft=lines[last].length*this.emW-ta.offsetWidth;
			ta.focus();
		};
		img.onmouseout=function(ev){ ev=ev||window.event;
			var ta=this.nextSibling.getElementsByTagName('textarea')[0];
			var lines=ta.value.split('\n'); var last=lines.length?lines.length-1:0;
			var vals=lines[last].split(','); vals.pop(); vals.pop(); lines[last]=vals.join(',');
			ta.value=lines.join('\n');
			ta.scrollTop=ta.scrollHeight-ta.offsetHeight+this.emH*2;
			ta.scrollLeft=lines[last].length*this.emW-ta.offsetWidth;
		};
		img.onmouseover=img.onclick=function(ev) { ev=ev||window.event;
			var mX=!config.browser.isIE?ev.pageX:(ev.clientX+findScrollX());
			var mY=!config.browser.isIE?ev.pageY:(ev.clientY+findScrollY());
			var ta=this.nextSibling.getElementsByTagName('textarea')[0];
			ta.value+=(ta.value.length?',':'')+(mX-findPosX(this))+','+(mY-findPosY(this));
			var lines=ta.value.split('\n'); var last=lines.length?lines.length-1:0;
			ta.scrollTop=ta.scrollHeight-ta.offsetHeight+this.emH*2;
			ta.scrollLeft=lines[last].length*this.emW-ta.offsetWidth;
			ta.focus();
		}
		img.style.border='1px solid #999';
		img.style.cursor='crosshair';
		var map=params[0]||'';
		var s=createTiddlyElement(place,'div');
		s.style.height=s.style.width='1em';
		img.emW=s.offsetWidth; img.emH=s.offsetHeight; // get font metrics (for auto scrolling)
		s.style.height=s.style.width='';
		s.innerHTML+='<div class="toolbar">'
			+'<a href="javascript:;" '
			+'onclick="config.macros.mapMaker.load(this.parentNode.nextSibling)">load map</a>'
			+'<a href="javascript:;" '
			+'onclick="config.macros.mapMaker.save(this.parentNode.nextSibling)">save map</a>'
			+'</div>'
			+'<textarea rows="8" style="display:block;clear:both;width:100%;" tiddler="'+map+'">'
			+store.getTiddlerText(map,'')
			+'</textarea>';
	},
	load: function(ta) {
		var tid=prompt('Enter a tiddler title:',ta.getAttribute('tiddler')||'');
		if (!tid||!tid.length) return; // cancelled by user
		ta.value=store.getTiddlerText(tid,''); ta.setAttribute('tiddler',tid);
		return false;
	},
	save: function(ta) {
		var tid=prompt('Enter a tiddler title:',ta.getAttribute('tiddler')||'NewImageMap');
		while (tid && tid.length && store.tiddlerExists(tid)) {
			if(confirm(config.messages.overwriteWarning.format([tid]))) break;
			var tid=prompt('Enter a different tiddler title:',tid);
		}
		if (!tid||!tid.length) return; // cancelled by user
		store.saveTiddler(tid,tid,ta.value,config.options.txtUserName,new Date(),['imageMap'],{});
		story.displayTiddler(null,tid);
		displayMessage('image map saved to: '+tid);
		ta.setAttribute('tiddler',tid);
		return false;
	}
}
//}}}
Toggle Sidebar <<tiddler ToggleRightSidebar>>
----
[[Sector Map]]
[[Planetary Directory]]
----
[[Alien Races]]
[[Notable Organisations]]
----
[[Timeline]]
[[News Archive]]
[[Mission Archive|Mission Archive]]
----
[[Current Side Missions]]
[[Crew Files]]
[[NPC Files]]
|!Hex|!World or Station|!Atmo.|!Temp.|!Biosphere|!Population|!TL|h
|[[0408|System:DOTTA]]|[[Malarwin|Planet:Malarwin]]|Breathable|Temp.|Miscible|100K+|4+|
|[[0504|System:Narissa]]|[[Abinsk|Planet:Abinsk]]|Breathable|Cold|Miscible|10K+|2|
|[[0400|System:Sumia]]|[[Kat-Ren-Ah|Planet:Kat-Ren-Ah]]|Breathable|Temp|Hybrid|1M+|4|
|[[0209|System:Orwell]]|[[Eunos|Planet:Eunos]]|Breathable|Cold|Miscible|100K+|4|
|[[0606|System:Cain]]|[[Aurelia|Planet:Aurelia]]|Thick|Frozen|None|1M+|3|
|[[0606|System:Cain]]|[[Jette|Planet:Jette]]|Breathable|Warm|Hybrid|100K+|4|
|[[0603|System:Masiah]]|[[Groa|Planet:Groa]]|Invasive|Temp.|Immiscible|100K+|4|
|[[0403|System:Puella]]|[[Cochrane|Planet:Cochrane]]|Inert|Cold|Microbial|100K+|3|
|[[0403|System:Puella]]|[[Oparta|Planet:Oparta]]|Breathable|Temp to Cold|Miscible|100K+|3|
|[[0604|System:Samsara]]|[[Eden|Planet:Eden]]|Breathable|Temp|Miscible|1M+|4|
|[[0604|System:Samsara]]|[[Shengri|Planet:Shengri]]|Breathable|Cold|Engineered|1M+|4|
|[[0604|System:Samsara]]|[[Wuxi|Planet:Wuxi]]|Breathable|Temp|Engineered|1B+|4|
|[[0604|System:Samsara]]|[[Istvaan|Planet:Istvaan]]|Corr/Inv|Burning|None|Failed|4|
|[[0709|System:Thanos]]|[[Kartik|Planet:Kartik]]|Breathable|Temp to Cold|None|Outpost|4|
|[[0401|System:Shiro]]|[[Castillo|Planet:Castillo]]|Breathable|Temp.|None|Failed|4|
|[[0502|System:Mami]]|[[Kyubi|Planet:Kyubi]]|Breathable|Temp.|Miscible|1M+|4|
|[[0100|System:Iago]]|[[Sur|Planet:Sur]]|Breathable|Temp.|Immiscible|100K+|3|
|[[0100|System:Iago]]|[[Ashbel|Planet:Ashbel]]|Airless|Burning|Remnants|Outpost|4|
|[[0408|System:DOTTA]]|[[Essen|Planet:Essen]]|Breathable|Temp|Hybrid|100K+|4|
|[[0405|System:LIANIS]]|[[Sha|Planet:Sha]]|Breathable|Temp|Miscible|100K+|4|
|[[0204|System:Uguu]]|[[Vehznita|Planet:Vehznita]]|Airless/Thin|Frozen|Remnants|Outpost|???|
|[[0204|System:Uguu]]|[[Alternia|Planet:Alternia]]|Inert|Temp|Engineered|100K+|4|
|[[0703|System:Nokturne]]|[[Konstanz|Planet:Konstanz]]|Breathable|Cold|Miscible|100K+|4+|
|[[0509|System:Sorqaqtani]]|[[Khan|Planet:Khan]]|Corr/Inv|Temp to Warm|Immiscible|100K+|1|
|[[0406|System:Blomkamp]]|[[Kaap Toe|Planet:Kaap Toe]]|Breathable|Temp.|Miscible|1M+|3|
|[[0401|System:Shiro]]|[[Thespius|Planet:Thespius]]|Thick|Temp to Cold|Microbial|100K+|4|
|[[0308|System:Sang Réal]]|[[Atropatene|Planet:Atropatene]]|Inert|Burning|Miscible|Failed|4|
|[[0308|System:Sang Réal]]|[[Elegidos|Planet:Elegidos]]|Breathable|Warm|None|10K+|3|
|[[0705|System:Artorias]]|[[Al-Talaui|Planet:Al-Talaui]]|Breathable|Temp.|Immiscible|100K+|4|
|[[0608|System:Incitec]]|[[Paringa|Planet:Paringa]]|Breathable|Temp.|Miscible|1M+|4|
|[[0600|System:Astrid]]|[[Asmara|Planet:Asmara]]|Thick|Temp|Miscible|10K+|0|
|[[0508|System:Kyoukai]]|[[Shōwa|Planet:Shōwa]]|Breathable|Temp|None|100K+|4|
|[[0508|System:Kyoukai]]|[[Zlatna|Planet:Zlatna]]|Breathable|Temp to Cold|Miscible|100K+|3|
''SWN Sector Generator, Copyright © 2011-2012 [[N. Harrison Ripps|mailto:swn_generator@emichron.com]]''
''Based on and written for use with [[Stars Without Number|http://www.sinenomine-pub.com/]] by [[Sine Nomine Publishing|http://www.sinenomine-pub.com/]].''

//Sector Seed ID//: ''KYGFSX''
!!!Credits
* [[TiddlyWiki|http://www.tiddlywiki.com/]] and the various ~TiddlyWiki Plugins used in this distribution are copyright to their respective owners. See "Backstage -> Plugins" for more info.
* [[Perl|http://www.perl.org/]] and several freely available Perl Libraries are used to generate the sector and star map:
** [[Archive::Zip|http://search.cpan.org/~adamk/Archive-Zip-1.30/lib/Archive/Zip.pm]]
** [[Cwd|http://search.cpan.org/~smueller/PathTools-3.33/Cwd.pm]]
** [[Data::RandomPerson|http://search.cpan.org/~peterhi/Data-RandomPerson-0.4/lib/Data/RandomPerson.pm]]
** [[DBI|http://search.cpan.org/~timb/DBI-1.616/DBI.pm]]
** [[GD|http://search.cpan.org/~lds/GD-2.46/GD.pm]]
** [[GD::Text|http://search.cpan.org/~mverb/GDTextUtil-0.86/Text.pm]]
** [[MIME::Base64|http://search.cpan.org/~gaas/MIME-Base64-3.13/Base64.pm]]
* [[SQLite|http://www.sqlite.org/]] is used to store and retrieve table data used throughout the wiki entries.
* Extra name generation help came directly from [[Chris Pound|http://www.ruf.rice.edu/~pound/]]'s amazing language generators.
//To remove this panel from the initial view, remove the "SWN Sector Generator" entry from the DefaultTiddlers list.//
|[img[StarMap]]<<imageMap StarMapLinks>>|!Hex|!World or Station|
|~|[[0100|System:Iago]]|[[Sur|Planet:Sur]]|
|~|~|[[Ashbel|Planet:Ashbel]]|
|~|[[0204|System:Uguu]]|[[Vehznita|Planet:Vehznita]]|
|~|~|[[Alternia|Planet:Alternia]]|
|~|[[0209|System:Orwell]]|[[Eunos|Planet:Eunos]]|
|~|[[0308|System:Sang Réal]]|[[Atropatene|Planet:Atropatene]]|
|~|~|[[Elegidos|Planet:Elegidos]]|
|~|[[0400|System:Sumia]]|[[Kat-Ren-Ah|Planet:Kat-Ren-Ah]]|
|~|[[0401|System:Shiro]]|[[Thespius|Planet:Thespius]]|
|~|~|[[Castillo|Planet:Castillo]]|
|~|[[0403|System:Puella]]|[[Cochrane|Planet:Cochrane]]|
|~|~|[[Oparta|Planet:Oparta]]|
|~|[[0405|System:LIANIS]]|[[Sha|Planet:Sha]]|
|~|[[0406|System:Blomkamp]]|[[Kaap Toe|Planet:Kaap Toe]]|
|~|[[0408|System:DOTTA]]|[[Essen|Planet:Essen]]|
|~|~|[[Malarwin|Planet:Malarwin]]|
|~|[[0502|System:Mami]]|[[Kyubi|Planet:Kyubi]]|
|~|[[0504|System:Narissa]]|[[Abinsk|Planet:Abinsk]]|
|~|[[0508|System:Kyoukai]]|[[Shōwa|Planet:Shōwa]]|
|~|~|[[Zlatna|Planet:Zlatna]]|
|~|[[0509|System:Sorqaqtani]]|[[Khan|Planet:Khan]]|
|~|[[0600|System:Astrid]]|[[Asmara|Planet:Asmara]]|
|~|[[0603|System:Masiah]]|[[Groa|Planet:Groa]]|
|~|[[0604|System:Samsara]]|[[Eden|Planet:Eden]]|
|~|~|[[Wuxi|Planet:Wuxi]]|
|~|~|[[Shengri|Planet:Shengri]]|
|~|~|[[Istvaan|Planet:Istvaan]]|
|~|[[0606|System:Cain]]|[[Aurelia|Planet:Aurelia]]|
|~|~|[[Jette|Planet:Jette]]|
|~|[[0608|System:Incitec]]|[[Paringa|Planet:Paringa]]|
|~|[[0703|System:Nokturne]]|[[Konstanz|Planet:Konstanz]]|
|~|[[0705|System:Artorias]]|[[Al-Talaui|Planet:Al-Talaui]]|
|~|[[0709|System:Thanos]]|[[Kartik|Planet:Kartik]]|
A sector for Stars Without Number
Sector Valhallan Zeta
''//Nav Designation//: [[Dotta|System:DOTTA]] VI''
|!Atmosphere |Breathable Mix|
|!Temperature|Temperate|
|!Biosphere  |Human Miscible biosphere|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 4+. Baseline postech with specialty.|
!Travel Advisory Information
Malarwin is considered a very exotic world by visiting Spacers. Malarwin's culture and technological development has been massively influenced by the presence of the [[Degh'na|Alien:Degh]]. 

The Degh'na were heavily integrated into human society almost immediately after Malarwin's colonisation. Degh'na seers had long ago predicted the coming of these humans and so their arrival was met with great joy and the Degh'na embraced the humans with open arms.

Degh'na seers had also forseen the scream and had taken measures, at great cost to themselves, to ward Malarwin against the worst of its influences. Malarwin did not emerge unscathed however, the planet was effectively sealed off from its surrounding space until relatively recently when the protection subsided.

After their re-emergence Malarwinians were overjoyed to discover that the rest of the human race had survived and visiting offworlders are still greeted warmly and treated well by the Malarwin natives. Relations between the Degh and the Degh'na remain frosty.

Malarwin structures, vehicles and technology deviate massively from human norms. On the whole Malarwin technology is more sleek and streamlined, oddly beautiful and exotic to human eyes but a lot of offworlders regard it distrustfully.

Relations between humans and Degh'na are accepted and there are quite a few mixed-race legally married couples recognised by the state. Reportedly this is a source of contention between the Degh and the Degh'na. It is also fairly common to see Degh'na working in a variety of roles across Malarwin so try not to stare, Spacer. 

The sleek, aesthetically pleasing and affordable ships built by [[Weytani Heavy Industries|Weytani Industries]] are fast becoming a major thorn in the side of Juno Multistellar and their sector monopoly on ship building.
''//Nav Designation//: [[Narissa|System:Narissa]] III''
|!Atmosphere |Breathable|
|!Temperature|Cold|
|!Biosphere  |Miscible|
|!Population |Tens of thousands of inhabitants|
|!Tech Level |Tech Level 2. 19th-century technology.|
!Travel Advisory Information
Abinsk is considered quite quaint by visiting spacers and for their part native Abinskians tend to view the spacers very enviously.

In the relatively recent past Abinsk was the very model of a tech level 4 world populated by millions, the equal of it's neighbouring systems, and its people have not forgotten their former glories. Abinskians jealously regard the technology visiting travellers bring with them and there has been more than one case in recent history of travellers getting mugged (or worse) for their gear.

Life on Abinsk is hard; most natives struggle to eke out an existence amongst the snow and the ice and the ruins of what their world used to be. 

They have nothing their neighbours would trade for and are mostly passed over by the travelling merchant fleets.

The apocalyptic level meteor that hit Abinsk in the past vaporised large swathes of the planet's frozen oceans and  unleashed the dormant White Death pathogen upon the planet's populace. This pathogen killed most of those that had managed to survive the meteor’s initial impact in a brutal second wave of deaths. Abinsk has yet to recover from this double helping fo tragedyand likely never will, the skilled and knowledgeable members of its population were wiped out and it's had to claw its way back up to even get as high as tech level 2.

Abinsk's main redeeming feature is the presence of a Preceptor Archive full of knowledge useful to individuals throughout the sector.

@@Warning: Due to local beliefs, it is inadvisable for MES sufferers to visit this planet. Natives are not welcoming to those with MES@@

@@Warning: Visiting Abinsk requires a vaccination against the “White Death” pathogen, available at your local medical supplier@@

@@Warning: Be sure to stow or hide away all gear not appropriate to the planet's development level@@
''//Nav Designation//: [[Sumia|System:Sumia]] VIII''
|!Atmosphere |Breathable Mix|
|!Temperature|Temp|
|!Biosphere  |Hybrid|
|!Population |Millions of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!Travel Advisory Information
Kat-Ren-Ah suffers from severe freak local phenomena that have made it a tourism hotspot for less risk adverse spacers. It has frequent and beautiful Ion storms that stretch from horizon to horizon, bathing everything in a soft violet glow. Katrenians have adapted to this and have installed vast lightning rods all over the scrubland parts of their planet, to direct the dangerous lightning strikes away from their civilised areas.

During an Ion storm, airborne communication methods are rendered useless from all the static and so the industrious Katrenians have built a vast subterranean cable network to ensure that all of its towns can remain in contact even while there is a storm going on.

The second notable phenomena that occurs on Kat-Ren-Ah is the Ern Win, a constant storm that local scuttlebutt swears is both malicious and sentient. A visit from the Ern Win is devastating to most isolated communities, it's whirling slivers of ionised, razor sharp, metal shredding both flesh and buildings alike.

If you're looking for culture while on world then be sure to check out one of Kat-Ren-Ah's many fine traditional banjo artists or to visit a licensed hoodoo practitioner and learn first hand about Kat-Ren-Ah's tradtional beliefs and practices.
''//Nav Designation//: [[Orwell|System:Orwell]] VII''
|!Atmosphere |Breathable Mix|
|!Temperature|Cold|
|!Biosphere  |Miscible biosphere|
|!Population |Hundreds of Thousands of inhabitants|
|!Tech Level |Tech Level 4. Baseline Postech.|
!Travel Advisory Information
Spacers visiting Eunos are advised to first check in with the planet's Guardian Angel AI system known as Sebastian. Failure to do so will result in the Spacer's untimely and immediate vaporisation as a possible spy by the planet's internal defence systems.

Those with a sense of privacy may wish to avoid travelling to Eunos all together; Cameras are omnipresent, citizens are ever alert for deviants to inform on and all parts of a citizen's life are considered the State's business.

Spacers are advised to follow all rules and guidelines posted by the Dear Leader and his council strictly to the letter and the Exchange cannot guarantee the safety of those that do not, more than one visiting spacer has mysteriously disappeared never to be heard from again. Offworlders that follow these guidelines are still considered to be a bit of a necessary evil so be sure to be on your absolute best behaviour.

On the positive side; Inhabitants of Eunos are extremely polite and always smiling, public spaces are spotlessly clean and everything runs at maximum efficiency.
''//Nav Designation//: [[Cain|System:Cain]] X''
|!Atmosphere |Thick|
|!Temperature|Frozen|
|!Biosphere  |No native biosphere|
|!Population |Millions of inhabitants|
|!Tech Level |Tech level 3. 20th-century technology.|
!Travel Advisory Information
Aurelia is a frozen world with a population of millions.. The average temperature on the surface is close to absolute zero and the atmosphere has long since been frozen into large drifts of solidified oxygen and enormous lakes of liquid helium.

In spite of these atmosphere disadvantages, Aurelia's industry and populace have flourished and it is a thriving tech level 3 world.

Aurelians are largely ignorant to the sector at large, save for a few highly placed members of their government. The possible existence of other populated planets in outer space is considered to be a crackpot theory by delusional conspiracy theorists. Aurelia's government carefully keeps its population in the dark and controls any information leaks by discrediting and humiliating the source, if this is insufficient then they deploys their special agency forces to erase the threat.

Note: You can recognise government agency officials by their unassuming black suits and dark sunglasses

@@Vacc suits and breathing apparatus are required on Aurelia's surface@@

@@Special permission is needed from the Aurelian government to land on its surface@@
''//Nav Designation//: [[Cain|System:Cain]] II''
|!Atmosphere |Breathable|
|!Temperature|Warm|
|!Biosphere  |Hybrid|
|!Population |Hundreds of Thousands of inhabitants|
|!Tech Level |Tech level 4. Baseline Postech.|
!Travel Advisory Information
Jette is a warm and populous jungle world, home to hundreds of thousands of inhabitants. From orbit Jette is a marvel to look at, its perfectly separated bands of jungle and sea suggest that at one point the planet was terraformed but no other signs of previous alien activity have been found on the planet.

Jette citizens are zealously nationalistic and fiercely proud of their ancestral heritage as French colonists. They have fully embraced the stories passed down to them of the old world from their ancestors and continue to spread their message.

Jette's countries are divided up and controlled by a powerful warlord, locally known as a general. In turn these warlords owe their loyalty to the planet's Great General, known locally as Napoleon.
''//Nav Designation//: [[Masiah|System:Masiah]] III''
|!Atmosphere |Invasive|
|!Temperature|Temperate|
|!Biosphere  |Human-Immiscible biosphere|
|!Population |Hundreds of Thousands of inhabitants|
|!Tech Level |Tech Level 4. Baseline Postech technology.|
!Travel Advisory Information
Groa is the homeworld of this sector's most popular religion, the church of the Divine Resurrection. Adherents to this faith's teachings are expected to visit the world on pilgrimage at least once prior to their death. 

Following their demise, the faithful are interred within one of the planet's enormous cemeteries there to wait for, what they believe to be, the inevitable return of their messiah and the glorious rising of all of the resting dead.

Spacers of a more morbid nature will not want to pass up the opportunity to visit these vast mausoleums, Groan burial practices are fascinating to those unused to such glorification of death and the grave sites are the usual location for many events and festivals in the Groan year.

Groa is a peaceable world, devoid of conflict, but there are no specific restrictions to visitor's equipment. Providing it doesn’t disturb ongoing rituals

[The crew discovered that several individuals on this planet are Risen corpses]
''//Nav Designation//: [[Puella|System:Puella]] III''
|!Atmosphere |Inert|
|!Temperature|Cold|
|!Biosphere  |Microbial Biosphere|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 3. 20th century tech.|
!Travel Advisory Information
 Be warned spacer, Cochrane is cold and the air isn't breathable for unaided humans. Be sure to bring suitable clothing and wrap up warm around your breathing gear if you're intending to descend to the planet's surface. 

For the properly prepared Spacer Cochrane is entirely beautiful in its own way; consisting mainly of large sweeping tundra devoid of life as far as the eye can see, glistening with picturesque amounts of fresh snow and glinting ice floes.

Weapons remain unrestricted on the surface of the planet and bored Spacers might want to consider experiencing the planet's rich hunting tradition. Tourist guides providing this service are available in most cities.

@@Spacers are advised to pack no more than their own personal supply of air, oxygen-generation systems are tightly controlled by the Cochrane planetary authorities@@

To note: Visiting travellers should be aware that a large portion of Cochranians have homogeneous features, to avoid causing offence be sure to confirm that the individual you are speaking with is the individual you were intending to speak to.
''//Nav Designation//: [[Puella|System:Puella]] V''
|!Atmosphere |Breathable|
|!Temperature|Temp to Cold|
|!Biosphere  |Miscible Biosphere|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 3. 20th century tech.|
!Travel Advisory Information
Oparta is renown sector wide for two things; the beauty of its flying cities and the repressive nature of its laws governing the rights of its male citizens.

@@Male spacers are advised to tread very cautiously while present in Opartan territory and to behave respectfully while in public areas. While the Opartan government does make // some//  allowances for male travellers, being male is an aggravating factor in any infractions committed.@@

Opartans live in vast and beautiful flying cities, high above the polluted wasteland that is the planet's surface. Each individual city is a wonder of ancient engineering and masterful gothic architecture. 

Southern is the language of choice, a drawling language incomprehensible to non-speakers but the vast majority of tourist areas speak English in deference to their off world guests.

All weapons, armour and property are prohibited to male residents but rest assured Spacer! Opartan authorities will not confiscate property from visiting travellers. If you're a spacer of the female persuasion then rest assured, your right to bear arms is constitutionally upheld!

If you're looking for entertainment then be sure to check out Fionna's Firehouse in Scarolina City, your one stop shop for all legal forms of entertainment on Oparta.

''//Nav Designation//: [[Samsara|System:Samsara]] IV''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |Human-miscible biosphere|
|!Population |Millions of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!Travel Advisory Information
Approximately 1 billion people live on Eden. It's the former capital world of the sector during the time of the Terran Mandate and fine examples of golden age architecture can be seen on the planet in the form of pre-silence bunkers and mansions.

Weapons are restricted to sidearms only while within city limits. No explosives, either! Outside city limits, you can pack what you like so long as it’s man-portable. Individual establishments may limit permitted sidearms. Keep your rifles aboard ship unless you’re planning on doing some hunting.

Armoris restricted to civilian-grade protective suits within city limits so keep that engine room exosuit aboard the ship.

Drugs and Alcohol of all kinds are permitted on Eden. Handle your fun though, spacer. Intoxication is an aggravating factor in all criminal infractions.

Prostitution, Gambling, and Dancing are all on tap here on Eden. But remember to mind your manners! Roughing the boys and girls or stiffing the house is a good way for the shore police to find you in a real bad way when they come to arrest you. Eden's shore patrols are not famously sympathetic to troublemakers

Bunker Salvaging is a great way to try for a few bonus credits on a long layover. Just register with the Eden Salvage Board, and you can be added to the list of authorized bunker salvagers. Hundreds of antique pre-Scream bunkers, villas, and fortified compounds await men and women brave enough to crack them open and shake out the loot! Be sure to file an updated next-of-kin form before registering with the Salvage Board

!!Travel Advisory Information
@@Since the [[Terra Prime Pact]] seized power on Eden, the climate has gotten more hostile to foreign influences. Be warned that travel there for non-nationals is ill-advised.
''//Nav Designation//: [[Samsara|System:Samsara]] IX''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |Engineered biosphere|
|!Population |Billions of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!Travel Advisory Information
Most legitimate trade in this part of the sector passes through Wuxi due to its strategic location in the Samsara system. This trade is further facilitated by a huge bazaar style market located on the planet's artificial orbital plate. It is said that whatever you're looking for, you can find it (or someone who can find it for you) inside this planet's sprawling Night Market. 

Due to various purposeful legal technicalities and loopholes, the orbital plate has far less strict laws on what can be bought and sold than the planet itself does. 

Wuxi itself is far warmer than it's placement in the system would suggest. Despite being close to the outer rim of the Samsara system it remains temperate thanks in large part to the waste products of its industry.

Note: While the air is breathable, the air pollution levels tend to be on the extremely high side of tolerable thanks to the planet's thriving industry sector. This has lead to a fashion trend among the populace for designer patterned face masks and filters.
''//Nav Designation//: [[Samsara|System:Samsara]] XII''
|!Atmosphere |Corrosive and Invasive|
|!Temperature|Burning|
|!Biosphere  |Remnants|
|!Population |Little/None|
|!Tech Level |Tech Level 4. Baseline postech.|
!Travel Advisory Information
@@[Error 404: Advisory missing or corrupt]@@
''//Nav Designation//: [[Samsara|System:Samsara]] VI''
|!Atmosphere |Breathable mix|
|!Temperature|Cold|
|!Biosphere  |Engineered biosphere|
|!Population |Millions of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!Travel Advisory Information
Shengri is a planet of contradictions; where the traditional and conservative old clashes with the progressive new.

One half of Shengri's aspect is that of a tranquil, mountainous, land steeped heavily in Buddhist tradition with large monasteries and a peaceable way of life far removed from the modern hustle and bustle. Shengri's other aspect is that of a prospering banking world full of high stakes trading.

The prime reason for this dualism is the presence of a major Exchange Consulate within Shengri's capital city. It is here that banking services and arbitration can be arranged and here that the Exchange has established its current headquarters. From this location they manage currency markets sector wide, administrate the job board and assemble advisories about the other worlds in the sector. 

The material prosperity the presence of this Exchange headquarters brings to Shengri is extremely disruptive to the usually spiritually focused  Shengrian way of life.
''//Nav Designation//: [[Thanos|System:Thanos]] VIII''
|!Atmosphere |Breathable mix|
|!Temperature|Temp to Cold|
|!Biosphere  |No native biosphere|
|!Population |Outpost|
|!Tech Level |Tech Level 4. Baseline postech.|
Whilst Kartik lacks any notable human colonies, it does contain extensive alien ruins and as such has been claimed by the [[Weiss Association|The Weiss Scientific Association]] who were the first to discover it. Travel to the world is unrestricted but visitors are required to remain within the designated visitor area. The Weiss Association has jurisdiction over this world and will look to protect its interests against infiltration or sabotage.
''//Nav Designation//: [[Shiro|System:Shiro]] VI''
|!Atmosphere |Breathable|
|!Temperature|Temperate|
|!Biosphere  |No native biosphere|
|!Population |Failed|
|!Tech Level |Tech Level 4|
!Travel Advisory Information
@@Note: Castillo is a highly controlled planet and Entry to Castillo is forbidden without the permission of the appropriate authorities from [[Thespius|Planet:Thespius]]@@

The surface of Castillo is the site of a failed first wave colony, the buildings and equipment caches remain relatively untouched since it was abandoned.

Treasure hunters and other, less scrupulous, individuals beware. This world is under the protection of Thespius, who consider Castillo sacrosanct, and the defences will fire on anyone approaching without a special permit. To trespass on this world carries the death penalty.
''//Nav Designation//: [[Mami|System:Mami]] V''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |Human Miscible|
|!Population |Millions of inhabitants|
|!Tech Level |Tech Level 4. Baseline Postech.|
!Travel Advisory Information
Breathable atmosphere, rustic and wholesome feel to the planet. The simple, clean façade of traditional dress and architecture artfully masks the prevalence of modern technology and millions strong population. Perfect holiday destination for those looking to get away from the hustle and bustle of the modern way of living, providing one has an open mind about modified strains of humanity.
Visitors are requested to please remain quiet and calm in public areas so as to not disturb the cultivated air of tranquillity for others.

All weapons beyond the conventionally bladed are prohibited within city limits, armour and dress code remain unrestricted. It's advised to not wear anything too flashy or eye catching, residents of the world tend towards a certain convention of clothing.

Whilst on planet why not check out the “Maidens of Magic”, a widely recognised shining example of the planet's ancestral Maid Cafe Heritage. 10% discount for new customers. Be sure to tip your server!
''//Nav Designation//: [[Iago|System:Iago]] VIII''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |Immiscible|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech level 3. 20th-century technology.|
!Travel Advisory Information
@@Warning: Sur is classified as a feral world, explorers visit it at their own risk and visiting Sur invalidates most forms of insurance@@

Sur is another planet that bears its scars from the post-scream silence openly for all to see. 

During the isolation of the Silence, Sur experienced a complete societal breakdown and the consequent rise of an extreme Islamic fundamentalist government. Social mores and morals completely degraded past the point of return and the planet is now classified as a Code Red feral world to be avoided where possible.

What's known about Sur is that it's currently controlled by the Son of Skulls, an extremely xenophobic and fanatical death cult.

Occasionally a brave explorer makes it back from an accidental trip to Sur with stories of excessive barbarism and glorification of death, reportedly the Son's leaders sit atop thrones made out of the skulls of executed individuals.
''//Nav Designation//: [[Iago|System:Iago]] II''
|!Atmosphere |Airless|
|!Temperature|Burning|
|!Biosphere  |Remnants|
|!Population |Outpost|
|!Tech Level |Tech level 4. Baseline Postech.|
!Travel Advisory Information
@@color:red;Travel to Ashbel is prohibited without proper clearance from the correct authorities.@@

Ashbel is, for all intents and purposes, a post-apocalyptic world. The planet's surface is airless, far too hot for humans to survive on without special chill suits and only the hardiest of remnants of its biosphere persist.

Ashbel is also the site of a maximum security prison, the reason special permissions are needed to approach it
''//Nav Designation//: [[Dotta|System:DOTTA]] IV''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |Hybrid biosphere|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 4.|
!Travel Advisory Information
@@Warning: Native Essen biosphere is extremely hostile, proceed cautiously while in the wilds@@

Without the intervention of the [[Degh|Alien:Degh]], Essen would be entirely inhospitable to human colonists. Essen teems with thousands of varieties of lifeforms and they all hate humans. Native predators are large and completely fearless, native flora is either toxic, man-eating or mobile (sometimes a horrifying combo of all three) and the air itself is xenoallergenic. It was a  death world. To say early colonisation efforts were difficult would be a massive understatement. Then, in a stroke of luck, the Degh revealed themselves to the colonists. With the colonists assuming them to be just yet another hostile species, early relations were tense but despite this unpleasantness the Degh continued their outreach effort and taught the humans the various ways to survive on Essen, in harmony with the biosphere.

These days Essen is still just as hostile as ever but the locals have adapted after prolonged exposure and extreme effort. They can instantly identify all flora and fauna present on their planet and it's relevant behaviours, those that are unable to do this die during childhood. Terran species have been interbred with some local species to create domesticated hybrids, notably a canine analogue to guard the towns from encroaching predators and several forms of stable staple food species to ensure a steady food supply to inhabitants. New technologies have also been developed, in conjunction with the Degh, to better control the plant growth on the planet. Special sonic devices are able to restrict the rampant plant growth and allow areas to be cleared and inhabited.

@@Filter masks or atmospheric control systems are required on Essen@@
''//Nav Designation//: [[Lianis|System:LIANIS]] III''
|!Atmosphere |Breathable mix|
|!Temperature|Temp|
|!Biosphere  |Human-miscible biosphere|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!Travel Advisory Information
Planet Sha is best described as a wild west style gold rush planet. 

A short while ago, rumours of hidden pretech caches and precious mineral deposits waiting on Sha for those brave or skilful enough to discover them began circling the sector and individuals subsequently flocked to Sha to seek fame and fortune.

The Mandarinate government present on Sha were ill-equipped to deal with this sudden rush of immigrants and effectively lost control of their world. They still issue laws and proclamations meant to be followed by all of Sha's residents but in practice they lack the authority to actually impose these strictures on the population at large.

Presently Sha is a hive of grey market imports, smugglers and those others that make a living easily on such a laxly policed world and if you're looking to find something or someone specific, Sha would be a good place to look.
''//Nav Designation//: [[Uguu|System:Uguu]] XI''
|!Atmosphere |Airless/Thin|
|!Temperature|Frozen|
|!Biosphere  |Remnants|
|!Population |Outpost|
|!Tech Level |Tech Level ???.|
!Travel Advisory Information
Vehznita is another of [[Weiss Scientific|The Weiss Scientific Association]]'s outposts, deployed there after cursory scans determined that the moon had once been inhabited by humans. 

The planet's surface outside the outpost is completely airless and frozen. Invited visitors should be sure to bring vacc suits.

@@Vaccsuits are required for traversing Vehznita's surface@@ 
''//Nav Designation//: [[Uguu|System:Uguu]] III''
|!Atmosphere |Inert|
|!Temperature|Temperate|
|!Biosphere  |Engineered|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 4. Baseline Postesch|
!Travel Advisory Information
Humans living on Alternia share their planet with a native species of sentient humanoid alien known as [[Carapacians|Alien:Carapacian]] and this has shaped their society.

Their are two main factions on Alternia, the Prospitans and the Dersites. Prospitan society revolves around the court of the white Carapacian queen and the ideals of collectivism while Dersite society  revolves around the court of the black Carapacian queen and the ideals of individualism. The two are in a form of deadlocked, cold, civil war with each other that has lasted decades and passive aggressive remarks are often traded by their royalty.

Both factions seem both aware and fearful of an omniscient threat they refer to as The Reckoning. This is the belief that at some point in the near future, a planet called Skaia will collide with Alternia and destroy the universe. The denizens of Alternia partake in strange traditions to try and prevent this Reckoning - not least involving stacking common objects in an attempt to ascend towards the sky. The gravity of this planet is not conducive to their plans, so their efforts have been met with minimal success

There are numerous small, hive like, alien housing ruins present on Alternia, Carapacians questioned by the original colonists claimed that these were from whichever species was present on the planet before they arrived. Touring them makes for a nice day out for the visiting Xenophile.

@@Warning: Strange MES phenomena have been known to occur on Alternia and those sensitive to MES fluctuations have a rougher time of it@@
''//Nav Designation//: [[Nokturne|System:Nokturne]] V''
|!Atmosphere |Breathable|
|!Temperature|Cold|
|!Biosphere  |Miscible|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 4+. Postech with Specialties|
!Travel Advisory Information
Konstanz is a world full of technological wonder, a technocratic paradise.

All the cities of Konstanz are encased in vast pretech shield bubbles and this protection is what allowed them to weather the strife and turmoil the Scream caused through human space and allowed them to retain significant caches of pretech information.

It is from Konstanz that several organisations of sector-wide importance originate; [[Second Bloom|The Second Bloom Corporation]] with their wonderful life extending drug lines, [[Spiker|Spiker Enterprises]] the leading supplier of high grade cybernetic modifications and the [[Weiss Association|The Weiss Scientific Association]] who are the sector's cutting edge team of scientists digging up the past for a brighter future.

Konstanz is also the site of the great Upsurge University, built around the enshrined fragments of the old jump gate. It is this university that most of the best and brightest scientists in the sector emerge from and it offers a variety of courses from social like studios (How to make friends and influence people) to practical pretech courses. It's even rumoured that till very recently it offered a starting course on understanding Maltech.

Konstanz government is centred around a technocratic council of elders and Konstanz culture has a strong transhumanist bent, augmented and even fully cyborg citizens are not uncommon.
''//Nav Designation//: [[Sorqaqtani|System:Sorqaqtani]] III''
|!Atmosphere |Corrosive/Invasive atmosphere|
|!Temperature|Temp to Warm|
|!Biosphere  |Immiscible biosphere|
|!Population |100K+|
|!Tech Level |Tech Level 1 Medieval Technology.|
!Travel Advisory Information
The surface of Khan experiences regular seismic activity and the ground is prone to crumbling clean away into the depths of the planet in places. This, combined with the fact that in the distant past most of the world was accidentally transformed by escaped nanotech into a barren wasteland, has lead to a very nomadic way of life among the planet's people.

Structures are raised out of thin wood and other lightweight materials that can easily be torn down and transported to a safer location at a moment's notice and their society is extremely tribal in nature.

Harsh storms strike the planet's wastelands, poisoning the land leaving toxic remnants long after they leave. Khan natives are extremely hardy, stoic and heavily spiritual as a result of these hard conditions.

@@Warning: The planet is often engulfed in extremely toxic and corrosive storms, anyone caught outside in one of these without pretech level equipment is likely to suffer an agonising death@@

@@Warning: Large portions of the planet are seismically unstable, be extremely careful about where you land should you visit this planet.@@

''//Nav Designation//: [[Blomkamp|System:Blomkamp]] IV''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |Human Miscible biosphere|
|!Population |Millionss of inhabitants|
|!Tech Level |Tech Level 3. 20th Century Technology.|
!Travel Advisory Information
@@Travellers are advised that Kaap Toe is currently engaged in civil war and portions of the planet are active war zones.@@

Kaap Toe's current problems are in large part due to the race of primitive aliens they share their planet with. The issue of the [[Tar|Alien:Tar]], colloquially known as “Crawfish”, and their correct status in society has plunged the planet into outright civil war.

What started as a minor political conflict between ideologically motivated petitioners and the ruling government spilled out into the streets as resentment grew and, as the government cracked down, escalated in intensity. Foreign mercenaries have recently joined the conflict, expanding the warzone and further destabilising the area.

Governmental fleet forces from [[Sha|Planet:Sha]] are blockading the system jump point to stop the conflict from spreading out of the sector.

Visiting travellers are reccomended to, where possible, stick to stable areas if they absolutely must visit the planet. Be advised that landing on Kaap Toe voids most insurance policies.
''//Nav Designation//: [[Shiro|System:Shiro]] IV''
|!Atmosphere |Thick|
|!Temperature|Variable; Cold-to-Temperate|
|!Biosphere  |Microbial|
|!Population |Hundreds of Thousands|
|!Tech Level |Tech Level 4. Baseline postech.|
!Travel Advisory Information
Thespius is currently controlled by Pretech cultists known as the Steel Union. 

The policies of the Steel Union declare that all forms of Pretech are sacrosanct and are to be carefully hoarded so they can be protected from those that would disrespect it.

Thespius tightly controls all traffic to its sister world of [[Castillo|Planet:Castillo]] and defends it fiercely against all those they perceive to be little better than grave robbers and tomb defilers.

Those looking to visit Thespius should be sure to pay attention to the list of restrictions and rules posted in the spaceport area or risk severe punishments.
''//Nav Designation//: [[Sang Réal|System:Sang Réal]] I''
|!Atmosphere |Inert|
|!Temperature|Burning|
|!Biosphere  |Human-miscible biosphere|
|!Population |Failed|
|!Tech Level |Tech level 4. Baseline Postech.|
!Travel Advisory Information
Travel to Atropatene is inadvisable to the average spacer, chilled vacc suits and a large amount of reserve air supply are an absolute must for any visitors to the planet.

Those that travel to Atropatene adequately prepared will find a unusual world with vast lead and copper seas, extensive ash plains and superheated liquid surface vents. Exploring such a world requires constant vigilance.

The explorer will likely come across several shielded, abandoned colony and mining structures left over from the previous attempts to occupy the planet prior to the massive, freak solar flare that stripped Atropatene of its native atmosphere.

@@Vacc suits and an adequate air supply are a MUST to explore Atropatene@@
''//Nav Designation//: [[Sang Réal|System:Sang Réal]] VI''
|!Atmosphere |Breathable|
|!Temperature|Warm|
|!Biosphere  |No Native biosphere|
|!Population |10K+|
|!Tech Level |Tech level 3. 20th Century Technology.|
!Travel Advisory Information
Elegidos is a warm world, mostly covered in thick, lavish jungle and swamplands. 

Elegidos was originally a bit of a freak occurrence, all the conditions for earth-like life were present but life, for some reason, had never evolved on the world. Early colonists brought with them their standard colonization package of plants, animals and insects and this is where things broke down.  The colonists applied the package incorrectly and without any native predators to keep soaring populations in check, several of the species ran amok. Fast forward a few centuries and Elegidos currently has a significant problem with large, overly aggressive predators roaming the depths of its jungles.

Both the population and government of Elegidos are heavily religious and follow a form of fundamental Catholicism lead by a government of elders, this government of elders has instituted several restrictive laws. Be sure to contact local authorities on landing to receive an updated list.

@@MES sufferers beware, the Brotherhood of Liberty are not friendly to those with MES@@
''//Nav Designation//: [[Artorias|System:Artorias]] VI''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |Immiscible biosphere|
|!Population |Outpost|
|!Tech Level |Tech Level 4. Baseline Postech.|
!Travel Advisory Information
Planet """Al-Talaui""" is a relatively recent re-discovery, early theories suggest that it's potentially a remnant dating back to at least the scream. Investigators from the Weiss Scientific Institute are currently still charting the extensive tombs and ruins that dot the planet's surface.

The surface itself is a desert wasteland inhabited by many different unusual lifeforms specially adapted to the planet's nature. Early reports suggest that every lifeform catalogued thus far by the researchers has been invariably hostile to human life. Even the plants. None of it is edible either so be sure to bring your own stores of food.

The Desert terrain is broken up by large city like clusters of pyramidal tombs, presumably left behind by the planet's deceased populace.

"""Al-Talaui""" is not quite ready for tourism visits but Spacers of a more adventuring nature should consider contacting the Weiss Scientific Institute about some good old fashioned tomb raiding.
''//Nav Designation//: [[Incitec|System:Incitec]] VIII''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |Human Miscible biosphere|
|!Population |Millions of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!Travel Advisory Information
@@Warning: Paringa is classified as a feral world, explorers visit it at their own risk and visiting Paringa invalidates most forms of insurance@@

In the distant past, before even the scream, Paringa's polar ice caps completely melted and the seas levels drastically rose. This was devastating to vast majority of the planet's infrastructure, the rising water destroying agriculture that the Paringans depended on.

Heroic efforts from the planet's engineers resulted in the creation of vast floating cities, able to travel the planet with the current and follow the migrations of edible sealife. Unfortunately, shortly afterward they were hit by the effects of the Scream and isolated from the rest of the sector.

Post-scream explorers reported back that they'd discovered Paringan society had severely devolved and experienced total moral and social collapse during the Silence. Each individual city operated as a law unto itself and preyed on the other cities it could capture; slavery, pillaging and cruelty were rife and death cults ran rampant. Shortly after, the explorers stopped reporting back and the exchange subsequently classified Paringa a dangerous, red code world.
''//Nav Designation//: [[Astrid|System:Astrid]] I''
|!Atmosphere |Thick|
|!Temperature|Temperate|
|!Biosphere  |Human-miscible biosphere|
|!Population |Tens of thousands of inhabitants|
|!Tech Level |Tech Level 0. Stone Age technology.|
!Travel Advisory Information
The scream was especially hard on Asmara, isolated from the rest of the sector and the planets it heavily relied on for so many of its resources and Asmarans rapidly backslid in planet wide rioting till they reverted to a more primitive level.

Asmara is classified as a tech level 0 world. The vast majority of the world's inhabitants exist in a very primitive state. The highest technology they're able to develop and manufacture for themselves consists mainly of stone tools and woven plant fibres.

Asmara has become a bit of a haven for pirates, smugglers and every other group that likes having a place they aren't monitored. They tribute gifts of weapons and technology to the local warlords in exchange for their solitude.

Also on Asmara are several Juno Multistellar corporation mines, extracting the valuable minerals stil lleft below the planet's surface.
''//Nav Designation//: [[Kyoukai|System:Kyoukai]] VII''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |No Native biosphere|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 4. Baseline Postech.|
!Travel Advisory Information
Showa natives are extremely nationalistic and quite disdainful of foreign visitors, believing they are the superior race of humanity and that all others are a waste of Showa's resources. 

While not overtly hostile to most unaffiliated travellers, Showa has publicly made it clear that they would much rather if foreigners saw fit to not visit them in the first place. 

Neighbourly visits from nearby system governments have been known to be met with bristling planetary defences, warning shots and demands to be left alone.
''//Nav Designation//: [[Kyoukai|System:Kyoukai]] IX''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate to Cold|
|!Biosphere  |Miscible|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 3. 20th Century Technology.|
!Travel Advisory Information
Zlatna is a world at a circa late 20th/ early 21st century development stage.

Further technological development has been hampered by the decades long cold war between its two largest nations; the Stasia power bloc and the Parkersi. The two have been embroiled in this war since the discovery of Capekium on the planet. The land around the discovered Capekium deposits has been evacuated and declared No Man's Land and the entering of individuals from either side into this area will be considered an act of war. Both nations have heavily fortified their side of the deposits and routinely patrol around the border of the No Man's Land. It is because of this situation that Capekium is currently lying unused in the ground and the planet stagnates at tech level 3.

Visiting travellers should be advised that both nations have their own set of laws to be followed at all time and are both considered restrictive in the rights permitted to their citizens.
|!Nav Designation|''GRID 0705''|
|!System Planet|[[Al-Talaui|Planet:Al-Talaui]]|
|!Nav Designation|''GRID 0406''|
|!System Planet|[[Kaap Toe|Planet:Kaap Toe]]|
|!Nav Designation|''GRID 0600''|
|!System Planet|[[Asmara|Planet:Asmara]]|
|!Nav Designation|''GRID 0502''|
|!System Planet|[[Kyubi|Planet:Kyubi]]|
|!Nav Designation|''GRID 0308''|
|!System Planet|[[Atropatene|Planet:Atropatene]]|
|~|[[Elegidos|Planet:Elegidos]]|
|!Nav Designation|''GRID 0408''|
|!System Planets|[[Essen|Planet:Essen]]|
|~|[[Malarwin|Planet:Malarwin]]|
|!Nav Designation|''GRID 0509''|
|!System Planet|[[Khan|Planet:Khan]]|
|!Nav Designation|''GRID 0100''|
|!System Planet|[[Sur|Planet:Sur]]|
|~|[[Ashbel|Planet:Ashbel]]|
|!Nav Designation|''GRID 0606''|
|!System Planet|[[Aurelia|Planet:Aurelia]]|
|~|[[Jette|Planet:Jette]]|
|!Nav Designation|''GRID 0405''|
|!System Planets|[[Sha|Planet:Sha]]|
|!Nav Designation|''GRID 0603''|
|!System Planet|[[Groa|Planet:Groa]]|
|!Nav Designation|''GRID 0504''|
|!System Planets|[[Abinsk|Planet:Abinsk]]|
|!Nav Designation|''GRID 0703''|
|!System Planet|[[Konstanz|Planet:Konstanz]]|
|!Nav Designation|''GRID 0608''|
|!System Planet|[[Paringa|Planet:Paringa]]|
|!Nav Designation|''GRID 0604''|
|!System Planet|[[Eden|Planet:Eden]]|
|~|[[Shengri|Planet:Shengri]]|
|~|[[Wuxi|Planet:Wuxi]]|
|~|[[Istvaan|Planet:Istvaan]]|
|!Nav Designation|''GRID 0403''|
|!System Planets|[[Cochrane|Planet:Cochrane]]|
|~|[[Oparta|Planet:Oparta]]|
|!Nav Designation|''GRID 0400''|
|!System Planet|[[Kat-Ren-Ah|Planet:Kat-Ren-Ah]]|
|!Nav Designation|''GRID 0508''|
|!System Planet|[[Shōwa|Planet:Shōwa]]|
|~|[[Zlatna|Planet:Zlatna]]|
|!Nav Designation|''GRID 0401''|
|!System Planets|[[Thespius|Planet:Thespius]]|
|~|[[Castillo|Planet:Castillo]]|
|!Nav Designation|''GRID 0709''|
|!System Planet|[[Kartik|Planet:Kartik]]|
|!Nav Designation|''GRID 0204''|
|!System Planet|[[Vehznita|Planet:Vehznita]]|
|~|[[Alternia|Planet:Alternia]]|
|!Nav Designation|''GRID 0209''|
|!System Planets|[[Eunos|Planet:Eunos]]|
''Thick atmosphere; need pressure mask'' - Thick atmospheres can usually be breathed with the aid of a filter mask, though the mix of contaminants renders it slowly or quickly toxic to humans who attempt to breathe it straight. Separate air supplies are not necessary to supplement the blend, but any society that means to survive on such a world must have sufficient technological expertise to manufacture and maintain large numbers of filter masks.
Thick atmospheres are often at least semi-opaque, and some worlds have thick atmospheres that are completely impenetrable to ordinary light. Deep banks of permanent fog might shroud the planet, or natives might have to go about with sophisticated ultraviolet or infrared viewing equipment if they don’t wish to be blind. Some banks of gases might be impenetrable to even these viewing tools, leaving a party vulnerable to moments of complete blindness while out on the surface of the world.
''Corrosive and invasive atmosphere'' - Corrosive and invasive atmospheres exist at the very border of what human society can tolerate. Combining all the worst traits of an eroding, corrosive atmosphere and the invasive intrusion of toxic molecules, a planet cursed with an atmosphere like this is far more hostile than any merely airless rock.
Advanced pretech filtering and oxygen generation equipment might be able to maintain tolerable pressurized habitats and hydroponic systems uncontaminated by exterior atmosphere. Anything less than this tech level means greater and greater amounts of societal resources devoted simply to the effort of breathing. Entire civilizations can be oriented around overcoming the difficulties of maintaining their structures and their pressurized homes.
Whatever provoked the initial inhabitants to settle on this world must have been of overwhelming value or necessity to convince them to consign themselves and their children to such a place. It is highly unlikely that enough ship traffic exists to get any but the most fortunate locals offworld, so the rest are obliged to deal with their harsh existence as best they can.
''Breathable mix'' - Breathable mix atmospheres can support human life without additional equipment or gengineered modification. Any world that has a human population in the millions or more almost certainly has a breathable mix atmosphere.
While the air is breathable, almost every world has its own subtle cocktail of inert gases, atmospheric contaminants, and other odiferous ingredients. For spacers accustomed to the filtered air supply of a starship, the “new world stink” of a fresh planetfall can be maddening, as few linger long enough to get used to the smell of the local air. Attempting to explain the source of this discomfort to the locals rarely results in positive results. Some spaceport bars make a point of their air filtration and composition mixers.
''Inert gas'' - Inert gas atmospheres aren’t hostile or poisonous, but they’re unbreathable by humans. If the planet’s climate is otherwise tolerable, the natives might be able to live and work outdoors without anything more than an air tank and face mask. Some degree of technical sophistication is going to be necessary for humanity to survive, and large supplies of oxygen are going to have to be extracted from some local source. "Air mines" might exist to replace the oxygen lost during human use, or local power plants might need to be kept running full blast in order to crack water molecules into hydrogen and oxygen.
On worlds with an unbreathable atmosphere, control of the air supply makes it much harder for locals to rebel against their leaders. Without the equipment and power to generate their own air supplies, would-be rebels are entirely at the mercy of those who control the oxygen. Most rulers pick up on this fact rapidly, and some worlds with unbreathable atmospheres might even make it a crime to own illicit oxygen generation equipment.
''Airless / thin atmosphere'' - Airless or thin atmospheres are appropriate to asteroids, rocky planetoids, ot barren worlds that have had their atmospheres burnt off by weapons or cosmic caprice. Whatever atmosphere exists is too thin to support human life, if it exists at all, and the world is largely naked to the chill of space and the blaze of stellar heat. Exposure to the planet’s surface without a vacc suit or pressurized building is as lethal as exposure to hard vacuum.
Airless worlds are hostile to human life, but they excel at preserving the relics of the past. Provided that the ruins or remains are kept out of the baking heat of the local stellar body and the impact of random meteorites, they can survive for millions of years. Some exceptionally ancient alien ruins might even date back from before the world lost its atmosphere.
''Invasive, toxic atmospere'' - Invasive toxic atmospheres are composed of a substantial proportion of molecules small enough to infiltrate past the seals of most vacc suits. This infiltration doesn’t harm the suit, but the molecules have to be steadily flushed by the system’s purification sensors before they build up to a debilitating level. This causes a much faster bleed of air as breathable oxygen is jettisoned along with the infiltrating molecules. Most invasive atmospheres cut oxygen supply durations by half, at best.
Invasive atmospheres make oxygen an even more important resource than it is on inert gas worlds. Outdoor work is avoided whenever possible, as any failure of a suit’s toxin sensors or flush system can lead to death before the wearer even realizes something is wrong. Steady exposure to low levels of the toxins can also result in unfortunate effects even with a fully-functional suit. Hallucinations, chronic sickness, or worse can follow.
''Temperate'' - Temperate worlds were the most popular colony sites, and most of the truly populous worlds of the frontier have a temperate climate. Many temperate worlds have temperature ranges not unlike that of Earth, though most are canted a little further toward cold or heat depending on their angle and proximity to the local star.
Temperate worlds are the most likely to teem with native life as well, and to have alien ruins or remains located somewhere on their surface. Most frontier worlds never accumulated enough population to put a serious strain on a temperate world’s arable land, but this same capaciousness often allow for more complicated social divisions to develop. Natives of other worlds are often forced to cooperate or die, while those of a clement temperate world have the luxury of deep and lasting divisions.
''Variable; Cold-to-Temperate'' - Variable temperature worlds tend to show a greater distribution of climates than other worlds, either ranging from cold to temperate levels or temperate to hot levels. This may be a climate that changes world-wide when a long, slow orbit brings the planet into proximity with a stellar primary, or it might be a world that has substantially different climactic zones spread across its surface. The north pole of one world might be a sun-blasted desert that moderates to a cool, wet equator, or an icy world might be warmed here and there by complex channels of geothermally-heated subsurface rivers.
Variable temperature worlds tend to have savage weather. The mixing of hot and cold air can send ferocious cyclones and raging hurricanes across the surface of the world, some large enough to consume most of a hemisphere.
''Cold'' - Cold worlds are uncomfortable, but a human can survive on them in nothing more than heavy clothing. The worst of the cold worlds are similar in condition to Earth’s Antarctic regions, barren wastes of ice and wind. The more clement ones have brief warmer seasons or equatorial bands that get enough solar radiation to support substantial agriculture.
On cold worlds, agricultural land is at a premium. The population is unlikely to be willing to limit its numbers to what hydroponic farms can provide, and they may lack the technology for wide-scale artificial production methods. Savage wars may have broken out over control of fertile growing regions, and populations have perhaps been driven away from the arable land into the cold zones and a lingering death.
Some worlds retain installations from before the Silence deep within the frozen wastes, ancient bases and laboratories that were planted in an age when good launch sites and orbital windows meant more than trifles of temperature. These lost sites might be remembered in legend and story, and some native leaders might still be in possession of the automatic defense bypass codes handed down by their ancestors.
''Warm'' - Warm worlds come in two main flavors, depending on the prevalence of water. “Desert worlds” are hot enough or arid enough to be deprived of most surface water. Any life on such a planet has to be capable of extracting water from living prey, air currents or moisture supplies deep underground. Humans can survive on warm worlds without more than appropriate clothing, but desert-world humans must learn sophisticated techniques of water prospecting and well- drilling in order to maintain their agricultural systems. Warfare often revolves around these water systems.
The other common variety of warm world is one blessed with an abundance of surface water. These worlds tend to be covered with plant and animal life, teeming with thick jungles and vast mats of sargasso on seas that boil with piscids and other alien life analogs. These worlds can be quite prosperous for humans if the native life is edible, but inhabitants are often forced to deal with large predators and a vividly ingenious native ecology of disease.
''Variable; Temperate-to-Warm'' - Variable temperature worlds tend to show a greater distribution of climates than other worlds, either ranging from cold to temperate levels or temperate to hot levels. This may be a climate that changes world-wide when a long, slow orbit brings the planet into proximity with a stellar primary, or it might be a world that has substantially different climactic zones spread across its surface. The north pole of one world might be a sun-blasted desert that moderates to a cool, wet equator, or an icy world might be warmed here and there by complex channels of geothermally-heated subsurface rivers.
Variable temperature worlds tend to have savage weather. The mixing of hot and cold air can send ferocious cyclones and raging hurricanes across the surface of the world, some large enough to consume most of a hemisphere.
''Immiscible biosphere'' - Immiscible biospheres are not friendly to humans. None of the local plants or animals are edible, and anything the colony needs to eat will have to be grown from Terran stock. Worse, it is common for the pollen and other microbial life of these worlds to be highly allergenic to humans, requiring the regular use of tailored antiallergenics to prevent eventual respiratory failure.
These worlds are exceptionally susceptible to the temptation of human gengineering. Despite the persistent drawbacks, genetic flaws, and handicaps that human gengineering usually introduces in a subject, the desperate need to eat can drive worlds to wholesale experimentation on their progeny. The resultant altered humans are often able to digest the local food, but commonly pay for it in shortened life spans, physical disabilities, or an inability to consume Terran foodstuffs.
Immiscible biospheres produce some of the most exotic plants and animals in human space. Unfettered by the limits of familiar evolutionary patterns, creatures of bizarre beauty and strange configurations are found on many of these worlds. Many lack the intelligence to realize that humans are as poisonous to them as they are to humans.
''Hybrid biosphere'' - Hybrid biospheres are a stable intermixing of Terran flora and fauna with local life forms. Most such worlds have been colonized for centuries before the Silence, giving the local ecology time to shake out into a relatively stable configuration of Earth-born organisms and native life. The native biology may or may not be miscible with human life, but it unlikely to be particularly hostile in any case, or else the interloping life forms would not have been able to get a foothold on the planet.
Hybrid biospheres often show strange examples of symbiosis and adaptation, with plants and animals forming new alliances. Large predators from one world may find themselves subsisting on herds of herbivorous alien life, while Terran vegetation provides sustenance for large populations of small, furred, insect-like grazers. Familiar animals may show seemingly bizarre behavior patterns that have formed in response to local conditions, perhaps becoming larger or more aggressive.
''Engineered biosphere'' - Engineered biospheres are among the rarest, as they require enormous time and effort on the part of a highly advanced civilization. Whatever life exists on this planet has been extensively altered by an alien race or by advanced pretech gengineering methods. Some such worlds are paradise planets, carefully sculpted by some fabulously wealthy predecessor to suit their own tastes. Others are living forges, where foodstuffs and refined minerals are produced as byproducts from the basic organic processes of the world’s biosphere.
Such worlds tend to be fragile. Many engineered worlds are dependent upon regular stabilizing work to prevent genetic drift and adaptations that do not serve the creator’s purpose. Without regular pruning and adjustment, engineered biospheres can go badly awry. Some end up leaving nothing but genetic wreckage in their wake, while others go wrong in more subtle ways. Where once the biosphere existed to serve the inhabitants, a creaking engineered biosphere can leave the planet’s population chained to constant repair and maintenance efforts just to prevent a planetary collapse.
''Human-miscible biosphere'' - Human-miscible biospheres are those in which some substantial portion of the native life is biologically compatible with human nutritional needs. The local plants and animals may not be tasty or terribly nourishing, but they can support life without the serious importation of Terran crop seeds and livestock.
Even the friendlier human-miscible biospheres often lack the wide variety of edibles that evolved on Earth, and the natives often supplement their stocks of local foods with limited Terran agriculture. Exotic foods, spices, and liquors can be worth interstellar importation to feed the hunger for novelty on these worlds.
Unfortunately, the fact that humans can eat some native life means that it is very likely that some native life can eat humans in turn. Large predators and diseases capable of human infection are by no means uncommon on these worlds, and small colonies can be hard- pressed to survive them.
''No native biosphere'' - No native biosphere is occasionally found on even the most temperate and otherwise habitable worlds. For one reason or another, life simply never evolved on these worlds, leaving them a blank slate for the agricultural and ecological efforts of humans. If the world is otherwise amenable to Terran life, such planets can be enormously fertile and agriculturally rich.
They can also be disasters waiting to happen. Pretech xenobiologists compiled standardized colonization packages of plants, animals, and insect life designed to expand smoothly and evenly to fill the niches of an uninhabited world. Not all colonists implemented these packages correctly, and some worlds had disasters or special circumstances that destabilized their efforts. Some empty worlds are now in a state of constant biological flux as the local ecology strives vainly to find some sort of equilibrium between the myriad imported species.
More subtly, these worlds can be suddenly and drastically destabilized by the import of some offworld plant or animal. With no strong native ecology to fight off interlopers, the wrong beast or bug can lay waste to whole continents. These planets tend to be extremely paranoid about importation of foreign life forms.
''Biosphere remnants'' - Biosphere remnants are the wreckage of a ruined ecology. Petrified trees, drifts of preserved bones, forests of dead plant life; something killed all the life on this planet in the relatively recent past. It may have been the exercise of a maltech planet-buster weapon, or a mutant microbe introduced by human colonists, or some volcanic eruption or asteroid impact that plunged the world into decades of frozen night.
Any local civilization not sophisticated enough to escape the planet likely died when it did. Their ruins and remains might be found throughout the desolate wastes, along with more clues as to the cause of the devastation.
''Outpost'' - Outposts are rarely composed of more than a few hundred or few thousand colonists at the most. Outposts are either very new colonies that have not have the requisite time to grow or they are uncolonized worlds that just happen to have a naval or corporate base on the surface.
Corporate or military outposts aren’t intended to be completely self- sufficient. While large outposts are often forced to raise their own food supplies, replacement personnel, spare parts, and advanced tech must all be brought in from elsewhere. Such temporary outposts are known to find themselves in sudden distress when a vital supply ship fails to make its drop or when some local threat proves more than the staff can handle.
Colonial outposts tend to be better equipped but with less outside backing. Such natives expect to live and die on the world, and are more inclined to build permanent structures and local improvements. Many are exiles, malcontents, or others incapable of tolerating the world that sent them forth, and it can make for a somewhat explosive mix in a young colony. These pioneers tend to be very friendly towards visiting starships, as they are often dependent upon free traders and tramp merchants to bring them vital supplies or news of the sector.
Some “outposts” are really just the stubborn, persistent survivors of a long-failed colonization attempt. These cultures can survive for centuries, perpetually culled by the dangers of the world until the survivors are little more than one more element of the local ecology.
''Hundreds of thousands of inhabitants'' - Hundreds of thousands of inhabitants make up the population of most frontier worlds, usually ones with adequate supplies of arable land and surface conditions amenable to a human without a vacc suit or filter mask. This level of population is also usually the most that a world at tech level 4 can support using only artificial hydroponic complexes and sealed agricultural systems, so less hospitable planets rarely have more than this many inhabitants.
At this level of population, city-states and hub settlements start to form, and some political divisions might exist beneath the overall planetary government. Regional variations start to become present as towns and smaller settlements start to assert their own cultural traits. Young colonies rarely have much of a framework for resolving these new tensions, and it’s not uncommon for outsiders to end up as catspaws for varying factions.
This level of population is normally the smallest that can create spike drive-equipped starships. Less populous worlds rarely have the broad range of specialists and workers necessary to build such ships, even if they possess the necessary technical information.
''Alien civilization'' - Alien civilizations are even rarer than massively human-populated planets, but they can be found in some sectors. On these worlds, any human presence is either nonexistent or simply a token contingent of traders and diplomats. The actual number of aliens may range from a few tens of thousands to teeming worlds of billions.
Alien civilizations appear to be no more immune to conflict, disaster, and decadence than that of humans, and most alien worlds are isolated planets. Some sectors were known to be dominated by alien empires before the Scream, but most inhabited worlds found by colonial surveyors consisted of indigenous, low-tech sapients who evolved on the world, or else were the decaying remnants of a former empire that had fallen apart into isolated colonial worlds.
This fate of growth, expansion, colonization, and collapse appears to be a very common event in the galaxy. Countless alien ruins and lost deep-space artifacts indicate that cycles of growth and decay have been going on for millennia, and there is little way to tell how many alien empires have swept over what is now human space before dwindling to decaying worlds and then empty ruins.
Aliens on a decaying colony are likely to be too burdened by the weight of history and dissolution to be aggressive, but may retain dangerously sophisticated devices and scientific expertise. Newly- rising native sophonts may be more interested in reaching the stars, and their ships might well share the spacelanes with the starships of humankind.
''Millions of inhabitants'' - Millions of inhabitants are found on some of the more populous frontier worlds, those planets with an excellent climate and soil for agriculture. These worlds teem with human life compared to most of their neighbors, and if they have sufficient technological expertise to build spike drives, they probably are one of the more powerful planets in the sector. The sheer amount of labor and expertise they can put into their projects dwarfs the capabilities of most other worlds.
Some worlds of this type fail to coalesce under a unified planetary government, however, and turn most of their attention to intra- planetary quarrels between different nations or city-states. Full-scale planetary wars have been known to break out on such worlds, with some being reduced to burnt-out cinders by some maltech weapon or by nuclear attacks against regions stripped of their nuke snuffers.
''Tens of thousands of inhabitants'' - Tens of thousands of inhabitants are often found on newly-colonized worlds, or those with limited arable land. With such a small population, most settlements tend to be clustered close to one another for mutual support and efficient exploitation of land. The atmosphere can be something like that of a village-dotted countryside, with too few people to support large, specialized cities. The major settlement of the planet is usually built around the spaceport.
Politics on planets with so few people tend to be very personal in nature. Individual leaders can address the entire population of a world at a single meeting, and networks of family, friends, and employees can dominate the local social life. This small population combined with limited outside contact can result in somewhat... unusual societies more strongly influenced by a leader’s personal quirks than a more populous planet might be. Some such worlds can grow decidedly unhealthy in their customs and traditions.
''Failed colony'' - Failed colonies are occasionally found dotting the worlds of human space. Some date back to the First Wave of human colonization more than a thousand years ago, while others are more recent efforts that guttered out under the strains of a colony’s birth.
Pirate attacks might have wiped out a young colony, as might a hostile biosphere, alien attack, internal dissension, disease outbreaks, failure of vital colonial equipment, or any one of a hundred other disasters. The ruins of the colony might still have valuable pretech artifacts, however, or colonization deeds authorized by neighboring worlds. A few survivors might even have clung to life in the intervening centuries, maintaining some sort of society in the wreckage of their ancestors’ work.
''Tech Level 4. Baseline postech.'' - Tech level 4 worlds are the most common in human space, and their technical expertise is the baseline for modern post-Silence "postech". These worlds can create spike drives rated up to drive-3, fusion power plants, grav vehicles, simple energy weapons, and medicines that extend human life to a hundred years of vigorous good health. They can manage sophisticated gengineering on simple life forms, and some tech level 4 worlds have even attempted to improve the genetic structures of human life itself. These attempts have yet to produce results without severe drawbacks, but some such worlds remain populated by altered humanity designed to cope with local conditions more perfectly than baseline humans.
Most worlds with regular interstellar contact and the necessary raw resources eventually gravitate towards this level of technological expertise. It may take decades, or even centuries in the case of more retrograde worlds, but this tech level is the highest that can readily be achieved by most planets.
''Tech Level 4 w/ specialities / pretech.'' - Tech level 4 with specialties is an unusual case of a normal tech level 4 world that has retained some pretech industries or has developed their own local technical expertise beyond baseline postech in certain disciplines.
Most such specialties are relatively narrow in scope; grav tech, medicine, hydroponics, force field generation, or some field of roughly similar breadth. These specialties are usually either the product of a few, unreplaceable pretech manufactories or the result of some unique local resource that serves amazingly well for the purpose at hand. In both cases, the world will jealously guard the tech, and much local conflict may relate to control over these resources.
These worlds tend to have substantial amounts of interstellar trade from neighboring worlds interested in their tech. The ruling elite of the world can be ostentatious about display of this wealth.
''Tech level 2. 19th-century technology.'' - Tech level 2 worlds are blessed with the presence of fossil fuels. Internal combustion engines are crude things compared to the power of a fusion plant, but they can be built with primitive tools and a basic degree of education. The mechanization that results from this resource vastly increases the efficiency of local farming, the speed of travel, and the productivity of factory workers.
Most tech level 2 worlds are “knockdowns”; planets that once had a much higher degree of sophistication but were recently crippled by disease, disaster, or invasion. The natives tend to be keenly aware of the glories of former generations, and work fiercely to redevelop lost techniques and reclaim old knowledge.
Few tech level 2 worlds produce much that’s worth interstellar trade. Most foodstuffs are too bulky and cheap to make it worth a captain’s time. Some worlds have rare ore deposits, but the natives have no reason to dig them until a merchant makes it worth their while to set up a whole new industry for export. Some such worlds barter the relics of their ancestors in exchange for educational materials or rare resources necessary for advancing local industry. Others feel forced to trade native work contracts for dangerous, dirty labor.
''Tech Level 3. 20th-century technology.'' - Tech level 3 worlds are those that have developed to a level much like that of the more advanced nations of late twentieth-century Earth. The main difference between tech level 3 worlds and level 4 worlds is the lack of fusion power or spike drive manufacture.
These worlds come in two major varieties. The first is a "knockdown" world that formerly had tech level 4 technologies before some catastrophe or pirate attack destroyed their knowledge and industrial base. Some of the wrecked infrastructure might have been irreplaceable, and the world must struggle to regain its former level of technological production. Worlds in this condition tend to have rather small populations that are susceptible to the loss of a few concentrated groups of experts.
The second major variety is a world that suffered a severe disaster shortly after colonization and has been forced to painstakingly build up their technological base ever since. Some of these worlds date back to the First Wave of colonization a thousand years ago, driven into near-neolithic conditions by some outside pressure before slowly and painfully rebuilding their technological base through purely indigenous efforts. These worlds tend to have very large populations if the world’s climate permits, as they have been colonized for quite some time.
Simply providing a world with the necessary technical data for advancement doesn’t mean that advancement will be quick or even. Even if a tech level 3 world has the necessary resources to build tech level 4 devices, it may take as much as a generation for a world to build the necessary infrastructure and resource extraction enterprises. The time may be longer still if the dominant cultures are uneasy with the new technology.
''Tech Level 1. Medieval technology.'' - Tech level 1 worlds have managed to find and exploit metal deposits and likely have imported or domesticated beasts of burden. Those worlds with easy access to fossil fuels or a similarly energy-dense substance can advance to greater things, but a culture trapped at tech level 1 is unlikely to have access to such helpful resources. A few worlds have enough plant matter or other combustibles to make steam engines feasible, but those with very much of such a resource usually make the leap to the next tech level eventually.
As a consequence, tech level 1 worlds tend to be caught at much the same general level of development as their tech level 0 cousins. They may have elaborate social structures and cultural development, but they are unable to mechanize without some energy-dense resource to serve as fuel. The scavenged hulks of their ancestors’ fusion plants may stand as mute temples to the achievements of their forebears, but without the tech necessary to repair and rebuild such edifices the world is dependent on purely local fuel sources.
Tech level 1 worlds tend to respond to visitors in much the same way as tech level 0 planets. The ruling class of these worlds is liable to be able to muster larger cities, bigger armies, and all the other perquisites that come from being able to work the available agricultural land with fewer hands.
''Tech Level 0. Stone-age technology.'' - Tech level 0 represents a world with technologies similar to neolithic- era humanity. Very few worlds collapse this far without dying out completely, and so a world this primitive is very rare in human space. The world is so profoundly devoid of useful resources that the natives may simply not have anything better to work with than rocks and native vegetation.
Natives of a world at this tech level might retain elaborate cultural artifacts and a very sophisticated society. Existing resources tend to be exploited to the hilt, with large populations producing massive stone cities, human-powered engines for irrigation, and vast displays of foodstuffs and craft work for the ruling class. Despite this, the lack of metal, domesticated beasts of burden, and petrochemicals puts a hard stop on the technological development of most of these worlds.
Responses to free traders and other interstellar travellers will vary with the local culture. The lack of quick communications methods tends to result in large populations breaking up into numerous smaller regional cultures, and the friendly prince of one domain might neighbor an implacably hostile sage-king. Most “lostworlders” have a keen appreciation for the benefits these strangers from the sky can bring them, and will bargain accordingly.
Some worlds might retain crisply rational records of their colonization and downfall. Others might preserve tales of a starry origin in legends and story. A few might have forgotten their origins entirely, and view sky-born humans as gods or messengers of the divine. Such awe rarely lasts very long once the merchants or pirates who landed make their purposes clear.
''Badlands World'' - Whatever the ostensible climate and atmosphere type, something horrible happened to this world. Biological, chemical, or nanotechnical weaponry has reduced it to a wretched hellscape.
''Trade Hub'' - This world is a major crossroads for local interstellar trade. It is well-positioned at the nexus of several short-drill trade routes, and has facilities for easy transfer of valuable cargoes and the fueling and repairing of starships. The natives are accustomed to outsiders, and a polyglot mass of people from every nearby world can be found trading here.
''Outpost World'' - The world is only a tiny outpost of human habitation planted by an offworld corporation or government. Perhaps the staff is there to serve as a refueling and repair stop for passing ships, or to oversee an automated mining and refinery complex. They might be there to study ancient ruins, or simply serve as a listening and monitoring post for traffic through the system. The outpost is likely well-equipped with defenses against casual piracy.
''Seismic Instability'' - The local land masses are remarkably unstable, and regular earthquakes rack the surface. Local construction is either advanced enough to sway and move with the vibrations or primitive enough that it is easily rebuilt. Severe volcanic activity may be part of the instability.
''Heavy Mining'' - This world has large stocks of valuable minerals, usually necessary for local industry, life support, or refinement into loads small enough to export offworld. Major mining efforts are necessary to extract the minerals, and many natives work in the industry.
''Exchange Consulate'' - The Exchange of Light once served as the largest, most trusted banking and diplomatic service in human space. Even after the Silence, some worlds retain a functioning Exchange Consulate where banking services and arbitration can be arranged.
''Restrictive Laws'' - A myriad of laws, customs, and rules constrain the inhabitants of this world, and even acts that are completely permissible elsewhere are punished severely here. The locals may provide lists of these laws to offworlders, but few non-natives can hope to master all the important intricacies.
''Sealed Menace'' - Something on this planet has the potential to create enormous havoc for the inhabitants if it is not kept safely contained by its keepers. Whether a massive seismic fault line suppressed by pretech terraforming technology, a disease that has to be quarantined within hours of discovery, or an ancient alien relic that requires regular upkeep in order to prevent planetary catastrophe, the menace is a constant shadow on the populace.
''Unbraked AI'' - Artificial intelligences are costly and difficult to create, requiring a careful sequence of "growth stages" in order to bring them to sentience before artificial limits on cognition speed and learning development are installed. These "brakes" prevent runaway cognition metastasis, wherein an AI begins to rapidly contemplate certain subjects in increasingly baroque fashion, until they become completely crazed by rational human standards. This world has one such "unbraked AI" on it, probably with a witting or unwitting corps of servants. Unbraked AIs are quite insane, but they learn and reason with a speed impossible for humans, and can demonstrate a truly distressing subtlety at times.
''Tyranny'' - The local government is brutal and indifferent to the will of the people. Laws may or may not exist, but the only one that matters is the whim of the rulers on any given day. Their minions swagger through the streets while the common folk live in terror of their appetites. The only people who stay wealthy are friends and servants of the ruling class.
''Bubble Cities'' - Whether due to a lack of atmosphere or an uninhabitable climate, the world’s cities exist within domes or pressurized buildings. In such sealed environments, techniques of surveillance and control can grow baroque and extreme.
''Minimal Contact'' - The locals refuse most contact with offworlders. Only a small, quarantined treaty port is provided for offworld trade, and ships can expect an exhaustive search for contraband. Local governments may be trying to keep the very existence of interstellar trade a secret from their populations, or they may simply consider offworlders too dangerous or repugnant to be allowed among the population.
''Rigid Culture'' - The local culture is extremely rigid. Certain forms of behavior and belief are absolutely mandated, and any deviation from these principles is punished, or else society may be strongly stratified by birth with limited prospects for change. Anything which threatens the existing social order is feared and shunned.
''Forbidden Tech'' - Some group on this planet fabricates or uses maltech. Unbraked AIs doomed to metastasize into insanity, nation-destroying nanowarfare particles, slow-burn DNA corruptives, genetically engineered slaves, or something worse still. The planet’s larger population may or may not be aware of the danger in their midst.
''Eugenic Cult'' - Even in the days before the Silence, major improvement of the human genome always seemed to come with unacceptable side-effects. Some worlds host secret cults that perpetuate these improvements regardless of the cost, and a few planets have been taken over entirely by the cults.
''Altered Humanity'' - The humans on this world are visibly and drastically different from normal humanity. They may have additional limbs, new sensory organs, or other significant changes. Were these from ancestral eugenic manipulation, or from environmental toxins?
''Radioactive World'' - Whether due to a legacy of atomic warfare unhindered by nuke snuffers or a simple profusion of radioactive elements, this world glows in the dark. Even heavy vacc suits can filter only so much of the radiation, and most natives suffer a wide variety of cancers, mutations and other illnesses without the protection of advanced medical treatments.
''Oceanic World'' - The world is entirely or almost entirely covered with liquid water. Habitations might be floating cities, or might cling precariously to the few rocky atolls jutting up from the waves, or are planted as bubbles on promontories deep beneath the stormy surface. Survival depends on aquaculture. Planets with inedible alien life rely on gengineered Terran sea crops.
''Abandoned Colony'' - The world once hosted a colony, whether human or otherwise, until some crisis or natural disaster drove the inhabitants away or killed them off. The colony might have been mercantile in nature, an expedition to extract valuable local resources, or it might have been a reclusive cabal of zealots. The remains of the colony are usually in ruins, and might still be dangerous from the aftermath of whatever destroyed it in the first place.
''Preceptor Archive'' - The Preceptors of the Great Archive were a pre-Silence organization devoted to ensuring the dissemination of human culture, history, and basic technology to frontier worlds that risked losing this information during the human expansion. Most frontier planets had an Archive where natives could learn useful technical skills in addition to human history and art. Those Archives that managed to survive the Silence now strive to send their missionaries of knowledge to new worlds in need of their lore.
''Pretech Cultists'' - The capacities of human science before the Silence vastly outmatch the technology available since the Scream. The jump gates alone were capable of crossing hundreds of light years in a moment, and they were just one example of the results won by blending psychic artifice with pretech science. Some worlds outright worship the artifacts of their ancestors, seeing in them the work of more enlightened and perfect humanity. These cultists may or may not understand the operation or replication of these devices, but they seek and guard them jealously.
''Psionics Worship'' - These natives view psionic powers as a visible gift of god or sign of superiority. If the world has a functional psychic training academy, psychics occupy almost all major positions of power and are considered the natural and proper rulers of the world. If the world lacks training facilities, it is likely a hodgepodge of demented cults, with each one dedicated to a marginally-coherent feral prophet and their psychopathic ravings.
''Feral World'' - In the long, isolated night of the Silence, some worlds have experienced total moral and cultural collapse. Whatever remains has been twisted beyond recognition into assorted death cults, xenophobic fanaticism, horrific cultural practices, or other behavior unacceptable on more enlightened worlds. These worlds are almost invariably classed under Red trade codes.
''Xenophobes'' - The natives are intensely averse to dealings with outworlders. Whether through cultural revulsion, fear of tech contamination, or a genuine immunodeficiency, the locals shun foreigners from offworld and refuse to have anything to do with them beyond the bare necessities of contact. Trade may or may not exist on this world, but if it does, it is almost certainly conducted by a caste of untouchables and outcasts.
''Friendly Foe'' - Some hostile alien race or malevolent cabal has a branch or sect on this world that is actually quite friendly toward outsiders. For whatever internal reason, they are willing to negotiate and deal honestly with strangers, and appear to lack the worst impulses of their fellows.
''Theocracy'' - The planet is ruled by the priesthood of the predominant religion or ideology. The rest of the locals may or may not be terribly pious, but the clergy have the necessary military strength, popular support or control of resources to maintain their rule. Alternative faiths or incompatible ideologies are likely to be both illegal and socially unacceptable.
''Out of Contact'' - The natives have been entirely out of contact with the greater galaxy for centuries or longer. Perhaps the original colonists were seeking to hide from the rest of the universe, or the Silence destroyed any means of communication. It may have been so long that human origins on other worlds have regressed into a topic for legends. The players might be on the first offworld ship to land since the First Wave of colonization a thousand years ago.
''Psionics Academy'' - This world is one of the few that have managed to redevelop the basics of psychic training. Without this education, a potential psychic is doomed to either madness or death unless they refrain from using their abilities. Psionic academies are rare enough that offworlders are often sent there to study by wealthy patrons. The secrets of psychic mentorship, the protocols and techniques that allow a psychic to successfully train another, are carefully guarded at these academies. Most are closely affiliated with the planetary government.
''Police State'' - The world is a totalitarian police state. Any sign of disloyalty to the planet’s rulers is punished severely, and suspicion riddles society. Some worlds might operate by Soviet-style informers and indoctrination, while more technically sophisticated worlds might rely on omnipresent cameras or braked AI "guardian angels". Outworlders are apt to be treated as a necessary evil at best, and "disappeared" if they become troublesome.
''Misandry/Misogyny'' - The culture on this world holds a particular gender in contempt. Members of that gender are not permitted positions of formal power, and may be restricted in their movements and activities. Some worlds may go so far as to scorn both traditional genders, using gengineering techniques to hybridize or alter conventional human biology.
''Psionics Fear'' - The locals are terrified of psychics. Perhaps their history is studded with feral psychics who went on murderous rampages, or perhaps they simply nurse an unreasoning terror of those “mutant freaks”. Psychics demonstrate their powers at risk of their lives.
''Primitive Aliens'' - The world is populated by a large number of sapient aliens that have yet to develop advanced technology. The human colonists may have a friendly or hostile relationship with the aliens, but a certain intrinsic tension is likely. Small human colonies might have been enslaved or otherwise subjugated.
''Local Tech'' - The locals can create a particular example of extremely high tech, possibly even something that exceeds pretech standards. They may use unique local resources to do so, or have stumbled on a narrow scientific breakthrough, or still have a functional experimental manufactory.
''Hostile Biosphere'' - The world is teeming with life, and it hates humans. Perhaps the life is xenoallergenic, forcing filter masks and tailored antiallergens for survival. It could be the native predators are huge and fearless, or the toxic flora ruthlessly outcompetes earth crops.
''Freak Weather'' - The planet is plagued with some sort of bizarre or hazardous weather pattern. Perhaps city-flattening storms regularly scourge the surface, or the world’s sun never pierces its thick banks of clouds.
''Warlords'' - The world is plagued by warlords. Numerous powerful men and women control private armies sufficiently strong to cow whatever local government may exist. On the lands they claim, their word is law. Most spend their time oppressing their own subjects and murderously pillaging those of their neighbors. Most like to wrap themselves in the mantle of ideology, religious fervor, or an ostensibly legitimate right to rule.
''Secret Masters'' - The world is actually run by a hidden cabal, acting through their catspaws in the visible government. For one reason or another, this group finds it imperative that they not be identified by outsiders, and in some cases even the planet’s own government may not realize that they’re actually being manipulated by hidden masters.
''Perimeter Agency'' - Before the Silence, the Perimeter was a Terran-sponsored organization charged with rooting out use of maltech- technology banned in human space as too dangerous for use or experimentation. Unbraked AIs, gengineered slave species, nanotech replicators, weapons of planetary destruction... the Perimeter hunted down experimenters with a great indifference to planetary laws. Most Perimeter Agencies collapsed during the Silence, but a few managed to hold on to their mission, though modern Perimeter agents often find more work as conventional spies and intelligence operatives.
''Gold Rush'' - Gold, silver, and other conventional precious minerals are common and cheap now that asteroid mining is practical for most worlds. But some minerals and compounds remain precious and rare, and this world has recently been discovered to have a supply of them. People from across the sector have come to strike it rich.
''Xenophiles'' - The natives of this world are fast friends with a particular alien race. The aliens may have saved the planet at some point in the past, or awed the locals with superior tech or impressive cultural qualities. The aliens might even be the ruling class on the planet.
''Flying Cities'' - Perhaps the world is a gas giant, or plagued with unendurable storms at lower levels of the atmosphere. For whatever reason, the cities of this world fly above the surface of the planet. Perhaps they remain stationary, or perhaps they move from point to point in search of resources.
''Quarantined World'' - The world is under a quarantine, and space travel to and from it is strictly forbidden. This may be enforced by massive ground batteries that burn any interlopers from the planet’s sky, or it may be that a neighboring world runs a persistent blockade.
''Colonized Population'' - A neighboring world has successfully colonized this less-advanced or less-organized planet, and the natives aren’t happy about it. A puppet government may exist, but all real decisions are made by the local viceroy.
''Local Specialty'' - The world may be sophisticated or barely capable of steam engines, but either way it produces something rare and precious to the wider galaxy. It might be some pharmaceutical extract produced by a secret recipe, a remarkably popular cultural product, or even gengineered humans uniquely suited for certain work.
''Area 51'' - The world’s government is fully aware of their local stellar neighbors, but the common populace has no idea about it- and the government means to keep it that way. Trade with government officials in remote locations is possible, but any attempt to clue the commoners in on the truth will be met with lethal reprisals.
''Hatred'' - For whatever reason, this world’s populace has a burning hatred for the inhabitants of a neighboring system. Perhaps this world was colonized by exiles, or there was a recent interstellar war, or ideas of racial or religious superiority have fanned the hatred. Regardless of the cause, the locals view their neighbor and any sympathizers with loathing.
''Civil War'' - The world is currently torn between at least two opposing factions, all of which claim legitimacy. The war may be the result of a successful rebel uprising against tyranny, or it might just be the result of schemers who plan to be the new masters once the revolution is complete.
''Hostile Space'' - The system in which the world exists is a dangerous neighborhood. Something about the system is perilous to inhabitants, either through meteor swarms, stellar radiation, hostile aliens in the asteroid belt, or periodic comet clouds.
''Tomb World'' - Tomb worlds are planets that were once inhabited by humans before the Silence. The sudden collapse of the jump gate network and the inability to bring in the massive food supplies required by the planet resulted in starvation, warfare, and death. Most tomb worlds are naturally hostile to human habitation and could not raise sufficient crops to maintain life. The few hydroponic facilities were usually destroyed in the fighting, and all that is left now are ruins, bones, and silence.
''Cold War'' - Two or more great powers control the planet, and they have a hostility to each other that’s just barely less than open warfare. The hostility might be ideological in nature, or it might revolve around control of some local resource.
''Freak Geology'' - The geology or geography of this world is simply freakish. Perhaps it’s composed entirely of enormous mountain ranges, or regular bands of land and sea, or the mineral structures all fragment into perfect cubes. The locals have learned to deal with it and their culture will be shaped by its requirements.
''Pilgrimage Site'' - The world is noted for an important spiritual or historical location, and might be the sector headquarters for a widespread religion or political movement. The site attracts wealthy pilgrims from throughout nearby space, and those with the money necessary to manage interstellar travel can be quite generous to the site and its keepers. The locals tend to be fiercely protective of the place and its reputation, and some places may forbid the entrance of those not suitably pious or devout.
''Sectarians'' - The world is torn by violent disagreement between sectarians of a particular faith. Each views the other as a damnable heresy in need of extirpation. Local government may be able to keep open war from breaking out, but the poisonous hatred divides communities. The nature of the faith may be religious, or it may be based on some secular ideology.
''Major Spaceyard'' - Most worlds of tech level 4 or greater have the necessary tech and orbital facilities to build spike drives and starships. This world is blessed with a major spaceyard facility, either inherited from before the Silence or painstakingly constructed in more recent decades. It can build even capital-class hulls, and do so more quickly and cheaply than its neighbors.
''Zombies'' - This menace may not take the form of shambling corpses, but some disease, alien artifact, or crazed local practice produces men and women with habits similar to those of murderous cannibal undead. These outbreaks may be regular elements in local society, either provoked by some malevolent creators or the consequence of some local condition.
''Heavy Industry'' - With interstellar transport so limited in the bulk it can move, worlds have to be largely self-sufficient in industry. Some worlds are more sufficient than others, however, and this planet has a thriving manufacturing sector capable of producing large amounts of goods appropriate to its tech level. The locals may enjoy a correspondingly higher lifestyle, or the products might be devoted towards vast projects for the aggrandizement of the rulers.
''Ancient Ruins'' - The world has significant alien ruins present. The locals may or may not permit others to investigate the ruins, and may make it difficult to remove any objects of value without substantial payment.
''Regional Hegemon'' - This world has the technological sophistication, natural resources, and determined polity necessary to be a regional hegemon for the sector. Nearby worlds are likely either directly subservient to it or tack carefully to avoid its anger. It may even be the capital of a small stellar empire.
''Seagoing Cities'' - Either the world is entirely water or else the land is simply too dangerous for most humans. Human settlement on this world consists of a number of floating cities that follow the currents and the fish.
''Desert World'' - The world may have a breathable atmosphere and a human-tolerable temperature range, but it is an arid, stony waste outside of a few places made habitable by human effort. The deep wastes are largely unexplored and inhabited by outcasts and worse.











|!Name |!Body Type |!Society |!Homeworld |h
|[[Carapacian |Alien:Carapacian]]|Hybrid: Humanlike and Insectile|Monarchy|[[Alternia|Planet:Alternia]]|
|[[Cha |Alien:Cha]]|Hybrid: Reptilian and Avian|Flights|[[Zlatna|Planet:Zlatna]]|
|[[Degh |Alien:Degh]]|Humanlike|Oligarchic/Democratic|[[Essen|Planet:Essen]] & [[Malarwin|Planet:Malarwin]]|
|[[Dla |Alien:Dla]]|Insectile|Hive|[[Kyubi|Planet:Kyubi]]|
|[[Dokino |Alien:Dokino]]|Hybrid|Solitary|[[Al-Talaui|Planet:Al-Talaui]]|
|[[Hain |Alien:Hain]]|Exotic|Family groups|[[Sha|Planet:Sha]]|
|[[Kutheth|Alien:Kutheth]]|Hybrid: Insectile and Exotic|Colonies|[[Essen|Planet:Essen]]|
|[[Mriyaga|Alien:Mriyaga]]|Exotic|Family groups|[[Elegidos|Planet:Elegidos]]|
|[[Nyar |Alien:Nyar]]|Exotic|Pack|[[Jette|Planet:Jette]]|
|[[Ommog |Alien:Ommog]]|Avian|Flights|[[Al-Talaui|Planet:Al-Talaui]]|
|[[Saggyem|Alien:Saggyem]]|Reptilian|Solitary|[[Elegidos|Planet:Elegidos]]|
|[[Tar |Alien:Tar]]|Humanlike|Tribal|[[Kaap Toe|Planet:Kaap Toe]]|
|!Name      |Carapacian |
|!Body Type |Hybrid: Humanlike and Insectile|
!!!Distinguishing Features
* Hard carapace of either black or white
* Not very bright
* Communicates through gestures and signals rather than sound
* Drone like devotion to their colour's queen
* Xeno-psychologists have determined that Black carapaced Carapacians tend to be less morally motivated than their white carapaced counterparts
* Peculiar fondness for discarded items, known to have a loose concept of what is considered "discarded"
* Has been observed creating things out of these items, such as miniture city models. It's a hot topic among experts whether this could suggest a higher level of intelligence then generally accepted.
* Most angry specimens can be easily soothed by stroking sensors atop their head, the biological purpose of this is contested.
* Homeworld: [[Alternia|Planet:Alternia]]
|!Name      |Cha |
|!Body Type |Hybrid: Reptilian and Avian|
!!!Distinguishing Features
* Likes to hibernate in caves and other undisturbed places
* Has both scales and feathers
* Prized for their brilliantly coloured plumage and scales
* Roaming flights of them, always grouped with their flight
* Territorial
* Homeworld: [[Zlatna|Planet:Zlatna]]
|!Name      |Degh |
|!Body Type |Humanlike|
!!!Distinguishing Features
* Present in the Dotta system
* Parent species branch is present on [[Essen|Planet:Essen]]
* Friendly to humans
* An older species that once had a sector wide empire but is now content to be a client race of humanity
* Skin pigments come in a variety of shades from red to blue to green
* Caste system by skin pigment colour
* Small bony, spinal horns along the shoulder ridge in clusters
* Commonly speak De, their ancestral language but are capable of both shaky English and the French-hybrid their human neighbours speak.
* Monarchic leadership (Primogeniture)
* Cross species relations forbidden
!Sub-species
|!Name      |Degh'na |
!!!Distinguishing Features
* Refer to themselves as the Degh'na, the outcast ones
* Lack the horns characteristic of the main species branch
* Heavily integrated into [[Malarwin|Planet:Malarwin]]'s society
* Commonly speak Malawin, a combination of their ancestral language and colonist English
* Primarily blue and green skinned, red skinned varieties are rare
* Governed by the same mixed race council that governs the humans of Malarwin
* Cross species relations unrestricted and not unusual
* Homeworld: [[Malarwin|Planet:Malarwin]]
|!Name      |Dla |
|!Body Type |Insectile|
!!!Distinguishing Features
* Large flightless insect, six legs and colourful patterned carapace
* Hive society with queen
* Very territorial, listen for the buzzing warning
* Emits noxious stench when killed, highly poisonous to humans
* Emits large doses of powerful pheromones that cause euphoric stupor in humans when inhaled.
* Controlled species, restricted export/import
* Homeworld: [[Kyubi|Planet:Kyubi]]
|!Name |Dokino |
|!Body Type |Hybrid|
!!!Distinguishing Features
* Reptilian dog like creature
* Strong venom applied using its claws
* Venom causes paralysis and preserves its victims perfectly
* Solitary ambush predator
* Territorial
* Homeworld: [[Al-Talaui|Planet:Al-Talaui]]
* Discovered by the crew of 'For River' and donated to [[Weiss Scientific Association|The Weiss Scientific Association]]
|!Name      |Hain |
|!Body Type |Exotic|
!!!Distinguishing Features
* Carapace made out of precious metals
* Defends itself with a sonic blast to stun its prey and then follows up with a naturally produced laser like emission
* Extremely over hunted by poachers looking for profit and scientists attempting to understand its bizarre physiology
* Hostile to humans due to this persecution
* Migratory family groups
* Homeworld: [[Sha|Planet:Sha]]
|!Name      |Kutheth|
|!Body Type |Hybrid: Insectile and Exotic|
!!!Distinguishing Features
* Subterranean ambush predator
* Long, flexible tentacles that it uses to catch prey (2d10 tentacles)
* Is actually a form of semi-mobile plant life
* Small colonies, experts theorise that the seemingly individual members of the colony might actually be a hivemind organism
* Homeworld: [[Essen|Planet:Essen]]
|!Name      |Mriyaga|
|!Body Type |Exotic|
!!!Distinguishing Features
* Airbourne creature thanks to gas-sack deposits on its body and movement fins
* Travels with the breeze, migratory wanderlust
* Chainsaw-like mouthparts or claws. 
* Attracted to MES fluctuations (and therefore psychics/psychic activity)
* Omnivore.
* Tend to travel in family groups, adolescent forms of the creature are solitary and seek new territory
* Homeworld: [[Elegidos|Planet:Elegidos]]
|!Name      |Nyar |
|!Body Type |Exotic|
!!!Distinguishing Features
* Four legged creature with rocklike exoskeleton
* Sharp metallic teeth
* The soft flesh of the creature below the rock is highly Radioactive, this bleeds through the exoskeleton
* To spot a nest, look for an unusual amount of dead planet life and animals
* Roams in packs
* Homeworld: [[Jette|Planet:Jette]]
|!Name      |Ommog |
|!Body Type |Avian|
!!!Distinguishing Features
* Razor sharp feathers that retain their cutting edge even after being shed or removed from the creature
* Is capable of a beautifully haunting song that lures sentient prey out into hunting grounds
* Nocturnal
* Solitary
* Launches feathers at its prey, often catching them off guard at night with a rapid barrage of the knife-like quills
* Eats both carrion and living prey
* Flights control large territory
* Homeworld: [[Al-Talaui|Planet:Al-Talaui]]
|!Name      |Saggyem|
|!Body Type |Reptilian|
!!!Distinguishing Features
* Swamp dweller
* Strong swimmer
* Large, heavy jaws of serrated teeth
* Spits highly corrosive (and colourful) venom when provoked by a percieved threat
* Extremely resilient
* Solitary
* Homeworld: [[Elegidos|Planet:Elegidos]]
|!Name      |Tar |
|!Body Type |Humanlike|
!!!Distinguishing Features
* Covered in hard scales
* Pincer-like protrusions
* Head antenna
* Crawfish-like mouths
* Primitive tribla society
* Homeworld: [[Kaap Toe|Planet:Kaap Toe]]
''Insectile'': Insectile aliens are usually possessed of chitinous "skin" and one or more pairs of compound eyes. Membranous wings aren’t unknown, but are probably vestigial and useless on all but the smallest or lightest aliens. Insectile aliens might have sucking mouthparts if their primary food source is plant sap- or blood- or might use chewing mandibles instead for a more solid diet. Insectile aliens that function as a hive collective are something of a classic trope, but there’s no reason that a species can’t instead take after more solitary hunting insects such as beetles or spiders.
''Reptilian'': Reptilian aliens can range from the classic "lizard man" look to a more subtle combination of pebble-scaled skin, membrane frills, broad bodies, cold-bloodedness, nictitating membranes, an exceptional sense of smell, thick claws, powerful builds, sharp teeth, and fine scales. Bodies may be broad and thick like that of a lizard, or perhaps sinuous like that of a snake. Reptilian aliens might be found especially on damp, watery worlds, and might be outright amphibious over all or part of their life spans.
''Humanlike'': Humanlike aliens are just that; extremely close to humans in outward appearance. They might have unusual skin or hair coloration, different hair growth distributions, an odd number of fingers, cranial ridges, a novel skin texture, variant ear shapes, or different average body builds or sizes, but they largely appear like humans. Xenobiologists postulate that the human shape is simply a very successful evolutionary route on Earth-like planets, and other worlds with similar conditions are likely to produce similar sapients. Crank scientists tend to favor theories of pan-galactic Creators that spread humanlike shapes throughout space; these theories conspicuously fail to take into account the dramatically different DNA and internal organ makeup of many humanlike aliens.
''Hybrid''
''Exotic'': Exotic aliens are built out of parts and materials that aren't normally found in Terran life forms. A humanoid might be composed out of a kind of organic plastic that makes up much of their home planet's biochemistry, or be composed of an intricate array of interlocking crystals and woody organic elements. You should pick one or more materials that aren't normally part of an animal's body and have them play a major role in the alien's biology. As a consequence, this kind of alien is probably highly dependent upon their home world for food and other biological necessities. If not, they likely spend a lot of effort synthesizing vital materials out of local supplies.
''Gluttony''These aliens devour. They are rapacious consumers, whether it is of food, living space, energy, or some other resource. They will do almost anything to increase access to this resource and are deeply indifferent to the needs of other species, and often of their own fellows as well. To consume greatly is glorious for this species, with the greatest and most respected members being those who have the greatest stockpiles of the resource to consume, or who provide the most to their followers. The purpose of existence is to eat, and all good things are understood as different modes of devouring.
''Fear''These aliens live in constant fear. They may be natives of some lethal death-world, survivors of a species-annihilating cataclysm, or simply evolved from weak and easily-devoured prey animals. The world is terrifying to them, and their societies are based around hiding or protecting themselves from these dreads. The most revered members are those who are best hidden or best protected, and who can give protection and concealment to their fellows. Most of these races are quite cowardly by human measure, but occasionally they can be driven into a frenzy of terror in which they fight with the courage of the doomed.
''Collectivity''These aliens might be hive-like in their social structure, natural communists, or simply very closely attached to the customs and interests of their social group. The importance of the individual is thought to be minimal, and members will cheerfully and readily sacrifice themselves for the good of the group. To willfully refuse to accept the consensus of the whole is an unspeakable sin, and to be separated permanently from one's social group is a fate worse than death.
''Wrath''The race is hot-tempered, prone to fits of personal violence. Disputes are settled by force, though rarely to the point of death among their own kind. Outsiders can expect swift and bloody retaliation for any insult or slight, and the prospect of death rarely intimidates these beings. Their chief mode of emotional expression is anger; wrath at obstacles, fury at enemies, and a slow smoldering burn when neither are available.
''Treachery''This species is uniformly treacherous and untrustworthy. Bargains and agreements are kept only so long as they are useful to both participants, and truthfulness is simply a tool to be placed next to deceit. There is no sense of acrimony or anger among these aliens at the inevitable betrayals that make up their societies; they consider it good and laudable that an individual should seek its own best interests, and those who can most perfectly manipulate each other are naturally those most worthy to rule, for the health of the society directly influences the power of its head.
''Greed''These aliens are enormously greedy. Status depends almost entirely upon personal wealth, and their lives are spent in accumulating the greatest stores of value possible. Some focus on production, creating the wealth for their own benefit, while others seek to make a profit on trade. Some such greedy species have intricate property laws to safeguard what is accumulated, while others are little more than bandits among their own kind, too avaricious to let law interfere with their greed.
''Journeying''This species has an incurable wanderlust. Perhaps they roam the stars in fleets of massive spike-drive ships, or they may make steady circuits of the nearby stars to connect their worlds and exchange people among them. More technologically primitive species might sail the waves of alien seas or make nomadic journeys across the continents of their world. Few of these aliens can ever be happy in remaining in one place for long, and they are forever scouting new worlds and new lands simply for the pleasure of being there a little while.
''Subtlety''Such a species is enormously cunning and patient in character, willing to endure years of suffering calmly in order to bring about some intricate plan. They shun open display of emotions or opinions, masking such things behind protocols of bland correctness. To reveal one's true opinion about some contentious matter is a mark either of profound trust or a sign of obvious incipient treachery. The true ruler of such a species is almost never who it seems to be.
''Joy''These aliens are relentless bon vivants, constantly in pursuit of pleasure and enjoyable excitement. Beauty, grace, and the inspiration of passion are their highest virtues. Those who produce the most exquisite art or inspire the most extravagant delight have effective rule over their fellows, though such species tend to be loosely-organized at best. The brute necessities of life are acknowledged as a necessity, but their societies are willing to sacrifice a great deal of efficiency and practicality for the sake of immediate satisfaction.
''Pride''These aliens are suffused with an enormous pride in their own culture and species, and instinctively consider themselves to be superior to the lesser beings they may encounter. A prideful species is not necessarily a hostile one; some such races have a certain sense of noblesse oblige toward their "lessers", and some species' pride shows in a resolute refusal to lower themselves to deceit, cruelty, or avarice. More often, however, this pride manifests in a casual contempt for the interests of their inferiors, and a single-minded focus on personal advancement and glory among their own kind.
''Sagacity''These aliens love intellectual pursuits above all others. Logic, wisdom, and erudition are all prized as the best and most glorious expressions of their nature, and their rulers are invariably sage-kings of remarkable depth and breadth of understanding. Such understanding does not necessarily stand in well for good judgment, and sagacious alien civilizations are notorious for overreaching in their ambitions. Stupidity and ignorance is repugnant to this race, and some of them treat very harshly those species that they do not feel to be their intellectual peers.
''Despair''These aliens have fallen prey to a pervasive sense of failure and loss. Perhaps they are the remnants of a once-glorious empire or the survivors of some cataclysmic disaster for their people. What they once loved has been destroyed, and their sources of comfort and courage have failed them. Superficially, they might resemble those species that crave pleasure and indulgence, but their disports only serve to numb them to the existential gloom that taints the species. Their leadership is desultory at best, and sophisticated social structures tend to degrade into loose, diffident associations as their members no longer have the hope necessary to perpetuate them.
''Pacifism''The race is remarkably peaceful and nonviolent in nature. Few species survive while being totally averse to violent self-defense, but this race will never choose violence against living creatures as a means of gaining advantage or retaliating to wrongs. Among their own kind, violence is abhorrent and unnatural, and it is probable that the species is either herbivorous or subsists by photosynthesis. A pacifist race may be peaceful, but there are more ways to do injury than through personal violence; the cession of trade, the destruction of property, and the incitement of divisions and confusion among their enemies are all tools this race knows well. Pacifist species can also be quite oppressive at times, with an underclass constitutionally incapable of defending their possessions or privileges with force.
''Tribalism''The aliens are fiercely tribal, divided up into myriad small groups that are as often at war with each other as they are cooperating. Such tribes tend to be built along familial lines, though some tribes are volitional in nature, representing different political or philosophical groups. A given alien's loyalty is to its tribe before its species, and it is not uncommon for their enemies to use one group against another.
''Curiosity''This species is insatiably curious, constantly prying into the affairs of those around them. Spying for this race carries no opprobrium whatsoever, and while they may attempt to maintain privacy for certain doings, all assume it a given that matters will be discovered in the end. They love to explore new places and meet new sapients, and while they may be brutally indifferent to the fates or treatment of these beings, they're always eager to observe them. Their societies tend to operate in a profoundly transparent manner, and some view the keeping of secrets as an automatic indication of malicious intent.
''Tribal'': The species is organized into multiple tribes based on lineage, philosophy, or geographical location. Tribes set their own laws and policies, and are prone to intense internal struggles over resources and status. There may exist a "paramount tribe" that inflicts its will upon the others through brute strength or traditional esteem. Tribal leaders tend to be personally distinguished, and usually have earned their position through personal accomplishments and the broad support of their tribemates.
''Democratic'': The species has a broadly democratic organization, with individual members having a formal say in the choice of leadership. This voting need not necessarily be based on numbers; it might be a vote with money, military power, religious influence, possession of certain biological traits, or any other metric that makes sense to the aliens. Whatever the specific currency, politics for this race tends to revolve around persuasion and diplomacy rather than use of military force to determine species-wide policies.
''Monarchic'': The species is ruled by a single being, with such rule justified by custom, biological imperative, divine mandate, personal influence, or familial ties. Such monarchic societies almost invariably have a "noble" caste of some kind to act as administrators and officials for the monarch, and they usually make up the pool from which new monarchs are chosen. The specific title for a monarch will usually depend on the justification for their rule- Chieftain, Emperor, Broodmother, High Priest, Dictator, Chief Elder, or so forth.
''Oligarchic'': The species is led by a number of powerful or revered figures who work in nominal harmony. Individual oligarchs might have their own goals, but no single member has the strength to enforce its will upon the whole. These oligarchs might be the product of hereditary inheritance, or individual members of the species might one day aspire to join their numbers.
|!Name |!Type |!Homeworld |!Status|h
|[[Church of Blessed Resurrection]]|Religion|[[Groa|Planet:Groa]]|Active|
|[[Dead Poet's Society|Dead Poet's Society]]|Political Movement|[[Wuxi|Planet:Wuxi]]|Active|
|[[Foxfire Syndicate|Foxfire Syndicate]]|Criminals|Unknown|Rumoured to be active|
|[[Juno Multistellar|Juno Multistellar Corporation]]|Spaceship Corporation|[[Eden|Planet:Eden]]|Active|
|[[Li Society|The Li Society]]|Mercenary Organisation|[[Wuxi|Planet:Wuxi]]|Active|
|[[Nuit de Feu|Le Nuit de Feu]]|Pirates|Unknown|Attacks reported|
|[[People's National Front|PNF]]|Planetary Govt.|[[Kaap Toe|Planet:Kaap Toe]]|Active|
|[[Perimeter|The Perimeter Agency]]|Agency|Unknown/[[Eden|Planet:Eden]]?|Unknown, Presumed defunct|
|[[Scylla's Bonemen|Scylla's Bonemen]]|Criminals|Unknown|Presumed defunct|
|[[Second Bloom|The Second Bloom Corporation]]|Pharmaceutical Corporation|[[Konstanz|Planet:Konstanz]]|Active|
|[[Spiker Enterprises|Spiker Enterprises]]|Cybernetics Company|[[Konstanz|Planet:Konstanz]]|Active|
|[[The Terra Prime Pact]]|Political Group|[[Eden|Planet:Eden]]|Active|
|[[Umkhonto we Sizwe|MK]]|Rebel Forces|[[Kaap Toe|Planet:Kaap Toe]]|Active|
|[[Weiss Scientific Association|The Weiss Scientific Association]]|Scientists|[[Konstanz|Planet:Konstanz]]|Active|
|[[Weytani Heavy Industries|Weytani Industries]]|Spaceship corporation|[[Malarwin|Planet:Malarwin]]|Active|
A relatively recent politically focused movement on Wuxi that advocates a societal return to traditional roots.

Their lobbyists cite clearing out the large amounts of pollution that the modern factories have introduced to the planet's atmosphere as their prime motivation.

Followers are identified by their yellow armbands or headwear and their love of traditional forms of art, especially poetry.

Wuxi's government has been inundated with poems deriding their policies and the state of the planet in general, crackdowns are expected soon.
The Foxfire Syndicate are a constant prescence in the sector and appear, from reports, to be involved in several different areas of criminal activity.

Authorities have been able to trace them to the Mami system but were unable to locate any significant bases of operation despite repeated efforts. It's rumoured that this is due to extensive corruption and bribery of local forms of authority in the Mami system.

While they seemingly dabble in many different The Foxfire Syndicate is largely associated with the sector's drug trade. Specifically they're rumoured to be involved heavily in the distribution of the illicit drug "Spirit Rush", an odourless white powder that causes hallucinogenic and euphoric stupour.

Current rumours suggest they have a distribution base somewhere on [[Abinsk|Planet:Abinsk]] and are responsible for the sudden flood of drugs on the planet.

In the criminal underworld it's widely known that individuals with looser morals that dont mind getting their hands a bit dirty can easily find work with the Foxfire Syndicate
!!Spirit Rush
Spirit Rush is criminalised on most worlds due to its highly addictive nature and debilitative effects from prolonged use, this has not affected the high demand for the drug.
The Juno Multistellar Corporation are this sector's prime manufacturer of starships, they own the majority of the large shipyards present on [[Eden|Planet:Eden]] and several dealerships and garages belonging to Juno are present on other planets throughout the sector.
May or may not also be involved in various --weapon-- other production and distrobution markets.
They aggressively defend their monopoly where possible and this has lead to some fierce conflict between Juno and Weytani in the areas in which they overlap.

Submitted to the [[Terra Prime Pact]]'s takeover of [[Eden|Planet:Eden]], their current relationship is undetermined.
The Li society originated from a time in Wuxi's past where, in an attempt to curb future conflict, government controlled armies were illegal planet-wide. Since then the Li Society has grown into the sector's largest private mercenary military force, operating more like a private army than a mecenary organisation, tempering itself in many conflicts across the sector.
Over the course of many conflicts they have developed a reputation for solid professionalism and loyalty to their employer. 

Their rules are simple:
*They will not take jobs that cause them to conflict with those already employing them
*They will never swap sides to a higher bid, asking is considered extremely insulting
*Everyone affiliated with their enemy is considered a legal combatant
*They need to be allowed to fight the conflict in their own manner under their own command
*It's not personal
**Should their contract with their employer, they will again consider contracts with the individuals they were just fighting against those that were just employing them. It's just business.

The Li Society are currently engaged in several conflicts and warzones across the sector at the behest of various employers, recently they've become embroiled in the civil war on [[Kaap Toe|Planet:Kaap Toe]] and have deployed their forces on the side of the government.

The forces available to hire from them (at reasonable price points) range from veteran squads just cutting their teeth, to standard postech infantry units to Elite Pretech special shock troop units.

New members are extensively trained and grouped with other new members into a novice fighting unit under the command of a seasoned veteran. These units are then deployed to the hottest war zones that the Li Society is currently engaged in as a form of trial by fire. The surviving squad members have proven themselves to the society and recieve full membership benefits.

Those seeking employment within The Li Society should note that members are contracted for their entire lifetime.
Le Nuit de Feu is an outlaw pirate fleet that regularly raids shipping lines in and around the [[Samsara|System:Samsara]] and [[Narissa|System:Narissa]] systems.

They've made themselves a significant threat to merchants travelling these lanes and Juno Multisteller is offering a flat bounty rate for confirmed kills of pirate ships and individuals. Redeemable at your local Juno franchise.

Le Nuit seem to have strong links to [[Jette|Planet:Jette]], a connection which the authorities of Jette vehemently deny.

Le Nuit de Feu attacked the exile shuttles from Eden, killing thousands.
The People's National Front, known locally as the PNF, are the legitimate governing party on [[Kaap Toe|Planet:Kaap Toe]]. [[MK|MK]] forces have risen in armed rebellion against PNF officials, in opposition to PNF's policies governing the third class citizen/slave status of the planet's native alien species (the [[Tar|Alien:Tar]]).

The planet has been declared a dangerous red zone by the exchange until a victor emerges and until the planet stabilizes.

Recently the PNF have enlisted the aid of the [[The Li Society]] in restoring peace to their planet.
Before the Silence, the Perimeter was a Terran-sponsored agency charged with rooting out use of maltech; technology banned in human space as too dangerous for use or experimentation. Unbraked AI, gene-engineered slave species, nanotech replicators, weapons of planetary destruction... the Perimeter Agents operated under a veil of secrecy and hunted down experimenters, sector-wide, with a great indifference to planetary laws. Practitioners were often made an example of by the agents, in order to discourage others from dabbling in proscribed technologies.

Since the Scream/Silence and the subsequent collapse of the Terran Mandate, not much has been heard from Perimeter. In the modern era, they've largely become a boogieman-esque rumour among planetary populations; “dont use maltech or Perimeter will get you”. Perimeter is widely considered by leading authorities to have collapsed alongside the mandate and be defunct...and yet, Maltech practitioners still tend to have an unusually high chance of getting murdered or disappearing. This is usually dismissed, Maltech practitioners they have a tendency of being disreputable individuals in the first place.
The smuggling ring known as "Scylla's Bonemen" was publicly dismantled after the arrest of several key members and is now presumed defunct.
Second Bloom Ltd is the major pharmaceutical behind the Rejuv drug that keeps everyone in the sector looking young and extends their lifetime beyond what would naturally be expected.

Rejuv treatments are reasonably affordable and for the majority of people they have very few side effects, this has made Second Blood beloved by the sector.
While it doesn't quite allow the extreme lifespans available before the Scream, they anow re the only source of such treatments, having managed to hold on to the formula through the turmoil that came with the scream.

Second Bloom are constantly looking for ways to refine their jealously guarded formula and hotly pursue any leads about pre-scream knowledge.

The discovery of the [[Dokino|Alien:Dokino]] was a fruitful one for Second Bloom and they've been experimenting with the new research data that the specimen the 'For River' crew supplied provides.
Spiker Enterprises are the sector's prime manufacturer of cybernetics and they have flourished in large part thanks to Konstanz's goverment's technocrat nature and transhumanist policies.

On Konstanz those with cybernetics are considered much more aesthetically pleasing than those without and their government heavily subsidise any augmentations their citizens might want and this has lead to a range of designer cybernetic augmentations being developed by the company.
The Terra Prime pact are widely considered to be terrorists by the sector at large, mainly due to the way they go about raising awareness for their cause. Stories persist of bombings claimed to be perpetrated by the pact on questionable targets.

The Pact have always had strong ties with the government on Eden due to Eden's history as on of the routes into the sector from Terra and their main aim is to institute a return to the government of the Terran Mandate, the government of Terra that held absolute power prior to the Scream. 

Pro-terran sentiment on Eden is the highest in the sector, the planet was always treated very well by Mandate forces as it was a vital ingress to the Sector, so it's the perfect base of operations for the Pact.

After the kidnap, torture, mutilation and murder of [[Ryan Khomeni]]; the Pact has seized executive power from Eden's government in an overnight coup d'etat.

On March 30th 3200, The TPP expelled all foreign nationals and second (and later) generation Eden citizens. This resulted in their deaths at the hands of Le Nuit de Feu, TPP made no moves to intervene.
Umkhonto we Sizwe, MK for short, is the name of the rebel group currently waging civil war against the government forces, the [[People's National Front|PNF]], on [[Kaap Toe|Planet:Kaap Toe]]. The root of their rebellion is tied to their belief that a local species of alien known as the [[Tar|Alien:Tar]] deserve equal rights to their human counterparts and citizenship of Kaap Toe.

In January 3200, MK forces were reported to have been part of the bombings in the planetary capital but they have denied their involvement. What is establish fact is that forces declaring themselves to be MK aligned, executed a PNF High Marshall live on National media channels.

With the announcement of impending Li Society forces, it looks like it's going to be a tough time to be an MK supporter.
The Weiss Scientific Association are located all over the sector, pretty much whereever there's science to be found. Originating on the coldly technocratic world of Konstanz they lack the reverence a lot of other worlds have towards pre-tech and old, abandonned colonies. This means they pretty much get first dibs on any new dig sites or discoveries in the sector.

Heavily funded by the Second Bloom Corporation.

They're looked down on by the Steel Union who consider them little better than grave robbers.
Weytani are Juno's major rival in the sector. Though they've recently emerged on the intersteller scene and aren't yet as well established, they have readily embraced the technology of the [[Degh'na|Alien:Degh]] (the race who shares their planet) and the resultant sleek looking ships are both technologically advanced and aesthetically pleasing.

Naturally Juno Multistellar does not look kindly on their newly emerged rivals and do all they can to maintain their sector monopoly.
Here are a list of plot threads that the current crew have agreed to investigate or are personally invested in completing:
!Crew
Currently none

!Flynt Coal
!!!Shadows of the past
*Comes from the dead world of Istvaan, obsessed with finding out what happened and bringing those responsible to justice
**''Peter Leno''
***Saw a nervous looking Istvaanian on the news. Sector's first gay interracial marriage between human and [[Degh'na|Alien:Degh]] on [[Malarwin|Planet:Malarwin]]
***Wants to head to Malarwin to question Peter but likely needs a ship engine upgrade first

!Hoyt Solari
Currently none

!Inuko
!!!Grand strategy
*Explore
*Observe crew
*Survive

!Kitsuki
!!!Blood is thicker than water
* Kitsuki learned from re-visiting [[Kyubi|Planet:Kyubi]] that her sister disappeared shortly after Kistuki was kidnapped into slavery
** She's been missing a while and the trail has gone cold but perhaps someone knows where she is?
**[[Kyubi|Planet:Kyubi]] would probably be the best place to pick the trail up again
!!!MES investigation
* Kitsuki wants to know more about MES phenomena in a bid to deepen her understanding or her own condition.
**Looked on [[Groa|Planet:Groa]] and uncovered strangeness but was able to determine it wasn't MES
**Has an MES bond with Inuko
!!!Metastasis Projector
*No self respecting Biomancer would be caught dead without this portable "sword"
**Kitsuki knows that there is one in the hall of relics in the main psychic academy on [[Kyubi|Planet:Kyubi]]
!!!Old Aquaintance?
* Kitsuki recieved an message from [[Scott Barry]] that someone was extremely interested to hear that she was alive 
** The individual is now currently looking for her.
** Due to Scott Barry's incompetance, it's unclear if this individual is a threat or not
!!!Psychics? Psy-Kits!
*Prior to her abduction Kitsuki was a member of the Psy-Kit academy, the prestigious academy for MES gifted Kitsunes.
**On her return to Kyubi she learned that the Psy-Kit academy had gone missing
**It's presumed they did this for a reason but they'd probably be interested in hearing from an old student...
!!!Revenge?
*Kitsuki is an escaped slave, escaping after several years of enforced slavery to her kidnappers
**Someone might know who did it and why if revenge was on the cards...

!Rorsche Claspe
!!!A long overdue reunion
*Rorsche was originally a member of [[Scylla's Bonemen]] smuggling group. He sold them all out for his freedom and now he wants to make sure they aren't out for revenge. A reunion is long overdue.
**Doc Jin
***The "doctor" for the Bonemen
***Wiry old man, missing teeth and one ear
***Slave taker; experiments on the slaves
***Last known to be on [[Sha|Planet:Sha]]
***Rorsche ran into him while heavily drugged in a hospital on [[Groa|Planet:Groa]]
**Gekks
***Heavily augmented, talented hacker
***Location unknown
**Liz Boltman
***Enforcer for the crew
***Responsible for many deaths on both sides of the [[Kaap Toe|Planet:Kaap Toe]] conflict
***Location unknown
**Tess Brace
***Captain of the bonemen
***Has a neural implant that keeps her imposed in a dreamlike state, halfway between consciousness and unconsciousness
***Responsible for several atrocities
***Currently a resident of [[Ashbel|Planet:Ashbel]] prison
**The Waterman
***Psychic with an affinity for water
***Has sworn a life debt to Tess
***Location unknown
**Thrall
***Second in command of the Bonemen
***Chemically altered and "reeducated"
***Greatly enhanced muscle mass and height but was rendered mute
***Location unknown
!!!Do you know, Juno?
*Rorsche was caught by Juno and sold out his previous crew. He was given a new indentity by them but the slate isn't wiped clean in their opinion.
**Juno owns Rorsche, at some point they're going to collect their due

!Siegfreid
!!!Professor Klaus, I presume?
*Sieg was originally taught Maltech by Professor Klaus at Upsurge University on [[Konstanz|Planet:Konstanz]]
**The Professor disappeared mid-term and Siegfreid wants to know what happened to him
**Asking around at the University might be a bit conspicious but might make for a good start
!!!Have you met my family?
*Originally the crew were hired by [[S]] to kill [[Adam Stent]] but on learning that he was likely a maltech expert and that his family were likely unbraked AI, Siegfreid found a kindred spirit
**Helped Adam fake his death
**Promised to exchange correspondence once Adam was relocated
**Recieved a message with encrypted co-ordinates for Adam's new location
**Attached to this message was an enigmatic one from S, a wagging figure accompanied by the message "Someone's been naughty"
!!!Terminator armour
*Sieg wants an assault suit, time to go shopping
**Enquired with "Mr Li", a ship captain on [[Groa|Planet:Groa]] and was pointed towards either the Foxfire Syndicate on Kyubi or the Li society on Kaap Toe
!!!Yandere AI Waifu, what could possibly go wrong?
*Sieg's life's ambition is to code his very own AI wife
**So far he's made the base VI code and has begun work on the AI code
***The VI has been behaving strangely, so far this has occured when Sieg isn't looking.
***The VI is developing faster than expected
***The VI is helping Sieg code itself
***Sieg has picked up some anomalies with the VI but has so far blamed "3am Siegfreid"

!Here are completed side missions:
[[Kaap Toe Contraband|Side:Kaap Toe Contraband]]
!!!2nd January 3200 
Agreed to transport 10 Tons of Cargo for Inas from Eden to Kaap Toe. 
Appear to be contraband items, at least on Eden.
Silver containers one meter by half meter. 
Promised 1,000 CR per Ton.
Party dropped the cargo off on Kyubi for 200 CR per Ton to Inas' delivery crew
!!!Early January 3200
!!!!1st Jan - 4th Jan
Employer: S (Perimeter)
Payment: 5,000 Credits

Details: Contracted under false pretenses by S to kidnap Ryan Khomeini from the surface of Eden.
Ryan, local low ranking bureaucrat and member of the Terra Prime Pact, proved to be an easy snatch and grab for the party

Methodology: Disguised a the target's regular dry cleaning service and using Kitsuki's innocent looks, the party lured Ryan into their windowless van with promises of --candy-- clean laundry
During dropoff S revealed herself to be a member of Perimeter, a clandestine agency that targets those who are (in their opinion) working against the galaxy's best interests
Party recieved 750 xp each and 5,000 Credits to split.
During the course of this mission the party agreed to run some [[cargo of dubious nature|Side:Kaap Toe Contraband]] for Inas

!!!Mid to Late January 3200
!!!!4th Jan - 3rd Feb
Employer: Weiss Scientific Association
Payment: 50,000 Credits + Bonus

Details: Accepted a contract to determine the fate of "Last Light", a missing Weiss delivery ship carrying valuable cargo (ommog) from the research station on the surface of [[Al-Talaui|Planet:Al-Talaui]].

Methodology: Party discovered that the ship was carrying a previously undiscovered stowaway alien species that had systematically hunted the crew. Party secured the Ommog using a combination of knockout gas and trasport cages, ascertained the status of the missing crew (recovering their bodies in the process) and captured the loose alien lifeform (Flynt attempted to knock it out, Rydra killed it, Kitsuki brought it back). Thanks to Kitsuki's care the alien lifeform (it's species now named "Dokino"/poison dog by Kitsuki) survived the trip to Konstanz. The Dokino was handed over to, a very excited, Weiss representative in exchange for a massive credit bonus.

!!!February 3200
!!!!3rd Feb - 10th Feb
Crew skill training at Upsurge University on [[Konstanz|Planet:Konstanz]] and Ship refitting ('For River', Armoury)

!!!!11th Feb - 27th Feb
Spent in Transit from [[Konstanz|Planet:Konstanz]] to [[Kyubi|Planet:Kyubi]]

!!!!28th Feb - 29th Feb
Spent Planetside on [[Kyubi|Planet:Kyubi]].

Party landed and began following up leads on the planet, beginning at the Maidens of Magic (Kitsuki's old work place).

Unfortunately for Kitsuki it seemed like a lot of the maids there didn't recognise her and the one maid that definitely did seemed to be avoiding her. After a later meeting with this maid ([[Mami]]) in a love hotel, Kitsuki learned that the Maidens of Magic had been bought out by the [[Foxfire Syndicate]] (along with most of the real estate in the area) and that the Foxfire Syndicate were keeping an eye out for her return. She also learned that her sister disappeared the same time she did, that she had been missing for 10 years, that she been legally declared dead and her home had been repossessed.

While Kitsuki was learning these hard truths, the rest of the crew made contact with the representative of Second Bloom on the planet and Rorsche dropped off their cargo ([[Kaap Toe Contraband|Side:Kaap Toe Contraband]]). The crew learned that Second Bloom's cargo had been hijacked by the Foxfire Syndicate. 

Arranging for a sit down meet with the Foxfire Syndicate (via [[Hiro Tanaka]]), the crew offered to transport Second Bloom's stolen cargo somewhere for the Foxfire syndicate (for a fee) but were told that the cargo was not going to be shipped anywhere. Fustrated, the crew offered to transport any other cargo that Foxfire might have but learned that the most recent batch of product had already been shipped. Mr Tanaka expressed a desire to remain on good terms with the 'For River' however as good cargo crews are hard to find.

!!!!30th Feb - 7th March
Spent in Transit from [[Kyubi|Planet:Kyubi]] to [[Cochrane|Planet:Cochrane]]

!!!March 3200
!!!!8th March - 10th March
Employer: S/Perimeter
Payment: 55,000 CR + 70,000 CR (see methodology)

Details: Travelled to Cochrane at the behest of S (Perimeter) to capture or kill [[Adam Stent]]. Reward: 55,000

Methodoloy: After asking around and meeting contacts (namely [[Scott Barry]]) they were directed to a complex out in the tundra that belonged to the target. Trekking out in their vacc suits they were welcomed into the complex by the target himself. Mr Stent was a reclusive inventor and relished the opportunity to meet visitors.
Some investigating of the complex reveled that Mr Stent had an AI robot (braking status unknown) "family" complete with Wife and two robot kids. In exchange for payment the crew of the 'For River' agreed to help him fake his death and then informed Perimeter of the guy's death, thereby collecting two rewards.

!!!!10th March - 24th March
Spent in Transit from [[Cochrane|Planet:Cochrane]] to [[Groa|Planet:Groa]]

!!!!24th March - 2nd April
Spent on [[Groa|Planet:Groa]] working for The Church of the Divine Resurrection

Employer: Father Mark, The Church of the Divine Resurrection
Payment: 50,000 CR + 30,000 CR + 20,000 CR (100,000 CR total)

Details: Hired on as security for major local festival.  

Methodology: Defended the Great Cathedral against assailants from the Ascended splinter faction for 50,000CR. During the process lots of civilian casualties were incurred and Rorsch took a dire wound. With the swift intervention of Kitsuki, Rorsch was stablised and passed off to a local medical team. The party discovered that their assaults were some kind of animated dead, a fact that the local priests were well aware of. Some investigation later a planet wide conspiracy was uncovered.

The reanimated dead seemed hardened against injury and only specific trauma to part of the brain would cease the body's animation. The party agreed to strike an ascended base for 30,000 CR. In the process of clearing the base and re-killing the inhabitants, they uncovered a membership list. They turned this list over to Father Mark for a 20,000CR reward.

Rorsche spent time in a local hospital, drugged up to his eyeballs on pain meds. Kitsuki performed impromptu surgery to remove a tracker.

Rydra parted ways with the party and Hoyt joined in their place

[[Jan 3200]]
[[Feb 3200]]
[[March 3200]]
[[April 3200]]
''This season's must have pet?''
Weiss Scientific Association today excitedly announced the discovery of a previously unknown alien species. Dubbed the “Dokino”, reportedly the species had previously eluded detection due to an innate camouflage ability and its remote habitat. This changed thanks to the efforts of one of Weiss' contractor ship crews who were able to secure a live specimen for study and classification. Among these contractors was “Kitsuki”, an amateur Naturalist whose notes on the creature were invaluable to the scientists.

In light of the information gained from the notes, Weiss went on to announce a strategic partnership with Second Bloom Ltd to bring this creature to the pet market and into the arms of private citizens. Industry experts are speculating that the Dokino will likely be this season's must-have product for pet lovers sector-wide.

Further details are forthcoming. Stocks for Second Bloom rose by...//would you like to know more?//

''Spirit Rush: Just say No.''
Several cases have been admitted to hospitals on Abinsk with symptoms matching an overdose on Spirit Rush. Spirit Rush is linked to the Foxfire Syndicate and causes...//would you like to know more?//

''Our top story: Fallen Eden''
As our regular readers will know, tensions on planet Eden in the Samsara system have been rising over the course of this month after the disappearance of a notable member of the Terra Prime Pact, Ryan Khomeini, from his town house (see earlier article). The disappearance originally prompted the Pact leadership to call for the institution of stronger security measures and for a reform of immigration policy to ensure the safety of all of Eden's citizens. When it became clear that the government would do nothing, the Pact publicly declared them impotent and uncaring of their people. 

Tensions came to a head after the discovery of the mangled body of Mr Khomeini earlier this week. Declaring they could no longer stand idly by while Eden's citizens were at risk, the Pact mobilised against the government. In the course of a single night Pact forces seized control of key areas on Eden, catching the security forces largely off guard and resulting in a relatively bloodless coup. 

This morning the Pact made their official address to the planet; declaring that until further notice Eden is under the jurisdiction of the Terra Prime Pact, that “corruptive” foreign influences are no longer welcome on the planet and that travel to and from the planet for """Non-Eden""" citizens is temporarily restricted. 

With the wave of popular support that erupted after this broadcast it's predicted that the Pact will have little opposition to their consolidation of power...//would you like to know more?//

''Noble Freedom Fighters or Savage Terrorists?''
The surface of Kaap Toe was recently rocked by a series of bombings as the civil war between the Umkhonto we Sizwe and the People's National Front continues. Speaking at a news conference on behalf of the People's National front, the incumbent government on Kaap Toe,  Alu Shona told the assembled journalists that several civil areas had been caught in the blasts in addition to the military installations, resulting in the tragic deaths of hundreds of innocents. 

The culprits were, however, quickly rounded up by the PNF special police and face execution tomorrow on multiple charges of treason and murder. A spokesperson for the MK has disavowed any involved in the bombings. //Would you like to know more?//

''Korruption on Konstanz?''
Allegations of corruption have again been levelled at the planetary government of Konstanz after the emergence of photos depicting officials partying with Spiker Corporation staff in the wake of the news that the latter's contract for Cybernetics will once again be renewed. //Would you like to know more?//
''Run up to the Cosplay Games begins on Kyubi''
Preparations on Kyubi are frantic as the sector's most popular blood sport prepares to host its 67th event. March 20th will mark the beginning of the planet's annual week of sporting celebration. Dubbed “Murderous week” by critics, the events of the games involve contestants dressing up as their favourite sadistic character from the planet's rich manga tradition and competing against each other in a series of lethal trials. Judges award points for both attention to character detail and role-playing skills as bonuses for the contestants.

This year's contestant to watch is looking to be Lucy Ryūgū, she'll be cosplaying a variation of her distant ancestor Rena Ryūgū's outfit and wielding her trademark sharpened nata. Bookies have tipped this first timer to...//would you like to know more?// 

''In remembrance: Karlsruhe, Konstanz, Nokturne.''
This month marks the anniversary of the Kahlsruhe tragedy on Konstanz, now two years prior. While the inquiry into the cause behind the disaster is still ongoing, recently announced evidence appears to support the investigator's preliminary conclusion of industrial accident. It's thought that officials will provide further updates closer to the...//would you like to know more?//

''Spirit Rush usage on Abinsk “becoming a problem”''
After last month's report about isolated cases of suspected Spirit Rush overdoses on Abinsk, the situation has deteriorated. Spirit Rush usage is now considered to be endemic among those of lower economic standing on the planet. Demand is unusually high and usage has spread unusually rapidly, planetary officials suspect organised distribution...//would you like to know more?//

''Li Society formally announces their acceptance of a Kaap Toe contract''
At a media conference earlier today, the Li Society confirmed rumours that they have accepted a contract with the People's National Front on Kaap Toe. Analysts consider this to be in response to last month's bombings and the resultant assassination of Amahle Andran, a High Marshall, live on national media. It was announced that their forces have been mustered and are currently en route to Kaap Toe, ready to begin peacekeeping methods. It's thought that the Unified Wuxi Alliance stands in opposition to this but failed to submit their proposal to block in a timely fashion...//would you like to know more?// 

''Cast out from Eden''
The Terra Prime Pact has instituted a media blackout on Eden and expelled foreign Press representatives. Before the blackout commenced in proper, several citizens were able to send reports out on mail ships. These reports detailed unverified accounts of foreign nationals being detained by Pact forces, allegedly this has involved forced evictions at gunpoint.//More on this story as it develops.//

''Pirates of Samsara''
Pirates are now confirmed to be operating in the Samsaran system. It is likely that they were drawn by the unrest on Eden and the high amount of refuge ships fleeing the planet. //would you like to know more?// 

''Ploughshares into swords, Groa''
Legal authorities in Groa today were slightly bemused this week to discover a crate of high tech weaponry disguised as a shipment of prayer books. We're told that the ministers present at the discovery were left baffled by the crate's true contents. Authorities are attempting to trace the origin of...//would you like to know more?// 

''Wuxi's latest must have''
Citizen's on Wuxi are clamouring for copies of Yi Lan's latest poem collection. The artist is infamous locally for his outspokenly critical views on his planet's government and is allegedly a member of the Dead Poet's Society but that hasn't stopped his most recent work from being this month's must have...//would you like to know more?// 
''Top story: Dies Mori, atrocity on Groa [Groa, Masiah system. Collated report]''
Hundreds lost their lives during this year's Dies Mori as unknown armed assailants attacked defenceless pilgrims at several locations across the planet as if in cruel mockery of the pilgrimage’s name. 

Shocking scenes recorded by survivors depict people being ruthlessly gunned down as they seek to flee the carnage. '[Embedded clip of gunman unleashing assault rifle burst fire at the throng pouring out of the Cathedral]'. Reports from eyewitnesses further detail the horror as priests were coldly assassinated, bombs were detonated in crowds and people of faith were butchered like cattle by these cruel fiends.

By contrast are the reports of heroism by as yet unidentified security officials who managed to drive off the assault on the main cathedral and whose quick action managed to save the lives of many of those unable to escape to safety. Tokens of appreciation from survivors, many of whom would be dead from injury without their assistance, and their family and friends are being left at the Cathedral alongside tributes for those who lost their lives.

Those responsible for the atrocity remain at large. Anyone with any information on the culprit's identities should contact local authorities immediately. A list of those who lost their lives, updated as further information unfolds, is available at...//Would you like to know more?//

''Tradition overthrown, the birth of the Death Guard [Groa, Masiah system]''
In an update to our top story: Today the high council of elders on Groa unilaterally voted in favour of suspending the traditional law forbidding the operation of official armed security forces on Groa. 

When pressed for comment, Father Mark Chapman replied “In the wake of the recent attacks, it has become clear that Groa needs to join the modern sector in having an efficient and dependable security force actively countering potential threats. Citizens of Groa will sleep easier knowing that the Death Guard are keeping vigil over them. 

Recruitment for the 'Death Guard' is expected to begin on...//Would you like to know more?//

''”Paradise Lost” [Eden, Samsara system. Unsourced report from the surface]''
This month has been a bad one for the sector at large and nowhere is this more evident than here on Eden. 

It is my sad and solemn duty to inform you all that today, March 30th 3200, the dark skies above our troubled world were lit with the fire of dying vessels, their harsh light illuminating the planet and those of us below accusingly; as thousands died in the void.

The day began routinely, as so many do, but by lunchtime the Pact forces arranged us into designated assembling areas to witness “A new beginning”, “A new start”, “The birth of a better Eden”. On the screens, shackled and bound foreign nationals and second generation Eden citizens were driven at gunpoint (and none-too-kindly) into waiting shuttles and old freighter ships. The cheering from my fellow citizens, I'm ashamed to say, was deafening. During a big speech from Pact leadership the “foreign invaders” were declared collectively exiled [on pain of death] from the planet and cast out “back to where they came from”.

As the shuttles cleared orbit, the dying began. The waiting pirate fleet decloaked and attacked the defenceless refugee ships, killing and boarding them indiscriminately. Everyone here on the surface could see the massacre in orbit but the Pact did nothing to aid the stricken ships. Juno's vaunted First Fleet were ordered to sit idle, only engaging where it had to drive off pirate vessels that ventured too close to Eden's sovereign space.

The exile ships were destroyed wholesale and now their wrecks float up there, judging those of us below that sent them to their grim fate. 

Today, I am ashamed of my government and my countrymen.

[This harrowing report brought to you from the surface of Eden. Its details are currently unverified but [[Le Nuit de Feu]] has claimed responsibility, a response from other worlds in the sector is expected...//Would you like to know more?//]

''The dead walk? [Sector news]''
A paper published today by Dr Kitsuki (of Dokino fame) revealed the potential existence of “undead” in the sector. If her conclusion is to be believed, and the consensus seems to be that her samples and results are genuine, the dead walk disguised amongst us. A spokesperson for the Weiss Scientific Association commented that they would be extremely interested in discussing her findings with her, particularly the anomalous brain tissue and location of...//would you like to know more?//

''Li society press release: Kaap Toe Campaign [Kaap Toe, Blomkamp system]''
A brief statement was released today from the Li society declaring that they have arrived and are ready to begin action on Kaap Toe. They performed their ceremonial rites of war (including their famous “Candle Dance”) to a live televised audience and ritually advised members of the MK to lower their weapons and cease hostilities immediately. This ritual is their customary “one warning” given at the start of every...//Would you like to know more?//

''Investment news [Konstanz, Nokturne system]''
Analysts on Konstanz are predicting a significant drop of several points for Spiker Corp in the wake of their failed advertising campaign. The “Steel not flesh” campaign was targeted to counter Second Bloom's previous announcement of the Dokino pet but backfired horribly when they underestimated the popularity of...//Would you like to know more?//
''Corpses in the Kingdom of Death''
While the headline “corpses on Groa” would normally be neither newsworthy nor a suprise to our readership, this month the Kingdom of Death was rocked by the discovery of the remains of several prominent individuals. Unlike the planet's usual and habitual ritualistic deaths, these were among the general population and involved a shocking amount of violence. 

The victims were found in and around their own houses and their bodies had reportedly been desecrated to create grisly scenes. It is unclear how this relates to the recent but ongoing cases of disappearances on Groa at this time.

Examiner Ruth of the newly created Death Guard released the following statement to the media: “The wounds were consistent with blades, a lot of them, and the grim state of the rooms suggests severe psychopathy. It seems clear that the  victims never saw their attacker coming, it's likely they were already in the house when the victims arrived, we're advising all citizens to check cupboards, wardrobes and hidey-holes in their houses.While we see death a lot here, this is a first for me. Finding this perpetrator will be a real test of...//Would you like to know more?//

''Corruption on Abinsk? No chance says government''
Rumours of corruption among the government and a widespread bribe culture were quashed today by the newly created Abinskian government office of incorruptibility. A spokesperson for the office stated that there “was just no way that the government would ever take bribes” and that citizens should instead be worrying about “how cold the nights were getting”...//Would you like to know more?//


''JMC shares fall again this month after pirate attack''
News broke today that JMC's main shipyard on Eden had been attacked by pirates. 

This news comes in the wake of last month's tragedy where fleeing refugee vessels were targeted and destroyed by pirate vessels in the space above Eden. Reportedly it was these very vessels that the attackers in this incident used as cover to infiltrate the dockyards and escape the planetary defences.

Infamous French pirate group La Nuit de Feu has claimed responsibility. The total cost of the attacks is so far unknown but is expected to run into the billions of credits. In response to the news JMC's share price dropped a further...//Would you like to know more?//


''Current situation on Kaap Toe [update]''
MK resistance fighters were slaughtered this month in droves by the newly arrived Li Society forces; pitched battle after battle resulted decisive victory for the Li units. 

In a prepared statement released by Captain Roxy earlier today, the Li Society is claiming total victory over the insurgents and that “whatever hole the bastards hide in, Li will be there to dig them out”. Li Society lawyers were quick to amend the statement, declaring that Captain Roxy was full of Esprit de Corps and that she did not mean to suggest that their honoured opponents were “bastards”.

A professional military analyst, when sought for comment, stated: “Well this is what you can expect when trained and blooded hardened military forces are deployed against an untrained armed populace. I suspect that we'll likely see a change in tactics as MK is forced further underground by the Li society and becomes more desperate”.

At this time the exchange has not lowered the threat rating on Kaap Toe...//Would you like to know more?//

''Kaap Toe Update edit''
As predicted earlier this week by our resident analyst; it appears that the MK have turned, in their desperation, to the use of suicide bombers and hit and run attacks against the Li and PNF allied forces. Desperate and starving men, women and children are being recruited by MK and sent as a form of shock artillery against the opposing forces. Reportedly many streets of previously MK held towns are now lined with hidden explosive devices and booby traps.

The Li Society released a statement condemming the usage of such “cowardly” tactics against them and demanded that the MK forces come out and fight them openly, as honour demands.

Meanwhile PNF forces have been cleaning house in the previously MK held towns, witnesses say that doors are being kicked in at night and people are being...//Would you like to know more?//

''Mystery buzz on abinsk''
Amateur radio enthusiasts on Abinsk, planet wide, are reporting the discovery of a strange buzzing noise audible over their primitive radio devices. Reportedly the signal is so strong that it overpowers local communications that were using that frequency. Isolated reports exist of a distinctly female voice reading seemingly random sequences of numbers interspersed with the static. Local Authorities are investigating.

For those not in the know, Abinsk was a large and modern society until it was hit by...//Would you like to know more?//

''Spiker releases new “Technopunk” range''
This month Spike announced and released their new range of implants and augmentations that they had dubbed the “technopunk” range. The range if already extremely popular among Konstanz' populace and is expected to sell out by...//Would you like to know more?//
List of possible missions the crew of the 'For River' could have taken:
|[[January 3200|JanMish]]|
|[[February 3200|FebMish]]|
|[[March 3200|MarMish]]|
Ref Code: 132-2452-51-C
Employer: Li Society
Details: Greetings. One of our officers has failed to answer the call to assemble on Kaap Toe. Could you be so kind as to find out what's keeping him? You may have to be...persuasive. Should he be uncooperative, the Li society would be appreciative if this problem...went away. 
Location: Sha [Lianis System, Desig: Lianis III]
----
Ref Code: 273-9812-23-Z
Employer: Juno Multistellar Corporation
Details: Wanted: Brave crew to help with removal of pirate threat. Payment on confirmation of kill. Contact us for further details.
Location: Narissa system
----
Refcode: 364-6244-22-J
Employer: Second Bloom Ltd.
Details:  Hello there, we at Second Bloom are forever trying to improve our product ranges and it is to this end that we require some samples. Our scientists have already gathered the necessary specimens.  Care to go pick them up for us? Cash on successful delivery.
Location: Kyubi [Mami System, Desig: Mami V]
----
Refcode: 532-5533-42-D
Employer: Weiss Scientific Association
Details: We seem to have lost contact with one of our delivery ships, it's past time that it arrived and we're getting a little worried. Could you do us a massive favour and go check it out? Reward for the safe recovery of the ship's cargo.
Location: Artorias System
Ref Code: 132-2452-51-C
Employer: Li Society, Captain Roxy
Details: Greetings. One of our officers has failed to answer the call to assemble at muster for our mission on on Kaap Toe. Could you be so kind as to find out what's keeping him? You may have to be...persuasive. Should he be uncooperative, I have been authorised to inform you that the Li society would be appreciative if this problem...went away. You will be competing with other similar agents should you accept this bounty, only the delivering crew will receive payment.
Location: Sha [Lianis System, Desig: Lianis III]
----
Refcode: 364-6244-22-J
Employer: Second Bloom Ltd.
Details:  Hello there, we at Second Bloom are forever trying to improve our product ranges and it is to this end that we require some samples. Our own scientists have already gathered the necessary specimens. Care to go pick them up for us? Cash on successful delivery. If you have any questions please don't hesitate to get in touch with our customer service department.
Location: Kyubi [Mami System, Desig: Mami V]
----
Refcode: 546-2900-45-K
Employer: People's National Front, High Marshall Nelson
Details: We require assistance with a delicate matter that has arisen over the course of this month. Seeking a discrete, capable and well equipped crew for a special duty here on Kaap Toe. [Further details available on job acceptance.]
Location: Kaap Toe [Bloomkamp system, Desig: IV]
----
Refcode: 752-0570-80-S
Employer: 
Details: ++How are you, Sis? Dad's been worried. He says he hasn't heard from you in a while. Everything okay over there on Konstanz? We were wondering if you're still on for the big meet up? You know, Adam's surprise party. Could you do us a massive favour and pick up our beloved brother on the way? He lives pretty far after all and it's easier if the two of you car pool. We're kinda worried that he's been forgetting his medication too so you might want to prepare for him to be a little eccentric, you know how he gets.
Much Love,
Samantha
xxx ++
Location: Cochrane [Puella system, Desig: III]
----
Refcode: 214-9768-25-M
Employer: Church of the Divine Resurrection, Father Mark
Details: Hail traveller, it's that time again! The time of the year when all the great, good and faithful followers of the one true faith visit Groa to profess the depths of their faith in a planet wide festival of spiritualism and harmony. With such an extreme mix of people arriving on planet we need to make sure to do our utmost best to protect them all and ensure everyone remains safe. Most of us all here are people of faith and not violence, however, and so it falls on us to reach out beseechingly to you. Bring out your dead. [Further details available on request.]
Location: Groa [Masiah system, Desig: III]
Ref code: 134-2218-98-P
Employer: Juno Multistellar, Contact: Tiago
Details: The Hunter's Moon has been spotted in Samsara. Juno is offering a bounty for a confirmed kill or capture of the ship and all hands.
Location: Samsara system
----
Ref Code: 127-9845-23-J
Employer: Striker Corporation, Contact: Karla
Details: Looking for a reliable team of dicrete private investigators, heard you might be worth contacting. Someone is hiding something and we want to know what. 
Location: Konstanz, Nokturne System
----
Ref Code: 745-7846-73-A
Employer: Umkhonto we Sizwe  
Details: Calling all loyal and true children of Kaap Toe, your home world needs you! Return to us and fight for the establishment of a new state, a new beginning for all of glorious Kaap Toe's heirs. Sic Semper Tyranis!
Location: Kaap Toe, Blomkamp system
----
Ref Code: 272-4454-22-W
Employer: Unified Wuxi Alliance
Details: Citizen Yi Lan of the Dead Poet's Society is wanted for questioning on Wuxi. Anyone with relevant information should contact relevant authorities. 
Location: Wuxi, Samsara system
----
Ref Code: 599-0110-43-K
Employer: Private, contact: Lazar Koslov
Details: My wife is missing, she's everything to me. Reward for any information. Please, you have to help. 
Location: Abinsk, Narissa system
|!Name |!Status |!Crewed |!Homeworld |h
|[[Flynt Coal|Flynt Coal]] |Active |'For River' |[[Istvaan|Planet:Istvaan]] |
|[[Hoyt Solari]]|Active|'For River'|Unknown|
|[[Inuko]]|Active |'For River' |[[Konstanz|Planet:Konstanz]] |
|[[Kitsuki|Kitsuki]] |Active |'For River' |[[Kyubi|Planet:Kyubi]] |
|[[Rorsche|Rorsche Clasp]] |Active |'For River' |[[Kaap Toe|Planet:Kaap Toe]] |
|[[Rydra Wong|Rydra Wong]] |Retired |'For River' |[[Wuxi|Planet:Wuxi]] |
|[[Siegfreid|Siegfreid]] |Active |'For River' |[[Konstanz|Planet:Konstanz]] |
* Survivor of the destruction of Istvaan
* Looking to piece together what happened to his Homeworld
* Has been searching for 10 years
* Travelled the system a lot
* Bounty hunted to make ends meet
* Gunnery officer on a few ships 
* Fairly heavily scared, they've faded over the years
* Part of the original crew of the 'For River'
* Informal Ship's Captain and Gunnery Officer
* [[Dokino|Alien:Dokino]]
* Experimental Alpha test clone
* Bonded to Kitsuki
* Born February 3200
* Mainly sits on Kitsuki's head or shoulder
* Psychic specialising in Precognition and Biomancy. Has recently developed mild telekinesis.
* "Altered" humanity - Descended from a Kitsune style hybrid line of humanoids
* Is not readily distinguished from mainline humanity. Quite sensitive about this fact.
* Wears white furred fake ears and tail to appear more Kitsune like
* Appears childlike but is much older than her appearance would suggest
* Abducted from homeworld and sold as a slave, has since escaped
* Has worked a lot as a maid and it's kind of second nature for her even now
* Has a psychic pet she created from a figment of her imagination; Amatesaru the fox
* Part of the original crew of the 'For River'
* Informal Ship's Medical Officer
* Previously known as "Crast Slynt"
* Amoral ex-smuggler
* Previously a member of the slave smuggling ring "Scylla's Bonemen"
* Captured by Juno Multistellar Corporation and turned evidence
* Sold out all 6 other members of Scylla's Bonemen for his own continued freedom
* Given a conditional pardon, a new identity and recommended to Flynt as an able crewman by Juno.
* Part of the original crew of the 'For River'
* Rydra is an accomplished and experienced pilot
* She has a love of Poetry and is linked to the Dead Poet's Society
* Undertook Pilot training as higher education and then cut her teeth on a delivery ship
* From there she joined the ill-fated "Empire Star"'s crew
* Is currently hunting for information on the cause of the Empire's Star's ultimate fate.
* Part of the original crew of the 'For River'
* Ship's Navigation Officer, Engineer and Pilot
* As of April 2nd, 3200 has left the crew of 'For River'
* Siegfreid is your standard science nerd
* Studied at Upsurge University
* Undertook the foundation in Maltech course offered by Professor Klaus (before his disappearance)
* Dreams of creating his own AI wife
* Is studying Kitsuki in hopes of using parts of her personality in his future creation
* Part of the original crew of the 'For River'
* Informal Ship's Science Officer and backup Engineer
|!Name|!Last known Location|Hex|Last Seen Status|Affiliation|Crew Affiliation|h
|[[Adam Stent]]|[[Cochrane|Planet:Cochrane]]|0403|Alive|Unknown|All/Siegfried|
|[[Doc Jin]]|Unknown|Unknown|Unknown|[[Scylla's Bonemen]]|Rorsche|
|[[Father Mark]]|[[Groa|Planet:Groa]]|0603|Alive(?)|Divine Resurrection|All|
|[[Frost]]|Unknown|Unknown|Unknown|Empire Star|Rydra|
|[[Gekks]]|Unknown|Unknown|Unknown|[[Scylla's Bonemen]]|Rorsche|
|[[Hiro Tanaka]]|[[Kyubi|Planet:Kyubi]]|0502|Alive|[[Foxfire Syndicate]]|All/Rorsche|
|[[Inas]]|[[Eden|Planet:Eden]]|0604|Alive|Criminal|All|
|[[Liz Boltmen]]|Unknown|Unknown|Unknown|[[Scylla's Bonemen]]|Rorsche|
|[[Mami]]|[[Kyubi|Planet:Kyubi]]|0502|Alive|Maidens of Magic|Kitsuki|
|[[Professor Klaus]]|Unknown|Unknown|Unknown|Upsurge University|Siegfried|
|[[Ryan Khomeni]]|[[Eden|Planet:Eden]]|0604|Dead|[[Terra Prime Pact]]|None|
|[[S]]|[[Eden|Planet:Eden]]|0604|Alive|Perimeter|All|
|[[Scott Barry]]|[[Kyubi|Planet:Kyubi]]|0502|Alive|Cillit Bang|Kitsuki|
|[[Stephanie Shen]]|Unknown|Unknown|Unknown|Empire Star|Rydra|
|[[Tess Brace]]|[[Ashbel|Planet:Ashbel]]|0100|Incarcerated|[[Scylla's Bonemen]]|Rorsche|
|[[The Waterman]]|Unknown|Unknown|Unknown|[[Scylla's Bonemen]]|Rorsche|
|[[Thrall]]|Unknown|Unknown|Unknown|[[Scylla's Bonemen]]|Rorsche|
* Wanted by Perimeter, dead or alive
* Used to work for an unknown company/corporation
* Replaced his dead family with AI and armatures
* Was living in a complex on Cochrane
* Faked his death with the help of the crew of the 'For River' 
* Currently relocated to a more secure facility
* Has promised to share what he knows with anyone sufficiently trained
* Has relocated somewhere "colder". Gave the party encrypted co-ordinates
* Member of the Scylla's Bonemen group
* Wiry old man missing an ear
* Specialised in synthesising drugs
* Slave taker
* Experiments on owned slaves
* Was relied upon for drugging slaves into docility or dependency for buyers
* Senior priest in the Church of the Divine Resurrection
* Mid 30's
* Wears a death mask and ceremonial gloves, as is tradition
* Was in charge of arranging security for the planet wide festival the party attended
* Death day: 1st May 3080
* Ex-crew of the Empire Star
* Rydra's estranged friend
* Linguaphile
* Member of the Scylla's Bonemen group
* Heavily augmented, talented, hacker
* Was involved in hacking Custom official's systems to facilitate slave trade
* Representative of the Foxfire Syndicate
* Met with the party (via Rorsche) on Kyubi, in the Maidens of Magic maid cafe
* Some confusion meant that Rorsche left without negotiating any work
* Mr Tanaka expressed that never the less they would like to remain on good terms as they are always looking for new transport vessels
* Unknown [Criminal] Affiliation
* Met with the party to negogiate info about Ryan Khomeni
* Gave the party the info on the agreement that they smuggle cargo for her
* Cargo turned out to be weapons, laser rifles without identifying markers
* Party dropped cargo off at a drop off point rather than its destination after a reminder from Inas that delivery was nearly due
* Member of the Scylla's Bonemen group
* Responsible for several deaths on both sides of the recent conflict on Kaap Toe
* Dislikes Doc Jin
* Sociopathic tendencies
* Relied upon to provide some muscle to Scylla's Bonemen's operations
* Employed by the Maidens of Magic as a Maid/Waitress
* Joined the Maidens after Kitsuki's disappearance, hunting for leads on her missing friend
* Has been working there a long time (It's been 10 years since Kitsuki disappeared)
* Was overjoyed to see her old friend alive and well but warned her that the Maidens are now owned by the [[Foxfire Syndicate]]
* Met Kitsuki in a hotel, they caught up to date over the course of the evening
* Currently Missing
* Used to teach Introduction to Maltech at Upsurge University
* Siegfried's favourite professor
* Disappeared fairly recently from campus grounds
* Key, but low-key, member of the [[Terra Prime Pact]] and an MP for Eden
* Kidnapped by the crew of the 'For River' from his town house at the behest of [[S]] thanks to info from [[Inas]]
* His disappearance caused rising unrest, heightened by pressure from the Pact
* The later discovery of his mutilated corpse morphed the unrest into a Coup d'état by the Terra Prime Pact
* A Perimeter operative
* Slender, average/nondescript looking blonde woman
* Has hired the party twice to kidnap or kill Maltech users
* Orchestrated the kidnap and [presumably] the subsequent torture and killing of [[Ryan Khomeni]]
* Hired the crew of the 'For River' to kidnap or kill [[Adam Stent]], they later faked his death
* There have been hints that she might not be entirely on the up and up
* Is now aware that Adam Stent is still alive
* Left the party the enigmatic message "Someone's been naaaaaughty" with a wagging finger
* Captain of the Cillit Bang
* Roams the Sector sampling dating practices of women from many different cultures and other related differences
* The women are treated well and thoroughly studied
* Kitsuki was acquired for study
* Kitsuki parted on good terms with Scott and the crew of the Cillit Bang
* The crew of the 'For River' met Scott inside a strip club on Cochrane where he was lamenting the lack of local girls to evaluate.
* Ex-Navigator of the Empire Star
* Very stern and busines minded lady
* Rydra is currently seeking Stephanie's location for answers about the cause of the Empire Star's destruction
* Rydra blames Stephanie for the destruction of the Empire Star and the loss of her friends
* Member of the Scylla's Bonemen group
* Captain of their vessel
* Has a neural implant that removes the need for her to sleep but causes her to permanently exist in a dream like state
* Currently the most recent resident of [[Ashbel|Planet:Ashbel]] prison
* Prior to her incarceration Criminal Psychologists studied her to see if she was consciously aware of some of the horrible things she has done, their final verdict was unclear
* Member of the Scylla's Bonemen group
* Psychic with an affinity for water
* Found by the Bonemen on a stricken research vessel
* Has sworn a life debt to Tess
* Member of the Scylla's Bonemen group
* Ex-First mate of the slaving vessel
* Once attempted mutiny and as punishment was sent to a pharmaceutical company for chemical experimentaion and reeducation
* A result of this experimentaion is that his loyalty to his captain is now absolute
* Has a greatly increased height and muscle mass but was rendered unable to speak
!usage
{{{[img[StarMap]]}}}
[img[StarMap]]
!notes
Star map for sector Valhallan Zeta
!type
image/png
!file

!url

!data
data:image/png;base64,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
System:Iago
106,85,106,70,121,70,121,85,125,88,125,98,99,98,99,88,106,85
----
System:Sumia
309,47,309,32,324,32,324,47,331,50,331,60,299,60,299,50,309,47
----
System:Astrid
444,47,444,32,459,32,459,47,460,50,460,60,440,60,440,50,444,47
----
System:Shiro
309,125,309,110,324,110,324,125,334,128,334,138,296,138,296,128,309,125
----
System:Mami
376,241,376,226,391,226,391,241,407,244,407,254,357,254,357,244,376,241
----
System:Puella
309,281,309,266,324,266,324,281,328,284,328,294,302,294,302,284,309,281
----
System:Masiah
444,281,444,266,459,266,459,281,478,284,478,294,422,294,422,284,444,281
----
System:Nokturne
511,319,511,304,526,304,526,319,540,322,540,332,495,332,495,322,511,319
----
System:Uguu
174,359,174,344,189,344,189,359,206,362,206,372,155,372,155,362,174,359
----
System:Narissa
376,397,376,382,391,382,391,397,405,400,405,410,360,410,360,400,376,397
----
System:Samsara
444,359,444,344,459,344,459,359,470,362,470,372,431,372,431,362,444,359
----
System:LIANIS
309,437,309,422,324,422,324,437,335,440,335,450,296,450,296,440,309,437
----
System:Artorias
511,475,511,460,526,460,526,475,540,478,540,488,495,488,495,478,511,475
----
System:Diamant
106,553,106,538,121,538,121,553,137,556,137,566,87,566,87,556,106,553
----
System:Blomkamp
309,515,309,500,324,500,324,515,347,518,347,528,284,528,284,518,309,515
----
System:Cain
444,515,444,500,459,500,459,515,470,518,470,528,431,528,431,518,444,515
----
System:Shiva
39,593,39,578,54,578,54,593,67,596,67,606,23,606,23,596,39,593
----
System:Sang Réal
241,709,241,694,256,694,256,709,279,712,279,722,216,722,216,712,241,709
----
System:DOTTA
309,671,309,656,324,656,324,671,331,674,331,684,299,684,299,674,309,671
----
System:Kyoukai
376,709,376,694,391,694,391,709,402,712,402,722,363,722,363,712,376,709
----
System:Incitec
444,671,444,656,459,656,459,671,482,674,482,684,419,684,419,674,444,671
----
System:Orwell
174,749,174,734,189,734,189,749,199,752,199,762,161,762,161,752,174,749
----
System:Sorqaqtani
376,787,376,772,391,772,391,787,411,790,411,800,354,800,354,790,376,787
----
System:Thanos
511,787,511,772,526,772,526,787,540,790,540,800,495,800,495,790,511,787
/%
!info
|Name|ToggleRightSidebar|
|Source|http://www.TiddlyTools.com/#ToggleRightSidebar|
|Version|2.0.0|
|Author|Eric Shulman|
|License|http://www.TiddlyTools.com/#LegalStatements|
|~CoreVersion|2.1|
|Type|transclusion|
|Description|show/hide right sidebar (SideBarOptions)|
Usage
<<<
{{{
<<tiddler ToggleRightSidebar>>
<<tiddler ToggleRightSidebar with: label tooltip>>
}}}
Try it: <<tiddler ToggleRightSidebar##show
	with: {{config.options.chkShowRightSidebar?'►':'◄'}}>>
<<<
Configuration:
<<<
copy/paste the following settings into a tiddler tagged with <<tag systemConfig>> and then modify the values to suit your preferences:
{{{
config.options.chkShowRightSidebar=true;
config.options.txtToggleRightSideBarLabelShow="◄";
config.options.txtToggleRightSideBarLabelHide="►";
}}}
<<<
!end
!show
<<tiddler {{
	var co=config.options;
	if (co.chkShowRightSidebar===undefined) co.chkShowRightSidebar=true;
	var sb=document.getElementById('sidebar');
	var da=document.getElementById('displayArea');
	if (sb) {
		sb.style.display=co.chkShowRightSidebar?'block':'none';
		da.style.marginRight=co.chkShowRightSidebar?'':'1em';
	}
'';}}>><html><nowiki><a href='javascript:;' title="$2"
onmouseover="
	this.href='javascript:void(eval(decodeURIComponent(%22(function(){try{('
	+encodeURIComponent(encodeURIComponent(this.onclick))
	+')()}catch(e){alert(e.description?e.description:e.toString())}})()%22)))';"
onclick="
	var co=config.options;
	var opt='chkShowRightSidebar';
	var show=co[opt]=!co[opt];
	var sb=document.getElementById('sidebar');
	var da=document.getElementById('displayArea');
	if (sb) {
		sb.style.display=show?'block':'none';
		da.style.marginRight=show?'':'1em';
	}
	saveOptionCookie(opt);
	var labelShow=co.txtToggleRightSideBarLabelShow||'&#x25C4;';
	var labelHide=co.txtToggleRightSideBarLabelHide||'&#x25BA;';
	if (this.innerHTML==labelShow||this.innerHTML==labelHide) 
		this.innerHTML=show?labelHide:labelShow;
	this.title=(show?'hide':'show')+' right sidebar';
	var sm=document.getElementById('storyMenu');
	if (sm) config.refreshers.content(sm);
	return false;
">$1</a></html>
!end
%/<<tiddler {{
	var src='ToggleRightSidebar';
	src+(tiddler&&tiddler.title==src?'##info':'##show');
}} with: {{
	var co=config.options;
	var labelShow=co.txtToggleRightSideBarLabelShow||'&#x25C4;';
	var labelHide=co.txtToggleRightSideBarLabelHide||'&#x25BA;';
	'$1'!='$'+'1'?'$1':(co.chkShowRightSidebar?labelHide:labelShow);
}} {{
	var tip=(config.options.chkShowRightSidebar?'hide':'show')+' right sidebar';
	'$2'!='$'+'2'?'$2':tip;
}}>>
config.options.chkShowRightSidebar=false;
config.options.txtToggleRightSideBarLabelShow="◄";
config.options.txtToggleRightSideBarLabelHide="►";