Welcome to TiddlyWiki created by Jeremy Ruston, Copyright © 2007 UnaMesa Association
<!--{{{-->
<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]];}
#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]];}
.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}
.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]];}
#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 0em 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0em 1em 1em; left:0px; top:0px;}
.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:0em 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 .3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}
.wizard {padding:0.1em 1em 0em 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0em 0em 0em 0em; margin:0.4em 0em 0.2em 0em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0em 0em 0em 0em; margin:0.4em 0em 0.2em 0em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0em 0em 0em; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0em;}
.wizardFooter .status {padding:0em 0.4em 0em 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em 0.1em 0.2em;}
#messageArea {position:fixed; top:2em; right:0em; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em 0.2em 0.2em 0.2em;}
#messageArea a {text-decoration:underline;}
.tiddlerPopupButton {padding:0.2em 0.2em 0.2em 0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em 1em 1em 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 0em;}
.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 0em 0em 0.5em;}
.tab {margin:0em 0em 0em 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 0em 14em;}
.toolbar {text-align:right; font-size:.9em;}
.tiddler {padding:1em 1em 0em 1em;}
.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:0em 0.25em; padding:0em 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:0px 3px 0px 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 0em; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}
.fieldsetFix {border:0; padding:0; margin:1px 0px 1px 0px;}
.sparkline {line-height:1em;}
.sparktick {outline:0;}
.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 0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em 0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0em; right:0em;}
#backstageButton a {padding:0.1em 0.4em 0.1em 0.4em; margin:0.1em 0.1em 0.1em 0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; margin:0em 3em 0em 3em; padding:1em 1em 1em 1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em 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 1em;}
/* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
noscript {display:none;}
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>
<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 closeTiddler closeOthers +editTiddler > fields syncing permalink references jump'></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 +saveTiddler -cancelTiddler deleteTiddler'></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'></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
<HTML>
<head>
<TITLE>Tarot Computer Services Agent</TITLE>
<link rel="stylesheet" type="text/css" href="../../utility/stylesheetrules-now.css">
</head>
<body>
<table border="0" width="100%" bordercolor="#008000" cellspacing="0" bordercolorlight="#008000" bordercolordark="#800000" style="border-collapse: collapse" cellpadding="0">
<tr>
<td width="102%" colspan="8" align="center" bgcolor="#0000FF" height="37"><b><font face="Arial" size="6" color="#FFFFFF">Tarot Computer Services Agent</font></b></td>
</tr>
<td width="102%" colspan="8" align="center" height="19"> </td>
</tr>
<tr>
<td width="5%" align="center" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Cost</b></font></td>
<td width="12%" align="center" bgcolor="#0000FF" height="16">
<p align="left"><b><font size="2" face="Arial" color="#FFFFFF">Characteristic</font></b></td>
<td width="6%" align="center" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Value</b></font></td>
<td width="6%" align="center" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Roll</b></font></td>
<td width="65%" bgcolor="#0000FF" colspan="4" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Notes</b></font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">5</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>STR</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>15</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"><font size="2" face="Arial"><b>Lift: </b>200.0kg<b>; Dice: </b>HTH Damage 3d6 END [1]</font></td>
<td width="43%" rowspan="14" colspan="3" height="329">
<p align="center">
</td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">12</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>DEX</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>14</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"><b><font size="2" face="Arial">OCV 5 DCV 5</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">6</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>CON</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>13</b></font></td>
<td width="6%" align="center" height="19"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">4</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>BODY</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>12</b></font></td>
<td width="6%" align="center" height="19"><font size="2" face="Arial">11-</font></td>
<td width="22%" height="16"></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">3</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>INT</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>13</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"><b><font size="2" face="Arial">PER Roll 12-</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">0</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>EGO</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>10</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">11-</font></td>
<td width="22%" height="16"><b><font size="2" face="Arial">ECV: 3</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">3</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>PRE</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>13</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"><b><font size="2" face="Arial">PRE Attack: 2 1/2d6</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">0</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>COM</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>10</b></font></td>
<td width="6%" align="center" height="19"><font size="2" face="Arial">11-</font></td>
<td width="22%" height="16"></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">1</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>PD</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>
10</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="16"><b><font size="2" face="Arial">4/10 PD (0/6 rPD)</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">1</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>ED</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>
10</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="16"><b><font size="2" face="Arial">4/10 ED (0/6 rED)</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">6</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>SPD</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>3</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="19"><font size="2" face="Arial"><b>Mental Defense: </b>0</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">0</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>REC</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>6</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="19"><font size="2" face="Arial"><b>Phases: 4, 8, 12</b></font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">0</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>END</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>26</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="19"><font size="2" face="Arial"><b>Running</b>: 6" (12" NC)</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">3</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>STUN</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>30</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="19"><font size="2" face="Arial"><b>Swimming</b>: 2" (4" NC)</font></td>
</tr>
<tr>
<td width="100%" colspan="8" height="19"> </td>
</tr>
<tr>
<td width="5%" bgcolor="#0000FF" height="16">
<p align="center"><font size="2" face="Arial" color="#FFFFFF"><b>Cost</b></font></td>
<td width="81%" colspan="6" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Powers</b></font></td>
<td width="14%" bgcolor="#0000FF" height="16">
<p align="center"><font size="2" face="Arial" color="#FFFFFF"><b>END</b></font></td>
</tr>
<tr>
<td width="5%" align="center" height="19" valign="top"><font size="2" face="Arial">15</font></td>
<td width="81%" colspan="6" align="left" height="19" valign="top"><font size="2" face="Arial"><b><i>Sidearm: </i></b>Energy Blast 7d6 (35 Active Points); OAF (Blaster Pistol; -1), 12 Charges (-1/4)</font></td>
<td width="14%" align="center" height="19" valign="top"><font size="2" face="Arial">[12]</font></td>
</tr>
<tr>
<td width="5%" align="center" height="19" valign="top"><font size="2" face="Arial">9</font></td>
<td width="81%" colspan="6" align="left" height="19" valign="top"><font size="2" face="Arial"><b><i>Tarot Uniform: </i></b>Armor (6 PD/6 ED) (18 Active Points); OIF (Uniform; -1/2), Activation Roll 14- (-1/2)</font></td>
<td width="14%" align="center" height="19" valign="top"><font size="2" face="Arial">0</font></td>
</tr>
<tr>
<td width="100%" colspan="8" height="19"> </td>
</tr>
<tr>
<td width="5%" bgcolor="#0000FF" height="16">
<p align="center"><font size="2" face="Arial" color="#FFFFFF"><b>Cost</b></font></td>
<td width="95%" colspan="7" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Perks</b></font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">40</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Follower:
<font color="#FF0000">Laptop Computer</font></font></td>
</tr>
<tr>
<td width="100%" colspan="8" height="19"></td>
</tr>
</tr>
<tr>
<td width="100%" colspan="8" height="19"></td>
</tr>
<tr>
<td width="5%" bgcolor="#0000FF" height="16">
<p align="center"><font size="2" face="Arial" color="#FFFFFF"><b>Cost</b></font></td>
<td width="95%" colspan="7" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Skills</b></font></td>
</tr>
<tr>
<td width="5%">
<p align="center"><font size="2" face="Arial">58</font></td>
<td width="95%" colspan="7"><font size="2" face="Arial"><B>Tarot Coin Agent Basic Package</B></font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Acting 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Computer Programming 14-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Concealment 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Disguise 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">KS: The Superhuman World 11-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">KS: The Local Underworld 11-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">KS: Tarot 11-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">PS: Tarot Agent 11-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Shadowing 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Stealth 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Streetwise 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Systems Operation 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">WF: Small Arms, Blades</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Fringe Benefit: Membership (Tarot) </font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">18 Points Of The Following: Bribery, Bugging, Conversation, Deduction, Electronics, Forgery, Gambling, High Society, Interrogation, Lipreading, Paramedics, Persuasion, Security Systems, Tactics, or Teamwork </font></td>
</tr>
<tr>
<td width="5%">
<p align="center"><font size="2" face="Arial">9</font></td>
<td width="95%" colspan="7"><font size="2" face="Arial"><B>Tarot Computer Services Agent Package</B></font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">9
Points of the Following: Cryptography, Electronics, Inventor, KS:
Applied Mathematics, KS: Computer Systems, LS: Computer Language, SS:
Computer Science, SS: Information Systems Technology, SS: Mathematics, SS:
Software Engineering, Systems Operation</font></td>
</tr>
<tr>
<td width="100%" align="center" height="16" colspan="8"></td>
</tr>
<tr>
<td width="5%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>200+</b></font></td>
<td width="95%" colspan="7" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Disadvantages</b></font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">15</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Hunted: Local Law Enforcement 8- (Mo Pow, NCI, Limited Geographical Area, Capture)</font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">25</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Monitored: Tarot 14- (Mo Pow, NCI, PC has a Public ID or is otherwise very easy to find, Watching)</font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">15</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Psychological Limitation: Amoral (Common, Strong)</font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">20</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Social Limitation: Subject To Orders (Very Frequently, Major)</font></td>
</tr>
<tr>
<td width="5%" align="center" height="16"><font size="2" face="Arial">0</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Experience Points</font></td>
</tr>
<tr>
<td width="100%" colspan="8" height="19"> </td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Characteristics
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">44</font></td>
<td width="36%" colspan="2" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Base
Points</b></font></td>
<td width="12%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">100</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Powers
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">24</font></td>
<td width="36%" colspan="2" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Disadvantages</b></font></td>
<td width="12%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">75</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Talents
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">0</font></td>
<td width="36%" colspan="2" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Experience
Points</b></font></td>
<td width="12%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">0</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Perks
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">40</font></td>
<td width="36%" colspan="2" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Total
Points</b></font></td>
<td width="12%" bgcolor="#FFCC00" align="center" height="16"><font size="2" face="Arial"><b>175</b></font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Martial
Arts Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">0</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Skills
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">67</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Total
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">175</font></td>
</tr>
</table>
</body>
</html>
All written material presented in //''Black Hats And White Capes!''// is copyright (C) by Jack V. Butler, Jr. unless otherwise specifically noted.
All artwork presented here is copyright (C) by Storn Cook unless otherwise specifically noted. Artwork is used here with permission from the artist.
/***
|''Name:''|CryptoFunctionsPlugin|
|''Description:''|Support for cryptographic functions|
***/
//{{{
if(!version.extensions.CryptoFunctionsPlugin) {
version.extensions.CryptoFunctionsPlugin = {installed:true};
//--
//-- Crypto functions and associated conversion routines
//--
// Crypto "namespace"
function Crypto() {}
// Convert a string to an array of big-endian 32-bit words
Crypto.strToBe32s = function(str)
{
var be = Array();
var len = Math.floor(str.length/4);
var i, j;
for(i=0, j=0; i<len; i++, j+=4) {
be[i] = ((str.charCodeAt(j)&0xff) << 24)|((str.charCodeAt(j+1)&0xff) << 16)|((str.charCodeAt(j+2)&0xff) << 8)|(str.charCodeAt(j+3)&0xff);
}
while (j<str.length) {
be[j>>2] |= (str.charCodeAt(j)&0xff)<<(24-(j*8)%32);
j++;
}
return be;
};
// Convert an array of big-endian 32-bit words to a string
Crypto.be32sToStr = function(be)
{
var str = "";
for(var i=0;i<be.length*32;i+=8)
str += String.fromCharCode((be[i>>5]>>>(24-i%32)) & 0xff);
return str;
};
// Convert an array of big-endian 32-bit words to a hex string
Crypto.be32sToHex = function(be)
{
var hex = "0123456789ABCDEF";
var str = "";
for(var i=0;i<be.length*4;i++)
str += hex.charAt((be[i>>2]>>((3-i%4)*8+4))&0xF) + hex.charAt((be[i>>2]>>((3-i%4)*8))&0xF);
return str;
};
// Return, in hex, the SHA-1 hash of a string
Crypto.hexSha1Str = function(str)
{
return Crypto.be32sToHex(Crypto.sha1Str(str));
};
// Return the SHA-1 hash of a string
Crypto.sha1Str = function(str)
{
return Crypto.sha1(Crypto.strToBe32s(str),str.length);
};
// Calculate the SHA-1 hash of an array of blen bytes of big-endian 32-bit words
Crypto.sha1 = function(x,blen)
{
// Add 32-bit integers, wrapping at 32 bits
add32 = function(a,b)
{
var lsw = (a&0xFFFF)+(b&0xFFFF);
var msw = (a>>16)+(b>>16)+(lsw>>16);
return (msw<<16)|(lsw&0xFFFF);
};
// Add five 32-bit integers, wrapping at 32 bits
add32x5 = function(a,b,c,d,e)
{
var lsw = (a&0xFFFF)+(b&0xFFFF)+(c&0xFFFF)+(d&0xFFFF)+(e&0xFFFF);
var msw = (a>>16)+(b>>16)+(c>>16)+(d>>16)+(e>>16)+(lsw>>16);
return (msw<<16)|(lsw&0xFFFF);
};
// Bitwise rotate left a 32-bit integer by 1 bit
rol32 = function(n)
{
return (n>>>31)|(n<<1);
};
var len = blen*8;
// Append padding so length in bits is 448 mod 512
x[len>>5] |= 0x80 << (24-len%32);
// Append length
x[((len+64>>9)<<4)+15] = len;
var w = Array(80);
var k1 = 0x5A827999;
var k2 = 0x6ED9EBA1;
var k3 = 0x8F1BBCDC;
var k4 = 0xCA62C1D6;
var h0 = 0x67452301;
var h1 = 0xEFCDAB89;
var h2 = 0x98BADCFE;
var h3 = 0x10325476;
var h4 = 0xC3D2E1F0;
for(var i=0;i<x.length;i+=16) {
var j,t;
var a = h0;
var b = h1;
var c = h2;
var d = h3;
var e = h4;
for(j = 0;j<16;j++) {
w[j] = x[i+j];
t = add32x5(e,(a>>>27)|(a<<5),d^(b&(c^d)),w[j],k1);
e=d; d=c; c=(b>>>2)|(b<<30); b=a; a = t;
}
for(j=16;j<20;j++) {
w[j] = rol32(w[j-3]^w[j-8]^w[j-14]^w[j-16]);
t = add32x5(e,(a>>>27)|(a<<5),d^(b&(c^d)),w[j],k1);
e=d; d=c; c=(b>>>2)|(b<<30); b=a; a = t;
}
for(j=20;j<40;j++) {
w[j] = rol32(w[j-3]^w[j-8]^w[j-14]^w[j-16]);
t = add32x5(e,(a>>>27)|(a<<5),b^c^d,w[j],k2);
e=d; d=c; c=(b>>>2)|(b<<30); b=a; a = t;
}
for(j=40;j<60;j++) {
w[j] = rol32(w[j-3]^w[j-8]^w[j-14]^w[j-16]);
t = add32x5(e,(a>>>27)|(a<<5),(b&c)|(d&(b|c)),w[j],k3);
e=d; d=c; c=(b>>>2)|(b<<30); b=a; a = t;
}
for(j=60;j<80;j++) {
w[j] = rol32(w[j-3]^w[j-8]^w[j-14]^w[j-16]);
t = add32x5(e,(a>>>27)|(a<<5),b^c^d,w[j],k4);
e=d; d=c; c=(b>>>2)|(b<<30); b=a; a = t;
}
h0 = add32(h0,a);
h1 = add32(h1,b);
h2 = add32(h2,c);
h3 = add32(h3,d);
h4 = add32(h4,e);
}
return Array(h0,h1,h2,h3,h4);
};
}
//}}}
*[[Who's Who In The Butlerverse: The Coins Of TAROT]]
*[[Encyclopedia Entry: "Alternate Historical Dimensions"]]
*[[Encyclopedia Entry: "April Fool's Day"]]
*[[Encyclopedia Entry: "Archons"]]
*[[Time Capsule: January 28]]
[[Welcome!]]
[[Current Issue]]
/***
|''Name:''|DeprecatedFunctionsPlugin|
|''Description:''|Support for deprecated functions removed from core|
***/
//{{{
if(!version.extensions.DeprecatedFunctionsPlugin) {
version.extensions.DeprecatedFunctionsPlugin = {installed:true};
//--
//-- Deprecated code
//--
// @Deprecated: Use createElementAndWikify and this.termRegExp instead
config.formatterHelpers.charFormatHelper = function(w)
{
w.subWikify(createTiddlyElement(w.output,this.element),this.terminator);
};
// @Deprecated: Use enclosedTextHelper and this.lookaheadRegExp instead
config.formatterHelpers.monospacedByLineHelper = function(w)
{
var lookaheadRegExp = new RegExp(this.lookahead,"mg");
lookaheadRegExp.lastIndex = w.matchStart;
var lookaheadMatch = lookaheadRegExp.exec(w.source);
if(lookaheadMatch && lookaheadMatch.index == w.matchStart) {
var text = lookaheadMatch[1];
if(config.browser.isIE)
text = text.replace(/\n/g,"\r");
createTiddlyElement(w.output,"pre",null,null,text);
w.nextMatch = lookaheadRegExp.lastIndex;
}
};
// @Deprecated: Use <br> or <br /> instead of <<br>>
config.macros.br = {};
config.macros.br.handler = function(place)
{
createTiddlyElement(place,"br");
};
// Find an entry in an array. Returns the array index or null
// @Deprecated: Use indexOf instead
Array.prototype.find = function(item)
{
var i = this.indexOf(item);
return i == -1 ? null : i;
};
// Load a tiddler from an HTML DIV. The caller should make sure to later call Tiddler.changed()
// @Deprecated: Use store.getLoader().internalizeTiddler instead
Tiddler.prototype.loadFromDiv = function(divRef,title)
{
return store.getLoader().internalizeTiddler(store,this,title,divRef);
};
// Format the text for storage in an HTML DIV
// @Deprecated Use store.getSaver().externalizeTiddler instead.
Tiddler.prototype.saveToDiv = function()
{
return store.getSaver().externalizeTiddler(store,this);
};
// @Deprecated: Use store.allTiddlersAsHtml() instead
function allTiddlersAsHtml()
{
return store.allTiddlersAsHtml();
}
// @Deprecated: Use refreshPageTemplate instead
function applyPageTemplate(title)
{
refreshPageTemplate(title);
}
// @Deprecated: Use story.displayTiddlers instead
function displayTiddlers(srcElement,titles,template,unused1,unused2,animate,unused3)
{
story.displayTiddlers(srcElement,titles,template,animate);
}
// @Deprecated: Use story.displayTiddler instead
function displayTiddler(srcElement,title,template,unused1,unused2,animate,unused3)
{
story.displayTiddler(srcElement,title,template,animate);
}
// @Deprecated: Use functions on right hand side directly instead
var createTiddlerPopup = Popup.create;
var scrollToTiddlerPopup = Popup.show;
var hideTiddlerPopup = Popup.remove;
// @Deprecated: Use right hand side directly instead
var regexpBackSlashEn = new RegExp("\\\\n","mg");
var regexpBackSlash = new RegExp("\\\\","mg");
var regexpBackSlashEss = new RegExp("\\\\s","mg");
var regexpNewLine = new RegExp("\n","mg");
var regexpCarriageReturn = new RegExp("\r","mg");
}
//}}}
Alternate Historical Dimensions: The existence of the supervillain called Moebius, as well as the presence of certain other people, has proven to most theoretical physicists that alternate dimensional worlds exist. These alternate dimensions are usually very similar to "standard Earth", but have differences when it comes to their historical record. A study done by the Oxford University, with the assistance of a metahuman who called himself "Pockets" has revealed that every time any decision is made in the world, the universe splits apart so that ever possible outcome of the decision is made in at least one of the universes.
This means that, theoretically, billions of universes are born every day. Consider: A person wakes up in the morning and walks into his kitchen to have breakfast. When he makes a decision about what to eat, the universe splits: in one universe, he just has toast and coffee; in the next he has toast and orange juice; in the next he has cold cereal; in the next he has oatmeal; and so on to the extent of his possible choices for breakfast (including a world in which he skips breakfast entirely). After breakfast, he goes to get dressed for the day and the universe again splits when he decides what to wear. What was discovered, however, is that most of the time these "minor alternatives" tend to remold seamlessly with their origin universe with no one ever the wiser. It is only when the event is one of "landmark proportions" (to use the phrase of Doctor Sylvia Dyner, head of research on the project) that the universes stay separated and go on with their history.
Researchers discovered the existence of "Earths" where the Confederates won the US Civil War, where the Confederate States of America won the American Civil War, or where the Bolshevik Revolution of 1917 is remembered as a total failure, or where the Third Reich rules over most of Europe. Worlds exist where various public figures were assassinated or (in some cases) not, as the case may be, and where a person of great fame in one world was a hopeless nobody in another.
April 1st (April Fool's Day) is notable in the Butlerverse for two reasons. First, more people who eventually gained powers and became superheroes (and supervillains) have been born on April 1st than on any other day of the year. Second, more "origin events" (in which a person gains some sort of superhuman ability) have occurred on April 1st than any other day of the year.
The reasons why are unknown, and most scientists who study such phenomena concede that they likely will never know.
Archons: The Archons are an subspecies of humanity living on Earth who possess longer lifespan than the mainstream human race. They first came into being about two million years ago, shortly before the P!k gardeners left Earth after performing genetic experiments on the nascent hominid species. To test the adaptability of the hominid genetic code, the P!k accelerated the evolution of a handful of subjects to its ultimate level. The men and women given this massive evolutionary jump called themselves the Archons.
Due to their innate evolutionary level, Archons have a nearly unlimited lifespan (the exact limits to their lifespan is unknown as every Archon death over the millennia have been through accident or misadventure rather than natural causes... they are immortal and immune to all known terrestrial diseases, but are not invulnerable). The oldest Archon still living in the modern era is close to fifty thousand years old and looks as if he were a normal man in his mid-40s.
Birth rates among Archons tend to balance out with death rates over the centuries, meaning that the total number of Archons have stayed consistent since their creation by the P!k, varying between forty and fifty individuals. Archons are inter-fertile with common humanity; their genetic traits are dominant and the children of a normal human and an Archon express Archon traits. Naturally, as further generations get farther and farther from their Archon ancestor, the number of these traits diminish until eventually the descendant of an <nowiki>Archon/Baseline</nowiki> pairing is a normal human being himself despite his ancestry. (Thus its possible that hundreds of thousands, if not millions, of individuals alive today are descended from an Archon and don't even know it.)
For the most part, Archons keep themselves hidden away from common humanity, choosing to stay in a city hidden in the mountains of Tibet. Some go out into the outside world and interact, spending a handful of years, decades, or even centuries among the normals. Some Archons have in fact never even seen the Archon city. Despite their reclusive natures, they have been tinkering with the course of human history since the dawn of time.
<HTML>
<head>
<TITLE>Tarot Infiltration Agent</TITLE>
<link rel="stylesheet" type="text/css" href="../../utility/stylesheetrules-now.css">
</head>
<body>
<table border="0" width="100%" bordercolor="#008000" cellspacing="0" bordercolorlight="#008000" bordercolordark="#800000" style="border-collapse: collapse" cellpadding="0">
<tr>
<td width="102%" colspan="8" align="center" bgcolor="#0000FF" height="37"><b><font face="Arial" size="6" color="#FFFFFF">Tarot Infiltration Agent</font></b></td>
</tr>
<td width="102%" colspan="8" align="center" height="19"> </td>
</tr>
<tr>
<td width="5%" align="center" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Cost</b></font></td>
<td width="12%" align="center" bgcolor="#0000FF" height="16">
<p align="left"><b><font size="2" face="Arial" color="#FFFFFF">Characteristic</font></b></td>
<td width="6%" align="center" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Value</b></font></td>
<td width="6%" align="center" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Roll</b></font></td>
<td width="65%" bgcolor="#0000FF" colspan="4" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Notes</b></font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">5</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>STR</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>15</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"><font size="2" face="Arial"><b>Lift: </b>200.0kg<b>; Dice: </b>HTH Damage 3d6 END [1]</font></td>
<td width="43%" rowspan="14" colspan="3" height="329">
<p align="center">
</td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">12</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>DEX</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>14</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"><b><font size="2" face="Arial">OCV 5 DCV 5</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">6</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>CON</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>13</b></font></td>
<td width="6%" align="center" height="19"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">4</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>BODY</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>12</b></font></td>
<td width="6%" align="center" height="19"><font size="2" face="Arial">11-</font></td>
<td width="22%" height="16"></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">3</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>INT</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>13</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"><b><font size="2" face="Arial">PER Roll 12-</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">0</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>EGO</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>10</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">11-</font></td>
<td width="22%" height="16"><b><font size="2" face="Arial">ECV: 3</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">3</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>PRE</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>13</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"><b><font size="2" face="Arial">PRE Attack: 2 1/2d6</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">0</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>COM</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>10</b></font></td>
<td width="6%" align="center" height="19"><font size="2" face="Arial">11-</font></td>
<td width="22%" height="16"></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">1</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>PD</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>4/10</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="16"><b><font size="2" face="Arial">4/10 PD (0/6 rPD)</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">1</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>ED</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>4/10</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="16"><b><font size="2" face="Arial">4/10 ED (0/6 rED)</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">6</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>SPD</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>3</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="19"><font size="2" face="Arial"><b>Mental Defense: </b>0</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">0</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>REC</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>6</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="19"><font size="2" face="Arial"><b>Phases: 4, 8, 12</b></font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">0</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>END</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>26</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="19"><font size="2" face="Arial"><b>Running</b>: 6" (12" NC)</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">3</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>STUN</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>30</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="19"><font size="2" face="Arial"><b>Swimming</b>: 2" (4" NC)</font></td>
</tr>
<tr>
<td width="100%" colspan="8" height="19"> </td>
</tr>
<tr>
<td width="5%" bgcolor="#0000FF" height="16">
<p align="center"><font size="2" face="Arial" color="#FFFFFF"><b>Cost</b></font></td>
<td width="81%" colspan="6" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Powers</b></font></td>
<td width="14%" bgcolor="#0000FF" height="16">
<p align="center"><font size="2" face="Arial" color="#FFFFFF"><b>END</b></font></td>
</tr>
<tr>
<td width="5%" align="center" height="19" valign="top"><font size="2" face="Arial">15</font></td>
<td width="81%" colspan="6" align="left" height="19" valign="top"><font size="2" face="Arial"><b><i>Sidearm: </i></b>Energy Blast 7d6 (35 Active Points); OAF (Blaster Pistol; -1), 12 Charges (-1/4)</font></td>
<td width="14%" align="center" height="19" valign="top"><font size="2" face="Arial">[12]</font></td>
</tr>
<tr>
<td width="5%" align="center" height="19" valign="top"><font size="2" face="Arial">9</font></td>
<td width="81%" colspan="6" align="left" height="19" valign="top"><font size="2" face="Arial"><b><i>Tarot Uniform: </i></b>Armor (6 PD/6 ED) (18 Active Points); OIF (Uniform; -1/2), Activation Roll 14- (-1/2)</font></td>
<td width="14%" align="center" height="19" valign="top"><font size="2" face="Arial">0</font></td>
</tr>
<tr>
<td width="100%" colspan="8" height="19"> </td>
</tr>
<tr>
<td width="5%" bgcolor="#0000FF" height="16">
<p align="center"><font size="2" face="Arial" color="#FFFFFF"><b>Cost</b></font></td>
<td width="95%" colspan="7" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Perks</b></font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">37</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">
Follower: <font color="#FF0000">Laptop Computer</font></font></td>
</tr>
<tr>
<td width="100%" colspan="8" height="19"></td>
</tr>
</tr>
<tr>
<td width="100%" colspan="8" height="19"></td>
</tr>
<tr>
<td width="5%" bgcolor="#0000FF" height="16">
<p align="center"><font size="2" face="Arial" color="#FFFFFF"><b>Cost</b></font></td>
<td width="95%" colspan="7" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Skills</b></font></td>
</tr>
<tr>
<td width="5%">
<p align="center"><font size="2" face="Arial">60</font></td>
<td width="95%" colspan="7"><font size="2" face="Arial"><B>Tarot Coin Agent Basic Package</B></font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Acting 13-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Computer Programming 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Concealment 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Disguise 13-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">KS: The Superhuman World 11-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">KS: The Local Underworld 11-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">KS: Tarot 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">PS: Tarot Agent 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Shadowing 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Stealth 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Streetwise 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Systems Operation 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">WF: Small Arms, Blades</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Fringe Benefit: Membership (Tarot) </font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">18 Points Of The Following: Bribery, Bugging, Conversation, Deduction, Electronics, Forgery, Gambling, High Society, Interrogation, Lipreading, Paramedics, Persuasion, Security Systems, Tactics, or Teamwork </font></td>
</tr>
<tr>
<td width="5%">
<p align="center"><font size="2" face="Arial">14</font></td>
<td width="95%" colspan="7"><font size="2" face="Arial"><B>Tarot Infiltration Agent Package</B></font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Cryptography 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">High Society 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Lockpicking 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Professional Skill: One PS At 11 Or Less Related To Agent's Cover Identity </font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Security Systems 12-</font></td>
</tr>
<tr>
<td width="100%" align="center" height="16" colspan="8"></td>
</tr>
<tr>
<td width="5%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>200+</b></font></td>
<td width="95%" colspan="7" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Disadvantages</b></font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">15</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Hunted: Local Law Enforcement 8- (Mo Pow, NCI, Limited Geographical Area, Capture)</font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">25</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Monitored: Tarot 14- (Mo Pow, NCI, PC has a Public ID or is otherwise very easy to find, Watching)</font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">15</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Psychological Limitation: Amoral (Common, Strong)</font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">20</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Social Limitation: Subject To Orders (Very Frequently, Major)</font></td>
</tr>
<tr>
<td width="5%" align="center" height="16"><font size="2" face="Arial">4</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Experience Points</font></td>
</tr>
<tr>
<td width="100%" colspan="8" height="19"> </td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Characteristics
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">44</font></td>
<td width="36%" colspan="2" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Base
Points</b></font></td>
<td width="12%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">100</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Powers
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">24</font></td>
<td width="36%" colspan="2" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Disadvantages</b></font></td>
<td width="12%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">75</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Talents
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">0</font></td>
<td width="36%" colspan="2" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Experience
Points Spent</b></font></td>
<td width="12%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">4</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Perks
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">37</font></td>
<td width="36%" colspan="2" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Total
Points</b></font></td>
<td width="12%" bgcolor="#FFCC00" align="center" height="16"><font size="2" face="Arial"><b>179</b></font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Martial
Arts Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">0</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Skills
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">74</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Total
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">179</font></td>
</tr>
</table>
</body>
</html>
Jack Butler has been playing various <nowiki>RPGs</nowiki> since 1979 (the year he turned 12), starting as most gamers do with Dungeons and Dragons. He first got introduced to Champions in 1981, and ever since superhero roleplaying has been his favorite genre of game. He's been working on his Butlerverse since his junior year in High School. That's 1984, for those who are curious.
He's divorced (twice), has two sons (one from each marriage) who live with him, and is a chef by profession. He can be reached at chefjackbutler @ gmail.com. Just remove the spaces from the address.
/***
|''Name:''|LegacyStrikeThroughPlugin|
|''Description:''|Support for legacy (pre 2.1) strike through formatting|
|''Version:''|1.0.2|
|''Date:''|Jul 21, 2006|
|''Source:''|http://www.tiddlywiki.com/#LegacyStrikeThroughPlugin|
|''Author:''|MartinBudden (mjbudden (at) gmail (dot) com)|
|''License:''|[[BSD open source license]]|
|''CoreVersion:''|2.1.0|
***/
//{{{
// Ensure that the LegacyStrikeThrough Plugin is only installed once.
if(!version.extensions.LegacyStrikeThroughPlugin) {
version.extensions.LegacyStrikeThroughPlugin = {installed:true};
config.formatters.push(
{
name: "legacyStrikeByChar",
match: "==",
termRegExp: /(==)/mg,
element: "strike",
handler: config.formatterHelpers.createElementAndWikify
});
} //# end of "install only once"
//}}}
<HTML>
<head>
<TITLE>Tarot Logistics Agent</TITLE>
<link rel="stylesheet" type="text/css" href="../../utility/stylesheetrules-now.css">
</head>
<body>
<table border="0" width="100%" bordercolor="#008000" cellspacing="0" bordercolorlight="#008000" bordercolordark="#800000" style="border-collapse: collapse" cellpadding="0">
<tr>
<td width="102%" colspan="8" align="center" bgcolor="#0000FF" height="37"><b><font face="Arial" size="6" color="#FFFFFF">Tarot Logistics Agent</font></b></td>
</tr>
<td width="102%" colspan="8" align="center" height="19"> </td>
</tr>
<tr>
<td width="5%" align="center" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Cost</b></font></td>
<td width="12%" align="center" bgcolor="#0000FF" height="16">
<p align="left"><b><font size="2" face="Arial" color="#FFFFFF">Characteristic</font></b></td>
<td width="6%" align="center" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Value</b></font></td>
<td width="6%" align="center" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Roll</b></font></td>
<td width="65%" bgcolor="#0000FF" colspan="4" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Notes</b></font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">5</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>STR</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>15</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"><font size="2" face="Arial"><b>Lift: </b>200.0kg<b>; Dice: </b>HTH Damage 3d6 END [1]</font></td>
<td width="43%" rowspan="14" colspan="3" height="329">
<p align="center">
</td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">12</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>DEX</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>14</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"><b><font size="2" face="Arial">OCV 5 DCV 5</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">6</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>CON</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>13</b></font></td>
<td width="6%" align="center" height="19"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">4</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>BODY</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>12</b></font></td>
<td width="6%" align="center" height="19"><font size="2" face="Arial">11-</font></td>
<td width="22%" height="16"></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">3</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>INT</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>13</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"><b><font size="2" face="Arial">PER Roll 12-</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">0</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>EGO</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>10</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">11-</font></td>
<td width="22%" height="16"><b><font size="2" face="Arial">ECV: 3</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">3</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>PRE</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>13</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"><b><font size="2" face="Arial">PRE Attack: 2 1/2d6</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">0</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>COM</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>10</b></font></td>
<td width="6%" align="center" height="19"><font size="2" face="Arial">11-</font></td>
<td width="22%" height="16"></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">1</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>PD</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>4/10</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="16"><b><font size="2" face="Arial">4/10 PD (0/6 rPD)</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">1</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>ED</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>4/10</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="16"><b><font size="2" face="Arial">4/10 ED (0/6 rED)</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">6</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>SPD</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>3</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="19"><font size="2" face="Arial"><b>Mental Defense: </b>0</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">0</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>REC</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>6</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="19"><font size="2" face="Arial"><b>Phases: 4, 8, 12</b></font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">0</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>END</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>26</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="19"><font size="2" face="Arial"><b>Running</b>: 6" (12" NC)</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">3</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>STUN</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>30</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="19"><font size="2" face="Arial"><b>Swimming</b>: 2" (4" NC)</font></td>
</tr>
<tr>
<td width="100%" colspan="8" height="19"> </td>
</tr>
<tr>
<td width="5%" bgcolor="#0000FF" height="16">
<p align="center"><font size="2" face="Arial" color="#FFFFFF"><b>Cost</b></font></td>
<td width="81%" colspan="6" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Powers</b></font></td>
<td width="14%" bgcolor="#0000FF" height="16">
<p align="center"><font size="2" face="Arial" color="#FFFFFF"><b>END</b></font></td>
</tr>
<tr>
<td width="5%" align="center" height="19" valign="top"><font size="2" face="Arial">15</font></td>
<td width="81%" colspan="6" align="left" height="19" valign="top"><font size="2" face="Arial"><b><i>Sidearm: </i></b>Energy Blast 7d6 (35 Active Points); OAF (Blaster Pistol; -1), 12 Charges (-1/4)</font></td>
<td width="14%" align="center" height="19" valign="top"><font size="2" face="Arial">[12]</font></td>
</tr>
<tr>
<td width="5%" align="center" height="19" valign="top"><font size="2" face="Arial">9</font></td>
<td width="81%" colspan="6" align="left" height="19" valign="top"><font size="2" face="Arial"><b><i>Tarot Uniform: </i></b>Armor (6 PD/6 ED) (18 Active Points); OIF (Uniform; -1/2), Activation Roll 14- (-1/2)</font></td>
<td width="14%" align="center" height="19" valign="top"><font size="2" face="Arial">0</font></td>
</tr>
<tr>
<td width="100%" colspan="8" height="19"> </td>
</tr>
</tr>
<tr>
<td width="100%" colspan="8" height="19"></td>
</tr>
<tr>
<td width="5%" bgcolor="#0000FF" height="16">
<p align="center"><font size="2" face="Arial" color="#FFFFFF"><b>Cost</b></font></td>
<td width="95%" colspan="7" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Skills</b></font></td>
</tr>
<tr>
<td width="5%">
<p align="center"><font size="2" face="Arial">58</font></td>
<td width="95%" colspan="7"><font size="2" face="Arial"><B>Tarot Coin Agent Basic Package</B></font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Acting 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Computer Programming 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Concealment 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Disguise 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">KS: The Superhuman World 11-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">KS: The Local Underworld 13-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">KS: Tarot 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">PS: Tarot Agent 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Shadowing 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Stealth 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Streetwise 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Systems Operation 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">WF: Small Arms, Blades</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Fringe Benefit: Membership (Tarot) </font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">18 Points Of The Following: Bribery, Bugging, Conversation, Deduction, Electronics, Forgery, Gambling, High Society, Interrogation, Lipreading, Paramedics, Persuasion, Security Systems, Tactics, or Teamwork </font></td>
</tr>
<tr>
<td width="5%">
<p align="center"><font size="2" face="Arial">28</font></td>
<td width="95%" colspan="7"><font size="2" face="Arial"><B>Tarot Logistics Agent Package</B></font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Bribery 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Bureaucratics 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Conversation 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Deduction 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">KS: The Law 13-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Persuasion 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">One of the Following: PS: Accountant 11-, PS: Lawyer 11-, PS: Businessman 11- </font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Security Systems 14-</font></td>
</tr>
<tr>
<td width="100%" align="center" height="16" colspan="8"></td>
</tr>
<tr>
<td width="5%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>200+</b></font></td>
<td width="95%" colspan="7" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Disadvantages</b></font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">15</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Hunted: Local Law Enforcement 8- (Mo Pow, NCI, Limited Geographical Area, Capture)</font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">25</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Monitored: Tarot 14- (Mo Pow, NCI, PC has a Public ID or is otherwise very easy to find, Watching)</font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">15</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Psychological Limitation: Amoral (Common, Strong)</font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">20</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Social Limitation: Subject To Orders (Very Frequently, Major)</font></td>
</tr>
<tr>
<td width="5%" align="center" height="16"><font size="2" face="Arial">4</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Experience Points</font></td>
</tr>
<tr>
<td width="100%" colspan="8" height="19"> </td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Characteristics
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">44</font></td>
<td width="36%" colspan="2" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Base
Points</b></font></td>
<td width="12%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">75</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Powers
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">24</font></td>
<td width="36%" colspan="2" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Disadvantages</b></font></td>
<td width="12%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">75</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Talents
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">0</font></td>
<td width="36%" colspan="2" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Experience
Points</b></font></td>
<td width="12%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">4</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Perks
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">0</font></td>
<td width="36%" colspan="2" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Total
Points</b></font></td>
<td width="12%" bgcolor="#FFCC00" align="center" height="16"><font size="2" face="Arial"><b>154</b></font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Martial
Arts Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">0</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Skills
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">86</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Total
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">154</font></td>
</tr>
<tr>
<td width="100%" colspan="8" height="16" align="justify"></td>
</tr>
</table>
</body>
</html>
[[Current Issue]]
[[Credits]]
<HTML>
<head>
<TITLE>Tarot Media Relations Agent</TITLE>
<link rel="stylesheet" type="text/css" href="../../utility/stylesheetrules-now.css">
</head>
<body>
<table border="0" width="100%" bordercolor="#008000" cellspacing="0" bordercolorlight="#008000" bordercolordark="#800000" style="border-collapse: collapse" cellpadding="0">
<tr>
<td width="102%" colspan="8" align="center" bgcolor="#0000FF" height="37"><b><font face="Arial" size="6" color="#FFFFFF">Tarot Media Relations Agent</font></b></td>
</tr>
<td width="102%" colspan="8" align="center" height="19"> </td>
</tr>
<tr>
<td width="5%" align="center" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Cost</b></font></td>
<td width="12%" align="center" bgcolor="#0000FF" height="16">
<p align="left"><b><font size="2" face="Arial" color="#FFFFFF">Characteristic</font></b></td>
<td width="6%" align="center" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Value</b></font></td>
<td width="6%" align="center" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Roll</b></font></td>
<td width="65%" bgcolor="#0000FF" colspan="4" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Notes</b></font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">5</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>STR</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>15</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"><font size="2" face="Arial"><b>Lift: </b>200.0kg<b>; Dice: </b>HTH Damage 3d6 END [1]</font></td>
<td width="43%" rowspan="14" colspan="3" height="329">
<p align="center">
</td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">12</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>DEX</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>14</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"><b><font size="2" face="Arial">OCV 5 DCV 5</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">6</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>CON</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>13</b></font></td>
<td width="6%" align="center" height="19"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">4</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>BODY</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>12</b></font></td>
<td width="6%" align="center" height="19"><font size="2" face="Arial">11-</font></td>
<td width="22%" height="16"></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">3</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>INT</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>13</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"><b><font size="2" face="Arial">PER Roll 13-</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">0</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>EGO</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>10</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">11-</font></td>
<td width="22%" height="16"><b><font size="2" face="Arial">ECV: 3</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">3</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>PRE</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial"><b>13</b></font></td>
<td width="6%" align="center" height="16"><font size="2" face="Arial">12-</font></td>
<td width="22%" height="16"><b><font size="2" face="Arial">PRE Attack: 2 1/2d6</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">0</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>COM</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>10</b></font></td>
<td width="6%" align="center" height="19"><font size="2" face="Arial">11-</font></td>
<td width="22%" height="16"></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">1</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>PD</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>4</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="16"><b><font size="2" face="Arial">4 PD (0 rPD)</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">1</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>ED</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>4</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="16"><b><font size="2" face="Arial">4 ED (0 rED)</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">6</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>SPD</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>3</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="19"><font size="2" face="Arial"><b>Mental Defense: </b>0</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">0</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>REC</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>6</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="19"><font size="2" face="Arial"><b>Phases: 4, 8, 12</b></font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">0</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>END</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>26</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="19"><font size="2" face="Arial"><b>Running</b>: 6" (12" NC)</font></td>
</tr>
<tr>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial">3</font></td>
<td width="12%" bgcolor="#0000FF" align="center" height="19"><font size="2" face="Arial" color="#FFFFFF"><b>STUN</b></font></td>
<td width="5%" bgcolor="#C0C0C0" align="center" height="19"><font size="2" face="Arial"><b>30</b></font></td>
<td width="6%" align="center" height="19"> </td>
<td width="22%" height="19"><font size="2" face="Arial"><b>Swimming</b>: 2" (4" NC)</font></td>
</tr>
<tr>
<td width="100%" colspan="8" height="19"> </td>
</tr>
<tr>
<td width="5%" bgcolor="#0000FF" height="16">
<p align="center"><font size="2" face="Arial" color="#FFFFFF"><b>Cost</b></font></td>
<td width="81%" colspan="6" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Powers</b></font></td>
<td width="14%" bgcolor="#0000FF" height="16">
<p align="center"><font size="2" face="Arial" color="#FFFFFF"><b>END</b></font></td>
</tr>
<tr>
<td width="5%" align="center" height="19" valign="top"><font size="2" face="Arial">3</font></td>
<td width="81%" colspan="6" align="left" height="19" valign="top"><font size="2" face="Arial"><b><i>Observant: </i></b>+1 PER with all Sense Groups</font></td>
<td width="14%" align="center" height="19" valign="top"><font size="2" face="Arial">0</font></td>
</tr>
<tr>
<td width="5%" align="center" height="19" valign="top"><font size="2" face="Arial">12</font></td>
<td width="81%" colspan="6" align="left" height="19" valign="top"><font size="2" face="Arial"><b><i>Concealed Sidearm: </i></b>Energy Blast 7d6 (35 Active Points); OAF (Snub Blaster Pistol; -1), 4 Charges (-1)</font></td>
<td width="14%" align="center" height="19" valign="top"><font size="2" face="Arial">[4]</font></td>
</tr>
<tr>
<td width="100%" colspan="8" height="19"> </td>
</tr>
<tr>
<td width="5%" bgcolor="#0000FF" height="16">
<p align="center"><font size="2" face="Arial" color="#FFFFFF"><b>Cost</b></font></td>
<td width="95%" colspan="7" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Perks</b></font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">39</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">
Follower: <font color="#FF0000">Laptop Computer</font></font></td>
</tr>
<tr>
<td width="100%" colspan="8" height="19"></td>
</tr>
</tr>
<tr>
<td width="100%" colspan="8" height="19"></td>
</tr>
<tr>
<td width="5%" bgcolor="#0000FF" height="16">
<p align="center"><font size="2" face="Arial" color="#FFFFFF"><b>Cost</b></font></td>
<td width="95%" colspan="7" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Skills</b></font></td>
</tr>
<tr>
<td width="5%">
<p align="center"><font size="2" face="Arial">56</font></td>
<td width="95%" colspan="7"><font size="2" face="Arial"><B>Tarot Coin Agent Basic Package</B></font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Acting 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Computer Programming 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Concealment 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Disguise 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">KS: The Superhuman World 11-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">KS: The Local Underworld 11-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">KS: Tarot 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">PS: Tarot Agent 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Shadowing 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Stealth 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Streetwise 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Systems Operation 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">WF: Small Arms, Blades</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Fringe Benefit: Membership (Tarot) </font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">18 Points Of The Following: Bribery, Bugging, Conversation, Deduction, Electronics, Forgery, Gambling, High Society, Interrogation, Lipreading, Paramedics, Persuasion, Security Systems, Tactics, or Teamwork </font></td>
</tr>
<tr>
<td width="5%">
<p align="center"><font size="2" face="Arial">21</font></td>
<td width="95%" colspan="7"><font size="2" face="Arial"><B>Tarot Media Relations Agent Package</B></font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Conversation 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Deduction 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Interrogation 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">KS: The Media 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Oratory 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Persuasion 12-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">PS: Journalist 11-</font></td>
</tr>
<tr>
<td width="5%">
<p align="center"> </td>
<td width="95%" colspan="7" bgcolor="#C0C0C0"><font size="2" face="Arial">Fringe Benefit: Press Credentials </font></td>
</tr>
<tr>
<td width="100%" align="center" height="16" colspan="8"></td>
</tr>
<tr>
<td width="5%" bgcolor="#0000FF" align="center" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>200+</b></font></td>
<td width="95%" colspan="7" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Disadvantages</b></font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">15</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Hunted: Local Law Enforcement 8- (Mo Pow, NCI, Limited Geographical Area, Capture)</font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">25</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Monitored: Tarot 14- (Mo Pow, NCI, PC has a Public ID or is otherwise very easy to find, Watching)</font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">15</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Psychological Limitation: Amoral (Common, Strong)</font></td>
</tr>
<tr>
<td width="5%" height="16">
<p align="center"><font size="2" face="Arial">20</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Social Limitation: Subject To Orders (Very Frequently, Major)</font></td>
</tr>
<tr>
<td width="5%" align="center" height="16"><font face="Arial" size="2">0</font></td>
<td width="95%" colspan="7" height="16"><font size="2" face="Arial">Experience Points</font></td>
</tr>
<tr>
<td width="100%" colspan="8" height="19"> </td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Characteristics
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">44</font></td>
<td width="36%" colspan="2" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Base
Points</b></font></td>
<td width="12%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">100</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Powers
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">15</font></td>
<td width="36%" colspan="2" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Disadvantages</b></font></td>
<td width="12%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">75</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Talents
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">0</font></td>
<td width="36%" colspan="2" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Experience
Points Spent</b></font></td>
<td width="12%" bgcolor="#C0C0C0" align="center" height="16">
<font face="Arial" size="2">0</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Perks
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">39</font></td>
<td width="36%" colspan="2" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Total
Points</b></font></td>
<td width="12%" bgcolor="#FFCC00" align="center" height="16"><b>
<font face="Arial" size="2">175</font></b></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Martial
Arts Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">0</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Skills
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">77</font></td>
</tr>
<tr>
<td width="23%" colspan="3" bgcolor="#0000FF" height="16"><font size="2" face="Arial" color="#FFFFFF"><b>Total
Cost</b></font></td>
<td width="6%" bgcolor="#C0C0C0" align="center" height="16"><font size="2" face="Arial">175</font></td>
</tr>
</table>
</body>
</html>
Black Hats And White Capes!
/***
|''Name:''|SparklinePlugin|
|''Description:''|Sparklines macro|
***/
//{{{
if(!version.extensions.SparklinePlugin) {
version.extensions.SparklinePlugin = {installed:true};
//--
//-- Sparklines
//--
config.macros.sparkline = {};
config.macros.sparkline.handler = function(place,macroName,params)
{
var data = [];
var min = 0;
var max = 0;
var v;
for(var t=0; t<params.length; t++) {
v = parseInt(params[t]);
if(v < min)
min = v;
if(v > max)
max = v;
data.push(v);
}
if(data.length < 1)
return;
var box = createTiddlyElement(place,"span",null,"sparkline",String.fromCharCode(160));
box.title = data.join(",");
var w = box.offsetWidth;
var h = box.offsetHeight;
box.style.paddingRight = (data.length * 2 - w) + "px";
box.style.position = "relative";
for(var d=0; d<data.length; d++) {
var tick = document.createElement("img");
tick.border = 0;
tick.className = "sparktick";
tick.style.position = "absolute";
tick.src = "data:image/gif,GIF89a%01%00%01%00%91%FF%00%FF%FF%FF%00%00%00%C0%C0%C0%00%00%00!%F9%04%01%00%00%02%00%2C%00%00%00%00%01%00%01%00%40%02%02T%01%00%3B";
tick.style.left = d*2 + "px";
tick.style.width = "2px";
v = Math.floor(((data[d] - min)/(max-min)) * h);
tick.style.top = (h-v) + "px";
tick.style.height = v + "px";
box.appendChild(tick);
}
};
}
//}}}
The following events all took place in the Butlerverse on January 28:
*''1973:'' January 28 The Indian government begins a recruitment campaign with the intent of putting together a sponsored superhero team.
*''1984:'' The Blood Red King enters the maternity ward of Krakow National Hospital and causes all but the oldest and youngest newborn babies to vanish into thin air. No sign of the infants (alive or dead) was ever found.
*''1986:'' The South African government orders the genetic screening of all babies born in the country. All non-white babies shown to be carrying the metagene are immediately euthanized.
*''1997:'' The US Supreme Court hands down a decision on //A <nowiki>Non-Human</nowiki> Being Known As "Ghost Dancer" vs. Texas//. During initial trial, Ghost Dancer was convicted of five counts of murder and sentenced to death. His court-appointed attorney appealed, citing the fact that Ghost Dancer was apparently already dead and that he would be unaffected by any conventional means of execution. The rejection of the appeal was based on the previous //Tomalov// decision. The Court instead ruled that Ghost Dancer (who proved to be immune to South Carolina's disintegration chamber) must be held until a workable method of executing him can be found. At present, no such method had been found.
*''2004:'' The premiere episode of the third season of //<nowiki>SuperReality</nowiki>// earns the highest single-episode ratings of any television show in the last five years. The show, a reality genre show on MTV, featured a small group of former superheroes and villains who all shared a Malibu beach house for the summer. While previous seasons of //<nowiki>SuperReality</nowiki>// featured superhumans who while known were never truly considered "major league", the third season included Charisma (a former Global Guardian who left that team after her short career as an adult film star came to light) as a "housemate".
Welcome to the second issue of //''Black Hats And White Capes!''//, currently the online home of the Butlerverse, my homebrew Champions campaign world.
My entire world has been tipped ass over tea-kettle since my first issue... some of it for the good, most of it not. The restaurant at which I was the sous-chef went under, mostly because the chef-owner wasn't listening when his sous-chef told him that haute cuisine was lost on the local redneck crowd and we needed to dumb down our menu to good old American food and throw out the fancy French crap.
Not that I hate French food or French cooking, mind you. Its just that when you are running a restaurant in a county that only has 18,000 people in it, trying to be a fruity French bistro is the wrong way to go. I suggested we turn ourselves into a seafood shack, since Wakulla County, Florida is the heart of the Florida fishing industry and fresh fish is about as cheap as air here... but he wanted to be Jacques Freaking Pepin. So I've been looking for work since December.
On another personal note, two weeks ago I got the word that my long-time bud Dan Spinelli died. Dan was the kind of guy who made friends as easily as you or I shed skin cells. He exuded "hale-fellow-well-met". Always knew the funniest jokes, could tell amazing stories, and he was perhaps the absolute best roleplayer its been my pleasant experience to know. He was the best man at my first wedding.
Dan was part of the original Butlerverse Champions campaign, along with Kathryn Suzanne Koen (who would go on to become Kathryn Suzanne Butler, the first ex-Mrs Jack Butler), Ken Fairbank, Seth Dunnigan, and Bear Pearson. Dan played Chuckles the Clown, a gadgeteer who had a magical bag of tricks from which he could pull anything he wanted... as long as it was funny. It was built on a VPP, and "It Must Be Funny" was honestly one of its limitations. I should note right now that I carried the veto over whether the powers he pulled from the VPP were funny or not. I don't ever remember vetoing a single one of his ideas.
Anyway, my friend Dan was a great guy. His profession was "topiary sculptor". Swear to God, his job was to make bushes look like animals and kids and stuff. He did this for Disney, and was paid through the eyeballs to do it.
On March 13th, in the middle of the night, two days before my 41st birthday, Dan suffocated from smoke inhalation. His apartment building burned down around him, and he choked to death before he woke up. Knowing he's not going to be around anymore kind of spoils the world for me, just a little bit. What makes it worse was that I didn't get the word until the 22nd... which means I missed the funeral. His family wanted me to be a pall-bearer, but they'd lost track of me. If it hadn't been for running into Ken Fairbank, I might still today think Dan was out there somewhere, having a good time.
So... sorry about the downer. On the positive side, my oldest son is now driving, and has a girlfriend, which is a dangerous combination. He's going to be 17 soon. I don't feel old enough to be the father of someone who will be voting in a year.
The Coins of TAROT are experts on infiltrating and subverting businesses for TAROT's own purposes. Missions undertaken by Coin agents generally fall into two areas: open acquisition of a business concern by a TAROT front company, or industrial espionage involving breaking into the target company and stealing research, records, or other valuable commodities. The Coins Division is also in charge of all computer crime committed by the organization.
As far as training is concerned, the Coins Division is a bit of a hodge-podge. They are intelligence collectors, but not as assertively active in that function as the Wands agents are. They keep abreast of and are familiar with the latest technological developments, but not to the point that a Cups agent would be. And lastly, they are capable of sabotage, attack, and assassination, but not as deftly as a Swords agent would be.
Despite this, the Emperor considers the Coins to be the most important of all of TAROT's personnel (outside of himself, of course), as the goal of the organization is economic control of the planet. It is because of this that the Coins are generally better funded and equipped when compared to the other Divisions.
As with the other Divisions, the Coins are ranked by their suit (from Ten of Coins, a recruit trainee, to Ace of Coins, the head of the entire division). Unlike the ranking among the Swords, an individual Coin's rank is far more akin to a Civil Service Pay Grade level than a military rank. A Coin's "rank" indicates the level of his responsibility, not necessarily how many people he can order around.
Coins are most commonly recruited from the ranks of talented yet disgruntled middle managers, white collar criminals, and college students specializing in public relations, computer programming, economics, or business.
When in the field, Coin agents never wear TAROT uniforms (doing so would logically be detrimental to their effectiveness). Those Coins who work out of a base (like Computer Specialists) wear the standard gray TAROT uniform with gold-colored shoulder tabs, belt, and striping.
Stefan Kreutzmann, whom the public knows as the President and Chairman of <nowiki>UniTech</nowiki> SLG, is the current Ace of Coins. He's held the position since his predecessor, Rupert Murdoch, ascended to the TAROT Council thirty years ago and will likely die holding the office unless something untoward requiring his removal occurs. Kreutzmann has managed to keep even the scintilla of suspicion away from himself regarding his illegal activities to the point that his wife and most of his children have no idea who his actual employer is. Three of his six children actually did discover his illicit activities; two, his oldest son Unger and his middle daughter Isolde, were recruited into TAROT themselves. The third, his son Erik, refused to be co-opted; his body was later found under the ice of a frozen pond on the family's estate. His death was attributed to a skating accident.
The Coins Division can be sub-divided into the following smaller groups:
*[[Computer Services]]: Whenever TAROT needs to get into a secure computer, they call on a Computer Services agent. They are experts at penetrating computer networks, retrieving data, inserting "useful programs" (meaning viruses, worms, trojan horses, and the like), and doing all the fun things a code-cracker likes to do anyway. In addition, they assist in the planning of field operations (sometimes even participating remotely if computer systems play a part), and defend TAROT bases from cyber-invasion. Computer Services agents tend to be among the youngest and least dangerous-looking of all of TAROT's employees.
*[[Infiltration]]: These agents are trained to enter a target area to obtain commercial information (or plant false information), steal objects, perform industrial sabotage, and the like. They also serve as deep cover operatives inside businesses that cannot, for whatever reason, be simply invaded (the Disney corporation, for example, is a security nut that so far TAROT has had a damned hard time cracking).
*[[Logistics]]: Logistics agents never leave the base to which they are assigned. They handle weapons and supply procurement, personnel assignment, agent recruitment, payroll and other base finances, base maintenance, and even in-house entertainment for the other agents. In short, the Logistics agent is a bureaucrat and supply clerk. Its not a glamorous job, but its an absolutely necessary one. Most Logistics agents know more about the inner workings of their base than their commanders.
*[[Media Relations]]: The name "media relations" is actually a euphemism. It is the task of these agents to infiltrate media outlets (newspapers, radio stations, television networks, and even motion picture studios and book publishers) in order to steer public perception in a direction desired by TAROT. Whether they work as tabloid reporters, political pundits, magazine essayists, or shock jocks, they perform hatchet jobs on TAROT's enemies in order to make them look foolish, bury stories of TAROT's activities on the back pages, and squelch any serious investigation of the organization by journalists.