<!--{{{-->
<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='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</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>>
|!Name|!Body Type|h
|[[Colbayb|Alien:Colbayb]]|Exotic|
|[[Dearomi|Alien:Dearomi]]|Avian|
|[[Denthdr|Alien:Denthdr]]|Insectile|
|[[Law' |Alien:Law']]|Exotic|
|[[Mahanod|Alien:Mahanod]]|Avian|
|[[PuqDaq |Alien:Puqdaq]]|Insectile|
|[[Ridern |Alien:Ridern]]|Reptilian|
|[[Salaril|Alien:Salaril]]|Humanlike|
|[[Shudden|Alien:Shudden]]|Insectile|
|[[Torat |Alien:Torat]]|Reptilian|
|[[Garav |Alien:Garav]]|Hybrid: Reptilian and Avian|
|[[HI'Ho' |Alien:Hi'ho']]|Humanlike|
|!Name      |Colbayb|
|!Body Type |Exotic|
!!!Distinguishing Features
* Controlled by neural symbiont
* 11 tentacles
!!!Notes
|!Name      |Dearomi|
|!Body Type |Avian|
!!!Distinguishing Features
* Toothed beak
* Flightless
!!!Notes
|!Name      |Denthdr|
|!Body Type |Insectile|
!!!Distinguishing Features
* Chewing mouthparts
* Jewel-colored chitin
!!!Notes
|!Name      |Garav |
|!Body Type |Hybrid: Reptilian and Avian|
!!!Distinguishing Features
* Burrowing foreclaws
* Beautiful song
!!!Notes
|!Name      |HI'Ho' |
|!Body Type |Humanlike|
!!!Distinguishing Features
* 6 limbs, including any tail
* Expands or inflates when threatened
!!!Notes
|!Name      |Law' |
|!Body Type |Exotic|
!!!Distinguishing Features
* Radioactive flesh
* Launches chemically-powered darts
!!!Notes
|!Name      |Mahanod|
|!Body Type |Avian|
!!!Distinguishing Features
* Scales instead of feathers
* Can hover
!!!Notes
|!Name      |PuqDaq |
|!Body Type |Insectile|
!!!Distinguishing Features
* Jewel-colored chitin
* Prefers subterranean environments
!!!Notes
|!Name      |Ridern |
|!Body Type |Reptilian|
!!!Distinguishing Features
* 1 pairs of eyes
* Bellowing vocalization
!!!Notes
|!Name      |Salaril|
|!Body Type |Humanlike|
!!!Distinguishing Features
* Strictly nocturnal
* 3 limbs, including any tail
!!!Notes
|!Name      |Shudden|
|!Body Type |Insectile|
!!!Distinguishing Features
* Killing one causes others nearby to go berserk
* Chewing mouthparts
!!!Notes
|!Name      |Torat |
|!Body Type |Reptilian|
!!!Distinguishing Features
* Burrowing foreclaws
* 2 pairs of eyes
!!!Notes
''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.
''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.
''Corrosive'' - Corrosive atmospheres are dangerously hostile to conventional vacc suits and other protective gear. They steadily strip away at a suit’s vent ports, wiring connections, and other weak spots until they eventually break through and flood the suit with a toxic cocktail that usually kills a victim in seconds. Weak atmospheres might require as much as a day to degrade a vacc suit, while strong ones might accomplish the job in an hour. Even forcefield-based environment suits such as a FEP suffer steady damage to their exposed elements.
Native vacc suits are usually covered with an ablative layer or spray that can be regularly renewed, and their buildings often rely on a steadily-extruded slurry or neutralizing materials that can be constantly renewed by pores in the building surface itself. This often gives the building a drippy, half-melted look that may be more than cosmetic in the case of those structures that have failing slurry pumps. Advanced tech level 5 equipment may be able to overcome the effects, but even pretech is often taxed by the relentless rigors of this world. Vehicles and shuttles are kept in pressurized garages when not in use, and starships never land for long.
Corrosive worlds have a number of intrinsic adventure complications, the largest being the way that every activity outside of a hab building comes with a built-in time limit. Whatever the party chooses to do outside of a building, it has to accomplish before their suit seals fail or the atmosphere corrodes a hole in their vehicle hull. A clever GM can use this problem to add extra tension to an otherwise simple task.
''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.
''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.
''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.
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);
	}
}
//}}}
''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.
''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.
''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.
''Microbial life'' - Microbial life is often the only thing that exists on the more inhospitable planets, yet the wide variety of environments that can accommodate life means that these little beasts show up in some of the most unlikely places. Some varieties of slime mold have even managed to evolve on corrosive-atmosphere planets, forming a mucous-like outer shell against the atmosphere and then feeding and growing off the chemical byproducts of its erosion.
Microbial life can also be dangerous. While most alien microbes are unable to infect or harm the radically different biology of humans, some show enough ingenuity to accomplish even that difficult feat. Rumors of terrible “space plagues” that leave behind only drifting ships and garbled warnings remain a steady staple at spacer bars throughout the known universe.
''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.
''Avian'': Avian aliens favor birdlike features. Feathered tails, wings, beaks, drastic coloring differences between males and females, skin either partially or fully covered in feathers, hollow bones, and clawed feet and hands are all traits that might be present in an avian-flavored alien. Such avians might have remarkably good vision or show unusual talent as pilots thanks to an evolutionary predilection for thinking in three dimensions.
''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.
''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.
''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.





























