<!--{{{-->
<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>>
|''Player''|''Character''|''Brief Description''|
|Archer|[[El Rey|http://pastebin.com/3PcUnz4d]]|Troll unarmed adept|
|Blaxploitation|[[Kira Mosley|http://murkworks.wikidot.com/wiki:alice-harper]]|Sammy|
|Della|[[Hong|http://1d4chan.org/wiki/Mireya_Hong_Morrison]]|Wizpunk-playing hermetic|
|Heckfy[Ex]|[[Craftsman|http://logs.ur-dnd.ru/Danila_Podgorniy]]|Combat engineer|
|Lazerus|[[Wiggles|http://pastebin.com/7wNGUAhe]]|Militaristic rigger|
|~Marklon_Wahlberg|[[Harvey|http://www.mediafire.com/?et1tsj1zvzs01vb]]|Eagle shifter magician|
|Masaki|[[Enton|http://pastebin.com/1p1T05BM]]|Human-looking dwarf infiltrator|
|Mezriss|[[Andwire|http://logs.ur-dnd.ru/Andwire]]|Augmented assassin and infiltrator|
|Nap|[[Rabbit|http://expedient.wikispaces.com/Rabbit]]|Road wanderer|
|~PhoebosLC|[[PAL 8000|http://dl.dropbox.com/u/4813852/SRAI.txt]]|AI driver|
|Ruler|[[J-ello|http://www.mediafire.com/?e8lxcd9i4n175dp]]|Ork bus driver sammy|
|Spindly|[[Uriel|http://pastebin.com/HEiBZiH9]]|Augmented assassin and sniper|
|warumono|[[Callum O'Malley|http://pastebin.com/beNpJggW]]|Professor adept|
|Yue|[[Ren|http://www.myth-weavers.com/sheetview.php?sheetid=276267]]|Technomancer delivery girl|
[[Main_Page]]
!Leveling up
Attribute Karma costs are left as they were in 4ECore - new value x3. 
Leveling your skills up or learning no powers takes no in-game time as it is presumed your character practiced when he was off-screen.
!Getting items
If you have a Contact with Connection high enough to get whatever item you want, there is no need to wait or roll checks. A specialized contact can get you equipment of around his Connection x3 in Avail. A Fixer can get the same, but that takes longer and costs more.
If you have no Contacts who'd have whatever you need, you'll have to acquire the item with whatever other means.
!Contacts
!!Acquiring
Acquiring a Contact in-game costs no Karma, but might cost you money.
!!Using
Contacts can also buy loot, with Fixers paying around 50%+Loyalty*5%, and specialized contacts - around 10% more.
!Rules for Awakened and Emerged
!!Threading
Threading is a Simple Action.
!!Take 4
Magicians and Technomancers might take 4 on Summoning (Compiling) tests when the creature they're conjuring is of Rating 4 or less. Using that ability deals 1S damage, unresisted. If your conjuring with rolled dice fails more than once, you must use this ability.
!!Adept initiation
Initiation may give 1 Power Point instead of a Metamagic technique to adepts, at their choice. Choosing the Power Point does not raise Magic.
!!Spells
!!!Fix
If the object fixed can not be taken apart into discrete parts (say, a vase), you need all parts to be present when the spell is cast. If the target of a spell is a complex object (say, a car), you might first fix separate details with several separate casts, and then install them into the mechanism with Building and Repairing tests. If your pool is outrageous, you might repair the complex mechanism in its entirety.
!!!Slow
Banned.
!Combat and Movement
!!Movement
Any round of combat is broken up into as many initiative phases as the character with the most IPs present has.
Each IP any of the characters who can act on that IP gets actions as normally.
The characters who can not act on the IP in question, still get a Free Action which they can spend for movement only.
Movement rates per IP for all characters equal their movement rates listed in the core book divided by the number of IPs in the turn.
Yes, you can still take Running action on each IP you have available. Yes, that does mean that high-IP characters are able to move further in a single IP.
!!Bursts vs Armor
That may not be obvious from the Core Book, but when determining whether the damage is transformed from P to S by the armor, only initial DV counts, before the modifications for the burst length.
!!Scatter
We're using the Scatter ranges from the 4th edition core, not from 4AE.
!!Critter powers
Some of the critter powers, namely the spell-like ones, can be Counterspelled.
''Elemental Attack'' may be of other types besides the ones listed in Core, obviously. In some cases, Impact Armor rating is not halved against such damage.
''Energy Aura'' only deals damage to the attackers in melee.
''Fear'' - each hit on the Willpower + Charisma  test taken after the power's duration lowers the net hits by one.
''Immunity to Normal Weapons'' - includes immunity to any toxins.
''Mist Form'' - grenade explosions count as severe winds.
''Paralyzing Howl'' does not work against the critters of the same species as the one using the power.
''Regeneration'' heals P or S, as per the critter's choice. Trying to argue that the damage to some body parts may not be healed is never a good idea.
''Scent Tracking'' (RW, p.206) may be used with Olfactory Booster and any other way to boost your sense of smell.
!!Vehicles
The retarded rules from Core do not work. Acceleration is acceleration, Speed is top speed.
Accelerating by Walking Rate requires no test, accelerating by Running Rate requires a Vehicle Test (1). Failing it means the vehicle accelerates by Walking Rate, while glitching means the vehicle crashes.
Slowing down by twice the Running Rate does not call for a test, while an emergency stop calls for a Vehicle Test (1). Failing it means the vehicle crashes. 
Other tricks require tests as per Core.
All speed changes take a Turn to take effect.
!!Martial Maneuvers
''Blind Fighting'' does not work if the character does not perceive the target with any of his senses. 
''Break Weapon'' - is an opposed test unless the defensed is surprised. The attacker rolls a called melee attack with a +1 modifier, the defender chooses any kind of melee defense. If the defender parries, the attacker gets +4 dice to the attack pool. If the attacker rolls at least one nit hit on the test, he modifies his weapon's DV accordingly, and then the rules for destroying barriers are used as normal (the characteristics of a weapon as a barrier are up to GM).
''Clinch'' - this maneuver can be defended against as a usual melee attack.
''Disarm'' - if the character performing the maneuver rolls a single net hit, the weapon falls at the defender's feet. Each additional net hit means the weapon flies off for up to a meter in the duration of the attacker's choice. If at least four net hits are rolled, the attacker may get a hold of the weapon instead, if he has at least a single free hand.
''Finishing Move'' - only a standard melee attack may be a finishing move. The opponent defends as normal (with a -1 to the pool for his previous defense on this IP)
''Riposte'' - only a standard melee attack may be a riposte.
''Set-up'' gives the net hits rolled as hits to the next attack roll, not as dice to the pool.
''Throw'' - Strength + Unarmed Combat Opposed Test is only rolled if the opponent's melee attack does not connect.
The maneuvers which can be initiated as a part of a successful melee defense can only be initiated once per a successful melee defense, and only a single maneuver may be initiated per one defense.
!Equipment
!!Look what's in this pocket Rule
Spending a single point of Edge (regenerates as normal) allows a character to pull a single item of up to 500Y in cost and up to 12 in availability out of his pocket. The item is presumed to have always been there.
!!Drone Movement Mode Equivalence
All drones listed as wheeled or walking, except for humanoids, have similar models which are walkers or wheelers, accordingly. Drone's cost does not change for that.
!!SINs and Licenses
You might take a single Fake License for any R-rated equipment that you possess (we're not playing Keep Your Legal Papers In Order: the Game) per SIN. F-rated equipment calls for the SIN to include a convincing background story not to raise questions from law enforcement.
!!Form-Fitting Body Armour
Uses standard rules for armour staking. Noticing FFBA requires a Perception+Intuition (4) Test.
!!Rifles and machine guns
Anything heavier than an SMG requires two hands to operate. Cyberarm attributes are calculated normally in that case.
!!Underbarrel grenade launchers
Whether they come with the weapon normally or are installed as an upgrade, the underbarrel grenade launchers use Heavy Weapons skill for their attacks.
!!High-Power Rounds
HPR just add +2 to recoil for any shot, compensated as normally.
!!YNT SoftWeave Armor
Costs not 10% but 30% more.
!Electronics
!!Signal Ranges
Any wireless-enabled device may have its Signal Rating lowered with a Standard Action, up to and including turning the wireless completely off.
When changing Signal strength like that, wireless connectivity turns off until the beginning of the next turn, and then the device works as if it had the newly set up Signal Rating.
!!EMP
If a device is hit with a EMP blast, it rolls a Device Rating x2 (3) Test immediately. If it succeeds, nothing happens.
If it fails, the following happens: commlinks,  visual aids, smartgun systems and other complex portable electronics reset (as per standard rules), cyberware turns off for 1 Turn, droids lose ability to move for 1 Turn (flying drones crash immediately), vehicles have their dogbrain disable for 1 turn, RFIDs burn out (similarly to Tag Eraser effect).
Technomants in the EMP blast-affected area roll Willpower x2 (3) if they are connected to Matrix, and if they fail, they disconnect and receive 5S of damage (which is resisted similarly to dumpshock damage).
These characters mostly hang out around the Hole throughout the day, and most often stay over the night.

''Red Greg''
Greg himself is a human male in his late fifties. Judging by his build and habits, he belonged to some merc outfit, corp security detail or some other such violent job in the past (and if his tales are to be believed, to both and more), but he is now retired to run the Watering Hole and do a little fixer biz now and then. He's short, blazingly red, and a deep scar runs across his face from forehead to chin, crossing one of the eyes. Both eyes are replaced with obviously cybernetic implants, which often glow soft orange in the shadow of his bar. He's actually pretty chill and honest in biz, when he's not on one of his novacoke rides.

''Aya''
Aya is a small Asian girl in her late twenties who serves as a kind of waitress and cleaner for the Hole. Her cranium is a mess of ripped wires and smashed electronics, giving birth to rumours that she used to be...rumours differ here from "a bunraku puppet" to "high-class info courier" to "combat drugs and implants test subject". When left alone, Aya is perfectly content staring off into space motionless; she mechanically obeys most commands given to her, and only speaks briefly in reply to those. Greg tolerates her because she does the chores he's too fastidious or lazy to do himself.

''Bergson twins''
Alf and Onso Bergson are teen ork orphans who hang around the Hole most of the days. Being orks, they're bulkier than most grown men even as teens, so they act as Greg's muscle from time to time. Alf's the more active of the two, always full of plans how to become rich and leave Seattle, and notorious for poking his nose where no nose is supposed to be poked, while Onso is the more cautious one.

''Klunker''
Klunker is a balding decker in his late 70ies. He's fallen behind times with his cyberdeck, and spends most of his days battling city utilities' hosts and TV encryption whenever he's not drunk on Greg's rotgut and complaining about the youth.

See also [[Greg's Place patrons]].
These characters don't generally stay at Greg's at all times, rather visiting the place from time to time for reasons of their own from doing biz to drinking to socializing.

''Stevie''
Stevie's a male human in his early fourties, tall and lanky, his hairline of greasy unkempt hair already receding. He's a small-time pimp, and insists on being called Stevie Wonder; however, since the only wondrous thing he's able to do is finding you some exotic joygirl, he's being called Sleazy Steve or just Sleaze more. Stevie is not above hooking his girls up on BTLs to control them, and has a small side business selling chips, as well as being a habitual user himself.

''John Doe''
John's a young sammy from a tribe of Sioux pinkskins, which is rather easy to spot in the Hole thanks to his waist-long black hair and a third radar "eye" in the middle of his forehead. 
His life path was quite typical for a rebellious male amerindian teen gone to the white man's cities, until one day he decided he had enough juice to have a commlink installed in his head. He hasn't been the same ever since, dancing a constant seizure-resembling dance to the music only he hears. Rumour is the streetdoc cut more than he had to when installing that commlink, but Klunker claims he's hacked into the guy's commlink when he was sleeping and John just has Five Greatest Dubstep Hits on repeat at all times. How that debunks the previous theory is anyone's guess, but despite his dancing and preference for communication over text, John is a competent young sammy quickly earning a name for himself. Runners who's worked with him claim he even understands the meaning of stealth, but how is that possible with his dancing is anyone's guess, and they aren't talking.

''Lil' Tom''
Lil' Tom's a delivery driver for Elephantine Furniture shop. He owns his delivery van, and spends the time between deliveries tinkering either with it or with the broken drones his swarm of younger half-brothers brings brings him. When he has money left after paying his own and his mom's rent, he patronizes Greg's Place for its teeth-kicking drinks, and sometimes builds up enough courage to taxi a runner or two around on his van, when the nuyen's good.

''Toad''
Rumours are Toad used to be a wagemage for one of the japanocorps before the Year of the Comet. SURGE got him good, though, and with his raptor-like beak, scale-covered skin and a meter-long tail he wasn't able to hide that. So now he works for some of the organized crime outfits, and mostly comes to the Hole to spend time with one of Sleaze's joygirls. Sometimes he joins Greg's runner troupes for a run, but nobody has been able to find any system to when he does so.
Red Greg is an man in his sixties who run's Greg's Watering Hole in the Redmond Barrens. It's a runner club/crashpad/neutral meeting ground without a sign taking up a multi-store apartment building in the Z-Zone ruined by a quake and never reclaimed.
Any runner who runs his errands once or twice in a month gets Greg's hospitality (and Greg tends to pay less for runs because of that than other fixers in the area), as per the following lifestyle description. 

''Comforts'':1
There's a small mountain of mattresses and old clothes in the basement, and Greg lets people he likes sleep there. It doesn't smell nice, and there are warmer places in the world, but it sure beats sleeping out in the street.
There are rooms upstairs which Greg rents out, each furnished with a folding table, six folding chairs, and two beds which have to be rolled up to the walls when the table is not folded.
The rooms above those are stuffed with either comfier beds or solid plastic tables with white noise generators, and those Greg rents out by the hour.

''Entertainment'':1
A single large trideo projector works over Greg's bar counter, but unless there's someone to hack the encryption on subscription-only channels, it mostly shows corp ads.
When enough people are willing, Greg throws a disco party, blasting sound from the speakers behind the counter as well as over the 'trix.

''Necessities'':2
Greg feeds the people hanging around his place, but only the base soy paste and rotgut are free, and their taste and smell raise questions as to what exactly of Greg's holes the establishment is named after.
Water and electricity come from an illegal tap, and it takes a bit of hacking monthly to keep the utilities from breathing down Greg's neck.

''Neighborhood'':0
Greg's Hole is in the Z-Zone of the Redmond Barrens.

''Security'':2
The runners and others hanging around the establishment provide a measure of security, at least against casual threats.

Other considerations:
''Crash Pad'' - Greg's Hole is a crash pad for all kinds of folks by its very nature.
''Escape Tunnel'' - it's possible to escape the establishment through basement passages.
''Roommates'' - see [[Greg's Place denizens]] and [[Greg's Place patrons]] for details.
''Security Conscious'' - despite being made of cheap scratchable plastic, the tables and booths of the establishment are surprisingly sturdy, as if chosen specifically for it to be possible to take cover behind them in a firefight. The counter is even more so.
''Worse Neighbors'' - this is Redmond Barrens, after all. All kinds of weird shit are all around.
''It's a miracle...''
GM: Ruler
Session 1: [[IC|http://pastebin.com/0QzTAu0B]]

''Super Ethical Reality Climax'' 
GM: ~Aun_Shi
Session 1: [[IC|http://pastebin.com/38B4JhfW]], [[OOC|http://pastebin.com/F5pX2Y8z]]

''Sleeper Session''
GM: Nap
Session 1: [[IC|http://pastebin.com/DSjis6u5]], [[OOC|http://pastebin.com/pfVxTQxp]]
[[Main_Page]]
[[Greg's_Place]]
[[Fat_Houserules]]
[[Characters]]
[[Logs]]
''Setting'': standard Shadowrun Seattle after techno craze of Emergence and before the governmental elections of Seattle 2072. Lone Star has not been replaced with Knight Errant.

''Chargen'': standard, with a single exception: all the characters get an option to receive a free lifestyle called Red Greg's Crashpad described below.
Any weapon mods are available, but the ones requiring a facility to apply also require an explanation in the character's background. 
If you take Incompetence that makes no difference for your archetype or a ridiculous Allergy, you better be prepared for consequences.
Whatever contacts you take are NPCs in their own right and should get a couple of lines in description.

''Background'': okay, here's how we're doing it: the characters live or just hang out frequently at Red Greg's Place. As soon as a job opportunity arises, whatever runners present go for it - that is, once a GM and several players from the roster are all present and willing to play, a short can be run. That allows each player to have more than a single character, and the campaign as a whole to have more than one GM. 
However, that also put certain limitations on character concepts - that is, we're only talking runners with a reason to hang around the Hole some or most of the time, and willing to grab the runs handed out there.

''Books allowed'': all. The stuff from the new books (Runner's Black Book, War!, and such) is subject to GM approvement.

Fat Cheese Series