|!Name      |Ad Astra Company|
|!Business  |Telcoms|
!!!Notes
|!Name      |Asprilla Cooperative|
|!Business  |Exploration|
!!!Notes
|!Name      |Bolea Band|
|!Business  |Metallurgy|
!!!Notes
|!Name      |Bolton Organization|
|!Business  |Pretech|
!!!Notes
|!Name      |Brothen Enterprises|
|!Business  |Livestock|
!!!Notes
|!Name      |Carderas Alliance|
|!Business  |Programming|
!!!Notes
|!Name      |Church Company|
|!Business  |Construction|
!!!Notes
|!Name      |Colonial Association|
|!Business  |Programming|
!!!Notes
|!Name      |Daruszka Unity|
|!Business  |Espionage|
!!!Notes
|!Name      |Economou Circle|
|!Business  |Telcoms|
!!!Notes
|!Name      |Escarsega Megacorp|
|!Business  |Biotech|
!!!Notes
|!Name      |Fair Alliance|
|!Business  |Psitech|
!!!Notes
|!Name      |Guo Yin Zaibatsu|
|!Business  |Energy Weapons|
!!!Notes
|!Name      |Hazell Circle|
|!Business  |Planetary Mining|
!!!Notes
|!Name      |Highbeam Outift|
|!Business  |Fishing|
!!!Notes
|!Name      |Hijaz Combine|
|!Business  |Energy Weapons|
!!!Notes
|!Name      |Hopper Enterprises|
|!Business  |Energy Weapons|
!!!Notes
|!Name      |Imani Clan|
|!Business  |Art|
!!!Notes
|!Name      |Inshan Sodality|
|!Business  |Grav Vehicles|
!!!Notes
|!Name      |Layva Combine|
|!Business  |Gambling|
!!!Notes
|!Name      |Leidich Organization|
|!Business  |Transport|
!!!Notes
|!Name      |Lizarraga Society|
|!Business  |Journalism|
!!!Notes
|!Name      |Lora Faction|
|!Business  |Gemstones|
!!!Notes
|!Name      |Mahmood Association|
|!Business  |Asteroid Mining|
!!!Notes
|!Name      |Mavroudis Zaibatsu|
|!Business  |Prisons|
!!!Notes
|!Name      |Merukides Combine|
|!Business  |Snacks|
!!!Notes
|!Name      |Mesenbring Clan|
|!Business  |Ideology|
!!!Notes
|!Name      |Meteor Society|
|!Business  |Ideology|
!!!Notes
|!Name      |Mihdizadih Society|
|!Business  |Telcoms|
!!!Notes
|!Name      |Nasir Pact|
|!Business  |Gemstones|
!!!Notes
|!Name      |New Dawn Band|
|!Business  |Maltech|
!!!Notes
|!Name      |Ogwin Outift|
|!Business  |Liquor|
!!!Notes
|!Name      |Omnitech Corporation|
|!Business  |Journalism|
!!!Notes
|!Name      |Overwatch Band|
|!Business  |Espionage|
!!!Notes
|!Name      |Owens Megacorp|
|!Business  |Heavy Weapons|
!!!Notes
|!Name      |Paez Corporation|
|!Business  |Gengineering|
!!!Notes
|!Name      |Quigg Enterprises|
|!Business  |Programming|
!!!Notes
|!Name      |Settlemire Partnership|
|!Business  |Maltech|
!!!Notes
|!Name      |Silverlight Band|
|!Business  |Liquor|
!!!Notes
|!Name      |Slyter Clan|
|!Business  |Grav Vehicles|
!!!Notes
|!Name      |Spiker Association|
|!Business  |Gengineering|
!!!Notes
|!Name      |Stella Multistellar|
|!Business  |Heavy Weapons|
!!!Notes
|!Name      |Stratis Union|
|!Business  |Metallurgy|
!!!Notes
|!Name      |Sunbeam Organization|
|!Business  |Law Enforcement|
!!!Notes
|!Name      |Terra Prime Union|
|!Business  |Agriculture|
!!!Notes
|!Name      |Vivero Partnership|
|!Business  |Prisons|
!!!Notes
|!Name      |Wayfarer Ring|
|!Business  |Psitech|
!!!Notes
|!Name      |West Wind Group|
|!Business  |Planetary Mining|
!!!Notes
|!Name      |Xu�rez Syndicate|
|!Business  |Planetary Mining|
!!!Notes
|!Name      |Zarikos Ring|
|!Business  |Exploration|
!!!Notes
|!Company Name|!Business|h
|[[Ad Astra Company|Corp:AdAstraCompany]]|Telcoms|
|[[Asprilla Cooperative|Corp:AsprillaCooperative]]|Exploration|
|[[Bolea Band|Corp:BoleaBand]]|Metallurgy|
|[[Bolton Organization|Corp:BoltonOrganization]]|Pretech|
|[[Brothen Enterprises|Corp:BrothenEnterprises]]|Livestock|
|[[Carderas Alliance|Corp:CarderasAlliance]]|Programming|
|[[Church Company|Corp:ChurchCompany]]|Construction|
|[[Colonial Association|Corp:ColonialAssociation]]|Programming|
|[[Daruszka Unity|Corp:DaruszkaUnity]]|Espionage|
|[[Economou Circle|Corp:EconomouCircle]]|Telcoms|
|[[Escarsega Megacorp|Corp:EscarsegaMegacorp]]|Biotech|
|[[Fair Alliance|Corp:FairAlliance]]|Psitech|
|[[Guo Yin Zaibatsu|Corp:GuoYinZaibatsu]]|Energy Weapons|
|[[Hazell Circle|Corp:HazellCircle]]|Planetary Mining|
|[[Highbeam Outift|Corp:HighbeamOutift]]|Fishing|
|[[Hijaz Combine|Corp:HijazCombine]]|Energy Weapons|
|[[Hopper Enterprises|Corp:HopperEnterprises]]|Energy Weapons|
|[[Imani Clan|Corp:ImaniClan]]|Art|
|[[Inshan Sodality|Corp:InshanSodality]]|Grav Vehicles|
|[[Layva Combine|Corp:LayvaCombine]]|Gambling|
|[[Leidich Organization|Corp:LeidichOrganization]]|Transport|
|[[Lizarraga Society|Corp:LizarragaSociety]]|Journalism|
|[[Lora Faction|Corp:LoraFaction]]|Gemstones|
|[[Mahmood Association|Corp:MahmoodAssociation]]|Asteroid Mining|
|[[Mavroudis Zaibatsu|Corp:MavroudisZaibatsu]]|Prisons|
|[[Merukides Combine|Corp:MerukidesCombine]]|Snacks|
|[[Mesenbring Clan|Corp:MesenbringClan]]|Ideology|
|[[Meteor Society|Corp:MeteorSociety]]|Ideology|
|[[Mihdizadih Society|Corp:MihdizadihSociety]]|Telcoms|
|[[Nasir Pact|Corp:NasirPact]]|Gemstones|
|[[New Dawn Band|Corp:NewDawnBand]]|Maltech|
|[[Ogwin Outift|Corp:OgwinOutift]]|Liquor|
|[[Omnitech Corporation|Corp:OmnitechCorporation]]|Journalism|
|[[Overwatch Band|Corp:OverwatchBand]]|Espionage|
|[[Owens Megacorp|Corp:OwensMegacorp]]|Heavy Weapons|
|[[Paez Corporation|Corp:PaezCorporation]]|Gengineering|
|[[Quigg Enterprises|Corp:QuiggEnterprises]]|Programming|
|[[Settlemire Partnership|Corp:SettlemirePartnership]]|Maltech|
|[[Silverlight Band|Corp:SilverlightBand]]|Liquor|
|[[Slyter Clan|Corp:SlyterClan]]|Grav Vehicles|
|[[Spiker Association|Corp:SpikerAssociation]]|Gengineering|
|[[Stella Multistellar|Corp:StellaMultistellar]]|Heavy Weapons|
|[[Stratis Union|Corp:StratisUnion]]|Metallurgy|
|[[Sunbeam Organization|Corp:SunbeamOrganization]]|Law Enforcement|
|[[Terra Prime Union|Corp:TerraPrimeUnion]]|Agriculture|
|[[Vivero Partnership|Corp:ViveroPartnership]]|Prisons|
|[[Wayfarer Ring|Corp:WayfarerRing]]|Psitech|
|[[West Wind Group|Corp:WestWindGroup]]|Planetary Mining|
|[[Xu�rez Syndicate|Corp:Xu�rezSyndicate]]|Planetary Mining|
|[[Zarikos Ring|Corp:ZarikosRing]]|Exploration|
[[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      |Bear Pact|
!!!Ideology
Laissez-faire: minimal or no government intervention in the market.
!!!Leadership
Intellectuals: the movement is led by intellectuals.
!!!Key Issues
* The memberships' important industries.
* Poverty among the group's membership.

!!!Relationship toward Outsiders
Provisional: some immigrants are to be encouraged, others to be forbidden. Which is which depends on the interests of the group.
!!!Notes
|!Name      |Carnelian Foundation|
!!!Ideology
Protectionist: the government should tax imports that threaten to displace the products of local manufacturers.
!!!Leadership
Pious: clergy and devout laymen of a religion form the leadership.
!!!Key Issues
* Military preparedness.
* Governmental reform.

!!!Relationship toward Outsiders
Provisional: some immigrants are to be encouraged, others to be forbidden. Which is which depends on the interests of the group.
!!!Notes
|!Name      |Cheetah Pact|
!!!Ideology
Communist: the state should control the economy, disbursing its products according to need and determined efficiency.
!!!Leadership
Intellectuals: the movement is led by intellectuals.
!!!Key Issues
* Poverty among the group's membership.
* Secession.

!!!Relationship toward Outsiders
Xenophobic: immigration is to be restricted to protect native jobs and culture.
!!!Notes
|!Name      |Conservative Alliance|
!!!Ideology
Autarky: the government should ensure that the world can provide all of its own goods and services and forbid the import of foreign goods.
!!!Leadership
Social elite: the group is led by members of the planet's ruling class.
!!!Key Issues
* Wealth redistribution.
* Gender roles and sexual mores.

!!!Relationship toward Outsiders
Provisional: some immigrants are to be encouraged, others to be forbidden. Which is which depends on the interests of the group.
!!!Notes
|!Name      |Democratic Element|
!!!Ideology
Laissez-faire: minimal or no government intervention in the market.
!!!Leadership
Bourgeoisie: the group is driven by a leadership drawn from the middle class and those aspiring to join the elite.
!!!Key Issues
* Culture of the group membership.
* Secession.

!!!Relationship toward Outsiders
Provisional: some immigrants are to be encouraged, others to be forbidden. Which is which depends on the interests of the group.
!!!Notes
|!Name      |Federal Pact|
!!!Ideology
State industry: the government should own or support specific industries important to the group.
!!!Leadership
Outcasts: the group's leadership is filled out by members of a taboo, outcast, or otherwise socially marginal group.
!!!Key Issues
* Secession.
* Immigration and immigrants.

!!!Relationship toward Outsiders
Xenophobic: immigration is to be restricted to protect native jobs and culture.
!!!Notes
|!Name      |Finch Foundation|
!!!Ideology
Laissez-faire: minimal or no government intervention in the market.
!!!Leadership
Bourgeoisie: the group is driven by a leadership drawn from the middle class and those aspiring to join the elite.
!!!Key Issues
* Foreign relations.
* Gender roles and sexual mores.

!!!Relationship toward Outsiders
Provisional: some immigrants are to be encouraged, others to be forbidden. Which is which depends on the interests of the group.
!!!Notes
|!Name      |Freedom Alliance|
!!!Ideology
Laissez-faire: minimal or no government intervention in the market.
!!!Leadership
Intellectuals: the movement is led by intellectuals.
!!!Key Issues
* Social hostility to the group's membership.
* Religion in public life.

!!!Relationship toward Outsiders
Provisional: some immigrants are to be encouraged, others to be forbidden. Which is which depends on the interests of the group.
!!!Notes
|!Name      |Homeland Sodality|
!!!Ideology
Protectionist: the government should tax imports that threaten to displace the products of local manufacturers.
!!!Leadership
Intellectuals: the movement is led by intellectuals.
!!!Key Issues
* Poverty among the group's membership.
* Social hostility to the group's membership.

!!!Relationship toward Outsiders
Xenophilia: the more immigrants the better, as they provide valuable labor and skills.
!!!Notes
|!Name      |Liberal Consensus|
!!!Ideology
State industry: the government should own or support specific industries important to the group.
!!!Leadership
Proletariat: the working class, both agricultural and industrial, provides the leadership for this group.
!!!Key Issues
* The memberships' important industries.
* Wealth redistribution.

!!!Relationship toward Outsiders
Provisional: some immigrants are to be encouraged, others to be forbidden. Which is which depends on the interests of the group.
!!!Notes
|!Name      |Liberty Alliance|
!!!Ideology
Communist: the state should control the economy, disbursing its products according to need and determined efficiency.
!!!Leadership
Rural: farmers, herdsmen, small-town artisans, and other residents of the rural zones of a planet make up the leadership of the group.
!!!Key Issues
* Culture of the group membership.
* Gender roles and sexual mores.

!!!Relationship toward Outsiders
Provisional: some immigrants are to be encouraged, others to be forbidden. Which is which depends on the interests of the group.
!!!Notes
|!Name      |Lower Foundation|
!!!Ideology
Socialist: the market should be harnessed to ensure a state-determined minimal standard of living for all.
!!!Leadership
Bourgeoisie: the group is driven by a leadership drawn from the middle class and those aspiring to join the elite.
!!!Key Issues
* Culture of the group membership.
* Religion in public life.

!!!Relationship toward Outsiders
Provisional: some immigrants are to be encouraged, others to be forbidden. Which is which depends on the interests of the group.
!!!Notes
|!Name      |National Guild|
!!!Ideology
Autarky: the government should ensure that the world can provide all of its own goods and services and forbid the import of foreign goods.
!!!Leadership
Pious: clergy and devout laymen of a religion form the leadership.
!!!Key Issues
* The memberships' important industries.
* Governmental reform.

!!!Relationship toward Outsiders
Provisional: some immigrants are to be encouraged, others to be forbidden. Which is which depends on the interests of the group.
!!!Notes
|!Name      |People's Guild|
!!!Ideology
Communist: the state should control the economy, disbursing its products according to need and determined efficiency.
!!!Leadership
Rural: farmers, herdsmen, small-town artisans, and other residents of the rural zones of a planet make up the leadership of the group.
!!!Key Issues
* Social hostility to the group's membership.
* Foreign relations.

!!!Relationship toward Outsiders
Xenophobic: immigration is to be restricted to protect native jobs and culture.
!!!Notes
|!Name      |Popular Alliance|
!!!Ideology
Communist: the state should control the economy, disbursing its products according to need and determined efficiency.
!!!Leadership
Intellectuals: the movement is led by intellectuals.
!!!Key Issues
* Immigration and immigrants.
* Culture of the group membership.

!!!Relationship toward Outsiders
Provisional: some immigrants are to be encouraged, others to be forbidden. Which is which depends on the interests of the group.
!!!Notes
|!Name      |Progressive Combine|
!!!Ideology
Laissez-faire: minimal or no government intervention in the market.
!!!Leadership
Social elite: the group is led by members of the planet's ruling class.
!!!Key Issues
* Secession.
* Wealth redistribution.

!!!Relationship toward Outsiders
Xenophobic: immigration is to be restricted to protect native jobs and culture.
!!!Notes
|!Name      |Royal Foundation|
!!!Ideology
Socialist: the market should be harnessed to ensure a state-determined minimal standard of living for all.
!!!Leadership
Outcasts: the group's leadership is filled out by members of a taboo, outcast, or otherwise socially marginal group.
!!!Key Issues
* Governmental reform.
* Culture of the group membership.

!!!Relationship toward Outsiders
Provisional: some immigrants are to be encouraged, others to be forbidden. Which is which depends on the interests of the group.
!!!Notes
|!Name      |Social Society|
!!!Ideology
State industry: the government should own or support specific industries important to the group.
!!!Leadership
Bourgeoisie: the group is driven by a leadership drawn from the middle class and those aspiring to join the elite.
!!!Key Issues
* Gender roles and sexual mores.
* Governmental reform.

!!!Relationship toward Outsiders
Xenophilia: the more immigrants the better, as they provide valuable labor and skills.
!!!Notes
|!Name      |Solar Republic|
!!!Ideology
State industry: the government should own or support specific industries important to the group.
!!!Leadership
Bourgeoisie: the group is driven by a leadership drawn from the middle class and those aspiring to join the elite.
!!!Key Issues
* Foreign relations.
* Military preparedness.

!!!Relationship toward Outsiders
Xenophilia: the more immigrants the better, as they provide valuable labor and skills.
!!!Notes
|!Name      |Southwest Combine|
!!!Ideology
State industry: the government should own or support specific industries important to the group.
!!!Leadership
Social elite: the group is led by members of the planet's ruling class.
!!!Key Issues
* Secession.
* The memberships' important industries.

!!!Relationship toward Outsiders
Xenophobic: immigration is to be restricted to protect native jobs and culture.
!!!Notes
|!Name      |Titanium Sodality|
!!!Ideology
Socialist: the market should be harnessed to ensure a state-determined minimal standard of living for all.
!!!Leadership
Outcasts: the group's leadership is filled out by members of a taboo, outcast, or otherwise socially marginal group.
!!!Key Issues
* Secession.
* Foreign relations.

!!!Relationship toward Outsiders
Xenophilia: the more immigrants the better, as they provide valuable labor and skills.
!!!Notes
|!Name      |Unified Sodality|
!!!Ideology
Communist: the state should control the economy, disbursing its products according to need and determined efficiency.
!!!Leadership
Pious: clergy and devout laymen of a religion form the leadership.
!!!Key Issues
* The memberships' important industries.
* Religion in public life.

!!!Relationship toward Outsiders
Provisional: some immigrants are to be encouraged, others to be forbidden. Which is which depends on the interests of the group.
!!!Notes
|!Name      |Victory Union|
!!!Ideology
Laissez-faire: minimal or no government intervention in the market.
!!!Leadership
Urban: city-dwellers compose the leadership of the group.
!!!Key Issues
* Culture of the group membership.
* Social hostility to the group's membership.

!!!Relationship toward Outsiders
Provisional: some immigrants are to be encouraged, others to be forbidden. Which is which depends on the interests of the group.
!!!Notes
|!Name      |Yellow Foundation|
!!!Ideology
Socialist: the market should be harnessed to ensure a state-determined minimal standard of living for all.
!!!Leadership
Outcasts: the group's leadership is filled out by members of a taboo, outcast, or otherwise socially marginal group.
!!!Key Issues
* Governmental reform.
* Foreign relations.

!!!Relationship toward Outsiders
Xenophobic: immigration is to be restricted to protect native jobs and culture.
!!!Notes
''Autarky'':  the government should ensure that the world can provide all of its own goods and services and forbid the import of foreign goods.
''Communist'':  the state should control the economy, disbursing its products according to need and determined efficiency.
''Laissez-faire'':  minimal or no government intervention in the market.
''Protectionist'':  the government should tax imports that threaten to displace the products of local manufacturers.
''Socialist'':  the market should be harnessed to ensure a state-determined minimal standard of living for all.
''State industry'':  the government should own or support specific industries important to the group.
/***
|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;
	}
}
//}}}
Social hostility to the group's membership.
Foreign relations.
Gender roles and sexual mores.
Immigration and immigrants.
The memberships' important industries.
Military preparedness.
Poverty among the group's membership.
Governmental reform.
Religion in public life.
Secession.
Culture of the group membership.
Wealth redistribution.
Toggle Sidebar <<tiddler ToggleRightSidebar>>
----
[[Sector Map]]
[[Planetary Directory]]
----
[[Alien Races]]
[[Political Groups]]
[[Corporations|Corporation Listing]]
[[Religions|Sector Religions]]










''//Nav Designation//: [[Epistrophes|System:EPISTROPHES]] X''
|!Atmosphere |Breathable mix|
|!Temperature|Warm|
|!Biosphere  |Human-miscible biosphere|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 3. 20th-century technology.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Ziya-al-ghulam|System:ZIYA-AL-GHULAM]] IV''
|!Atmosphere |Breathable mix|
|!Temperature|Warm|
|!Biosphere  |Human-miscible biosphere|
|!Population |Billions of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Cisneros|System:CISNEROS]] IV''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |No native biosphere|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech level 2. 19th-century technology.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Al-halou|System:AL-HALOU]] V''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |Human-miscible biosphere|
|!Population |Tens of thousands of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Asgapur|System:ASGAPUR]] X''
|!Atmosphere |Airless / thin atmosphere|
|!Temperature|Temperate|
|!Biosphere  |Immiscible biosphere|
|!Population |Tens of thousands of inhabitants|
|!Tech Level |Tech Level 3. 20th-century technology.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Pizzaro|System:PIZZARO]] X''
|!Atmosphere |Airless / thin atmosphere|
|!Temperature|Cold|
|!Biosphere  |Immiscible biosphere|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 5. Pretech, pre-Silence tech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Al-halou|System:AL-HALOU]] IX''
|!Atmosphere |Breathable mix|
|!Temperature|Variable; Temperate-to-Warm|
|!Biosphere  |Biosphere remnants|
|!Population |Billions of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Anbar|System:ANBAR]] VI''
|!Atmosphere |Breathable mix|
|!Temperature|Warm|
|!Biosphere  |Immiscible biosphere|
|!Population |Millions of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Kazemi|System:KAZEMI]] IX''
|!Atmosphere |Corrosive|
|!Temperature|Cold|
|!Biosphere  |Engineered biosphere|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 5. Pretech, pre-Silence tech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Hesione|System:HESIONE]] V''
|!Atmosphere |Airless / thin atmosphere|
|!Temperature|Temperate|
|!Biosphere  |Human-miscible biosphere|
|!Population |Millions of inhabitants|
|!Tech Level |Tech level 2. 19th-century technology.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Aizazuddin|System:AIZAZUDDIN]] IV''
|!Atmosphere |Breathable mix|
|!Temperature|Warm|
|!Biosphere  |No native biosphere|
|!Population |Billions of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Liga|System:LIGA]] X''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |Biosphere remnants|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech level 2. 19th-century technology.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Caso|System:CASO]] X''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |Human-miscible biosphere|
|!Population |Millions of inhabitants|
|!Tech Level |Tech Level 3. 20th-century technology.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Zulfikarabedzadeh|System:ZULFIKARABEDZADEH]] IV''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |Human-miscible biosphere|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 0. Stone-age technology.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Elduara|System:ELDUARA]] VI''
|!Atmosphere |Inert gas|
|!Temperature|Warm|
|!Biosphere  |Engineered biosphere|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Caso|System:CASO]] VIII''
|!Atmosphere |Breathable mix|
|!Temperature|Cold|
|!Biosphere  |Biosphere remnants|
|!Population |Tens of thousands of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Aizazuddin|System:AIZAZUDDIN]] VIII''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |Human-miscible biosphere|
|!Population |Tens of thousands of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Duce|System:DUCE]] IX''
|!Atmosphere |Breathable mix|
|!Temperature|Variable; Cold-to-Temperate|
|!Biosphere  |Human-miscible biosphere|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Abou|System:ABOU]] VII''
|!Atmosphere |Breathable mix|
|!Temperature|Warm|
|!Biosphere  |No native biosphere|
|!Population |Alien civilization|
|!Tech Level |Tech Level 3. 20th-century technology.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Hypsipyle|System:HYPSIPYLE]] III''
|!Atmosphere |Thick atmosphere; need pressure mask|
|!Temperature|Warm|
|!Biosphere  |Human-miscible biosphere|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Daksha|System:DAKSHA]] V''
|!Atmosphere |Thick atmosphere; need pressure mask|
|!Temperature|Temperate|
|!Biosphere  |No native biosphere|
|!Population |Millions of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Tiresias|System:TIRESIAS]] X''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |Human-miscible biosphere|
|!Population |Tens of thousands of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Aizazuddin|System:AIZAZUDDIN]] X''
|!Atmosphere |Invasive, toxic atmospere|
|!Temperature|Warm|
|!Biosphere  |Human-miscible biosphere|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Caso|System:CASO]] V''
|!Atmosphere |Breathable mix|
|!Temperature|Cold|
|!Biosphere  |Immiscible biosphere|
|!Population |Billions of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Daedelus|System:DAEDELUS]] III''
|!Atmosphere |Breathable mix|
|!Temperature|Warm|
|!Biosphere  |Hybrid biosphere|
|!Population |Millions of inhabitants|
|!Tech Level |Tech level 2. 19th-century technology.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Ziya-al-ghulam|System:ZIYA-AL-GHULAM]] VII''
|!Atmosphere |Breathable mix|
|!Temperature|Cold|
|!Biosphere  |Human-miscible biosphere|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 3. 20th-century technology.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Antiphos|System:ANTIPHOS]] VI''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |No native biosphere|
|!Population |Millions of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Xoramen|System:XORAMEN]] III''
|!Atmosphere |Corrosive|
|!Temperature|Temperate|
|!Biosphere  |Immiscible biosphere|
|!Population |Millions of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Asgapur|System:ASGAPUR]] VII''
|!Atmosphere |Breathable mix|
|!Temperature|Cold|
|!Biosphere  |Human-miscible biosphere|
|!Population |Hundreds of thousands of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Pizzaro|System:PIZZARO]] III''
|!Atmosphere |Airless / thin atmosphere|
|!Temperature|Temperate|
|!Biosphere  |Microbial life|
|!Population |Alien civilization|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Liga|System:LIGA]] IX''
|!Atmosphere |Breathable mix|
|!Temperature|Burning|
|!Biosphere  |Hybrid biosphere|
|!Population |Millions of inhabitants|
|!Tech Level |Tech Level 3. 20th-century technology.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Erdoza|System:ERDOZA]] V''
|!Atmosphere |Breathable mix|
|!Temperature|Warm|
|!Biosphere  |Immiscible biosphere|
|!Population |Millions of inhabitants|
|!Tech Level |Tech Level 3. 20th-century technology.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Duce|System:DUCE]] X''
|!Atmosphere |Thick atmosphere; need pressure mask|
|!Temperature|Warm|
|!Biosphere  |Human-miscible biosphere|
|!Population |Millions of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Daksha|System:DAKSHA]] IX''
|!Atmosphere |Airless / thin atmosphere|
|!Temperature|Variable; Temperate-to-Warm|
|!Biosphere  |Human-miscible biosphere|
|!Population |Tens of thousands of inhabitants|
|!Tech Level |Tech Level 4 w/ specialities / pretech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Melite|System:MELITE]] VII''
|!Atmosphere |Breathable mix|
|!Temperature|Temperate|
|!Biosphere  |Hybrid biosphere|
|!Population |Tens of thousands of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
''//Nav Designation//: [[Ziya-al-ghulam|System:ZIYA-AL-GHULAM]] IX''
|!Atmosphere |Breathable mix|
|!Temperature|Warm|
|!Biosphere  |Microbial life|
|!Population |Millions of inhabitants|
|!Tech Level |Tech Level 4. Baseline postech.|
!!!Notes
//Add your own notes here//
|!Hex|!World or Station|!Atmo.|!Temp.|!Biosphere|!Population|!TL|h
|[[0301|System:EPISTROPHES]]|[[Agamemnon|Planet:Agamemnon]]|Breathable|Warm|Miscible|100K+|3|
|[[0606|System:ZIYA-AL-GHULAM]]|[[Aias|Planet:Aias]]|Breathable|Warm|Miscible|1B+|4|
|[[0503|System:CISNEROS]]|[[Al-mowaled|Planet:Al-mowaled]]|Breathable|Temp.|None|100K+|2|
|[[0600|System:AL-HALOU]]|[[Alcmene|Planet:Alcmene]]|Breathable|Temp.|Miscible|10K+|4|
|[[0706|System:ASGAPUR]]|[[Ametza|Planet:Ametza]]|Airless|Temp.|Immiscible|10K+|3|
|[[0201|System:PIZZARO]]|[[Amir|Planet:Amir]]|Airless|Cold|Immiscible|100K+|5|
|[[0600|System:AL-HALOU]]|[[Bergthora|Planet:Bergthora]]|Breathable|Var. Warm|Remnants|1B+|4|
|[[0102|System:ANBAR]]|[[Bittori|Planet:Bittori]]|Breathable|Warm|Immiscible|1M+|4|
|[[0206|System:KAZEMI]]|[[Deidameia|Planet:Deidameia]]|Corrosive|Cold|Engineered|100K+|5|
|[[0403|System:HESIONE]]|[[Dynamene|Planet:Dynamene]]|Airless|Temp.|Miscible|1M+|2|
|[[0601|System:AIZAZUDDIN]]|[[Eidyia|Planet:Eidyia]]|Breathable|Warm|None|1B+|4|
|[[0007|System:LIGA]]|[[Ghaliyah|Planet:Ghaliyah]]|Breathable|Temp.|Remnants|100K+|2|
|[[0200|System:CASO]]|[[Gunnhild|Planet:Gunnhild]]|Breathable|Temp.|Miscible|1M+|3|
|[[0305|System:ZULFIKARABEDZADEH]]|[[Halldis|Planet:Halldis]]|Breathable|Temp.|Miscible|100K+|0|
|[[0000|System:ELDUARA]]|[[Hami|Planet:Hami]]|Inert|Warm|Engineered|100K+|4|
|[[0200|System:CASO]]|[[Kiran|Planet:Kiran]]|Breathable|Cold|Remnants|10K+|4|
|[[0601|System:AIZAZUDDIN]]|[[Koskotas|Planet:Koskotas]]|Breathable|Temp.|Miscible|10K+|4|
|[[0405|System:DUCE]]|[[Lubabah|Planet:Lubabah]]|Breathable|Var. Cold|Miscible|100K+|4|
|[[0209|System:ABOU]]|[[Meges|Planet:Meges]]|Breathable|Warm|None|Alien|3|
|[[0105|System:HYPSIPYLE]]|[[Nassir|Planet:Nassir]]|Thick|Warm|Miscible|100K+|4|
|[[0407|System:DAKSHA]]|[[Otionia|Planet:Otionia]]|Thick|Temp.|None|1M+|4|
|[[0100|System:TIRESIAS]]|[[Parra|Planet:Parra]]|Breathable|Temp.|Miscible|10K+|4|
|[[0601|System:AIZAZUDDIN]]|[[Periboea|Planet:Periboea]]|Invasive|Warm|Miscible|100K+|4|
|[[0200|System:CASO]]|[[Pimental|Planet:Pimental]]|Breathable|Cold|Immiscible|1B+|4|
|[[0005|System:DAEDELUS]]|[[Popotas|Planet:Popotas]]|Breathable|Warm|Hybrid|1M+|2|
|[[0606|System:ZIYA-AL-GHULAM]]|[[Prado|Planet:Prado]]|Breathable|Cold|Miscible|100K+|3|
|[[0409|System:ANTIPHOS]]|[[Raboud|Planet:Raboud]]|Breathable|Temp.|None|1M+|4|
|[[0304|System:XORAMEN]]|[[Saeunn|Planet:Saeunn]]|Corrosive|Temp.|Immiscible|1M+|4|
|[[0706|System:ASGAPUR]]|[[Shruti|Planet:Shruti]]|Breathable|Cold|Miscible|100K+|4|
|[[0201|System:PIZZARO]]|[[Sthenelos|Planet:Sthenelos]]|Airless|Temp.|Microbial|Alien|4|
|[[0007|System:LIGA]]|[[Suksma|Planet:Suksma]]|Breathable|Burning|Hybrid|1M+|3|
|[[0608|System:ERDOZA]]|[[Thordis|Planet:Thordis]]|Breathable|Warm|Immiscible|1M+|3|
|[[0405|System:DUCE]]|[[Vaisakhi|Planet:Vaisakhi]]|Thick|Warm|Miscible|1M+|4|
|[[0407|System:DAKSHA]]|[[Varvaressos|Planet:Varvaressos]]|Airless|Var. Warm|Miscible|10K+|4+|
|[[0703|System:MELITE]]|[[Vibhuti|Planet:Vibhuti]]|Breathable|Temp.|Hybrid|10K+|4|
|[[0606|System:ZIYA-AL-GHULAM]]|[[Yaksha|Planet:Yaksha]]|Breathable|Warm|Microbial|1M+|4|
|!Organization|!Leadership|!Policy|!Outsiders|!Issues|h
|[[Solar Republic|Group:SolarRepublic]]|Bourgeoisie|State industry|Xenophilia|Foreign Policy, Military|
|[[Bear Pact|Group:BearPact]]|Intellectuals|Laissez-faire|Provisional|Industry, Poverty|
|[[Carnelian Foundation|Group:CarnelianFoundation]]|Pious|Protectionist|Provisional|Military, Reform|
|[[Cheetah Pact|Group:CheetahPact]]|Intellectuals|Communist|Xenophobic|Poverty, Secession|
|[[Conservative Alliance|Group:ConservativeAlliance]]|Social elite|Autarky|Provisional|Welfare, Gender Roles|
|[[Democratic Element|Group:DemocraticElement]]|Bourgeoisie|Laissez-faire|Provisional|Tradition, Secession|
|[[Federal Pact|Group:FederalPact]]|Outcasts|State industry|Xenophobic|Secession, Immigration|
|[[Finch Foundation|Group:FinchFoundation]]|Bourgeoisie|Laissez-faire|Provisional|Foreign Policy, Gender Roles|
|[[Freedom Alliance|Group:FreedomAlliance]]|Intellectuals|Laissez-faire|Provisional|Bigotry, Religion|
|[[Homeland Sodality|Group:HomelandSodality]]|Intellectuals|Protectionist|Xenophilia|Poverty, Bigotry|
|[[Liberal Consensus|Group:LiberalConsensus]]|Proletariat|State industry|Provisional|Industry, Welfare|
|[[Liberty Alliance|Group:LibertyAlliance]]|Rural|Communist|Provisional|Tradition, Gender Roles|
|[[Lower Foundation|Group:LowerFoundation]]|Bourgeoisie|Socialist|Provisional|Tradition, Religion|
|[[National Guild|Group:NationalGuild]]|Pious|Autarky|Provisional|Industry, Reform|
|[[People's Guild|Group:People'sGuild]]|Rural|Communist|Xenophobic|Bigotry, Foreign Policy|
|[[Popular Alliance|Group:PopularAlliance]]|Intellectuals|Communist|Provisional|Immigration, Tradition|
|[[Progressive Combine|Group:ProgressiveCombine]]|Social elite|Laissez-faire|Xenophobic|Secession, Welfare|
|[[Royal Foundation|Group:RoyalFoundation]]|Outcasts|Socialist|Provisional|Reform, Tradition|
|[[Social Society|Group:SocialSociety]]|Bourgeoisie|State industry|Xenophilia|Gender Roles, Reform|
|[[Southwest Combine|Group:SouthwestCombine]]|Social elite|State industry|Xenophobic|Secession, Industry|
|[[Titanium Sodality|Group:TitaniumSodality]]|Outcasts|Socialist|Xenophilia|Secession, Foreign Policy|
|[[Unified Sodality|Group:UnifiedSodality]]|Pious|Communist|Provisional|Industry, Religion|
|[[Victory Union|Group:VictoryUnion]]|Urban|Laissez-faire|Provisional|Tradition, Bigotry|
|[[Yellow Foundation|Group:YellowFoundation]]|Outcasts|Socialist|Xenophobic|Reform, Foreign Policy|
''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.
''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.
''Billions of inhabitants'' - Billions of inhabitants on a world is a freak occurrence in most sectors, a circumstance dependent on almost perfect planetary conditions, a First Wave date of colonization, and a very large initial colonial expedition. These worlds have been colonized for almost a thousand years, and have likely gone through substantial cultural development and change since the original founding.
Planets with this many inhabitants tend to come in two main varieties. The more common is that of regional hegemon, leveraging its enormous reserves of labor and scientific personnel to build hundreds or thousands of starships. Some hegemons might even have the transport weight and personnel available to colonize or conquer their less powerful neighbors outright, though most hegemons prefer the safer route of docile client states rather than outright conquests.
Not all such worlds have the necessary resources to build starships, even when the labor is cheap and abundant. These worlds tend to take a different route, becoming balkanized, conflict-torn planets not unlike a mid-20th-century Earth. Resource wars are common and local politics revolve around Byzantine feuds and ancient slights. Technology on such planets tends to be very uneven; it is limited or nonexistent in fields that depend on unavailable resources, but the natives often show remarkable sophistication in making the most of what they have available.
''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.
''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.
|!Name      |Black Horizon|
|!Origin    |Alien|
!!!Leadership
No universal leadership. Each region governs itself differently.
!!!Evolution
New prophet. This faith reveres the words and example of a relatively recent prophet, esteeming him or her as the final word on the will of God. The prophet may or may not still be living.!!!Notes
|!Name      |Great Autumn Confucianists|
|!Origin    |Confucianism|
!!!Leadership
Patriarch/Matriarch. A single leader determines doctrine for the entire religion, possibly in consultation with other clerics.
!!!Evolution
Sacrifices. The faith finds it necessary to make substantial sacrifices to please God. Some faiths may go so far as to offer human sacrifices, while others insist on huge tithes offered to the building of religious edifices.!!!Notes
|!Name      |Holy Family Eastern Orthodox Christians|
|!Origin    |Eastern Orthodox Christianity|
!!!Leadership
No universal leadership. Each region governs itself differently.
!!!Evolution
Holy family. God's favor has been shown especially to members of a particular lineage. It may be that only men and women of this bloodline are permitted to become clergy, or they may serve as helpless figureheads for the real leaders of the faith.!!!Notes
|!Name      |Holy Family Judaism|
|!Origin    |Judaism|
!!!Leadership
Council. A group of the oldest and most revered clergy determine the course of the faith.
!!!Evolution
Holy family. God's favor has been shown especially to members of a particular lineage. It may be that only men and women of this bloodline are permitted to become clergy, or they may serve as helpless figureheads for the real leaders of the faith.!!!Notes
|!Name      |Holy Family Protestant Christians|
|!Origin    |Protestant Christianity|
!!!Leadership
Patriarch/Matriarch. A single leader determines doctrine for the entire religion, possibly in consultation with other clerics.
!!!Evolution
Holy family. God's favor has been shown especially to members of a particular lineage. It may be that only men and women of this bloodline are permitted to become clergy, or they may serve as helpless figureheads for the real leaders of the faith.!!!Notes
|!Name      |Holy Family Zoroastrianists|
|!Origin    |Zoroastrianism|
!!!Leadership
Patriarch/Matriarch. A single leader determines doctrine for the entire religion, possibly in consultation with other clerics.
!!!Evolution
Holy family. God's favor has been shown especially to members of a particular lineage. It may be that only men and women of this bloodline are permitted to become clergy, or they may serve as helpless figureheads for the real leaders of the faith.!!!Notes
|!Name      |Holy Mother Catholicism|
|!Origin    |Roman Catholicism|
!!!Leadership
Patriarch/Matriarch. A single leader determines doctrine for the entire religion, possibly in consultation with other clerics.
!!!Evolution
Syncretism. This faith has reconciled the major elements of both of its origin beliefs into its tradition.!!!Notes
|!Name      |House of Baal Salaril|
|!Origin    |Alien|
!!!Leadership
Council. A group of the oldest and most revered clergy determine the course of the faith.
!!!Evolution
Syncretism. This faith has reconciled the major elements of both of its origin beliefs into its tradition.!!!Notes
|!Name      |Kalaratri|
|!Origin    |Hinduism|
!!!Leadership
Democracy. Every member has an equal voice in matters of faith, with doctrine usually decided at regular church-wide councils.
!!!Evolution
Sacrifices. The faith finds it necessary to make substantial sacrifices to please God. Some faiths may go so far as to offer human sacrifices, while others insist on huge tithes offered to the building of religious edifices.!!!Notes
|!Name      |Neofundamentalist Judaism|
|!Origin    |Judaism|
!!!Leadership
Democracy. Every member has an equal voice in matters of faith, with doctrine usually decided at regular church-wide councils.
!!!Evolution
Neofundamentalism. The faith is fiercely resistant to perceived innovations and deviations from their beliefs. Even extremely onerous traditions and restrictions will be observed to the letter.!!!Notes
|!Name      |Neofundamentalist Taoists|
|!Origin    |Taoism|
!!!Leadership
Patriarch/Matriarch. A single leader determines doctrine for the entire religion, possibly in consultation with other clerics.
!!!Evolution
Neofundamentalism. The faith is fiercely resistant to perceived innovations and deviations from their beliefs. Even extremely onerous traditions and restrictions will be observed to the letter.!!!Notes
|!Name      |New Book Confucianists|
|!Origin    |Confucianism|
!!!Leadership
Democracy. Every member has an equal voice in matters of faith, with doctrine usually decided at regular church-wide councils.
!!!Evolution
New holy book. Someone in the faith's past penned or discovered a text that is now taken to be holy writ and the expressed will of the divine.!!!Notes
|!Name      |New Book Ideologists|
|!Origin    |Ideology|
!!!Leadership
Council. A group of the oldest and most revered clergy determine the course of the faith.
!!!Evolution
New holy book. Someone in the faith's past penned or discovered a text that is now taken to be holy writ and the expressed will of the divine.!!!Notes
|!Name      |New Book Protestant Christians|
|!Origin    |Protestant Christianity|
!!!Leadership
Council. A group of the oldest and most revered clergy determine the course of the faith.
!!!Evolution
New holy book. Someone in the faith's past penned or discovered a text that is now taken to be holy writ and the expressed will of the divine.!!!Notes
|!Name      |New Book Taoists|
|!Origin    |Taoism|
!!!Leadership
Council. A group of the oldest and most revered clergy determine the course of the faith.
!!!Evolution
New holy book. Someone in the faith's past penned or discovered a text that is now taken to be holy writ and the expressed will of the divine.!!!Notes
|!Name      |New Prophet Muslims|
|!Origin    |Islam|
!!!Leadership
Council. A group of the oldest and most revered clergy determine the course of the faith.
!!!Evolution
New prophet. This faith reveres the words and example of a relatively recent prophet, esteeming him or her as the final word on the will of God. The prophet may or may not still be living.!!!Notes
|!Name      |Quietist Judaism|
|!Origin    |Judaism|
!!!Leadership
Democracy. Every member has an equal voice in matters of faith, with doctrine usually decided at regular church-wide councils.
!!!Evolution
Quietism. The faith shuns the outside world and involvement with the affairs of nonbelievers. They prefer to keep to their own kind and avoid positions of wealth and power.!!!Notes
|!Name      |Quietist Pagans|
|!Origin    |Paganism|
!!!Leadership
Council. A group of the oldest and most revered clergy determine the course of the faith.
!!!Evolution
Quietism. The faith shuns the outside world and involvement with the affairs of nonbelievers. They prefer to keep to their own kind and avoid positions of wealth and power.!!!Notes
|!Name      |Quietist Taoists|
|!Origin    |Taoism|
!!!Leadership
No universal leadership. Each region governs itself differently.
!!!Evolution
Quietism. The faith shuns the outside world and involvement with the affairs of nonbelievers. They prefer to keep to their own kind and avoid positions of wealth and power.!!!Notes
|!Name      |Quietist Zoroastrianists|
|!Origin    |Zoroastrianism|
!!!Leadership
Democracy. Every member has an equal voice in matters of faith, with doctrine usually decided at regular church-wide councils.
!!!Evolution
Quietism. The faith shuns the outside world and involvement with the affairs of nonbelievers. They prefer to keep to their own kind and avoid positions of wealth and power.!!!Notes
|!Name      |Separatist Muslims|
|!Origin    |Islam|
!!!Leadership
Patriarch/Matriarch. A single leader determines doctrine for the entire religion, possibly in consultation with other clerics.
!!!Evolution
Schism. The faith's beliefs are actually almost identical to those of the majority of its origin tradition, save for a few minor points of vital interest to theologians and no practical difference whatsoever to believers. This does not prevent a burning resentment towards the parent faith.!!!Notes
|!Name      |Separatist Protestant Christians|
|!Origin    |Protestant Christianity|
!!!Leadership
Council. A group of the oldest and most revered clergy determine the course of the faith.
!!!Evolution
Schism. The faith's beliefs are actually almost identical to those of the majority of its origin tradition, save for a few minor points of vital interest to theologians and no practical difference whatsoever to believers. This does not prevent a burning resentment towards the parent faith.!!!Notes
|!Name      |Skyward Nomads|
|!Origin    |Alien|
!!!Leadership
Patriarch/Matriarch. A single leader determines doctrine for the entire religion, possibly in consultation with other clerics.
!!!Evolution
Holy family. God's favor has been shown especially to members of a particular lineage. It may be that only men and women of this bloodline are permitted to become clergy, or they may serve as helpless figureheads for the real leaders of the faith.!!!Notes
|!Name      |Swords of Samsara|
|!Origin    |Hinduism|
!!!Leadership
Council. A group of the oldest and most revered clergy determine the course of the faith.
!!!Evolution
New holy book. Someone in the faith's past penned or discovered a text that is now taken to be holy writ and the expressed will of the divine.!!!Notes
|!Name      |Syncretic Muslim Zoroastrianists|
|!Origin    |Zoroastrianism|
!!!Leadership
Council. A group of the oldest and most revered clergy determine the course of the faith.
!!!Evolution
Syncretism. This faith has reconciled the major elements of both of its origin beliefs into its tradition.!!!Notes
''SWN Sector Generator, Copyright © 2011-2015 [[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//: ''1GXTJ7D''
!!!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|
|~|[[0000|System:ELDUARA]]|[[Hami|Planet:Hami]]|
|~|[[0005|System:DAEDELUS]]|[[Popotas|Planet:Popotas]]|
|~|[[0007|System:LIGA]]|[[Suksma|Planet:Suksma]]|
|~|~|[[Ghaliyah|Planet:Ghaliyah]]|
|~|[[0100|System:TIRESIAS]]|[[Parra|Planet:Parra]]|
|~|[[0102|System:ANBAR]]|[[Bittori|Planet:Bittori]]|
|~|[[0105|System:HYPSIPYLE]]|[[Nassir|Planet:Nassir]]|
|~|[[0200|System:CASO]]|[[Pimental|Planet:Pimental]]|
|~|~|[[Kiran|Planet:Kiran]]|
|~|~|[[Gunnhild|Planet:Gunnhild]]|
|~|[[0201|System:PIZZARO]]|[[Sthenelos|Planet:Sthenelos]]|
|~|~|[[Amir|Planet:Amir]]|
|~|[[0206|System:KAZEMI]]|[[Deidameia|Planet:Deidameia]]|
|~|[[0209|System:ABOU]]|[[Meges|Planet:Meges]]|
|~|[[0301|System:EPISTROPHES]]|[[Agamemnon|Planet:Agamemnon]]|
|~|[[0304|System:XORAMEN]]|[[Saeunn|Planet:Saeunn]]|
|~|[[0305|System:ZULFIKARABEDZADEH]]|[[Halldis|Planet:Halldis]]|
|~|[[0403|System:HESIONE]]|[[Dynamene|Planet:Dynamene]]|
|~|[[0405|System:DUCE]]|[[Lubabah|Planet:Lubabah]]|
|~|~|[[Vaisakhi|Planet:Vaisakhi]]|
|~|[[0407|System:DAKSHA]]|[[Otionia|Planet:Otionia]]|
|~|~|[[Varvaressos|Planet:Varvaressos]]|
|~|[[0409|System:ANTIPHOS]]|[[Raboud|Planet:Raboud]]|
|~|[[0503|System:CISNEROS]]|[[Al-mowaled|Planet:Al-mowaled]]|
|~|[[0600|System:AL-HALOU]]|[[Alcmene|Planet:Alcmene]]|
|~|~|[[Bergthora|Planet:Bergthora]]|
|~|[[0601|System:AIZAZUDDIN]]|[[Eidyia|Planet:Eidyia]]|
|~|~|[[Koskotas|Planet:Koskotas]]|
|~|~|[[Periboea|Planet:Periboea]]|
|~|[[0606|System:ZIYA-AL-GHULAM]]|[[Aias|Planet:Aias]]|
|~|~|[[Prado|Planet:Prado]]|
|~|~|[[Yaksha|Planet:Yaksha]]|
|~|[[0608|System:ERDOZA]]|[[Thordis|Planet:Thordis]]|
|~|[[0703|System:MELITE]]|[[Vibhuti|Planet:Vibhuti]]|
|~|[[0706|System:ASGAPUR]]|[[Shruti|Planet:Shruti]]|
|~|~|[[Ametza|Planet:Ametza]]|
|!Religion|!Origin|!Leadership|h
|[[House of Baal-Salaril|Religion:HouseofBaal-Salaril]]|Alien|Council|
|[[Skyward Nomads|Religion:SkywardNomads]]|Alien|Patriarch/Matriarch|
|[[Black Horizon|Religion:BlackHorizon]]|Alien|No universal leadership|
|[[Great Autumn Confucianists|Religion:GreatAutumnConfucianists]]|Confucianism|Patriarch/Matriarch|
|[[New Book Confucianists|Religion:NewBookConfucianists]]|Confucianism|Democracy|
|[[Swords of Samsara|Religion:SwordsofSamsara]]|Hinduism|Council|
|[[Kalaratri|Religion:Kalaratri]]|Hinduism|Democracy|
|[[Etherealism|Religion:NewBookIdeologists]]|Ideology|Council|
|[[Sisterhood of Zar|Religion:SeparatistMuslims]]|Islam|Patriarch/Matriarch|
|[[New Prophet Muslims|Religion:NewProphetMuslims]]|Islam|Council|
|[[Children of Nod|Religion:HolyFamilyJudaism]]|Judaism|Council|
|[[Ein Sof|Religion:NeofundamentalistJudaism]]|Judaism|Democracy|
|[[Distantism|Religion:QuietistPagans]]|Paganism|Council|
|[[Holy Fire Protestants|Religion:NewBookProtestantChristians]]|Protestant Christianity|Council|
|[[Righteous Pilgrims|Religion:SeparatistProtestantChristians]]|Protestant Christianity|Council|
|[[Holy Mother Catholicism|Religion:HolyMotherCatholicism]]|Roman Catholicism|Patriarch/Matriarch|
|[[Three-Treasures Alchemists|Religion:QuietistTaoists]]|Taoism|No universal leadership|
|[[White Nature Taoists|Religion:NewBookTaoists]]|Taoism|Council|
|[[Verethragna|Religion:HolyFamilyZoroastrianists]]|Zoroastrianism|Patriarch/Matriarch|
|[[Bagastana Sect|Religion:QuietistZoroastrianists]]|Zoroastrianism|Democracy|
A randomly generated sector for [[Stars Without Number|http://www.sinenomine-pub.com/]]
Sector Tartarus Lambda
/***
|''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");
    
//}}}
!usage
{{{[img[StarMap]]}}}
[img[StarMap]]
!notes
Star map for sector Tartarus Lambda
!type
image/png
!file

!url

!data
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAjMAAAM0CAMAAAB5/lP8AAADAFBMVEUAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1dYWFhZWVlaWlpbW1tcXFxdXV1eXl5fX19gYGBhYWFiYmJjY2NkZGRlZWVmZmZnZ2doaGhpaWlqampra2tsbGxtbW1ubm5vb29wcHBxcXFycnJzc3N0dHR1dXV2dnZ3d3d4eHh5eXl6enp7e3t8fHx9fX1+fn5/f3+AgICBgYGCgoKDg4OEhISFhYWGhoaHh4eIiIiJiYmKioqLi4uMjIyNjY2Ojo6Pj4+QkJCRkZGSkpKTk5OUlJSVlZWWlpaXl5eYmJiZmZmampqbm5ucnJydnZ2enp6fn5+goKChoaGioqKjo6OkpKSlpaWmpqanp6eoqKipqamqqqqrq6usrKytra2urq6vr6+wsLCxsbGysrKzs7O0tLS1tbW2tra3t7e4uLi5ubm6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHCwsLDw8PExMTFxcXGxsbHx8fIyMjJycnKysrLy8vMzMzNzc3Ozs7Pz8/Q0NDR0dHS0tLT09PU1NTV1dXW1tbX19fY2NjZ2dna2trb29vc3Nzd3d3e3t7f39/g4ODh4eHi4uLj4+Pk5OTl5eXm5ubn5+fo6Ojp6enq6urr6+vs7Ozt7e3u7u7v7+/w8PDx8fHy8vLz8/P09PT19fX29vb39/f4+Pj5+fn6+vr7+/v8/Pz9/f3+/v7////isF19AAAgAElEQVR4nOydC2AVR6H35+QB4SGPRlooyENEqKC0FhTFWIvSXsVqBaPYKlwF1H7YKiKKtyLeckv1Cu1XW6oxDQkkwZRA6SXk8mpIgUtDC2kK+SgXYgtYEEoSQgqHPE5O5tv3zuzO5uzszJ7dwPy12TPL7uzvzPmfPefszvwHQJIeAbOyXWsWeIRYCbsERggxIASklW+lPUdTx3Npb/GBERjhx4AOnrlnQgdNHR0T7uEDIzDCjwHJnikDe4zH8ar1RdWdxtJS1LQHlPmARsJorcjPf7klcAwIL6+N2hon6Rid1YVrK2JJxZBF8EzrmPvNwqFNly5uOGYsLUVd949p5U5GxNizuaF5x67AMWDH5pyorXGSjnG0tP798oPJxFBE8Myqnu+YheJ/QPi/W4ylpajrnZ6ruJMRMQrOQti0NnAM+Op+2TNBY5RIrRF9L5kYiuyeudBvqVmI5bRA2JivLy1Fc7ul/S5wBiNiwCbpM72uNHCMMxJC1No4SceI5dQU5u9pTSKGKrtn5g+5YhZacuIQXvmrvrQUze2uDJnPGYyIISlWs/5C0BhXiy9ByTNBY1zL2XG5ubwyiRiqbJ6pTilASp1/lb1bqC8tRWTDgpRqrlxkDOkdvqHyqpUq6RhlR9vbc5rjQWO0y5+PDQXJw9Bk9Uxn1uROtFzyLoQnthpLSxHZb3JWJ+QnJ4wTJfUEqmRj5OXIqg4aAxZJJ5+LRUnD0GX1TEmkCiu/uSXa/MJJY2kpIqqKlHDEcsCIrzvRKCloDFnyezxojNfKL1966WDSMHRZPBMd/iC+orOqsPgNc2kponpweJQblRNGk/IGzwkaQ5bsmaAxOvauLazqSBaGIYtn/r3vWa81ne3776wwAiPMGIZwz5zp/Zj3qh7rfYYRRmCEGMMU7pkHRrZ4r6pl5AOMMAIjxBimMM/sj2xkqWtjZD8bjMAILwYi1DPxSXexVXbXpDhbBQIjrBioUM/kpdawVVaTmsdWgcAIKwYqxDPNg3/IWtsPBzezViEwwoiBCfHMLwdcZK3t4oBfslYhMMKIgcn0zMmeq9mrW93zZOKNupTACCEGLtMz949rZ6+ufdzXGWsQGCHEwGV4ZifYxqO+bWAn0/4CI4QYFumeiU34Cp8KvzIhxrC3wAghhlW6Z/6UfpxPhcfT/8Swt8AIIYZVmmcaMhfxqnFRZoPnfQVGCDFs0jzzk0FNvGpsGvQTz/sKjBBi2KR6pjbtL/yq/Etarcc9BUYIMexSPfOl26nG6HWtjtu/5HFPgRFCDLsUz2wBldwqlFQJtiTeiCCBEUIMgmTPtH4km1d1qrI/4mUEn8AIIQZJsmd+n/FOwu2o9E7G7z3sJTBCiEGS5Jnz/X6TeLu4rHO1Fe9eUR4l2Po3/c5Tk3QnDDp149YgSvLMvw69kng7CamuMLe04lDt29HEeFeG/is1SXfCoFM3bg2iADyUst7FdvH4/iWriytq3z53rq4xIR5cn3KIEqRbYVCq27YGWaDzs1PcjLWL1y5Ylrt5f119NFpfeyUhXueUz9KN4OteGJTqrq3hIFAcec3NdrElC1asKTtQ1xiT8GoT9zB9LVJMxdG9MGjVTVvDQeBDc11tVztrwaPPlO4/9m5j/bvVuxsT7zD3QzQj+KLdC4Na3bI1nATAOVfbFU6ft2R1YfmBY3V1tQc21yXe4RwY9SX3GtW9MKjVLVvjS0+TawHA3Ti7B2c8+PCKNcW79x84VFGW5yKiogoA98mk2QBUJa4yPBjU6p6t0YvsDTDK3eXGwqxZCxY/vqawtGxzaeFqF/e7hqXR3JRtShvWnTCo1S1bo8XBG+DFyD43+9dOnpG9YMmK1Wtyc9c8viLxqfNZ8CsKOgh/BZ7tRhi06qat4eANAO++w804u9iCqTOy5y1esmzFsmWLn0m4R6zXQLNgZJBuiiJFPJkUDuzlpvshB4yGLXmbLjBiUIqEcUoORakKujWOK9ksxU4YZG8AeDQ11wVe/NDUrBmzvjdv4cKHFyyoS4g3B2w2C2oGafz0npyoWbQmk24Gc5KCATe9dvXNDYwYlCJhvLm9sbExGnRrtMoRUDtfd8IgewNA+NAgF+Ps4vGyyZOnz5iVnT0re3/CS45nU8YjJTWDtH3fPtUzlthYXeNTXKSssGPE8mKwPaeNDYNOJAy4t7qzEykG1Bryo3Nb4o4YRG9InmkYsNgNXrx64dTJk7OmL6lLfGtjUgQZhWVmkCqescTGGjoZmZQkjJbaFzrZMOhExNj6Yl7e7pYQtEbsbw3OLwrRG3JfiKfTE4+zU26cHisrLKtzcQt1F5iJlMwMUsUzlthYUzPBrqRgxHNyTjFiUImMseNwy/vbKoJvDfjGK7CL1iB5Q/ZMbNyMhHhUurkHmrJjZpAqnrHExiJPo8fNycGIn1gXDwEGhPUFwWO051+GXbwoJG8ofTt3gh086R4HK7GykUGqfp+xxMaaWgke9x+jfXuHdCZuCxqj5Yj0jm4oChoDwre2okU7BsEbah/yGTyGBeuKWt8hRgap6hlLbCyim3twTJl0wOgsrrlW80LgGPGiA9FLZQeDxoCwrBYtEjDs3lA9c7KHw60FL7J9EhsZpKpnLLGxiPCPXJ8wzm98/sWG4DEatz1fdLAjcIy23Aa0SMCwe0MbE7d4QD0vuhMMPzwmRU4IjLBh2Lyheab55oesmwJZ2r9Lj0ZUKo+l//JBvr5GfYyL5QIHfgkBV+UI84jqY20NWX5hUIorhtryyArsFVHWqG2ireeDYfOGXnNu6hFI+hfjb+UInWTE8hH6GvUxplKmC6lzQKnTPykm0Y6oPtbWEOUbBp34Yugtb8jyikC9ZayeYcOwekOvOX7H3ZYtLZ6BQPubfxe8K1/zjPoYE9sNG+yWCIlHPaJ6erG9m5KBQSeuGEbLG7K8IhB/pXhhWL1h1LwvshnfUvloIpBoTpaUT3inL2G8MfwsWOLwL+j7yOEMnAwMKvHFMM8hUHl59O8P6HqiZ1gxLN4wa/7WKDzu2uk8Y3zP0ZyDvWpNaR9iooPwQ05dPIxvVuoRCWfgpGDQiDMG+g1TWwOxVwSSPcOOgXvDrPlMb/yij/37DPpZST4HwnuYO7pVAYc5ftGjJ/o+4yMGjThjmG1uX6OvJ7UMOwbuDYRgGT59h+Ze/a/xO6UrzxyOZDHSQZgVOUxcjx49we8mPzEoxBsDPatga5D1hJbhgYF5A3nFo8PnslY9Oo39Mk992miBETYMzBvoWaI4cpCt5jywkK0CRQsBY9i6wOCPgXoD9UznVLZBhPG+/bjMCtGvL1M1AsMHDNQb2DfYQynrWOr9IeAz1nk9YMr4Fxh+YCDewH+rfp8lFOFC6hjvO2Mak8owmbjA8AfD9AbumfP9HvVe6dSI9faDVx2JTBUYYcMwvWG5JvYH7+lKewGn0GxJXwF7BUbYMAxvWDzTOuabXqscls5vmqDmdM/jGQWGXxiGN6zX3reAPd5qfBIsZSLCtRQ8KTDChqF7w3a/ZvpET6m0bb0yGYlwZfZqExhhw9C8YfNMbdqfvVT3HX7xs4q2gO8IjLBhaN6w3xd+2EvK/umUiQm3oUuZnJhy2h8MOgkMVKo37J5pyPwZfWV3RFwNq6NImTwZucMfDDoJDFSqNwj9T56hnzWoHLhIsaFMmcwG5b5gUEpgoFK8QfBMbMK/0Fb1wYyWxBtRpky2ZHzQFwxKCQxUijdI/dx20c6CuBy4iUWnTZn8PVjuBwatBAYq2RvEvpH3j6UaVhntMcTNZtQpk0PoBhK6xKCWwEAleYPombqeq2iquQ+87GYz6pTJl8F9PmBQS2CgkrxB7oP9MLjJvQYCdyPIqFMm4XgwgD8GvQQGqvmA7Jm5YNxtrvVRMMrVwahTJuEo8FH+GPQSGKhm9yV6piY1n6aWeaDEzWa0KZOwBMzzAYNaAgOV5A2iZz4/iao7YKxPf1eb0aVMQti/D9XoP5cY1BIYqCRvkDyzMXLAeKyHf9qyQDch3+L/AtxMBE2ZMgkXAXPeV/24rRX5+S+3MGHQioQB4eW1URg4Rmd14dqKWFIxZG8QPNMy4gGzoId/4lmgRm6rppFuRh3SpUzCprSRdow9mxuad+xiwqAUEQN2bM4xc1oDwzhaWv9++cFkYijeIHjmsd7/MAt6+CeeBWrktmo6CKYlPh5dyiScBpCRMzpGwVmp+dYyYVCKiAFf3S8fOGiMEqk1ou8lE0Pxht0zZ3s/Zhb08E97FiiGJz2lxKMOqVIm4WH0GRvHbeqAsK6UCYNOZIwzEkIUBo0Ry6kpzN/TmkQM1Rt2zzww/JpZ0MM/7VmgOF4jeurkopFpyJVi5LixmvUXgsa4WnxJPnDQGNdydlxuLq9MIobqDZtnqiIbkZIe/mnPAsXxpK9obhLw3SsX+wZnHvfMhsqrMGiMsqPt7TnN8aAx2uWjNhQkD0PzhtUznZOysLGUevinLQvUghfv34fHcD2juj79ser0454oqUeLAWHkKTNLVAeNAYuuQHixKGkYujesnilIwWMb9fBPWxaoBQ9uAPM54s0HG0gY8XUn5EkdgsbQDxw0xmvlly+9dDBpGLo3LJ55f7DlIHr4py0L1IoHx6b8kxvdP1PGEjGalDd4TtAY+oGDxujYu7awqiNZGIY3LJ5Z2u89r1Uei0zByvb8GjQhRUtRQVI4UU2JHIMeZcVgkcBAZXgD98zbdJ0gcN0HXsFXoGldZuKbnsGklJAUTkSv0N32T4DhWQIDlekN3DP3j2HIsI+mW3r5OHrGWI+mcCIaks6Q2m7D8CyBgcr0BuaZCtpOnbiWA/wshXhGSflUP470TyJ5PZrCaWoVbTfGrjG8SmCgQryBeiY2gTF3MBPvtUw+z0BofjahKZyGWjIYR/9lcuk8LTBQod5APbMmjXqQCq5y8G20iHnGkiyJrrd8n/k2/bCMLjE8SmCgQr2BeKYx8xHWmidG/o6UzDOJPVkSXY9/Nv09wjz6D8fwJoGBCvMG4plHPsh875zHaE9Pw0wFhr8YmDdMzxxLe465ajgbbE28UZfaCmYLjLBh4N4wPXPPxz2FiOBqY/3GJn1l8xSbITD8xMC9YXjmv7yGFeF6EjAk8kl61Gs8j8DwD8PiDd0zrWO+wVStoVuZ0ria028VGGHDsHpD98wfvYcv4toLvsqw91e9xw0KDL8wrN7QPHO+368ZKsX0GYZ00SORzwiMsGHYvKF5Zv6tDGHSuC6kjk28kYPGssQnCwx/MGzeUD1zKKWAhchyDM9p6et5dhESGHww7N5QPNOZ9SmmyTFwWXsiut+Ra1dEgcEFg+ANxTN/i7BOJIYpFzzsab+H+XZ5Fhg8MAjekD0THf49ViJcH/Y0y1R92ocFRtgwSN6QPfO7vt4n7CbqcOQLHvb6AvtsfgKDNwbJG0CeoHIFOxGuL3qYNbMKfDHxRnQZw75h0KkbtwbRG5JnZo/inu/YlDacep/h7nICaDKGfcOgUzduDaI3ANyHDZzkpEXUs4A/6y6PhC5j2C8MSnXb1iB7A8Qn3U1ZkSsNpEvYgbE+A91sRpkx7BcGrbppazh4AzyfWkNVj0uVgLlU2891F+VFmzHsEwatumlrOHgDDP4RVTWu9bEUmh9jZ1M+5mo76oxhfzCo1S1bo9nBGwBcpKiFQscBTV4sAO66r1NnDPuDQa3u2Rq9yN4AgPfcG5p2gRT3yaS3pYBdrmqlzhj2B4Na3bI1UtPJ3gDjvkbz3N1rMFXUerTHYFfbUWcM+4NBrW7ZGu0O3gD/DXZSVONaK8FjiTdC9BhY6WYz2oxhnzBo1U1bw8EbAM4YT/cDzJVaet5sFowsUjWK1FLUdHNPN1cWKTOGSRgNW/I2XWDEoBQJ45QcilIVdGscV7JZip0wyN4A8Hj60y7wKDUTHf2nZpEaUaSWoqZyMNNFvZQZwwQMuOm1q29uYMSgFAnjze2NjY3RoFujVY6A2vm6EwbZGwDCn9/U4IKPSicjdyIlNYvUiCK1FHXd6WYmPLqMYRJGLC8G23Pa2DDoRMKAe6s7O81iUK0hPzq3Je6IQfSG5JmmQf8nMR6dJqCj/8wsUoXHUjR0OmVC4orpMoYdMFpqX+hkw6ATEWPri3l5u1tC0BqxvzU4vyhEb8h9If6a5maSEwptAWinCzOLVOGxFE19z8XMvlQZww4Y8ZycU4wYVCJj7Djc8v62iuBbA77xCuyiNUjekD3TcTvn2/83YVOIm1mkCo+laKqt103JwYifWBcPAQaE9QXBY7TnX4ZdvCgkbyh9O1/h+9ZaCvBvTkYWqcpjKZp6Giz1H6N9e4d0Jm4LGqPliPTGbigKGgPCt7ZiRRsGwRvquIPsD7fyo2tOH4avMLJIVR5LEdEwpuF+7jA6i2uu1bwQOEa86ED0UtnBoDEgLKvFinYMuzdUz5zOeIIf3r3gAL7CyCJVeSxFRAfAvf5jnN/4/IsNwWM0bnu+6GBH4BhtuQ1okYBh94Y2Jm7ZB87zojsSyfK8bxbDcD+B4ROGzRuaZ64OnesdCNfoVM8Rw/C91NHWVWi0MPpXjRZW/9UeMMwdw6s4YehP1v700RQxtaHM5qo0Xl8WDJs39DH+RZFDnivFtB48xLD3Q7bhfgCJbIR6WKP8V4kWVv/VFjDMH8OjeGEoTxZrBG2Nnm0JzJxLM61Qdg8HDKs3dM90TpnCZShlvG9fltF/9t1xz1Qq5xP5rxotDJBG8xUjkHqM3dUnizaCvqZS8wXA/mr/Sf8IOGBYvWE09aFIMUO1hhYyvkPXg4X4CvVkq4HmKw+Vv+q5RQsehlbPcMfwJl4YWHY78vTVx46ekT+0eWBYvGE29dyhDHHXuuqZvwmMTsWH+wFkiVjG/CgnnWf4Y3gSNww9R9lsBHVNvvF2InsGKucZdgzcG2ZTn++7jLFmyOOrvvUbPuoZ+Uud8ReaTWT7PsMfw5O4YeCfOOYa9bF2yrV/n9H+Y8fAvYG8PZ/IYI4V5XFJwXIlQQumtv1uQj1j/d3kA4YX8cNA85W7SFy2/m5S9+SBgXkD8UzrqGzWqoelsV+6bE4blngjgZFcDMwb6NeALazxbX/icotkKfiTwAgbBuoN7KvjtNuZIoLbevEZhDiwF1MorsDwAwPxBuaZ2jSmmJw5nG6PbwFzBEbYMBBv4Jc1HhrEEIpwOmW8950xjWcJ+RcY/mCY3sA90zBwsfdKJ3HrSXsyMklghA3D9AbuGfh0+v96rXM7xx77M8F2gRE2DMMbFs/EPjbDa5U8RwZhI3EERjgwDG9YPAN3evX0Cq4jEFcCj3ltAsM/DN0bVs/A+8Z5mvo22uMWRiJct1CNLBYYScHQvGHzzMmeT3mp7n7OiQq7wP0CI2wYmjdsnoG/GOAhkeZ4ZDIzEa7JEQ9RMG4w6MIufcOgU0gwVG/YPdM8+Mf0ldEFKLmRp8gpNxh0YZe+YdApJBiqN+yegbn0CXslbNcqiZpDH23nCoMy7NIvDEqFBEPxBsEz8TupkzwH9uafRxLrTX2jxBUGZdilXxiUCgmG4g2CZ+C+SCldTYupg2fd6FlAeVHaHQZt2KVPGLQKCYbsDZJnaJPJvQRcuxFlJLhLDOqwS38wqBUSDMkbRM+c6f0fNNV8yUOQvhtVgS/5gEEddukPBrVCgiF5g+gZ+HPQ2716gU/4QgfhJ0Av/hjUYZf+YNArJBg/BGTPfAd8eoprTQb+nAWl0zGYxB+DOuzSHwx6hQQjezDRM1WRDTS1/ITvjGaGcsFPfMCgDbv0CYNaIcGQvEHyTOens6jGVMb78xl1aK22L90Uii4xKMMu/cKgVUgwZG+QPFOQYo7P1TNAtaVebK3Iz3/Z+HHFdYZWQ+hUrZbjsmBQhl0SMSC8vDZqo6LCoBUJo7O6cG1FLKkYsjcInrkydJ5Z0JJJ9aVe3LO5oXmHeQPso/xmgjZ0IfWjdgztuCwYdGGXZAzYsTknaqOiwqAUEeNoaf375QeTiaF4g+CZX/dD8kb0SFBtqRcLzkLYtNbYiuOM84awqectx2XBoAu7JGPAV/fLngm6NUqk40bfSyaG4g27Z97J+E+zoGeAaksjErSpA8I65GrxDNahUTbtBUiPQctxmTCowi4dMM5ICFErFR0GnYgYsZyawvw9rUnEUL1h98zMMUh+mp4Bqi3NSFAYq1mPnPqa02/ljHcrmiZnOW7QGFeLL8kZYkFjXMvZcbm5vDKJGKo3bJ7ZA/4LKekZoNrSjAQ9s6HyKrrbo+BJrnRPgkcJGNpxg8YoO9rentMcDxqjXf58bChIHobmDatnOj5xD1bWM0C1pV48UWKN2sjMYBruZ1FbRiYRQztuwBh5yswS1UFjwKIrEF4sShqG7g2rZ55L+39YWc8A1ZbaIr7uhDy5ArrhS2A2R7zZ4CUShn7cgDFkye/xoDFeK7986aWDScPQvWHxTNMHH8FX6Bmg2lJbNClvtBxsy4ksw/0sOp0ykYihHzdgDFmyZ4LG6Ni7trCqI1kYhjcsnnkk0/McKycjExNv5FITvY/+0zCMrBYjjcVIaTHWY7kt0JrnwgWDi0KCYXgD98zx9DXe6/w2Oj0Qk8rBt1kxtKgjJPUJzaRD4z4Bnn2JbMkBg4dCgmF6A/fMvRMYugO2ZHzQ+86YPpjBMPpPxSB6Rl9n9YndM7wweCgkGKY3MM9sAy+z1PpHsJxld0PLwR+ZMdTQQjT0U//EUdyBxH1aQ6uNLXlgcFBIMBBvoJ5pH+Np5JWpIekcoj9hNH0IO4ZxnkGXls8m9NyCPla35ILBrpBgoN5APbOq59/ZKt4D7mOrQNF9YA87ht0zlu8zRtyn3TPqei4Y7AoJBuoNxDMX+zEHr03xMtzPouORKRwwzORKaPk1hCUuG+nutt9NfDBYq+DUGswYmDcQz8wf/D5r1f9MGctaBRyb8k+BETYMzBumZ2pSCpirhvPph/tZVMKjq5DA4IuBe8PwTGfWJA59AWN96Hog2hTv34fD6D+BwRXD4g3DMxsjrzLVq+mvYBHT/ovAXwVG2DAs3tA9c234A0zVGhqZ5mJooqMa00YKjLBhWL2he+ax3pxyJw6DaQx7TwOHBUbYMKze0Dzzbu/HGCrFNA287nnf15mem8DwBcPmDc0zDwznlu/YxHBCHUk3jl1gJAPD5g3VM69GNrIQ4VoE/uJxT9bvagLDBwy7NxTPxCdxmODKlNcfiNJvQoERNgyCNxTP5NOnoXWlEjAv8UYEzWO+9iQwuGMQvCF7pnkw51GaYz2F/53lcI1bYHDGIHlD9szS/h7SXbuStxtrPO6lCQzOGCRvSJ75e89V7ES4vNzA53PPXmBwxSB6Q/LM/R/1lFbflaI96DsKDfGWzy4w/MQgegPA3WAbByCLloM/UO7xB059EAUGRwyyN0Bswr/w4LGKtuMzv77OAoMbhoM3wLPpnL9rqSoH36La/lvcxlQIDG4YDt4AmT/lgmPT7VQDuU5GbhcYYcNocPAGANzuaeA6DWjyYgHgN0ZUYPDC6E32BgBu0k49aAvo6T6ZdEpPTjP6CgyOGH1Tyd4AluwQbqKLsbCmZQiMEGBYc2V0gT2WnApO+jVlXM6T4NcCI2wYDt4AcBaahcZLzelDzYKRkLopihTxZFI4FE3/8hOjYUvepgvBY5yScz+qgsY4rsSPFDthkL0B8MxFXsLi/9Qs0vjpPTlRs2hNJsVSBn3EgJteu/rmhuAx3tze2NgYDRqjVU452vm6EwbZGwDCf0OzXfnoSOSzSEnNIm3ft0/1jBZNakkmhZ9F00z9w4jlxWB7TlvQGHBvdWcnUgwKQ9K5LXFHDKI3gJwT/APeeFicsZFFqmRDGUVrMimWmuwrRkvtC52BY2x9MS9vd0vgGNKjvzU4vyhEb8h9IdCsei7CY9PNLFLFM2YRTybF0tn9xIjn5JwKHmPH4Zb3t1UEjgHhG6/ALlqD5A3ZM51TPkc1J0Yixfth0zOYWaSKZ4yiNZk03rcf11kdHDHiJ9bFQ4ABYX1B8Bjt+ZdhFy8KyRtK307KuXcSyToNjJ5FqnpGL9qTSSlnm/GG0b69QzoTtwWN0XJEegUbioLGgPCtrWjRjkHwhjruYM5wjr016tNG4yuMhFTVM2qRkEwKR6dZifljdBbXXKt5IXCMeNGB6KWyg0FjQFhWi1IRMOzeUD1ztu9v+eF9PmIZ/WckpKqeUYukZNLDkc/7j3F+4/MvNgSP0bjt+aKDHYFjtOU2IEUSht0b2pi4/+h9hhcd5VybmDhOvCkweGHYvKF5pmUUQ54oLso5fTFxnOBXYPDCsHlDH+O/KbLPOxGqZ8EvGPb+Ba+JxAUGPwyrN4z8mbvv5PLTLtZ7INP+A3tzCOkRGHwxLN4wPPNmKpd5UucAtpHfG8EcgRE2DIs3zDy9H9/C4Vbq2ZSPMdbwMU/D/QSGrxi4N0zPXBywmLFmSZOYR/8dj0wSGGHDwL2BZL3+356ep+/QtQt8g7UK+A2wK/FGAiO5GJg3EM+0j2Me7nkLh9F/0R63CIywYWDeQLPrt4OdbDWvBCvYKlC0AqwUGGHDQL2Bzasy4zamn3YtPW9m2d3QzT2ZgtoEhh8YiDcwz/xv+tMs1c4E21l2N7QdzBQYYcNAvIHP+bV4oOepBeXRfxy+4yua5H0yPYHhF4bpDdwzlwc95L3S8Sn/8L4zpn+kjBcYYcMwvWGZwzQ3zfOwyi18rlkqmuN9IKHA8AvD8IbFMx233+21yoG9+M3/3dbL8w0SgeEXhuEN65zse716ein4ExMRrj8Bj/OPCQz/MHRvWD0Ds0d5GlbZnDaMkQjXsDRPd78Ehp8YmjdsnjmT8YSX6u7l16dMURW4V2CEDUPzhs0zcFlfD8Mqj0QSJ5nHZZ2rrXj3ivIowdZZXgYSusGgk8BApXrD7pno0Ln0lY1OTdxHXvJJXWFuacWh2rejiT1Tnzo6wRYeMTHWOB4AACAASURBVOgkMFCp3rB7BhZHqOdtKQALE28Uj+9fsrq4ovbtc+fqGhN6Bi4E1PNjusKglMBApXiD4JnOKVMoh1XG+/Z10TE0XrtgWe7m/XX10Wh97ZWEO7irlG0PXyq9njEUbxA8Aw+lFNHV9JCrscWxJQtWrCk7UNcYkzxTm/j5rAeUF6XdYdBKYKCSvUHyDJw79CpptZPec/dhWztrwaPPlO4/9m5j/bvVu11MkDg69T0fMKglMFBJ3iB65vwHltFU4/JLfeH0eUtWF5YfOFZXV3tgc13iHSi/93v6beFCAgOV5A2iZ+AvQVq6a6WBO1wd7cEZDz68Yk3x7v0HDlWU5VW72OMOPzDoJTBQPQTInpkFPu0+EnQyuNXVwQqzZi1Y/PiawtKyzaWFq93cC70VTOaPQS+Bger+kUTPvEJ302kpcNVVq3byjOwFS1asXpObu+bxFecS7/A03W0WlxjUEhioJG+QPNNx+xfp6rnJ1d3T2IKpM7LnLV6ybMWyZYufSfy7qa3XTX5g0EpgoJK9QfLMX5FONHpOq7bUi3pgqqot4HsuDhc/NDVrxqzvzVu48OEFC+oSe+Z7yNlOP66WRcqCQSsSBoSX10Zh4Bid1YVrK2JJxZC9QfBM06D/Yxa0DFB9qRf1wFRNE1JcBPTH42WTJ0+fMSs7e1b2/sTXgU+nTLBjaFmkLBiUImLAjs05Zk5rYBhHS+vfLz+YTAzFGwTP/PwmpFOwHgmqLbWFEZiq6WTkzsTHi8fj1QunTp6cNX1JXeL7TfBOtBusjqFlkbJgUIqIAV/dL3smaIwSqTWi7yUTQ/GG3TPH0cEHegaotjQTQtXAVEMzXUw4pNzNPlZWWFbn5r52Odrd3jiumkXKhEEnMsYZCSEKg8aI5dQU5u9pTSKG6g27Z2aMRwY56Rmg2tKMBFUDU83tOI2iMYUN6zGPq2SRBo1xtfiSnPMWNMa1nB2Xm8srk4ihesPmmf/GBlPqGaDaEgkqVQJTTa0Ej3GlewwbPmgeV8kiDRqj7Gh7e05zPGiMdvnzsaEgeRiaN6yeaR/3NaysR4JqS21hBKaaGsx1otZoj8FEDC2LNGCMPCWpsDpoDFh0BcKLRUnD0L1h9cyTlnAIPRJUW2oLIzDV1C7wdY54X7fEIWjH1bNIA8aQJb/Hg8Z4rfzypZcOJg1D94bFMxcHWILX9JxWbakX9cBURJM5Tjx/PDKZiKFnkQaMIUv2TNAYHXvXFlZ1JAvD8IbFMz8a7DnsyjlNKR/kSweqlA8GABhRqa9RH5PEEO/EHuokMMgyvIF7pib1ee91zgUl5H8YsXyEdCDJH0A+XOUIfY36mKASMNcHDGoJDFSmN3DP3D2JoTtgrA95uF/+XfCufOk8M6JS94y2xtEzA/swZJo4YdBLYKAyvYF5ZiNbSPCzYBFptXSCkbwBpD/KZ5P0saStUR4TtIgtFtcBg1oCAxXiDdQzLaO+w1bvCGLatewN9Qyjn2fMNSMI2zelkdYyY9BKYKBCvYF6ZgXrpAdVgNSJAij/GX+Vc465xq4vso7+I2PQSmCgQr2BvGhn+/6OteYvWGfv0A9heAao34W78MzhyBd8waCUwECFeQN50b7LPolTfdoo1irgKPZpiwQGbwzMG6ZnqiJ/Y64aPgxYE/BzwcMCI2wYuDcMz3R+KovDpJTx/n3YBu/F+/TnMPpPYHDFsHjD8ExBCvunnqRCbHZVes0HhQIjbBgWb+ieuXIrW7WGxqKzOFPrQupYgRE2DKs3dM8sJU3Y7kVHIlMY9p7Ca/SfwOCHYfWG5pl3Mv7IUCmmr4K9nvfdC74qMMKGYfOG5plvjPGUokdSc7r3EXy3pnOYQ0pg8MWweUP1zB6wlYUI12/Akx73fBL8RmCEDcPuDcUzHR+/h40IV2aGtxF8bRmZAiNsGARvKJ55Lu0YIxGmrWC2p/1m8zzbCQw+GARvyJ5pynyElQjXxIiXEXynIxMFRtgwSN6QPfNI5iVmIkzveHq+EyPvCIywYZC8IXnmeNpz7ES4ZnsYwVfu8eQZBAZd1HE3bg2iNyTP3DOBy8TfqFo8fH/LzGCaDy2pGHRRx924NYjeALAMVHAAsmgV+C3lHr8Fq7oPBmXUcbdtDbI3QNuY+3nwWDUk/QrV9lfSh3QjDMqo4+7aGg7eAKt6cv6upWovoJt4+T6Gi9vJx6CNOu6mreHgDdDP49RAiTQlQnPN5xjTTbSkY1BHHXfL1njPwRsA0J2uXOsCAO6TSdMBYLlZn3QM6qjj7tkafcjeAMBNUK8HFYP+X3avAaC4O2FQRx13y9YYkkJ+ZmASjy6ddlH2J+TTiTFpGLRRx92zNTodvAGqIi+Q1rPqZ5T9lnPBz7oRBm3UcTdtDQdvAPgg+xAVu+rTRpoFIyF1UxQp4smkcCT7oAx3GPpxWTAoo45JGKfkUJSqoFvjuJLNUuyEQfYGgGf78A3QUjQNIL2O1SzS+Ok9OVGzaE0mPQymJQXDOC4LBmXUMQnjze2NjY3RoFujVY6A2vm6EwbZGwDCx1iH3NpVhT1lNYu0fd8+1TNq0ZpMKj0jvhNuOmAYx2XBoIs6JmHAvdWdnQQqKgw6ETEkndsSd8QgekPyTMuIB3jjjUTHlZtZpIpnzCKeTNqEnjl9xVCOy4RBF3VMxNj6Yl7e7pYQtEbsbw3OLwrRG3JfiI2R/+FL92csv8LMIlU8YxQtyaRwEfhzUjDU4zJhUEUdkzF2HG55f1tF8K0B33gFdtEaJG8o/fTuYokqsivWZwBaNLNIFc+YRUsyKRzAEs5DgaEcN3gM6UtpQfAY7fmXYVcvCsEbimdqUtfyxPuBJY9LjyZVPaMVCcmkJeAH/mMYxw0Wo+WI9FI0FAWNAeFbW5EiAYPgDXXcwQLv0Yt2nU0Zh68wElJVz6hFQjIpHOc9bNA1hnHcYDHiRQeil8oOBo0BYVktUiRh2L2heubigF/yw/u0NV/USEhVPaMVCcmkxyOf9h9DP27AGI3bni862BE4RltuA1okYNi9oY2JW2WJkmbQLsob7qjus4QnC4wQYNi8oXmmfRy3nldDGPLSoz249TXijGHEdAElTFIO60IfV5r/6iuGV7Fg2LyhP8dtvDz9e7CcYe/l4PfhxDDj3PQgUnWdFkGqhx/7jeFRbBhWbxjP88t8epK3ZAxi2n8Qn77T3DEsnkHWKev18GO/MbyJFcPiDeN5Hk//E1O9mr7JOM9UOfhmKDG0eFrlw0f9PMI8Y4Qf+4zhTawYFm+YT/JnmQ22jal1MsI6FfgdEQ7fxvljoOcZCM3PJjPClnCeuW5aA/eG+TybBv2EsWZJn2CeN/N0yifCiJHg+wzEHOUfhiexY+DeQJ7nX9ISdzhLoC3gQdYq4IN0E8InCSPB7ybkX33F8CIeGJg3kOfYcft01qozOcwD3taLOUNDYPDGwLyBvi/2sHp6qedgHFRPAsbhMwKDPwbqDewz+JtsCWnN6cNYdjc0jC0TTGD4gYF4A/PMOxlM15C+zGn0317wZYERNgzEG/h3/d+wJL4eiXzO+86YPseScSow/MEwvYF75srQ73uvdAxTcDGqC6ljBEbYMExvWK4prE855LXO9eBHDES4fgTWC4ywYRjesHimc8pUj8Mq4/368usgGu/bz2NlAsM3DMMb1muXByMehwovBHlsSJjywEKBETYM3Ru2691zP+Spp0V96mhGIlyjUz0NJBQYfmJo3rB55lzfZV6qy+IwgR2qNyJZAiNsGJo37H0+VnoZVlkFuCaZS7rHy0DCboRBF/0ZEgzVG4R+QqO+RY/3IS4T8qJqSvvQdY1BF/0ZEgzVG4T+iJvpZ2Z/Fiyh3SWhltDPRd6dMCijP0OCoXiDNMH13XdQ/kCL9RpIt4MrDexF2du0W2HQRn+GBEP2BskzR1Ip50mdA0rpdnClUjDnOsagjf4MCYbsDZJn4EM3U91KPZsynmZz1xpPN5Cwe2FQR3+GBEPyBtEz9QMW0+BNipyg2dy1TkQmXb8Y1NGfIcGQvEH0DPwNiFAITKZ5MhT61HWMQR39GRaMR2zj/lR9BdzrPhL0HsA2esZZg8A91y0GbfRnaDD+ZSzRMzvBDlcH1PQ4WEmzuWutBI9fvxi00Z9hwZC8QfJMbNwMGjoIb+7BfeIYSS09br6OMSijP8OCIXuD5Jmn082BWHpOq7Y0Ylvh5bXmvcxdYKYLPFrNRIYJ68dtrcjPf7klcAztuCwYlNGfRIzO6sK1FbGkYsjeIHimAf3VpGWA6ku9CDs25yD3vyfxGO5n0Un0d4J+3D2bG5p37AocQzsuCwZd9CcZ42hp/fvlB5OJoXiD4JmHBiFXZ/RIUG1pJIS+uh/F8+PSCHY9Qj9ugbSuaW3gGNpxWTDooj/JGCXSuuh7ycRQvGH3zFH0KrCeAaotjUjQM6UxFA/OAZsT81FpM3rd0zhuUweEdaWBY6jHZcKgiv4kY8Ryagrz97QmEUP1ht0zd9+O7KlngGpLvXi1+BLE8Pjf6sHur5jJpDBWs/5C0BjacYPGuJaz43JzeWUSMVRv2DzzInZXW88A1ZZ6sexoe3tOM+rKZ8GvuNL9CruPa0aRntlQeRUGjaEdN2iMdtkhDQXJw9C8YfVMy6hsrKxHgmpLbZGnTK2AXTUcxrXrSlMaPvpPxzhRUo8Ug8LQjxt0axRdgfBiUdIwdG9YPfNEL7yXnh4Jqi2N2FaInwblTmH3csS719IvTTtufN0JeVKHoDH04waN8Vr55UsvHUwahu4Ni2dsvYH1nFZtacS22vBgVuQNbnS2/q/acZuUt1JO0Bj6cYPG6Ni7trCqI1kYhjcsnpk7zHO+I89O7h772YcYo+usT+k/JfzI/OsThirp0JXGodU1RvQbOX5UluEN/B9f8zq6SdZCwCsBf63X8Tzhxeg661MJ6dPW61v6gqEKgOUAOTSyBJDcdROi3sA26JzyWYbJKeMf4DRoL973AwwVhRMDfWnU0wia9al6Rn3BLCcZP1oDVIJKWs8g3sA2KPQ+WlvWevBjlt0N/dj7+OTQYqAvjZ6nZmZ9yn/ztRfM+tnkQ2sA9X/qoTFABYH40YR4A/3XK0P/lYUOwo9wCSG4kPqR6w8Df2m0swrxPAMh9tnkR2ugkZEuzzOoN9ANmNJnZPEJO2HKWwkrRtdZn8ankv37jB+t4cEzqDeQDd7JeIKNTr6QwB6qtJf9mkIIMbrO+kQ/lfDPJl9aAzs09ltJ/2yy+gbzBvKP2R9hStOTxSO8jTE/TmD4gYF5w/RMJXsSrRwS+RRjDU+x5lQKDP4YuDcMz3Tc/iXGihXdxBhG29brJoERNgyLNwzPcEghl8Uaes0hd1tg8MaweEP3TNMghouNqD7OFK5/OuXjAiNsGFZv6J5ZxGNWFVknI59k2PuTvHr0Cgx+GFZvaJ7hNHuTLJbJgjjNVyQweGLYvKF55it8ZomTxTIpGad50QQGTwybN1TPbAM7WYhwrfQ8+eFyniMhBQYfDLs3FM+0j/s6E5BFgz1OshrtMVhghA2D4A3FM6v5za4taxf4mqf9vsZvPmmBwQuD4A3ZM/aZ2hllmzTelbjOWy8w+GCQvCF75oeDme9p4DqbcpuHvW6jC3ISGMnAIHlD8kxNKs+Ac0XfByXU+5QAhjldBIY/GERvSJ75wiR+8yhoivUZQL3PgD7cfu4LDF4YRG8AuDGynwOQRWvAIso9FoE1AiNsGGRvgJaRD/DgsWok5Qi+prSRAiNsGA7eAI95md4gsarANKrtp3kJ9BcY/mI4eAP0/XcuODbdTTWnx+HI3QIjbBhnHbwBgOeBk12rHtBEkwLgeaigwPANoy/ZG8CfsyCEuWDod93rVkAZly8w/McYFyF7A2RNZhg66ax4n/40v+Dj/ftw/8EvMBgxOh28AapTCjgRYZoP6EZ+F4P5AiNsGA7eAHD+kCtcgDBdSBlrFows0k1RrIgmk8KxKbwmgk6A0bAlb9OF4DFOyaEoVUFjHFeyWYqdMMjeAPBCPw7DIayaEkF6HatZpPHTe9R0FD2aFE8mrY1MSQoG3PTa1Tc3BI/x5vbGxsZo0BitcgTUztedMMjeABCu6vkOb7q94D6kpGaRtu/bp+Lo0aR4Mim8j8PgRxcYsbwYbM9pCxoD7q3u7ESKQWFIOrcl7ohB9IbkmdYx9/PGG4KO/jOySNUUJr1oTSZtTh+SJIyW2hc6A8fY+mJe3u6WwDGkR39rcH5RiN6Q+0KUgT186Z4Ev0VKZlCrgqMVbcmk8LfgyaRgxHNyTgWPseNwy/vbKgLHgPCNV2AXrUHyhtJP754JHTzp2jIy0aIZ1KrgaEV7MinMzGAb7ucWI35iXTwEGBDWFwSP0Z5/GXb1ohC8oXjmrbTneOLNBtuwsh5NqllYLRKSSbeB2f5jtG/vkM7EbUFjtByRXpmGoqAxpNd+K1IkYBC8oY47eCTzEj+6dyIT8RVGFqnqGTOa1JoyOTHC8du4A0Zncc21mhcCx4gXHYheKjsYNIb04VOLFe0Ydm+onrmU+Qg/PNtzNbJIVRwzmtSKZ3tifmCc3/j8iw3BYzRue77oYEfgGG25DWiRgGH3hjYm7rm0t3jRsZxTrSdQgRECDJs3NM90TLiHgQgTy3c3yxc1gREGDJs39DH+e0CZdyJUbL8R8R+EAiMUGFZvGPkz949hTkaTxXotagh7FpjA4I1h8YbhmXcyVjHVq4n1mjd+gVtghALD4g0zT29pPw63UtnvrWE30gRGODBwb5ieuTKEQ58N9nv42A17gREODNwbSNZrQQpNB2OiCjn0FZoPCgVG2DAwbyCe6ZycxdjNk0ufRMoOiAIjGRiYN9DA6aoI/YBeTD/l0vc5F/xUYIQNA/UGFlL+3eFMA1fq00ax7G5oVBrTUA2B4QcG4g3MM06DoFyKbsSVsxiHhAkMPzAQb+CTITANxKUd2ekspqGnAsMfDNMbuGdaRn7He6UjuE3M25Q2QmCEDcP0hmXSFYZgEfqkCmcxRGkIDL8wDG9YJ+rxHGDkJRHHWZ4jewSGfxi6N6ye8RyU5iV5y1meo8EEhn8YujdsE8l5DGT0lvDnLI8RhALDTwzNGzbPXBywxEt1n/KUJOqs45FPCYywYWjesE9Y6Slg2mtisbM8RSq7wYjLOldb8e4V5VFQGHQKCYbqDbtnPAXZe01Gd5an6HY3GJJP6gpzSysO1b4dTewZ3zDoFBIM1RuEiXHL6SfMWAl+x4EI1+/op4hwhRGP71+yurii9u1z5+oaE3rGNwxKhQRD8QZpMmXqiXlYZnpxFvVUNO4w4rULluVu3l9XH43W115JfGXBJwxahQRD9gbJM8fTn6araCbDjFLOKgcz/cCILVmwYk3ZgbrGmOSZ2sSe8QmDViHBkL1BnLT953QTDZ6M3MkHyKI76abWc4lRO2vBo8+U7j/2bmP9u9W7G4PCoFZIMCRvED1DOaEp2wyZzqKcwtMlRuH0eUtWF5YfOFZXV3tgc11QGNQKCYbkDaJn4HKaSNAI4DxrjKFP+4Hx4IwHH16xpnj3/gOHKsryqhPv4A8GvUKC8VNA9sw08KD7SNAHwECf8AaC7/DHKMyatWDx42sKS8s2lxaudtOt3xcMeoUEY9rtRM9sAZU0tTwFfEjkk7QUPOUDRu3kGdkLlqxYvSY3d83jK84FhUGtkGBI3iB5pnV0Nl09w/gM97OoOX2YHxixBVNnZM9bvGTZimXLFj+T+HeTTxi0CgmG7A2SZ57IOGU81jNAtaVe1JNKVe0H9/qAdy8w+/Lox22tyM9/uYUJI35oataMWd+bt3DhwwsW1CX2DAlDi0QNujU6qwvXVsSSiiF7g+CZ8/2WmQU9A1Rb6kU9qVRTVuQId7ojkSw7xp7NDc07djFhxONlkydPnzErO3tW9v7E14GJGFokatCtcbS0/v3yg8nEULxB8MzcoUiQsJ4Bqi31op5UqulC6mjueKNTkdF/+nELzkq/9tYyYcTj8eqFUydPzpq+pC7x/SYyhhaJGnRrlEitEX0vmRiKN+yeOZSCjNzTM0C1pZEQqiWVGvoxWM+Zbj34sR0DNnVAWFfKhKHczT5WVlhW5+a+NhlDjUQNujViOTWF+Xtak4ihesPmmc7PTEHMqkeCaksjIVRLKjUU7/sBvrM6xD/QF6nQTCaFsZr1F4LG0CJRg8a4lrPjcnN5ZfIwNG/YPFMceR3dSosE1ZZoUKmcVGqqAFBdOk6ohQCt3TzumQ2VV2HQGFokatAY7fLnY0NB8jA0b1g9Ex02FyvrkaDaUlsYSaWmRqfynKeq3vJZrGOcKKlHikFh6JGoQbdGkfTl4mJR0jB0b1g9s6zvP7GyngGqLbWFkVRqqgb9Ys+srEgNCSO+7oQ8qUPQGLLk93jQGK+VX7700sGkYejesHjmTK8n8BV6Bqi21It6UimieznOOFdlvbagHbdJeYPnBI0hS/ZM0Bgde9cWVnUkC8PwhsUz2aMoe/aYakqjvFDZhYZ5H/1HwADKf5UjwIhKCID8F+aDfGldJawE8hoA5Mf273Z8MTwrJBiGN/B22ge2eK9zKXiWgQjVsyz3SuwYqjckq1SOkJ+v9BeOWD5CnotzuewWdRvZT/5ieFVIMExvYO0Uv50pgmBgL4/D/SyK9WK6J2vDqJQcUqmdbVTP5N8F78qXvCTfb9M8UznCeu+NN4ZHhQQD8QbWTrmpTIl/W8Aclt0NzWE525EwloPl+ieU/EGUb5xzgLZG++zyGcObQoKBeANtp+ZBD7HVO97bcD+LzqaM54thP89o32H0NcoSWs4z3DG8KSQYqDfQdlo8gKobsF0nI5PYKlA0ia7ja2IMy/cZCGx/9bOQrxjeFBIM1BtIO52gHW5g10z6oVE27aTtYJ8QA/vdBG2eQc45vmJ4UkgwMG8g7TRjHPO3pZaeN7NWAW/u4fnnvsDwCwPzhumZHRzsCFeCxxlreJx+wKDA8BsD94bhmfZxX2WsWNEtjGOEoz1uERhhw7B4w/DM0z0Yv2up2sX4+TvTSwCCwPAXw+IN3TMXByxmqtbQJKbMk+NcvuQLDK4YVm/onnnoZk691NmuJ/C5mCAwuGJYvaF55kgqj4BzRXNAqed9SzldtBQYHDFs3tA8c/cnufUCjPX2fn9kYG8+N0cEBkcMmzdUz2yO7GMhwvUs8JTIJ2kJt5uwAoMbht0bimdaRn2LjQjXhzz292hK+5DACBsGwRuKZx5nmebAriow3dN+0zl2KhMYnDAI3pA9c7bvMsLGDMryNJfHYa6dVwUGFwySN2TPzGWbtsmu+jQvI/hGs01UJDD8wCB5Q/LMwUhx4n3pUnUXAvoE/DzOg3H8xLhhWoPoDQA7p0x1MQ0lXapuvF9f2t/u8b79+A768xPjRmkNsjcAXJdyyM0B6VJ114MfUuL9kPvgYh8xbpTWIHsDXBnqas4O2lTdMal0czpfSB1Dtb1L+YRxg7SGgzfAo/3Ou9mdNlX3SGQqFd5UH8JS/MO4QVrDwRsg4w+udqdO1f0K2EtBtxd8hWJrCvmDcWO0xjsO3gCg1dX+1Km6zYBOfoS/+YZxg7RGX7I3ANjj6mjUqbpPgtsWuddt4Ema5+5e/mDcGK3xOQdvgOkTO4j/YBFtqm5br0yqZ5PZq41qe5fyCeMGaQ0Hb4DatD+72Z02Vfc7lKP/tgCGWZqTjnGDtIaDNwB8eJCbG56UqbqnUyaaBSMhdVMUKeLJpHCiH/n8JIyGLXmbLjBicGgN/bjBtsZxJZul2AmD7A0AGzJ/5uJ4lKm6d6Cj/9Qs0vjpPTlRs2hNJj0ZucMFBqUIGHDTa1ff3MCIwd4axnGDbY1WOQJq5+tOGGRvAAifSXfRwZguVbccoEnmahZp+759qme0aFJLMinM5j/fEAkjlheD7TltbBjsrWEcN9jWkB+d2xJ3xCB6Q/JMbMK/JD4gXaruB9FJzYwsUiUbyihak0lbMj6YGINODhgttS90smFwaA3tuMG3RuxvDc4vCtEbcl+I3WBbwgNSpeouB+jFIDOoVfGMXrQmk8I/yIkfPOWAEc/JOcWIwaE1tOMG3hrwjVfsVKZI3lD66d0/tp0nXbTHELRoZpEqnkGjSbFkUjiE7zytjhjxE+viIcBQjhs4Rnv+ZTsVIoI3FM/U9VzFE+8+8DJW1qNJVc9oRUIy6cvgPv8x2rd3SGfitqAxjOMGiwHhW1tJVKYI3lDHHfyq/0V+dMcjU/AVRkKq6hm1SEgmhVN4zjvvgNFZXHOt5oXAMYzjBosBYVktiQqR3RuqZ5oHz+eHN9Y6+s9ISFU9oxUJyaRnU8b6j3F+4/MvNgSPoR83YIy23AYSFSK7N7QxcfmpNZCTSsA8z/vOAyUCI2wYNm9onolP+jy+Go3RlaWt0R4bu+rxUYj69/E++i/Wp7/nfS3yC0NrB4hFDjtM6+kjBqVYMKzeMMb4H4hstKw2Y3SRNQDZSW03NabO1CLwF890EP4FLGLYOxkYZjugEX1Jx6ATG4bFG+YTfmB4i2U10GN0kTVEz6BqShvJQAfhSO+Z28nBIMc3Jh2DSqwYuDfMJ/yP3o9ZVhvvI6AG6OqBhbhnLJ9N0wD+rZtWB8E0pv19xyB4xvmj6TppDdwbyJvksd5n8dWA8O3Ffp6BEP1sOsz8JKcBL8P9LPIRg+Y8c920BuYN5AlfG/4AthoL0yV9n1HPQvj3mZFpLjrHdqlGxvOo3xhqO6DP3dkz101rYN5An/DGiNlxAv11QPjdpPxVP5Wwz6ZcDl/aFgHm+CQ/MdR2QJ+74++m66g1UG+gnunMmsQ4dk/6ccg++i/O8rtQYPiDgXkDfYO8kVJg35pG88EGtgoUbQCMF6UFBn8M1BvYSXX+4PdZ6v0np4vdY1P+mXgjgZFcDMQbmGcu9mOYXYrfTTXb/TSBETwG4g38y9uqnm97r/UVbjfv7wOvXRUMOgAAIABJREFUCIywYZjewD3TPuZ+75UOSefVSSiaPiTxRgIjuRimNyw/ErdZeuZQ6I8cOyMuB38UGGHDMLxhvbBw7wSPP+34dnrG+jsLjHBg6N6weuZ4+hpvFX6b6+CKcvBtgRE2DN0btguYj2R6mmDwZGRi4o0oNNHblHoCw08MzRs2zzR98BEv1fEeLIqNExUY4cDQvGG/UfJc2v+jr+0lMDvhNnRhl7PBS9c1Bp1CgqF6w+6Zjk/cQ19ZZkbi8Au6sMu2DLrci+6GQaeQYKjeINyQ3QP+i7auR92E7FCGXT4JHr2eMSgVEgzFG6Sb+DPHuMtLM9ScfquLrWjDLm9Np0wI61YYtAoJhuwNkmfeyfhPuopmuIr2ow273AtmXMcYtAoJhuwNYmehX7vLf9V1JPIZN5tRh11+hi7xtHthUCskGJI3iJ65MpRqBNVH3UUVU4ddXkj96PWLQa2QYEjeIHdmXU6XCfppV0ejDruEU65jDHqFBOOn5I6snVm9KSJBF6W46zxIG3YJ4/1TfnbdYlArJBidWZ8memZDhGqKslzwEzeb0YZdwp/Q9Z/uXhjUCgmG5A2SZ6LDv0dXz4ddzU9FGXYJ69M+fB1j0CokGLI3SJ5Z3tccAaXntGpLvdhZXbi2wug1cThyl4vDUYZdwruQyfD047ZW5Oe/3BI4BoSX10YhEwatSBjacZOJIXuD4Jkzvf/DLGgZoPpSLx4trX+/3BzQ+SU3823ShV3CKvAlO8aezQ3NO3YFjgE7NueYOa2eMChFxNCOm0QMxRsEz8wehfTw0SNBtaVeLJHORNH3jK2a0oYnPh5d2CUcjo5v149bIB23aW3gGPDV/bJnWDAoRcTQjptEDMUbds/si5SaBT0DVFuaxZrC/D3IHYbFLuYPpwq7hM+CxXYM2NQBYV1p4BhnJIQoZMKgExFDO24SMVRv2DwTv/NupKRngGpLvXgtZ8fl5vJKZMOBvRmH+1kU6z2QgCH/Q836C0FjXC2+JOe8BY2hHTd5GJo3bJ7JxZKw9AxQbakX2+UzcwM66rIEzOGKNwfLBTOjSM9sqLwKg8YoO9rentMcDxpDO27yMDRvWD3TPPjHWFmPBNWWerHoCoQXsUzQj1lD/ph0NuVjRIwTJfVoMSCMPGVmieqgMfTjJgtD94bVM78YgCd76pGg2lIvvlZ++dJLWBDO8chkjniTLaP/tOPG152QJ3UIGkOW/KYOGkM7brIwdG9YPHOy51P4Cj2nVVvqxY69awur8EzQ+8EubnS7gGVsnnbcJuUNnhM0hizZM0FjaMdNEobhDYtn7hvnOcU+2uMWs4ClQQFrVgtA023U7ZX1hm6hzG3XqpUfRcEtyBp9/fK7zBBSNJDUiqRhGHml29GqPbcGo2hbwycMwxt4Q+wE/+29zsfASuOxJUEMycPSWt+eooVoJcDy21zJrFDB0CtU1y2/65QZQooGkqLRXWpcl/JX/eeV4PtosheVZ7DWYJOX1vABw/QG1hCxj1H2BcN1c0/jYqD28kk+QTyD/IvyYun/asVo6Xkz9bErzROXgoF5RrGMEUIqHRp9jJuiUjkLqf8sYQDPnkFbg0leWsMHDMQbWEM8nf6/LNVuBzONapUzeqX0fq3EPpu01tfWLNdeaEv25UzpI4FS+XLdmmcUDL1C9XCnIERCSPOxx+qWmimUeox/3g6NpFL8s5OyNZjkoTX8wEC8gTZEw02LCRtTaJIx3E8/m0jnEvMQ6GeTUjb/FcU4GZlEe+B8047S/2QM+3nG+GKiuQUQzjNqPeo/nwSTIMt5BmkNFnloDT8wUG+gDfGQq9lMu9DplPFIteh/0Pp9BtsKxxhPP/pPNp9xelAw7N9nLF+xoM0z6selsdN4cNr+0UUjszVY5KE1/MBAvYE0RG3aX1lr/p4+Ga/dM9jvJuTg6A8cRVsAZe8doxLkEFvQn2Pq7yaCZ5x+NxlcGDGtZ8zWYJCX1vABA/MG0hDTbnc1O3tXaus1MPFGCTSQfT5ygcEbA/OG6ZktPMbD/AkwJfJJWgr+JDDChoF7w/BM64ezCRtTaxjtcD+LmtOHCYywYVi8YXjmiQzG71qqDoB7mfa/FxwQGGHDsHhD98z5vsuYqjWURTfcz6IjkSyBETYMqzd0z8wdepWhVkTvpY5m2Ht06nuJNxIYycWwekPzzKFIMUOlmBaC9Z73XQ8WCoywYdi8oXqmc8qUThYkVPG+fb2O4GPYVWD4VZfdG6pniiOH2JhQeX97sLwbBIZPGHZvKJ65OnQuE5BFXj+G2T51BYYvGARvKJ5Z1pcqbyaRvH7dZ/t2LzB8wSB4Q/bM6YwnWIlwebuswHoVQWD4gEHyhuyZ7A9T5uclkrfLl6xXKwWGDxgkbwA5qY39vqdFXm6TuLorQhfu6xsGnbpxaxC9AWDH7VzmcMZFfzvW3d1XunBf3zAo1W1bg+wNAP+a5iLriVb03T7c9fKgDPf1C4NS3bY1yN4ATYMeoqzIlWi7l7nsTUYb7usTBq26aWs4eAMsvsnTPCqJRNuN1WWvVdpwX58waNVNW8PBGyD9aapqXGsmWPuOe6112TueOtzXHwxqdcvW2OXgDQD4xk0YanGXSGrI3Sgc6nBffzCo1T1boy/ZG4Bl5GRXWgFup0gmvcPlWEHqcF9/MKjVLVvjiw7eAAwjtLsS7UBhl2OSacN9fcKgVTdtDQdvAFsSBB/RBhLYsg/Iog339QmDVt20NRy8AWyJM1yEBZ8YCambokgRTya1ZayQRRnuS8Jo2JK36QIjBqVIGKfkUJSqoFvjuJLNUuyEQfYGsCVbcREWsKRmkcZP78mJmkVrMqk1y4ksynBfAgbc9NrVNzcwYlCKhPHm9sbGxmjQrdEqR0DtfN0Jg+wNIKekvemCj0obsSA3NYu0fd8+1TNaNKklmRTOARsTV0wX7kvCiOXFYHtOGxsGnUgYcG91ZydSDKg15EfntsQdMYjeANakTi7CAiONhFQlG8qMjbUkk+LZlA6iC/d1wGipfaGTDYNORIytL+bl7W4JQWvE/tbg/KIQvSH3hcASgXkID6Y1g1oVz2hFezIploHrIKpwXweMeE7OKUYMKpExdhxueX9bRfCtAd94BXbRGiRvKP30sORxdlkCsM2gVsUzWtGeTIpnbfuIET+xLh4CDAjrC4LHaM+/DLt6UQjeUDyDzXDALmvQvp5FqnpGL9qTSbFMf78w2rd3SGfitqAxWo5Ib+yGoqAxIHxrK1q0YxC8oY47QGdSYZZtQg8jIVX1jFa0J5Nic4f4hdFZXHOt5oXAMeJFB6KXyg4GjQFhWS1aJGDYvaF6JjqcY2D1aOvEQUZCquoZrUhIJq1P49jV3gnj/MbnX2wIHqNx2/NFBzsCx2jLbUCLBAy7N7RxlJQzw3UllgnKKOdCExjJwLB5Q/NM5+c+zWkgZbxvP++j/+L9SMP9AJ7va+b+qsGfyuMkYHiqyTuG8rzi2jOFakKk3AKa1NZAttdSviCe5qVuKWGojeVFNm/o1RxKKbBv7UXzmUb/rQfz7SvRfF+IZuCB5cAptMwHDC9iw/i1jIFEzOktIEtPODZXVOKhy4ZnpC0lDL2xPMjqDaOaeUOveKsRF+Us0DaRpoVG833NJGA5eRFUOnjGDwwPYsOoHDFMwlCeoXKS0FtAlpFwbAgNi0Q9I2352chHjcbyIos3jGrO9/s3jzVi+izj6L8jkc/a1qH5vloSMFCjEh3DEf3A8CAmDOmZyhjys1OjlLUWUJ67eVaB2hr5/wCLjDQCU8eDI0ZjeZHFG2Y1/5nxjscqEe0FTEnmkmbYY/3QfF8zCdgaDOo7Br2YMJRnKmEoz06NUka+uZne0EXMsjW29JY8qgv3hllN6xgOfWFvZR7915x+q3UVlu9bqa7R/5KbwhcMejFhKM9UwiA/V+wbiyL0+wx6FgISBqtncG8g1bwE9nitU9eT4NesVUhf/J60rMHyfdHfTciaJGBQiw0DfaaOnkGeO/q7CQtjljBYPYN7A63mnk8wBgS3ZWSyVaAoM4MxEldg8MdAvYF65v+lPcdW8WzwElsFil4CswVG2DBQb2Cnq0fYJjw4nTKRZXdDE9ki/gWGHxiINzDPNGQ+wlLtRE6DEE9GmJ6mwPADA/EG/rXo2XSGHtTl4Fved8b0LVAuMMKGYXoD90xsAkO40gczePXcasn4oMAIG4bpDcvPr5fBNq91Lgd/ZCDC9UewXGCEDcPwhvUn+/0f9TisMtpjCBMRriFexzMKDP8wdG9YPfP3nqu8VXgf+xVBRHvAfQIjbBi6N2yXBpf28zSs8nhkCiMRrinexjMKDD8xNG/YPNM82FPXkbEpHHsUQ3kg4ViBETYMzRv2WxAFKTX0tZXw6qRkaD4oERj+Y9BFf6reIPSKnOQhsLp/H97RR7E+/QWG/xh00Z+qNwi3Ol+NUI9YXgSYp8y16a9gkcDwHYMy+lPxBun2+APDr9HRNaaNpNvBlUamuUiIExhsGLTRn7I3SJ55tzdlQtg08DrdDq70OqAMuxYY9Bi00Z+yN4jdcB7r/S4NHfXTcSnKxhcYHjCooz8lbxA90zL8PopI0HeG8h2NbqgpbajA8BmDPvpz+APk7n7/QZcJ+jmqJ+9enxMYfmNQR3/CX5CHScUnDfoDhdK5/7RUFeuTLjB8xqCN/pR/bhM9k093Wa8EzKPZ3LXm0V3IEhgeMGijP2VvkDxDffuA9zVqVdQXzAUGPQZl9KfiDZJnlvY3b1PqOa3aUlsYEaGqeN8LU4XemNMxWivy819uCRwDwstrozBwDC2ZlQWDMvpT8QbBM1h3CC0DVF9qCyMiVBPfe+6qsA4AOsaezQ3NO3YFjgE7NueYOa2BYWjJrCwYdNGfqjcInsG6XemRoNrSTAhVI0I18e3bowrraKQft0A63zatDRwDvrpf9kzQGFoyKwsGXfSn6g27Z3aj3Tv1SFAjC1RPCFUjQg0tB39IzEelP6AdGo3jNnVAWFcaOMYZCSEKg8bQklmZMKiiPzVv2DyDdyPXI0G1pZkQqkaEmuLXV1k7MNZxGjlurGb9haAxrhZfknPegsbQklmTh6F5w+YZfLiKHgmqLc2gUjUi1BS/MRGq8AEa5nHPbKi8CoPGKDva3p7THA8aQ0tmTR6G5g2rZxoyf4qV9UhQbWnEtmoRoaZu5zor38nI7USMEyX1aDEgjDzlF0p10Bh6MmuyMHRvWD1jHX6rR4JqSyO2tcx6yZDXGE9V1gGn2nHj607IPw6CxpAlv8eDxtCSWZOFoXvD4pla6zB/PadVW+pFPSIU0WyOswxvsQ5s147bpLzBc4LGkCV7JmgMLZk1SRiGNyyeuWei5ziRtl48MitUZVLPHi4wXGMoiZ9qQo3610hENXM/lccWGd7APcMUW8QjKUgVU16QwEiAoSR+qklYWkKfngGK5n7K6zGZ3sA80zpmlnc6CIcyJ5Kpak4fKjB8w1ATP9XTCEDWJPAM4g3MM39gi2HcC77Csruhr7DlHwqMLjHUc4uRpAaM9D38swmJr1aEeAP1DHPcK2vCqirmnFWB0RWG0iFLfmCeVZQ1lnxhy3kG9QbqmR+wxkqzJjmrYs5zFhhdYaDJntbscjz9ExXqDeRfDqWsY6OD8IdMUe2q1oMfCgwfMdBkT+scCXj6JyLMG+a/dH5uCvM0GUwzU2hVcJifQmBwxsC9YXqmmMd0PLlgIWMNC3lMQCMw+GLg3jA8w2naL9vcUpTiNNGVwOCJYfGG4Znf8ple8HDk80z7f57PhHoCgyeGxRu6Z870fpypWkPTActHXBWYLjDChmH1hu6Zb/OaLtkyJy+luE0QLDD4YVi9oXlmX2QTQ6WYfoHN/U2nZ8EvBEbYMGzeUD0T/+TdLES4Bvb2OpAw1nugwAgbht0bqmdyU3lc5tZUCrz+ApsDSgVG2DDs3lA803zLQ2xEuMZ7HEh4NmW8wAgbBsEbimcWD/CU7+qk45FJnvab5C3RVGD4iUHwhuyZkz3+LysRrm+AXR722gW+ITDChkHyhuyZr47zmFfvpGiPWzzsdYvXhHaB4R8GyRuSZ3aCHYn3pcuRfRyspKZbCThdVUwCxg3TGkRvABi7zc2EvnQ5svDmnrSXCFt63ky5hwv5hXGjtAbZGwA+nX7Cxd6UObI7Ae3EyzPBTso9XMgvjBulNcjeAA0DFrvZmzZHdhLlCL6THr/WB4Nxg7SGgzfAQ4Muk9ZbRZsj+w/KqwvjU/5Btb1L+YRxg7SGgzdAqrtOPdQ5snPA8lfca7nny5SBYNwYrZHj4A0A3PX7o86RjdElkwJ/wi59wrhBWsOhXylwOaCXOkd2KbiHIpn0HrCU5rm7lz8YN0ZrfNfBGyDbXccZ2hzZprRhVM9mmD/p3T5h3CCt4eANcCbjCTe70+bI3kvZM6wKMMzSnHSMG6Q1HLwB4LK+/3SxO2WObE0EmTjMSEjdFDWLlmRSmBXxMD2dF4yGLXmbLjBicGiNU/Jxq4JuDeO4ZAyyNwCMDpvr4niUObKjU5Ge7moWafz0npyoWbQmk9anculinxADbnrt6psbGDHYWwO+uV06cDTo1jCOS8YgewPIg1dcTPJClyNbgI2oUbNI2/ftUz1jRpOiyaRwIShIjEEnEkYsLwbbc9rYMNhbA+6t7uxEip4w6ETE0I/rgEH0huSZzs+4GEBJlSMb7/sBZAszi1TxjFnEk0njH2AfMugOo6X2hU42DA6tsfXFvLzdLSFoDeW4ThhEb8h9IQ6lFCY+Ik2O7I+xEcJmFqniGbNoSSZdD36cEINKDhjxnJxTjBgcWmPH4Zb3t1UE3xrqcR0xSN5Q+unNZQ2EwHUB/zA2s0gVzxhFazKp9HnLGIHgEiN+Yl08BBjSt5aC4DHU4zpjELyheOZ8v2U88bIsiSdGFqn6fUYv2pJJj6Df6/3CaN/eIZ2J24LGaDkivbEbioLGMI7riEHwhjru4ImMU/zo9lsvLhhZpKpn9KItmRTeC/b7jtFZXHOt5oXAMeJFB6KXyg4GjWEc1xnD7g3VM62js/nhDbMmuBkJqapntCIhmbQ5ne46pSeM8xuff7EheIzGbc8XHewIHEM/rjOG3RvaOMotoJIX3VMMN0uWgqcERtgwbN7Qx2t/8XbHYGAtaE0WFihLVluvmzzTQXiT9yhc3zEAQMJ0IVx+Fx4KRWyT66I1rN7QPVObluO0C0CWaKAsWU43Q91pC/guw97+YmjBhFqY7vK7TuHhc8Q2uS5aw+oNI39m4SCnW6moZ9BAWaJOp3ycgQ7Cj1ui/T3KDwz1+WthurJlkJBdQG6T66Q1LN4wPNOQ+XOHPSyeMQJlibqTcSaPk5E7mfb3EQMNvATgFDQCC5VPbWKbXCetYfGGmaf3dLrDWE/reQaYEbM2lVN3bbdqJjZVkUf5goGF6SrnGWgL2U0CBr3YMXBvmE8zNt4hN9v+fcYeH6trEPUQGqtaeg5irMEvDDzc3fp9htQm101r4N5AnuZOB09r7yzkd5OjZ37nYaieVSvB71ir8AcDACxM1/K7idAm11FrYN5An+bXWcdtR3sMZqtA0WDWkcoCgz8G6g3UMyd7Mkz6olTsKXrAql3g6wIjbBioN7DT6RK2HJrjkU+x7G7oU2zJKwLDDwzEG5hnmgczhevf5jFKyaqzKbcJjLBhIN7Av7Y9n8rQdbkEzPW+M6a5oERghA3D9AbumfikL3ivdEAfXqP/Yn0GCIywYZjesPw83B/Z6LXORWANAxGuNWCRwAgbhuEN62WW73jNI29KG8ECZNEIrwMJBYZ/GLo3rJ450/sxbxVOY4rUt6oKTBMYYcPQvWG7nPs7b/OrHI4wfBMi6AveZhQRGH5iaN6weSY63FOfjVGMUwRZVZ82SmCEDUPzhv22UYmX+eJywU+ZiXD91MsMaQLDXwzVG3bPdGZ9inpeynif/pxH/cF4/z7UVQoMnzFUbxBuTx9OoR4qPB8kHolJq0IwX2CEDUPxBqlLw/xbKYdVXkgdy4UI11jagYQCw38M2Rskz5zvRzmwYQqXGeutOhKZIjDChiF7g9h1alXGOzT17AX38QGy6D6wV2CEDUPyBtEzrWM+QxEJ+spA6xg9TmpOv0lghA2jdcw3yN16H6fLBOU6GB1RlsAIH8YS8vCBjo+PKaRQ7wxOw/0sasvoLTDChtHx8XuInnku7RhNNVvBbD48Fs0G1mALgRE4huQNkmeaMh+hq2dihMtwP4tORyYKjLBhyN4geeaRzEvGYz2nVVvqxYtl+fnlRs7/O7TPx5UmRsxfb/pxWyvy819uCRwDwstrozBwjM7qwrUVsaRiyN4geOZ42nNmQUsm1ZfaIr6uOhqtNrsczuYx3M+icvTkqmPs2dzQvGNX4BiwY3OOkdMaHMbR0vr3yw8mE0PxBsEz90xAugPqGaDaUlt0rDva3n50g7FVS0Ymd7zMDKT3l45RcFY6Pa4NHAO+ul/2TNAYJVJrRN9LJobiDbtnykCFWdAzQLWlEQn6Xm5OTi4yB80q8FvOdL8Fq+wYsKkDwrrSwDHOSAhRGDRGLKemMH9PaxIxVG/YPNM25n6kpGeAaksjEnTb7mtXtu1GNhySzjX6E15JH0LAkBSrWX8haIyrxZfknLegMa7l7LjcXF6ZPAzNGzbPrOqJ3jfQM0C1pV5sz7kGYUMesiHvS9X4lXIzIPXMhsqrMGiMMulDIKc5HjRGu/z52FCQPAzNG1bPvGe5P6lngGpLbRHPvQphPXarfUqE6ppOAh2z3JHTMU6U1CPFoDDylKkkqoPGgEXSaeRiUdIwdG9YPTN/MH460zNAtaVefHl7c9PWA+iGF1J43nofm4Lf+deOG193Qp7FIWgMWfJ7PGiM18ovX3rpYNIwdG9YPFNt7W+l57RqS73Ytnfd+v/BR1vNB8WQl4qtPYy04zYpb/CcoDFkyZ4JGqNj79rCqo5kYRjewD3TmTWJul+nLo5dCb30ZBQYPmOY3sA984KX/uO6csHPGJBQ/cxLj2mB4S+G6Q3MM9HhD7LUOpLT0Ij6tJECI2wYiDcwzzzWhyl34rDX4X4WTQOeRoAJDD8xEG+gnvE87lYXn6GenkeaCgz/MFBvoJ55YCRjvmMT22lU00jWiYIFBn8M1BuIZ/7He46IrkXgz6xVwD97T84QGH5hYN4wPROfdBdz1RwicpgSegSGPxi4N0zP5LHkoukqAd9nrOH7LElgAsMfDNwbhmeaBy9grFjROMbIv7Mp4wRG2DAs3jA880u2nFddxyOfZtr/02zJpgLDDwyLN3TPnOy5mqlaQ19jijDeBb4mMMKGYfWG7pn7WXPrdUV7DEm8kaOGsCa1Cwz+GFZvaJ7ZCbYxVIppOcOUDCvBcoERNgybN1TPxCZ8mYUI16AMr5cGWzI4zDwjMPhi2L2heuZPTvN9eVE5+KbHPb/Jc3SFwOCDYfeG4pmGTOaLjag+6XEqu5ORTwqMsGEQvKF45ieO85d60umUT3ja7xN8ZuwUGDwxCN6QPVOb9hdWIlwPepqadwtg6r0jMPzAIHlD9syXnOdj9yZvU4Bzm4FcYPDDIHkDyI7ew06E6ylAmcgnaSlgnKXuxsOIyzpXW/HuFeWRDxhEbwDY+pFs6qoSahh1Mldz+jCBQYkh+aSuMLe04lDt29HEnvGAQfYGgL+nC1x0p73gXso9vkwXMSgwoOyZ/UtWF1fUvn3uXF1jYs/QY5C9Ac73+w1lRa70Ocqk0SORzwkMWox47YJluZv319VHo/W1VxIPSqHFcPAG+NehfMeBa7qQ+hGq7T9CG5ksMCCMLVmwYk3ZgbrGmOSZ2sSeocVw8AZI4R9wrujH4PsUiYHfBz8WGNQYtbMWPPpM6f5j7zbWv1u9uzHxDnQY/+bgDQB4z6OgKUaXTAp4TZt4I2EUTp+3ZHVh+YFjdXW1BzbXccf4ANkbIMJvQC+mhWAuhaXngoUCgxrjwRkPPrxiTfHu/QcOVZTlVfPGWOrgDTB3GKc+GrjqU0dTbT86le/0VDcERmHWrAWLH19TWFq2ubRwdS13DAdvgHN9l1HV41JZkTeMx0ba5aYoUsRTJt+I+JKbTcBo2JK36ULwGKfkgIsqNozayTOyFyxZsXpNbu6ax1ec84BxXMnZKHbAcPAGgE/0OuOGj05V6KUANVcyfnpPThQpWlIm7+U63aYzBtz02tU3NwSP8eb2xsbGKBtGbMHUGdnzFi9ZtmLZssXPJPxiSsBoleN8dr7uhEH2BoAto/y4DoyO/lNzJdv37VM9oxatKZNNaX5cgLVjxPJisD2nLWgMuLe6s9MsesOIH5qaNWPW9+YtXPjwggV1ia8DEzAkndsSd8IgewNA+GJknws+Kj0LfmUWjFxJJefHKFpTJn8Fnk0SRkvtC52BY2x9MS9vdwsbRjxeNnny9BmzsrNnZe9PeB3YoTVif2twflGI3pDva999O+ff27FeA5GSGbqpeEYv2lImB/bi/EPXASOek3MqeIwdh1ve31bBhhGPx6sXTp08OWv6krqE95ucXpQ3XoFdtAbJG7JnjqYyhOKQNAdsRkpm6KbiGa1oT5ncDOYkByN+Yl08BBjS75gCNgzlbvaxssKyOhf3tR0w2vMvwy5eFJI3lH56Dw3iOj/U2ZTxWFmPmVQ9oxUJKZPjGYf7ucJo394hnYnbgsZoOSK9xA1FQWNA+NZWpEjAIHhD7Q88YDFPvEmWrqdG2qXqGa1oT5k8GZnkP0Zncc21mhcCx4gXHYheKjsYNAaEZbVo0Y5B8IY67uDpdG8djInaBWbiK4y0S9UzWpGQMjmTabifS4zzG59/sSF4jMZtzxcd7Agcoy23ASvaMeze0MY3jZvBD+/mHp5H9PS4WWCEDcPuDWMc5U4WIlQrmUYOet9XYPhUlc0b+njtGfzGa7O8O27mN0L5esVQ7jjLf0dUan8rR2iP5dlG+xfwAAAQtklEQVRF80E+bwyrN4xciB5PM9SKiO1T2PaxKzCsAvrfyhHaX8U28kr574jlI3hjWL1h5M8sHsDlju4Jxm/7kyInBEaXGBbPSP8BbW2lZJ78u+Bd+bwxLN4wc65ufoipXk2sVxWslxEEhlXqR5D8Nx/3TL5kGfOcwxPD4g0zTy839ShTxYrYL6LilysFhg3D6TyjWEb/VsMZA/cGktt5x92MNUMeN2vw2yICw4ZheEZ1i/F9BlSa63lj4N5A6t8XYX5rLeFwU/hZsERgdIGh/W6Cimdsv5sInuGBgXkDrf9bo5hzyHl0PvkQe/K2wOCNgXoDn++A8RrSPZwS/u8RGGHDQL2BnceW9U3cp7QL8epMi3ZbFRghwUC8gc/f9KG5LNXy6rRP2z1eYCQBA/EG/n2pOHLQe6153AYHLQR5iTcSGMnFML1hmY/ys1O8z0fZ12HYnYeqPtDX+wyMAsMfDNMblt9lh1LWe63zR8DzrjatBz8SGGHDMLxhvf7zfa8xERdSxzAR4RrjNZ9BYPiHoXvD6hnPcTS02SZdy3MOjMDwD0P3htUzXmOv9gKOSebQc96UwPATQ/OGzTOtH/EUWE2f1da1PObaCQw/MTRv2DzjLcbzSQ+ZkF3LU36mwPAXQ/WG3TNwOn1ccFuvTA5EuDLpA3IFht8YijcInvEQS+4t47preQjiFhh+YyjeIHiGfvoDr1n6XYs68F9g+I8he4PkmYbMn9FVdIfHOTu61snIHQIjbBiyN0ieoZ3OyfvcQF2LcgIjgZEMDMkbRM/EJoyjiOor7ON5DrKu1ZLRR2CEDSM24ctEz8AVdJmgU32hg3CqwAgfxmJbH3VF7eOmvEKhgbxGHVoU7XGTwAgbRvu4+4meWdWT6uvTLnAfHx6L7qMb/ScwkoEheYPkmYsDfmk81nNataVebNu3ruCg0dWG03TzFqGzz+vHba3Iz3+5JXAMCC+vjcLAMTqrC9dWxJKKIXuD5JkFg83bFFoyqb7Ui3u2NzduMUKMz6aM8wFvHDL6zzju5obmHbsCx4Adm3OiMHCMo6X175cfTCqG7A2CZ2pS15oFPRJUW2oLJUPrvReNrX4ASuz1MKoE/MCOUSA1XNPawDHgq/tlzwSNUSK1RvS9ZGIo3iB45q5JZndAPQNUW5rFaxDWm9aK9RnAHW9AH3P0n5FM2tQBYV1p4BhnJIQoDBojllNTmL+nNZkYijfsntkY+R+zoGeAaksjIbS84krjf/3V3O7PgOsM3ZIWgT/bMSTFatZfCBrjavElOectaIxrOTsuN5dXJhFD9YbNMy0jHkBKeiSotjQSQqM71xZX5yMbjmQd7mdRU9pIAob0Dt9QeRUGjVF2tL09pzkeNEa7/PnYUJA8DM0bNs881huLuNcjQbWlXnxf+ow4uRXZrgpM44o3DR/9px/3REk9WgwII0+ZWaI6aAxYdEX6IVOUPAzNG1bPnO3zGFbWI0G1pV7c+Ur0QvHf0Q2ngcMc6Q5bnq123Pi6E/KkDkFjyJLf40FjvFZ++dJLB5OGoXvD6pkHh+OXD/WcVm2pF6P/nVeMzxdUj50+WTUyDR/9px23SXmD5wSNIUv2TNAYHXvXFlZ1JA1D94bFM1WRF7zW+DPALwE/F1D2xhAY/mMY3rCMo5yU5X0cZf8+3EYO9unvfeSgwPAHw/QG7pmCFBeTGjqpGMxnQEI1HzBMkikw/MEwvYF55spgpgOMTeEzOfWFlLECI2wYiDcwzyzt9x5LtcciU1h2NzQlckxghA0D8QbqmXd6rmKr9z5vw/0s2st6F19g8MdAvYF65v4x1GNocF1JH8JWgaIh6R5jBgSGfxioNxDPVIAy1pp/CxjPVJJWgd8KjLBhYN4wPRObwBj2JyuTuedySwaH0X8Cgy8G7g3TM8+lcejXVQ5mM9Ywm25IhsBIBgbuDcMzlzIfYaxY0cSIpygSQ+9EJgqMsGFYvGF45pFMLvfNTzM+y4kRyiGmAsN/DIs3dM+8lfYcU7WGZoNtDHtvYz6NCgzuGFZv6J65ZwJ1gAhZbUzf2jIzGH/uCwz+GFZvaJ7Z6iWoiKwngcdEPkm/8RLNIzD8xbB5Q/VM65hvsBDhutVzIldz+q0CI2wYdm+onlnlLXiRLO9Xu/lc5hYYXDHs3lA8c6Ef1+C1KZHaxBsRVMvpdprA4IhB8IbimflDGO9pWA7j8e49r9v2AoMjBsEbsmcOpxSwElmOAwo97FXIrXuQwOCGQfKG5JnOrMmeO3SS5ak3IsduiAKDFwbRG5JnSiI8JhLDlAt+Sr3PT910d47LOldb8e4V5dENjkEnLxhEbwAYHf5dDkAWjUqjnWmqPm2Ui62kF6iuMLe04lDt29HEL9b1jkEpegyyNwD8975sE3YTdThCO/Hy3RE3w7fi8f1LVhdX1L597lxdY+IX6zrHoBQ9Btkb4EzvxwirmTWNcuZMl8NE47ULluVu3l9XH43W115J/Pl8fWPQihbDwRvgOyN9yXdsShtBtf0Id8PRY0sWrFhTdqCuMSa9WLWJX6zrG4NWtBgO3gCRjTxo7FoEZlMkk852GXtRO2vBo8+U7j/2bmP9u9W7G29wDGrRYSx28AYAnH/S6YrRJZOCWOIqJRVOn7dkdWH5gWN1dbUHNtfd4BjUosRwmMsSpDJMqtqVvg9+TZFM+m/g+65qfXDGgw+vWFO8e/+BQxVleS4GfV7XGNSiw3jOwRvgh4P5zgul6WzKbVTb35bi6tdbYdasBYsfX1NYWra5tHB14jso1zcGrWgxHLwBLg5YwoXHok8hSaNGQuqmKFLEk0mPRz7lptrayTOyFyxZsXpNbu6ax1ecS7g9AaNhS96mC8FjnJJDUarYMGhlxziuZLMUO2A4eAPAJ+kCpN1pF/i6WVCzSOOn9+REzaIlmRR+3VVkcmzB1BnZ8xYvWbZi2bLFzyT8KkbAgJteu/rmhuAx3tze2NgYZcOgFAGjVY6A2vm6EwbZGwC2j/s6YT2jBqPJ6WoWafu+fapn1KI1mTTaY7CLeuOHpmbNmPW9eQsXPrxgQV3CF4uAEcuLwfactqAx4N7qzk6z6A2DUiQMSee2xJ0wyN4A8vCXnbzpVoLfmQUjIVXJhjJjY/FkUvg7sDJxxfF42eTJ02fMys6elb0/4QVYB4yW2hc6A8fY+mJe3u4WNgw6ObRG7G8Nzi8K0RtyX4ivjOf8066l5yC0ZAS1Kp7Ri9ZkUjioZ+Kri/F4vHrh1MmTs6YvqUt4o8cBI56Tcyp4jB2HW97fVsGGQSWnF+WNV2AXrUHyhuyZ4+lP88WbiY3+M4NaFc/oRVsyaTmYmbBm5TbysbLCsjoXN5SdMOIn1sVDgCG9owvYMKjkgNGefxl28aKQvKH00/t5ZgNPupORO7GynkWqekYv2pJJ4Z18Z8MjY7Rv75DOxG1BY7QckZzWUBQ0BoRvbUWLdgyCNxTPNA1ayBPv45bpNo2EVNUzWtGeTHo65eP+Y3QW11yreSFwjHjRgeilsoNBY0BYVosW7RgEb6jjDnLSvHUwJmoLsHS6MBJSVc9oRXsyKfwuz9l9nTDOb3z+xYbgMRq3PV90sCNwjLbcBrRIwLB7Q/VMx+1f5Id3E/304Zraet0kMMKGYfeGNo6ykp+nl4KnPO/7FOA2aEZg8MKweUMfr509utU7Earm9GEMew/rYrhfPsiX78ODEZWwcoT8V2Ynz8HKG0M9dKV8OOWGr/nXwFCR1L9+YXgWG4bVG3qbn8p4gqFWRPeC/Qx77wf3Ov7biOX/v72zCW0qiwLwTdKaTqjVMtQWKimlVEYqKJhFByziRgVd1IoUuqggXSiDuOgmCLpQnGGkCweKm1lEHXDhRheFQQsWBBV0UcWF+IOgFpUqapXa2ppeY5K+vPfyUj33nPPmDpyzkGryTj5fvr6f++45tyXPO9ai89/Oks7QYhQ+2qNp8ScHo4BU+JMLwzhwGH43nH1+pO4lIq0TdyNdqO27IncrvJLZrDdnPF/TEs7QYhQ/eqxlrLIzjjl8GMaBxfC54ezzj817UXmL0RbDVf+9irVVeKV4bMlF5vvO0GIsHtZyZx7tcaZwbiqcp3TpDMWEYRxYDJ8bpX3+T/Q2KnE+zqn9yAz71bngF5yv5geOM8QYpY8uO844Pzl/d52bGPcGJPAYXjdK+3yh81d0OWV2eS12qmi2ttKMQl38apzLBv/FAxuG14pgZwKQOPcGJAcew+uG6/f0VgSxFkMhflP4yu8zKnhQuvjFue6b/DcpbBjlzpTOR4v/FoDEuTcAQYHhccN9bN+7errszaB4TXL6bYtBy/0Egx3D7YbbmRe1R3CJuyLjuAT5GEde5QsGA4bbDc815B81T8veDIibRMMJ24DlfoIRAobLDY8zs617MGlXV9EMW05VYUYtBYMFw+WG9171orpmnnWY7PFIWg0Lhm0YJTd84xtbNhi3Cf78Uz2CyBv1xk9hBYMNw3HD58y9mHGrnH7C6R4XVb9g2IbhuOEfRz3Q8N4s47NoB4rIGx3RZ4JhG8aiG35n3tQPmiVMkU5ffRhJCYZtGItulD2v+av6gUm+y8TT5HvMiq4EgxOj6EaZM/Nrd5ikW0VcjjMTXyUYtmEU3Sh/LnxZ/QvPdpy87O93dVwwbMMouBEwl2DnL3PQXNPLGgmIvNG4DPz0SzC4MfJuBDjzMH4KmmoXQxuDKwq81otgcGPk3QiaszS4chKW6b7pdf2SkXJ1SxEMSzC+uRHkzFTjAViiDpa2TBPQwQXB4Mf45kbg3Mi/Y3cgeS6Yj1MuGf0K1FNUMMLAyLkR6Ex2Y+soIOIJnjaT84kawbANI7txS/Ac7GuwnqC9LHRa9wqGfRiDqkKtx7u3gOhpZWllrmdaewTDPozeSnWIkHiaOEGQpTxOJEDTBgUjJAwKZ/RRjqVZ9ETtUcGwEYPEmekkxzV6fxI49CkY4WCQOKPP0y81p29GzguGlRg0zixs6iRe0lIvdG4CpxSMUDBonNG3o2dpEjlx1qR8XDDCwCByRu9rJl2iW39s3icYlmJQOfOy7jBRpkIcNmuHIxghYFA5o0/WPKFKlYsnNX8Khq0YZM7Mtu+mSpWL3e2G7f0Egx+DzBl9SV0ly3VVXRIMazHonNFb1xvXYPriy/qtgmEvBqEz96pOE2U6jWmLLhjcGITO6IMNNKtCv2s4KBgWY1A68+bnQyR5DuGWeREMZgxKZ/RwNXCec2Dcr0b0zhAMfgxSZ+bXbSfIsn0dclaiYPBikDqjR9UIOseIGhUMqzFondHda8A1mL6YW9MtGHZjEDvzKD6EzDAUfyQYdmMQO6PTK4A1mL6YXEHS/00wGDGonZlqGkBtP9BE0mZSMBgxqJ3RmRimhfF4LCMYtmOQO5NNYfpmd6XQS0IIBjcGuTP6egRUV+yJC5HrgmE9Br0zui9pWsE3k+wTDPsxGJx5njhmuOWxxHPBsB+DwZncp5hV8E0Y/78EI0wMDmc+GR5U+5KfBON/gMHhTO6q6YbBVjcQ12mCESIGizMLJjeJuftB4rI/weDBYHFGj0fhSyCeiVKsZyYY/Bg8zuiBpg/ALT4gx7cFIzQMJmcm66AP19J1uOdoghEaBpMzeij+GPT+x+jn9YIRFgaXM3PtsMlC3e3YeUGCERYGlzN6RKUBnUnTBPMPBSMkDDZn9DZQZ1KaBX0FIwwMPmdmIZ1J3xoWsQvGf4DxFSA0TlTBBy2MAAAAAElFTkSuQmCC
System:ELDUARA
39,47,39,32,54,32,54,47,68,50,68,60,23,60,23,50,39,47
----
System:TIRESIAS
106,85,106,70,121,70,121,85,138,88,138,98,87,98,87,88,106,85
----
System:CASO
174,47,174,32,189,32,189,47,193,50,193,60,167,60,167,50,174,47
----
System:AL-HALOU
444,47,444,32,459,32,459,47,476,50,476,60,425,60,425,50,444,47
----
System:PIZZARO
174,125,174,110,189,110,189,125,203,128,203,138,158,138,158,128,174,125
----
System:EPISTROPHES
241,163,241,148,256,148,256,163,282,166,282,176,213,176,213,166,241,163
----
System:AIZAZUDDIN
444,125,444,110,459,110,459,125,482,128,482,138,419,138,419,128,444,125
----
System:ANBAR
106,241,106,226,121,226,121,241,128,244,128,254,96,254,96,244,106,241
----
System:HESIONE
309,281,309,266,324,266,324,281,338,284,338,294,293,294,293,284,309,281
----
System:CISNEROS
376,319,376,304,391,304,391,319,408,322,408,332,357,332,357,322,376,319
----
System:MELITE
511,319,511,304,526,304,526,319,537,322,537,332,498,332,498,322,511,319
----
System:XORAMEN
241,397,241,382,256,382,256,397,270,400,270,410,225,410,225,400,241,397
----
System:DAEDELUS
39,437,39,422,54,422,54,437,71,440,71,450,20,450,20,440,39,437
----
System:HYPSIPYLE
106,475,106,460,121,460,121,475,141,478,141,488,84,488,84,478,106,475
----
System:ZULFIKARABEDZADEH
241,475,241,460,256,460,256,475,300,478,300,488,195,488,195,478,241,475
----
System:DUCE
309,437,309,422,324,422,324,437,328,440,328,450,302,450,302,440,309,437
----
System:KAZEMI
174,515,174,500,189,500,189,515,200,518,200,528,161,528,161,518,174,515
----
System:ZIYA-AL-GHULAM
444,515,444,500,459,500,459,515,494,518,494,528,407,528,407,518,444,515
----
System:ASGAPUR
511,553,511,538,526,538,526,553,540,556,540,566,495,566,495,556,511,553
----
System:LIGA
39,593,39,578,54,578,54,593,58,596,58,606,32,606,32,596,39,593
----
System:DAKSHA
309,593,309,578,324,578,324,593,335,596,335,606,296,606,296,596,309,593
----
System:ERDOZA
444,671,444,656,459,656,459,671,470,674,470,684,431,684,431,674,444,671
----
System:ABOU
174,749,174,734,189,734,189,749,193,752,193,762,167,762,167,752,174,749
----
System:ANTIPHOS
309,749,309,734,324,734,324,749,341,752,341,762,290,762,290,752,309,749
|!Nav Designation|''GRID 0209''|
|!System Planet|[[Meges|Planet:Meges]]|
|!Nav Designation|''GRID 0601''|
|!System Planets|[[Eidyia|Planet:Eidyia]]|
|~|[[Koskotas|Planet:Koskotas]]|
|~|[[Periboea|Planet:Periboea]]|
|!Nav Designation|''GRID 0600''|
|!System Planets|[[Alcmene|Planet:Alcmene]]|
|~|[[Bergthora|Planet:Bergthora]]|
|!Nav Designation|''GRID 0102''|
|!System Planet|[[Bittori|Planet:Bittori]]|
|!Nav Designation|''GRID 0409''|
|!System Planet|[[Raboud|Planet:Raboud]]|
|!Nav Designation|''GRID 0706''|
|!System Planets|[[Shruti|Planet:Shruti]]|
|~|[[Ametza|Planet:Ametza]]|
|!Nav Designation|''GRID 0200''|
|!System Planets|[[Pimental|Planet:Pimental]]|
|~|[[Kiran|Planet:Kiran]]|
|~|[[Gunnhild|Planet:Gunnhild]]|
|!Nav Designation|''GRID 0503''|
|!System Planet|[[Al-mowaled|Planet:Al-mowaled]]|
|!Nav Designation|''GRID 0005''|
|!System Planet|[[Popotas|Planet:Popotas]]|
|!Nav Designation|''GRID 0407''|
|!System Planets|[[Otionia|Planet:Otionia]]|
|~|[[Varvaressos|Planet:Varvaressos]]|
|!Nav Designation|''GRID 0405''|
|!System Planets|[[Lubabah|Planet:Lubabah]]|
|~|[[Vaisakhi|Planet:Vaisakhi]]|
|!Nav Designation|''GRID 0000''|
|!System Planet|[[Hami|Planet:Hami]]|
|!Nav Designation|''GRID 0301''|
|!System Planet|[[Agamemnon|Planet:Agamemnon]]|
|!Nav Designation|''GRID 0608''|
|!System Planet|[[Thordis|Planet:Thordis]]|
|!Nav Designation|''GRID 0403''|
|!System Planet|[[Dynamene|Planet:Dynamene]]|
|!Nav Designation|''GRID 0105''|
|!System Planet|[[Nassir|Planet:Nassir]]|
|!Nav Designation|''GRID 0206''|
|!System Planet|[[Deidameia|Planet:Deidameia]]|
|!Nav Designation|''GRID 0007''|
|!System Planets|[[Suksma|Planet:Suksma]]|
|~|[[Ghaliyah|Planet:Ghaliyah]]|
|!Nav Designation|''GRID 0703''|
|!System Planet|[[Vibhuti|Planet:Vibhuti]]|
|!Nav Designation|''GRID 0201''|
|!System Planets|[[Sthenelos|Planet:Sthenelos]]|
|~|[[Amir|Planet:Amir]]|
|!Nav Designation|''GRID 0100''|
|!System Planet|[[Parra|Planet:Parra]]|
|!Nav Designation|''GRID 0304''|
|!System Planet|[[Saeunn|Planet:Saeunn]]|
|!Nav Designation|''GRID 0606''|
|!System Planets|[[Aias|Planet:Aias]]|
|~|[[Prado|Planet:Prado]]|
|~|[[Yaksha|Planet:Yaksha]]|
|!Nav Designation|''GRID 0305''|
|!System Planet|[[Halldis|Planet:Halldis]]|
''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.
''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 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 5. Pretech, pre-Silence tech.'' - Tech level 5 is the highest tech level that might merit random placement. A world with this level of technological expertise has somehow managed to hold on to the majority of the pre-Scream technology base, and can produce a wide range of goods that are unknown on less sophisticated worlds. Miniaturized fusion plants, drive-6 rated spike drives, exotic grav weaponry, and even the development of psionics-based "psitech" is possible on such a world.
Pretech manufacturing was largely dependent on specially-trained industrial psychics. With the loss of their unique disciplines in the Scream, most worlds that retain this level of tech classification were forced to substitute slower, less precise methods that sharply curtailed their production efficiency. Barring the profoundly unlikely happenstance of this world’s redevelopment of the lost disciplines, their maximum industrial output is sharply limited. Even on worlds such as this, most technology is likely mass-produced postech, with only important goods produced to pretech levels of quality.
A world with this level of technology is almost certainly a regional hegemon, one of the most powerful and influential worlds in the sector. Even those worlds that have no imperial ambitions have enormous influence simply through the vast superiority of their starships and military technology.
''Burning'' - Burning worlds are too hot for a human to survive without equipment similar to a vacc suit in effectiveness. Rivulets of molten lead or copper might bleed from open veins on the hillsides, and many of the same perils that face an explorer on a frozen world have hotter equivalents on a burning one. Ash drifts, pools of molten metal, and superheated liquid vents can bring quick death to an unwary explorer, and the miners who inhabit such worlds must be forever vigilant against the perils of their burning home.
''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.
''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.
''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.
''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.
/%
!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="►";