<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Other Wise &#187; J C Lawrence</title>
	<atom:link href="http://kanga.nu/~claw/blog/author/claw/feed/" rel="self" type="application/rss+xml" />
	<link>http://kanga.nu/~claw/blog</link>
	<description></description>
	<lastBuildDate>Mon, 30 Apr 2012 07:12:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Chain link fences on the prairie</title>
		<link>http://kanga.nu/~claw/blog/2012/04/30/game-projects/making-ground/chain-link-fences-on-the-prairie/</link>
		<comments>http://kanga.nu/~claw/blog/2012/04/30/game-projects/making-ground/chain-link-fences-on-the-prairie/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 00:58:03 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Making Ground]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/?p=965</guid>
		<description><![CDATA[A quick simulation run on a 9&#215;9 board ran for over 2,500 turns. Repeating on a 7&#215;7 board with a somewhat dumber greedy algorithm hit 900 turn before I got tired. This is clearly unreasonable for a tabletop game. Some concepts for address: Keep the board size no large than 7&#215;7. While 6&#215;6 is tempting, [...]]]></description>
			<content:encoded><![CDATA[<p>A quick simulation run on a 9&#215;9 board ran for over 2,500 turns.  Repeating on a 7&#215;7 board with a somewhat dumber greedy algorithm hit 900 turn before I got tired.  This is clearly unreasonable for a tabletop game.</p>

<p>Some concepts for address:</p>

<ol>
<li><p>Keep the board size no large than 7&#215;7.  While 6&#215;6 is tempting, the side-length being a natural multiple of 3 is overly pleasant.  5 or 7 are more attractive and 5&#215;5 appears to be clearly too small.</p></li>
<li><p>Give a marker to the start player.  After the player with the marker takes a turn, they must place an unmarked level 1 tile of the highest level the player is qualified for<sup class='footnote'><a href='#fn-965-1' id='fnref-965-1' onclick='return fdfootnote_show(965)'>1</a></sup> on an empty square of the board, if possible without causing a glob.  If a glob is formed, the resultant tile is left unmarked.  After their turn they pass the marker to their right (against the flow of turns).</p></li>
<li><p>Among the objects that can be placed during setup are a variously large number &#8220;rocks&#8221; which create dead squares on the board and thus break up object formation globs.</p></li>
<li><p>When three ore more level 4 objects glob, the active player is awarded a VP tile&#8230;which is placed on the board with a player marker and otherwise acts as a &#8220;rock&#8221;.</p></li>
<li><p>The game ends N rounds after the first VP tile is placed.</p></li>
</ol>

<div class='footnotes' id='footnotes-965'><div class='footnotedivider'></div><div class='footnotes'><div class='footnote_divider'><span>Footnotes</span></div><ol><li id='fn-965-1'>humans > animals > vegetables. <span class='footnotereverse'><a href='#fnref-965-1'>&#8617;</a></span></li></div></ol></div>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2012. |
<a href="http://kanga.nu/~claw/blog/2012/04/30/game-projects/making-ground/chain-link-fences-on-the-prairie/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2012/04/30/game-projects/making-ground/chain-link-fences-on-the-prairie/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2012/04/30/game-projects/making-ground/chain-link-fences-on-the-prairie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Ground</title>
		<link>http://kanga.nu/~claw/blog/2012/04/25/game-projects/making-ground/making-ground/</link>
		<comments>http://kanga.nu/~claw/blog/2012/04/25/game-projects/making-ground/making-ground/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 07:03:04 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Making Ground]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/?p=948</guid>
		<description><![CDATA[Making Ground:1 a placement game of terraforming for 2, 3 or 4 players. The 4-player game is a partnership game. Components A board of squares, perhaps 7&#215;7 or 9&#215;92. A large number of tiles in three families (vegetables, animals and humans) with four ascending ranks per family (eg grasses, bushes, trees and forests in ascending [...]]]></description>
			<content:encoded><![CDATA[<p><em>Making Ground</em>:<sup class='footnote'><a href='#fn-948-1' id='fnref-948-1' onclick='return fdfootnote_show(948)'>1</a></sup> a placement game of terraforming for 2, 3 or 4 players.  The 4-player game is a partnership game.</p>

<h2>Components</h2>

<p>A board of squares, perhaps 7&#215;7 or 9&#215;9<sup class='footnote'><a href='#fn-948-2' id='fnref-948-2' onclick='return fdfootnote_show(948)'>2</a></sup>.
A large number of tiles in three families (vegetables, animals and humans) with four ascending ranks per family (eg grasses, bushes, trees and forests in ascending order for the vegetable family).
Coloured player markers.
(Optional) A small number of &#8220;rocks&#8221;, or tiles used to mark parts of the board as dead/unplayable.
A bag.</p>

<h2>Setup</h2>

<ul>
<li>Randomly assign turn order.<br />

<ul>
<li>In a 4-player game, opposite pairs of players are partnered.</li>
</ul></li>
<li>Put a small number of tiles from the first two ranks of each family in the bag.</li>
<li>In turn order each player draws a tile from the bag and places it on the board on any empty square which is not adjacent to an already placed tile.

<ul>
<li>Do this twice (thrice?).</li>
</ul></li>
</ul>

<h2>First move</h2>

<p>In clockwise rotation the players optionally accept a previously proposed first move as their own (must not have previously accepted a first move) and then propose a first move themselves by placing a level 1 vegetable tile with two of their markers on the board.  A move is accepted by replacing the player markers on the proposed move with one of the accepting player&#8217;s markers.</p>

<p>There is then a second round, in the same order, of the players that did not accept a move on the first round (necessarily true of the first player, but may be others).  On their turn they must accept a previously proposed move.</p>

<p>The game then starts with the player to the left of the player to last accept a move<sup class='footnote'><a href='#fn-948-3' id='fnref-948-3' onclick='return fdfootnote_show(948)'>3</a></sup>.  All subsequent turns are in clockwise rotation.</p>

<h2>Basic gameplay</h2>

<p>A set of three or more orthogonally adjacent tiles of the same family and rank glob and become a single tile of the same family and the next higher rank which is substituted for the tile that created the triggering glob.   If the set of globbed tiles, including the newly placed and upgraded tile, was orthogonally adjacent to three or more tiles of the same family and the new higher rank of the placed tile, then the placed tile is globbed to the next higher rank etc.  In this way multiple levels of globbings can occur with a single tile placement.</p>

<p>All the constituent globbed tiles of the final upgrade set are removed from the board and are returned to their owning players.</p>

<p>Special cases:</p>

<ul>
<li><p>Removed tiles without owners (ie those added during setup) are awarded to the active player.</p></li>
<li><p>An animal glob must consume an adjacent vegetable tile of the same or lower rank if possible (active player choice of which).</p></li>
<li><p>Likewise, a human glob must consume an adjacent vegetable tile of the same or lower rank if possible.</p></li>
<li><p>The consumed tile is removed from the board and returned to its placing player, or the active player in the event of an unowned tile.</p></li>
<li><p>Players accumulate a private supply of tiles that have been returned to them.</p></li>
<li><p>Three tiles of the same family and rank in a player&#8217;s supply automatically and instantly upgrade into a single tile of the next higher rank in the same family with the globbed tiles being returned to the general supply.</p>

<ul>
<li>Three tiles or more of the fourth rank on the board or in a player&#8217;s upgrade into a VP chip.</li>
</ul></li>
<li><p>Upgraded tiles are returned to the general supply.</p></li>
</ul>

<h2>Player turn</h2>

<p>On their turn the player must place one tile on the board along with one of his player markers<sup class='footnote'><a href='#fn-948-4' id='fnref-948-4' onclick='return fdfootnote_show(948)'>4</a></sup>.</p>

<ul>
<li>Players are always allowed to place level 1 vegetable tiles from the general supply.  </li>
<li>If they collectively have at least three level 2 vegetable tiles on the board or in their personal supply, or at least one level 3 or 4, they may instead place level one animal tiles from the general supply.  </li>
<li>If they collectively have at least three level 2 animal tiles on the board or in their personal supply, or at least one level 3 or 4, they may instead place level one human tiles from the general supply.</li>
<li>Instead of placing level 1 tiles from the general supply, players may place any tile they currently hold in their personal supply.</li>
<li>Placed tiles are marked with one of the placing player&#8217;s markers.</li>
</ul>

<p>Any automatic upgrades are then executed, along with tiles being returned to their placing players and any resulting upgrades and tiles in player&#8217;s supplies.</p>

<p>If there are no empty squares left to place a tile on a player&#8217;s turn, the game is over.</p>

<h2>Game end</h2>

<p>The game ends when all players pass in rotation, or the board fills such that no further tiles may be placed.</p>

<h3>Scoring</h3>

<ul>
<li>Vegetable tiles on the board are worth 2, 4, 8 and 16 points respectively based on level.  Tiles in player&#8217;s supply are worth half that.</li>
<li>Animal tiles on the board are worth 3, 6, 12 and 24 points.  Tiles in player&#8217;s supply are worth half that, rounded up.</li>
<li>Human tiles on the board are worth 4, 8, 16, 32 points.    Tiles in player&#8217;s supply are worth half that, rounded up.</li>
<li>VP chips are worth 50 points <sup class='footnote'><a href='#fn-948-5' id='fnref-948-5' onclick='return fdfootnote_show(948)'>5</a></sup>.</li>
</ul>

<p>The player or partnership with the most points wins.  In a 4-player partnership game, the score of the partnership is the lowest of the scores of the individual members of the partnership.</p>

<div class='footnotes' id='footnotes-948'><div class='footnotedivider'></div><div class='footnotes'><div class='footnote_divider'><span>Footnotes</span></div><ol><li id='fn-948-1'>Mostly a thought model at this point. <span class='footnotereverse'><a href='#fnref-948-1'>&#8617;</a></span></li><li id='fn-948-2'>The size will likely vary with player count. <span class='footnotereverse'><a href='#fnref-948-2'>&#8617;</a></span></li><li id='fn-948-3'>Questionable: May be the first player as nominated before the game started instead. <span class='footnotereverse'><a href='#fnref-948-3'>&#8617;</a></span></li><li id='fn-948-4'>There&#8217;s a good argument that in the event of a player&#8217;s placement resulting in a glob/upgrade, that they then get an additional turn, but this may prove analytically overwhelming. <span class='footnotereverse'><a href='#fnref-948-4'>&#8617;</a></span></li><li id='fn-948-5'>Yes, an odd number. <span class='footnotereverse'><a href='#fnref-948-5'>&#8617;</a></span></li></div></ol></div>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2012. |
<a href="http://kanga.nu/~claw/blog/2012/04/25/game-projects/making-ground/making-ground/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2012/04/25/game-projects/making-ground/making-ground/#comments">2 comments</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2012/04/25/game-projects/making-ground/making-ground/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Instantiated aliens</title>
		<link>http://kanga.nu/~claw/blog/2012/03/22/game-projects/1839/instantiated-aliens/</link>
		<comments>http://kanga.nu/~claw/blog/2012/03/22/game-projects/1839/instantiated-aliens/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 02:46:06 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[1839]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/?p=913</guid>
		<description><![CDATA[Introduction to the foreigners Many of the Double O games have a concept of &#8220;foreigners&#8221; who buy trains at the end of sets of Operating Rounds. This not only keeps the trains moving in the presence of timid train buyers, but makes the distribution of available trains in a given game uncertain. I borrowed this [...]]]></description>
			<content:encoded><![CDATA[<h2>Introduction to the foreigners</h2>

<p>Many of the <a href="http://ohley.de/" >Double O</a> games have a concept of &#8220;<em>foreigners</em>&#8221; who buy trains at the end of sets of Operating Rounds.  This not only keeps the trains moving in the presence of timid train buyers, but makes the distribution of available trains in a given game uncertain.  I borrowed this idea in <a href="http://kanga.nu/~claw/blog/category/game-projects/1843/" >1843</a>, extending it so that the <em>foreigners</em> would not just buy a train at the end of every set of Operating Rounds, but if they bought the last train of a rank they would also buy the first train of the next rank as well, thus lurching the game forward and shortening the train distribution and speeding the train rush even more.</p>

<h2>Extending the system</h2>

<p><a href="http://kanga.nu/~claw/blog/category/game-projects/1843/" >1843</a>&#8242;s extension worked well, accomplishing most of what I expected in providing an addition tool for players to affect the rate of the train rush<sup class='footnote'><a href='#fn-913-1' id='fnref-913-1' onclick='return fdfootnote_show(913)'>1</a></sup>.  But for <a href="http://kanga.nu/~claw/blog/category/game-projects/1839/" >1839</a> the abstract and infinitely well-funded foreigners didn&#8217;t sit well.  I want a way to represent the hurdy gurdy jolting of how the Netherlands was tossed about on the technological and political waves of its geographic neighbours.  Additionally, the <a href="http://kanga.nu/~claw/blog/category/game-projects/1843/" >1843</a> model seemed as if the game were providing a control knob for only one half of the control system and that it would be inherently more interesting if player controls for both ends were somehow implemented, thus providing some level of tension between the two in influencing the train rush.</p>

<p>The specific thought is for:</p>

<ol>
<li>The <em>foreigners</em> to be limited in their train-buying by their capitalisation.</li>
<li>Players to directly affect the rate at which the <em>foreigners</em> can buy trains by affecting the <em>foreigner&#8217;s</em> capitalisation.</li>
<li>Company operations to affect the train rush rate in the normal manner through their train buying, but also by affecting the <em>foreigner&#8217;s</em> capitalisation.</li>
<li>A lumpy rush/dawdle train-buying pattern by the <em>foreigners</em> which is yet deftermiistic and player-predictable.</li>
<li>An implicit brake on the system such that if the <em>foreigner&#8217;s</em> train buying did rush and suddenly buy many trains, it would then slow down and some provide respite.</li>
</ol>

<h2>Proposal</h2>

<ul>
<li>Each off-board would be a 10-share company that &#8220;floated&#8221; as soon as a public company ran a train to them.

<ul>
<li>The initial stock price of the off-board company would be the highest par price available in the current game-phase.</li>
</ul></li>
<li>The off-boards would effectively be incrementally capitalised companies<sup class='footnote'><a href='#fn-913-2' id='fnref-913-2' onclick='return fdfootnote_show(913)'>2</a></sup>.</li>
<li>Public companies would be required to run at least one train to an off-board if possible<sup class='footnote'><a href='#fn-913-3' id='fnref-913-3' onclick='return fdfootnote_show(913)'>3</a></sup>.

<ul>
<li>A thematic addition could be that all of a company&#8217;s routes must intersect, ala 1860<sup class='footnote'><a href='#fn-913-4' id='fnref-913-4' onclick='return fdfootnote_show(913)'>4</a></sup>.</li>
</ul></li>
<li>As public companies operated, the bank would pay 20% of the company&#8217;s total revenue<sup class='footnote'><a href='#fn-913-5' id='fnref-913-5' onclick='return fdfootnote_show(913)'>5</a></sup> to each off-board included in one of their trains&#8217; routes.  </li>
<li>At the end of the Operating Round, after all public companies had operated, the off-board companies would run in descending order of stock price, and would pay dividends, from the bank, to their shareholders based on an assumed revenue of the total amount collected from the bank for public company operations.</li>
<li>The off-board stock price would then move in the normal way (dividend, no-dividend etc).</li>
<li>The accumulated revenues and dividends would then be swept to the off-board company&#8217;s treasury.</li>
<li>The off-board company would buy-back any of its shares in the pool for current market price it could afford<sup class='footnote'><a href='#fn-913-6' id='fnref-913-6' onclick='return fdfootnote_show(913)'>6</a></sup>.</li>
<li>If the remaining treasury funds are sufficient, the off-board company would buy as many trains as it could afford from the supply.</li>
<li>Trains would generally run for a third of their purchase price (ala <a href="http://kanga.nu/~claw/blog/category/game-projects/1843/" >1843</a>).</li>
<li>Off-board shares would not count against certificate limit<sup class='footnote'><a href='#fn-913-7' id='fnref-913-7' onclick='return fdfootnote_show(913)'>7</a></sup>.</li>
</ul>

<h2>First order effects</h2>

<p>The general expectation is that some off-boards would be more popular in the early game, as they are (generally) the highest revenue locations on the board and route development to them could be shared, thus accentuating early revenue generaton.  Additionally, the constraint of running at least one train to an off-board would encourage route and revenue generation near the off-boards first, and then moving inland as train lengths grew and the map developed.</p>

<p>The capitalisation of the off-boards should scale fairly directly with company activities.  In the early game the off-board shares are severe under-performers and thus unattractive for player investments.  However players could trash off-board stock prices, in the process marginally capitalising the off-board for the delta between the purchase price and the re-purchase price, and further reducing the off-board&#8217;s capital raising from future share sales.</p>

<p>Conversely, in the later game the off-boards become prime investment opportunities.  Public shares are starting to become significant liabilities, and some off-boards may well have 4+ public companies running to them, lifting their average dividends above the average dividend of the public companies.  And of course the off-board shares would not count against certificate limit &#8212; making them extremely attractive for increasingly flush and potentially paper-tight players.</p>

<p>The flight of capital from the public companies to the off-boards would initially accelerate the train rush due to the increased capitalisation from the share purchases (making public company shares even less attractive), but once the initial burst of trains have been bought, the capitalisation rate of the off-boards should slow due to the loss of the dividends from the purchased shares.</p>

<h2>Train buying models</h2>

<p>Assuming <em>N</em> operating companies, the off-board capitalisation should approximate <span id='tex_4290'></span><sup class='footnote'><a href='#fn-913-8' id='fnref-913-8' onclick='return fdfootnote_show(913)'>8</a></sup>, distributed across the participating off-boards.  Assuming each company has 2.5 trains (reasonable after the first tranch), and that trains run for an average of one third their <em>T</em> purchase price, the rate of off-board capitalisation in terms of train purchase cost approximates <span id='tex_495'></span>.   Or more directly, if 3 companies are operating, each with 2.5 trains, and are each running to the same off-board, then that off-board will raise ~enough capital in each OR to buy one train.</p>

<p>What about a late game scenario of 8 operating companies each with 2 trains, collectively running to all 6 off-boards, 4 of the companies are running to 2 off-boards, 5 companies are running to the Ruhr off-board (as it is the most valuable), and all of the off-board shares have sold out?</p>

<p>First let&#8217;s look at the Ruhr&#8217;s income (where <em>T</em> is the purchase price of a train): <span id='tex_5355'></span>  In other words, ignoring escalating train pricing, the Ruhr will be purchasing a train every other Operating Round, and two trains every third Operating Round.  Ooof, train rush!</p>

<p>What about the ~three other off-boards with only one such active company?  <span id='tex_4904'></span>  They&#8217;ll be buying one train every seven and a half Operating Rounds.</p>

<p>And the ~three off-boards being run by two companies?  <span id='tex_3689'></span> They&#8217;ll be buying a train every 3.75 Operating Rounds.</p>

<p>Summing the above: <span id='tex_5747'></span>  That&#8217;s just a smidge (13.34%) under an average of two trains being bought by the off-boards per Operating Round.  But of course train-prices are not constant.  The unpopular off-boards are going to lag and buy and lag.</p>

<p>The result should be that that train cost progressions should make the off-board&#8217;s purchases bursty.  As rusting events progress, the base train-cost will rise faster than revenues and companies will run out of capital and be replacing their trains under the Emergency Train Buying Rules, and thus only running a single train rather than the two trains modeled above.  At the crudest level this should not merely halve the train-buying rate of the off-boards to just under one train per Operating Round, but to somewhat less as the unpopular off-boards will tend to chase and miss the ever-rising train prices, thus delaying their purchases.</p>

<p>The actual train buying rate will be the sum of a number of wave functions with each off-board running on its own cycle, decelerating as the train prices rise and accelerating as the companies fill with and run fresh trains.  When the trains rush quickly, the off-boards will lose their source of capitalisation and slow their purchases.  However the accumulation of capital in their treasuries injects latency into this system, even as the revenues fall due to train rusting events, the marginal off-boards will increment over a purchase price threshold and buy a train.  The result, I hope, should be an unstably punctuated equilibrium!</p>

<div class='footnotes' id='footnotes-913'><div class='footnotedivider'></div><div class='footnotes'><div class='footnote_divider'><span>Footnotes</span></div><ol><li id='fn-913-1'>Specifically: the doubled trains gave players the ability to exchange capital for increased revenue, and single trains the ability to exchange train rush for train movement flexibility and lower capital expenditure. <span class='footnotereverse'><a href='#fnref-913-1'>&#8617;</a></span></li><li id='fn-913-2'>Shares would bought and sold for current market value with purchase prices paid to the company treasury and and un-bought shares paying dividends into the off-board company&#8217;s treasury.  All the public companies however would be standard <a href="http://www.boardgamegeek.com/boardgame/421" >1830</a>-style with full capitalisation at 60%. <span class='footnotereverse'><a href='#fnref-913-2'>&#8617;</a></span></li><li id='fn-913-3'>This fits thematically with the Netherlands transit/port role for its neighbours. <span class='footnotereverse'><a href='#fnref-913-3'>&#8617;</a></span></li><li id='fn-913-4'>In this way a company&#8217;s routes as an evaluation function of a company&#8217;s network would somewhat model the Netherlands role as a transit port for raw materials and finished goods moving among the neighboring countries. <span class='footnotereverse'><a href='#fnref-913-4'>&#8617;</a></span></li><li id='fn-913-5'>Rounded up to an even multiple of 10 for easier arithmetic. <span class='footnotereverse'><a href='#fnref-913-5'>&#8617;</a></span></li><li id='fn-913-6'>This may be an unnecessary optimisation. <span class='footnotereverse'><a href='#fnref-913-6'>&#8617;</a></span></li><li id='fn-913-7'>Thematically they would be members of foreign stock markets and thus not subject to domestic restrictions.  However players would still be limited in their total holding of a single property. <span class='footnotereverse'><a href='#fnref-913-7'>&#8617;</a></span></li><li id='fn-913-8'> Yes, part of the reason for this post was to play with the LaTeX module for WordPress.  <span id='tex_2874'></span> <span class='footnotereverse'><a href='#fnref-913-8'>&#8617;</a></span></li></div></ol></div>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2012. |
<a href="http://kanga.nu/~claw/blog/2012/03/22/game-projects/1839/instantiated-aliens/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2012/03/22/game-projects/1839/instantiated-aliens/#comments">2 comments</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2012/03/22/game-projects/1839/instantiated-aliens/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adagio restart: 1843</title>
		<link>http://kanga.nu/~claw/blog/2012/02/16/game-projects/1843/adagio-restart-1843/</link>
		<comments>http://kanga.nu/~claw/blog/2012/02/16/game-projects/1843/adagio-restart-1843/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 06:21:39 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[1843]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/?p=894</guid>
		<description><![CDATA[For most of the last year I&#8217;ve been working on the development of 18FR-RCE in order to address an excess of False Decisions and degenericy with the 6-trains and 7-trains. Much was changed, not least the renaming of the game to &#8220;1843&#8220;, and more was learned in the process1. I also hope to release a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cf.geekdo-images.com/images/pic1103467_md.png" alt="Box top" /></p>

<p>For most of the last year I&#8217;ve been working on the development of <a href="http://www.boardgamegeek.com/boardgame/64570/18fr-rce-revolutionary-commemorative-edition">18FR-RCE</a> in order to address an excess of <em>False Decisions</em> and degenericy with the 6-trains and 7-trains.  Much was changed, not least the renaming of the game to &#8220;<a href="(http://www.boardgamegeek.com/boardgame/64570/1843)">1843</a>&#8220;, and more was learned in the process<sup class='footnote'><a href='#fn-894-1' id='fnref-894-1' onclick='return fdfootnote_show(894)'>1</a></sup>.  I also hope to release a ps18xx implementation in the near future.</p>

<ul>
<li><a href="http://kanga.nu/~claw/1843/1843-Rules-JCL.pdf">Rules</a></li>
<li><a href="http://kanga.nu/~claw/1843/">Necessary files</a></li>
<li>Development mailing list: <a href="http://groups.google.com/group/1843-playtest-discussion">1843-playtest-discussion</a></li>
</ul>

<p><img src="http://cf.geekdo-images.com/images/pic1213404_md.jpg" alt="End of a 3-player game" /></p>

<div class='footnotes' id='footnotes-894'><div class='footnotedivider'></div><div class='footnotes'><div class='footnote_divider'><span>Footnotes</span></div><ol><li id='fn-894-1'>Not least of which was around the <a href="http://www.boardgamegeek.com/thread/765914/rules-use-of-may-vs-can-in-writing-rules" title="BGG: Rules: Use of CAN vs MAY in writing rules
">discussion of <em>can</em> versus <em>may</em> in rules writing</a>. <span class='footnotereverse'><a href='#fnref-894-1'>&#8617;</a></span></li></div></ol></div>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2012. |
<a href="http://kanga.nu/~claw/blog/2012/02/16/game-projects/1843/adagio-restart-1843/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2012/02/16/game-projects/1843/adagio-restart-1843/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2012/02/16/game-projects/1843/adagio-restart-1843/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definition: Euro(game)</title>
		<link>http://kanga.nu/~claw/blog/2012/02/10/game-tangent/definition-eurogame/</link>
		<comments>http://kanga.nu/~claw/blog/2012/02/10/game-tangent/definition-eurogame/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 00:51:40 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Game Tangent]]></category>
		<category><![CDATA[Internal Monologue]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/?p=884</guid>
		<description><![CDATA[Another quip from a post on Boardgamegeek: A Euro is a marketing construct that describes a game aimed at the demographic of a young(er) suburban and culturally active/aware couple, possibly with 1-2 kids in the 6-14 age range, who wish to play games as a family or couple and/or socially with a similar couple. This [...]]]></description>
			<content:encoded><![CDATA[<p>Another quip from a <a href="http://boardgamegeek.com/article/8456337#8456337">post</a> on <a href="http://boardgamegeek.com/" >Boardgamegeek</a>:</p>

<blockquote>
  <p>A Euro is a marketing construct that describes a game aimed at 
  the demographic of a young(er) suburban and culturally 
  active/aware couple, possibly with 1-2 kids in the 6-14 age 
  range, who wish to play games as a family or couple and/or 
  socially with a similar couple. This well-defined, identified 
  and understood market is the focus of many designers and 
  publishers.</p>
</blockquote>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2012. |
<a href="http://kanga.nu/~claw/blog/2012/02/10/game-tangent/definition-eurogame/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2012/02/10/game-tangent/definition-eurogame/#comments">2 comments</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2012/02/10/game-tangent/definition-eurogame/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A trial of strategy</title>
		<link>http://kanga.nu/~claw/blog/2011/12/18/personal/internal-monologue/a-trial-of-strategy/</link>
		<comments>http://kanga.nu/~claw/blog/2011/12/18/personal/internal-monologue/a-trial-of-strategy/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 20:02:13 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Internal Monologue]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/?p=875</guid>
		<description><![CDATA[Another off-hand note that seemed more interesting after I&#8217;d noticed I&#8217;d written it: My litmus tests for calling a game &#8220;strategic&#8221; are something like: 0) Does the game reward continuous planning from the current state out through the end-game starting from before the game&#8217;s actual start until the game ends? 1) Does the game also [...]]]></description>
			<content:encoded><![CDATA[<p>Another <a href="http://www.boardgamegeek.com/listitem/1948259?commentid=2586426#comment2586426">off-hand note</a> that seemed more interesting after I&#8217;d noticed I&#8217;d written it:</p>

<blockquote>
  <p>My litmus tests for calling a game &#8220;strategic&#8221; are something like:</p>
  
  <p>0) Does the game reward continuous planning from the current state out 
  through the end-game starting from before the game&#8217;s actual start until 
  the game ends?</p>
  
  <p>1) Does the game also reward a continuous 3-5+ turn detailed look-ahead?</p>
  
  <p>2) Are the decisions made in that detailed look-ahead primarily 
  concerned with support of the continuous end-game planning?</p>
  
  <p>3) Will players that fail to coherently do any of the previous three 
  (necessarily(?)) lose to those that succeed in coherently doing the 
  previous three?</p>
</blockquote>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2011. |
<a href="http://kanga.nu/~claw/blog/2011/12/18/personal/internal-monologue/a-trial-of-strategy/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2011/12/18/personal/internal-monologue/a-trial-of-strategy/#comments">2 comments</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2011/12/18/personal/internal-monologue/a-trial-of-strategy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tribal bivalence</title>
		<link>http://kanga.nu/~claw/blog/2011/10/09/personal/internal-monologue/tribal-bivalence/</link>
		<comments>http://kanga.nu/~claw/blog/2011/10/09/personal/internal-monologue/tribal-bivalence/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 07:18:16 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Internal Monologue]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/?p=871</guid>
		<description><![CDATA[I wrote the following in a rather off-hand manner and found that I&#8217;d written rather more than I&#8217;d recognised I knew on the benefits of mobs and individual for the species: Man is prone to witch hunts (and pillories and stocks and coventries, and&#8230;). Arguably the tendency toward witch hunts has been a significant contributing [...]]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://www.boardgamegeek.com/listitem/1852081?commentid=2432356#comment2432356">wrote the following</a> in a rather off-hand manner and found that I&#8217;d written rather more than I&#8217;d recognised I knew on the benefits of mobs and individual for the species:</p>

<blockquote>
  <p>Man is prone to witch hunts (and pillories and stocks and coventries, and&#8230;). Arguably the tendency toward witch hunts has been a significant contributing factor in the social binding and coherency that enabled our success as a species. We got the benefits of (assumed) individual intelligence and of herd/flock coherence, and that&#8217;s a pretty potent mix.</p>
</blockquote>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2011. |
<a href="http://kanga.nu/~claw/blog/2011/10/09/personal/internal-monologue/tribal-bivalence/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2011/10/09/personal/internal-monologue/tribal-bivalence/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2011/10/09/personal/internal-monologue/tribal-bivalence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definition: Economic Game</title>
		<link>http://kanga.nu/~claw/blog/2011/09/15/game-tangent/economic-game-a-definition/</link>
		<comments>http://kanga.nu/~claw/blog/2011/09/15/game-tangent/economic-game-a-definition/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 22:14:59 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Game Tangent]]></category>
		<category><![CDATA[Internal Monologue]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/?p=860</guid>
		<description><![CDATA[I wrote the following recently as part of a discussion on boardgamegeek: An economic game implements an economy which the players either significantly create or engage in during the course of play. An economy consists of one or more marketplaces in which one or more currencies are exchanged either for goods/resources or other (potential) currencies, [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote the following recently as <a href="http://www.boardgamegeek.com/geeklist/72147?commentid=2389032#comment2389032">part of a discussion</a> on <a href="http://boardgamegeek.com/" >boardgamegeek</a>:</p>

<blockquote>
  <p>An <em>economic game</em> implements an economy which the players either significantly create or engage in during the course of play. An economy consists of one or more marketplaces in which one or more currencies are exchanged either for goods/resources or other (potential) currencies, and in which the cycle of inputs to conversions to outputs is or can be self-sustaining. A currency is merely a granular entity with variable value which is conceived of as a trade item for other currencies or value goods.</p>
</blockquote>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2011. |
<a href="http://kanga.nu/~claw/blog/2011/09/15/game-tangent/economic-game-a-definition/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2011/09/15/game-tangent/economic-game-a-definition/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2011/09/15/game-tangent/economic-game-a-definition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A hark to a yester-profession</title>
		<link>http://kanga.nu/~claw/blog/2011/07/07/personal/internal-monologue/a-hark-to-a-yester-profession/</link>
		<comments>http://kanga.nu/~claw/blog/2011/07/07/personal/internal-monologue/a-hark-to-a-yester-profession/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 01:58:10 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Internal Monologue]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/?p=857</guid>
		<description><![CDATA[I wrote this a bit ago on BGG and had trouble finding it later, thus I note it here: It came to me out of the wet dark and leaked ichor down the side of my bureau. By morning it was dead, life having fled from its rends and tears and broken teeth for the [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote this a <a href="http://www.boardgamegeek.com/article/5762089#5762089">bit ago on BGG</a> and had trouble finding it later, thus I note it here:</p>

<blockquote>
  <p>It came to me out of the wet dark and leaked ichor down the 
  side of my bureau. By morning it was dead, life having fled 
  from its rends and tears and broken teeth for the crust on the 
  floor. I buried it deep behind the midden and rolled a heavy 
  stone atop to remember its breathing by. I dare not eat the 
  dark apples from the tree that sprang from under the stone.</p>
</blockquote>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2011. |
<a href="http://kanga.nu/~claw/blog/2011/07/07/personal/internal-monologue/a-hark-to-a-yester-profession/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2011/07/07/personal/internal-monologue/a-hark-to-a-yester-profession/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2011/07/07/personal/internal-monologue/a-hark-to-a-yester-profession/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>18C2C and 18OE at Kublacon 2011</title>
		<link>http://kanga.nu/~claw/blog/2011/06/03/personal/ludolics/852/</link>
		<comments>http://kanga.nu/~claw/blog/2011/06/03/personal/ludolics/852/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 06:48:23 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Ludolics]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/?p=852</guid>
		<description><![CDATA[© claw for Other Wise, 2011. &#124; Permalink &#124; No comment]]></description>
			<content:encoded><![CDATA[<p><!-- Smart Youtube --><span class="youtube"><object width="425" height="373"><param name="movie" value="http://www.youtube.com/v/VH7emw6Ck_M&amp;rel=1&amp;color1=e1600f&amp;color2=febd01&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/VH7emw6Ck_M&amp;rel=1&amp;color1=e1600f&amp;color2=febd01&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373" ></embed><param name="wmode" value="transparent" /></object></span>
<!-- Smart Youtube --><span class="youtube"><object width="425" height="373"><param name="movie" value="http://www.youtube.com/v/9zScdvfn_KI&amp;rel=1&amp;color1=e1600f&amp;color2=febd01&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/9zScdvfn_KI&amp;rel=1&amp;color1=e1600f&amp;color2=febd01&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373" ></embed><param name="wmode" value="transparent" /></object></span></p>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2011. |
<a href="http://kanga.nu/~claw/blog/2011/06/03/personal/ludolics/852/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2011/06/03/personal/ludolics/852/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2011/06/03/personal/ludolics/852/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A different horse&#8217;s gripping hand</title>
		<link>http://kanga.nu/~claw/blog/2010/12/23/game-projects/notions/a-different-horses-gripping-hand/</link>
		<comments>http://kanga.nu/~claw/blog/2010/12/23/game-projects/notions/a-different-horses-gripping-hand/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 03:56:43 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Notions]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/?p=843</guid>
		<description><![CDATA[Virtual graphs, virtual networks, connectivity expressed by derived relationships rather than represented directly&#8230; I last wrestled with these concepts in Corrupt Beneficence. In this post I&#8217;m waving an 18xx/route-building stick at them. The following discusses a possible mechanical representation of the operational side of 18xx as a card game. Imagine cards. There are cards which [...]]]></description>
			<content:encoded><![CDATA[<p>Virtual graphs, virtual networks, connectivity expressed by derived relationships rather than represented directly&#8230;  I last wrestled with these concepts in <a href="http://kanga.nu/~claw/blog/category/game-projects/corrupt-beneficence/">Corrupt Beneficence</a>.  In this post I&#8217;m waving an <a href="http://www.boardgamegeek.com/wiki/page/18xx" >18xx</a>/route-building stick at them.  The following discusses a possible mechanical representation of the operational side of <a href="http://www.boardgamegeek.com/wiki/page/18xx" >18xx</a> as a card game.</p>

<p>Imagine cards.  There are cards which simply represent railroad track and cards which represent revenue locations (cities and towns).  Some revenue locations are also the home stations of various companies.  Thus, for instance, the NYC card might also be the home station of the NYNH&amp;H.</p>

<p>The director of a company, say the B&amp;O, would have a card before them for Baltimore.  On the Baltimore card they&#8217;d place a token for the B&amp;O&#8217;s (home) station.  Other revenue locations (non-home stations) would have spaces for companies to place stations ala the normal model.   If player were running a different company than the B&amp;O, they would have a different card of a different revenue location for that company&#8217;s home station if enough cards for that revenue location exist in the game</p>

<p>During the course of the game the B&amp;O president would place track cards adjacent to the revenue location.  Cards could be placed on each of the four sides (perhaps limited by game phase), forming a stack or <em>route</em> leading away from that location.  The president might also place revenue locations at the ends of such stacks, assuming that the stack contains enough cards to satisfy that revenue location (eg the <em>Lancaster</em> card might require 3 track cards before it can be connected/placed).</p>

<p>And this is where the network enters.  There are multiple copies of the revenue location cards.  Thus for instance, the B&amp;O may place track from Baltimore to Lancaster and thence to Chicago.  Meanwhile another, say the C&amp;O places track to NYC, and then Chicago and thence Scranton.  There would be two Chicago cards, one on the B&amp;O&#8217;s network, and one on the C&amp;O&#8217;s network.  Indeed a company might have the same revenue location on several of the routes that fan out from the edges of its home station.</p>

<p>This is where the network enters.  All those repeated Chicago cards are the same location.  Thus in the above example the B&amp;O might run a train from Baltimore -> Lancaster -> Chicago (transitioning to the C&amp;O&#8217;s network) -> NYC -> Scranton.  In fact a route might transition across several different company networks as they connect shared cities into their routes.  And in the above example the B&amp;O might drop a token in Chicago (and thus on all the Chicago cards), thus allowing them to run trains out of every route in every company&#8217;s stack that contains Chicago.  As companies acquire tokens in other company&#8217;s networks, they might also place track and revenue locations directly on those networks (where visible from their tokens) instead of onto the networks directly attached to their home stations.  A virtual implied network, all build from cards!</p>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2010. |
<a href="http://kanga.nu/~claw/blog/2010/12/23/game-projects/notions/a-different-horses-gripping-hand/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2010/12/23/game-projects/notions/a-different-horses-gripping-hand/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2010/12/23/game-projects/notions/a-different-horses-gripping-hand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Week: 2010-10-24</title>
		<link>http://kanga.nu/~claw/blog/2010/10/24/personal/twhit-twhoo/twitter-week-2010-10-24/</link>
		<comments>http://kanga.nu/~claw/blog/2010/10/24/personal/twhit-twhoo/twitter-week-2010-10-24/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 06:41:00 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Twhit-Twhoo!]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/2010/10/24/personal/twhit-twhoo/twitter-week-2010-10-24/</guid>
		<description><![CDATA[RT @nytimes: A Kind of Hunt That Even Deer Can Get Behind http://nyti.ms/ (And deer over-population is still a problem?) # RT @sciam: The Little Energy Program That Could? http://bit.ly/9OrKCh (Any successes? More profitable paths?) # The problem with the blind leading the blind: when they get somewhere they can&#039;t tell where (or if) they [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>RT @nytimes: A Kind of Hunt That Even Deer Can Get Behind <a href="http://nyti.ms/" rel="nofollow">http://nyti.ms/</a> (And deer over-population is still a problem?) <a href="http://twitter.com/clearclaw/statuses/27656078616">#</a></li>
    <li>RT @sciam: The Little Energy Program That Could? <a href="http://bit.ly/9OrKCh" rel="nofollow">http://bit.ly/9OrKCh</a> (Any successes?  More profitable paths?) <a href="http://twitter.com/clearclaw/statuses/27656635748">#</a></li>
    <li>The problem with the blind leading the blind: when they get somewhere they can&#039;t tell where (or if) they went. #<a href="http://search.twitter.com/search?q=%23badmeetings">badmeetings</a> #<a href="http://search.twitter.com/search?q=%23ohdearleader">ohdearleader</a> <a href="http://twitter.com/clearclaw/statuses/27772938746">#</a></li>
    <li>Quick straw poll: How important is it to get 1849 back on the market? #<a href="http://search.twitter.com/search?q=%2318xx">18xx</a> <a href="http://twitter.com/clearclaw/statuses/27909077510">#</a></li>
    <li>@<a href="http://twitter.com/scottredracecar">scottredracecar</a> I&#039;ve been talking to a different #<a href="http://search.twitter.com/search?q=%2318xx">18xx</a> publisher about 1849.  Does that make a difference? <a href="http://twitter.com/scottredracecar/statuses/27928795933">in reply to scottredracecar</a> <a href="http://twitter.com/clearclaw/statuses/27951628623">#</a></li>
    <li>@<a href="http://twitter.com/joshuabaer">joshuabaer</a> @<a href="http://twitter.com/technotheory">technotheory</a> @<a href="http://twitter.com/cyantist">cyantist</a> @<a href="http://twitter.com/davemcclure">davemcclure</a>  Yes, @<a href="http://twitter.com/alizatw">alizatw</a> is both female &amp; an email maven. <a href="http://twitter.com/joshuabaer/statuses/27929097670">in reply to joshuabaer</a> <a href="http://twitter.com/clearclaw/statuses/27954056842">#</a></li>
    <li>@scottredracecar: What sort of numbers do you think 1849 would sell?  #<a href="http://search.twitter.com/search?q=%2318xx">18xx</a> <a href="http://twitter.com/scottredracecar/statuses/27954868137">in reply to scottredracecar</a> <a href="http://twitter.com/clearclaw/statuses/27955320114">#</a></li>
    <li>♺ @AsteroidWatch: See the comet making a death plunge toward the sun? Watch the coronagraph <a href="http://bit.ly/c2m8eH" rel="nofollow">http://bit.ly/c2m8eH</a> &amp; watch lower right (4:00) <a href="http://twitter.com/clearclaw/statuses/27955457793">#</a></li>
    <li>♺ @venturehacks: Don&#039;t expect to pay yesterday&#039;s prices for exceptional talent; Facebook and Google have to buy whole companies to recruit. <a href="http://twitter.com/clearclaw/statuses/27965005380">#</a></li>
    <li>@scottredracecar: #<a href="http://search.twitter.com/search?q=%2318xx">18xx</a> didn&#039;t buy <a href="http://www.boardgamegeek.com/boardgame/39382" >18EZ</a>, newbies did. 1860 sold ~400 copies. Only hardcore will buy 1849? I figure 150-200 copies over 2yrs. <a href="http://twitter.com/scottredracecar/statuses/27955641386">in reply to scottredracecar</a> <a href="http://twitter.com/clearclaw/statuses/27965440652">#</a></li>
    <li>@<a href="http://twitter.com/BrenoKummel">BrenoKummel</a> Important to the market &amp; important to development of #<a href="http://search.twitter.com/search?q=%2318xx">18xx</a> as a genre. I find 1849 a significant (fringe) design in the genre. <a href="http://twitter.com/BrenoKummel/statuses/27928127521">in reply to BrenoKummel</a> <a href="http://twitter.com/clearclaw/statuses/27999090324">#</a></li>
    <li>@<a href="http://twitter.com/frandallfarmer">frandallfarmer</a> I notice the implied operational tax and reduced productivity more. (Sarbanes-Oxley) #<a href="http://search.twitter.com/search?q=%23finance">finance</a> <a href="http://twitter.com/frandallfarmer/statuses/28001959855">in reply to frandallfarmer</a> <a href="http://twitter.com/clearclaw/statuses/28002749616">#</a></li>
    <li>@<a href="http://twitter.com/BrenoKummel">BrenoKummel</a> Nod.  1849 has clearly affected my design processes/goals.  Few others express the dangers of _any_ investing so clearly. #<a href="http://search.twitter.com/search?q=%2318xx">18xx</a> <a href="http://twitter.com/BrenoKummel/statuses/27999334524">in reply to BrenoKummel</a> <a href="http://twitter.com/clearclaw/statuses/28002843729">#</a></li>
    <li>@<a href="http://twitter.com/BrenoKummel">BrenoKummel</a> 1849 isn&#039;t so short.  4.5-5 hours here. #<a href="http://search.twitter.com/search?q=%2318xx">18xx</a> <a href="http://twitter.com/BrenoKummel/statuses/27999399687">in reply to BrenoKummel</a> <a href="http://twitter.com/clearclaw/statuses/28002877270">#</a></li>
    <li>RT @<a href="http://twitter.com/titleofmagazine">titleofmagazine</a> Man builds telegraph using only stone age materials found in the woods: <a href="http://bit.ly/96Pg0g" rel="nofollow">http://bit.ly/96Pg0g</a>  (A Maker-fu Master!) <a href="http://twitter.com/clearclaw/statuses/28003283308">#</a></li>
    <li>@<a href="http://twitter.com/gilhova">gilhova</a> I say, &quot;Heavens to Murgatroyd!&quot;, tho Betsy is a bit more common. <a href="http://twitter.com/gilhova/statuses/28042743119">in reply to gilhova</a> <a href="http://twitter.com/clearclaw/statuses/28043876620">#</a></li>
    <li>RT @NASA: The Gravity of Water: See the big seasonal shifts in water across the Americas from the GRACE satellite. <a href="http://go.usa.gov/amS" rel="nofollow">http://go.usa.gov/amS</a> <a href="http://twitter.com/clearclaw/statuses/28428286809">#</a></li>
</ul>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2010. |
<a href="http://kanga.nu/~claw/blog/2010/10/24/personal/twhit-twhoo/twitter-week-2010-10-24/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2010/10/24/personal/twhit-twhoo/twitter-week-2010-10-24/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2010/10/24/personal/twhit-twhoo/twitter-week-2010-10-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Week: 2010-10-17</title>
		<link>http://kanga.nu/~claw/blog/2010/10/17/personal/twhit-twhoo/twitter-week-2010-10-17/</link>
		<comments>http://kanga.nu/~claw/blog/2010/10/17/personal/twhit-twhoo/twitter-week-2010-10-17/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 06:41:00 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Twhit-Twhoo!]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/2010/10/17/personal/twhit-twhoo/twitter-week-2010-10-17/</guid>
		<description><![CDATA[RT @newscientist: Water cycle goes bust as the world gets warmer http://bit.ly/cLNUGy [Watersheds: the new goldfields] # RT @sciam: Whooping cough in California: deaths caused by the anti-vaccination movement http://bit.ly/cCcMlr # RT @sciam: Is killing yourself adaptive? That depends: An evolutionary theory about suicide http://bit.ly/cmNHDB # ♺ @scienceRSS: Scientific American: Will birth control solve climate [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>RT @newscientist: Water cycle goes bust as the world gets warmer <a href="http://bit.ly/cLNUGy" rel="nofollow">http://bit.ly/cLNUGy</a> [Watersheds: the new goldfields] <a href="http://twitter.com/clearclaw/statuses/26966904366">#</a></li>
    <li>RT @sciam: Whooping cough in California: deaths caused by the anti-vaccination movement <a href="http://bit.ly/cCcMlr" rel="nofollow">http://bit.ly/cCcMlr</a> <a href="http://twitter.com/clearclaw/statuses/27030447592">#</a></li>
    <li>RT @sciam: Is killing yourself adaptive? That depends: An evolutionary theory about suicide <a href="http://bit.ly/cmNHDB" rel="nofollow">http://bit.ly/cmNHDB</a> <a href="http://twitter.com/clearclaw/statuses/27054927900">#</a></li>
    <li>♺ @scienceRSS: Scientific American: Will birth control solve climate change?: 150 people/minute join humanity&#8230; <a href="http://bit.ly/aoOWbp" rel="nofollow">http://bit.ly/aoOWbp</a> <a href="http://twitter.com/clearclaw/statuses/27077376362">#</a></li>
    <li>The true size of Africa: <a href="http://twitpic.com/2woim6/full" rel="nofollow">http://twitpic.com/2woim6/full</a> <a href="http://twitter.com/clearclaw/statuses/27175798334">#</a></li>
</ul>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2010. |
<a href="http://kanga.nu/~claw/blog/2010/10/17/personal/twhit-twhoo/twitter-week-2010-10-17/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2010/10/17/personal/twhit-twhoo/twitter-week-2010-10-17/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2010/10/17/personal/twhit-twhoo/twitter-week-2010-10-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Week: 2010-10-03</title>
		<link>http://kanga.nu/~claw/blog/2010/10/03/personal/twhit-twhoo/twitter-week-2010-10-03/</link>
		<comments>http://kanga.nu/~claw/blog/2010/10/03/personal/twhit-twhoo/twitter-week-2010-10-03/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 06:41:00 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Twhit-Twhoo!]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/2010/10/03/personal/twhit-twhoo/twitter-week-2010-10-03/</guid>
		<description><![CDATA[RT @timoreilly: Like Google&#039;s censorship map. http://bbc.in/bYI0EX Transparency is good. [Bravo!] # RT @GreatDismal: The Polari Bible: http://www.thesisters.demon.co.uk/bible/ # RT @newscientist: Bomb hotspots of northern Europe http://bit.ly/bRKiWY &#60;munitions lost during World Wars I &#38; II&#62; # © claw for Other Wise, 2010. &#124; Permalink &#124; No comment]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>RT @timoreilly: Like Google&#039;s censorship map.  <a href="http://bbc.in/bYI0EX" rel="nofollow">http://bbc.in/bYI0EX</a> Transparency is good.  [Bravo!] <a href="http://twitter.com/clearclaw/statuses/25606295182">#</a></li>
    <li>RT @GreatDismal: The Polari Bible: <a href="http://www.thesisters.demon.co.uk/bible/" rel="nofollow">http://www.thesisters.demon.co.uk/bible/</a> <a href="http://twitter.com/clearclaw/statuses/25795296488">#</a></li>
    <li>RT @newscientist: Bomb hotspots of northern Europe <a href="http://bit.ly/bRKiWY" rel="nofollow">http://bit.ly/bRKiWY</a> &lt;munitions lost during World Wars I &amp; II&gt; <a href="http://twitter.com/clearclaw/statuses/25800620524">#</a></li>
</ul>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2010. |
<a href="http://kanga.nu/~claw/blog/2010/10/03/personal/twhit-twhoo/twitter-week-2010-10-03/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2010/10/03/personal/twhit-twhoo/twitter-week-2010-10-03/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2010/10/03/personal/twhit-twhoo/twitter-week-2010-10-03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The great affair is to move</title>
		<link>http://kanga.nu/~claw/blog/2010/09/15/game-projects/18rt/the-great-affair-is-to-move/</link>
		<comments>http://kanga.nu/~claw/blog/2010/09/15/game-projects/18rt/the-great-affair-is-to-move/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 22:05:31 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[18RT]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/?p=795</guid>
		<description><![CDATA[Now that 18FR-RCE is getting publisher attention (more on this later), I&#8217;ve been working on two more designs: 1845 and 18RT. 18451 has been in flight for more than a year now, but 18RT has replaced it as the smaller, simpler vehicle for trialling some of the core notions of 1845 while also exploring its [...]]]></description>
			<content:encoded><![CDATA[<p>Now that <a href="http://boardgamegeek.com/boardgame/64570/18fr-rce-revolutionary-commemorative-edition" >18FR-RCE</a> is getting publisher attention (more on this later), I&#8217;ve been working on two more designs: 1845 and 18RT.   1845<sup class='footnote'><a href='#fn-795-1' id='fnref-795-1' onclick='return fdfootnote_show(795)'>1</a></sup> has been in flight for more than a year now, but 18RT has replaced it as the smaller, simpler vehicle for trialling some of the core notions of 1845 while also exploring its own area.</p>

<p>&#8220;<em>18RT?</em>&#8221; I hear you cry?  <em>18RoadTrain</em>, an <a href="http://www.boardgamegeek.com/wiki/page/18xx" >18xx</a>-inspired game set around the <a href="http://en.wikipedia.org/wiki/Road_train">road trains of Australia</a>, although in this case many <a href="http://www.boardgamegeek.com/boardgame/43307" >Baltimore &amp; Ohio</a> inspired notions have been sneaking in as well.</p>

<p><!-- Smart Youtube --><span class="youtube"><object width="425" height="373"><param name="movie" value="http://www.youtube.com/v/P3sRZJBBK4Q&amp;rel=1&amp;color1=e1600f&amp;color2=febd01&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/P3sRZJBBK4Q&amp;rel=1&amp;color1=e1600f&amp;color2=febd01&amp;border=1&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="373" ></embed><param name="wmode" value="transparent" /></object></span></p>

<h2>Map</h2>

<p>The current notion is for the map to cover the area  from Darwin in the Northern Territory, down through Alice Springs to Adelaide in South Australia, and thence Melbourne in Victoria, and across to Brisbane in Queensland<sup class='footnote'><a href='#fn-795-2' id='fnref-795-2' onclick='return fdfootnote_show(795)'>2</a></sup>.  Perth (Western Australia), Tasmania and the various major ports would be represented by off-boards, the Nullarbor Plains likely being implied by a token surcharge in the Perth off-board or extreme terrain costs for a single hex connection there.  The primary focus of the map however would be a morass of dits and terrain surrounding the cattle ranches, metal mines and other bulk-export production centres.</p>


<a href="http://kanga.nu/~claw/blog/wp-content/gallery/18rt/ozmap.jpg" title="" class="shutterset_singlepic788" >
	<img class="ngg-singlepic" src="http://kanga.nu/~claw/blog/wp-content/gallery/cache/788__x200_ozmap.jpg" alt="ozmap.jpg" title="ozmap.jpg" />
</a>


<h2>Companies</h2>

<p>The general idea is for a slew of private companies with 1870-esque revenue bonus tokens, accelerated track-builds, terrain discounts and the like.  The general idea is that these would either be assigned to major companies ala many David G Hecht games, or sold (at close to cost) to major companies ala 1846.</p>

<p>I&#8217;d like to also represent, if only partially, <a href="http://www.gsr.com.au/site/the_ghan.jsp">the excessively poetic GSR and Ghan</a>.  Wrapping them in a revenue-based private is an obvious route, but perhaps less interesting.  Instead I&#8217;ve been toying with the idea of a president-less investment vehicle (akin to the bank of England in 1848) which pays liability-less revenues as a function of both the current train technology level and much of the connection between Adelaide and Darwin has been built.  Something similar might be also done with the (recent) iron ore connections to China, the Tasmania produce connection, the vast emergent wine industry etc, but in those cases in a manner which more directly connects to major companies operating in those areas.</p>

<p>I&#8217;m currently toying with 8-10 major companies which can be incrementally capitalised or fully capitalised at the president&#8217;s choice<sup class='footnote'><a href='#fn-795-3' id='fnref-795-3' onclick='return fdfootnote_show(795)'>3</a></sup>.</p>

<h2>Trains, err, Trucks</h2>

<p>A first notion is to change how trains are managed.  Of course they&#8217;re not really trains, but bear with me as calling them trains makes the <a href="http://www.boardgamegeek.com/wiki/page/18xx" >18xx</a>-relevant language easier:</p>

<ul>
<li>Unlimited trains per technology level</li>
<li>No train limits for companies</li>
<li>Maintenance fee due for each train at the end of that company&#8217;s operation of: ((current_tech_level &#8211; train_size)^2-1)*10.  ie the sequence of $10, $30, $80, $150, $240 etc.</li>
<li>A company may <em>research the next technology level</em> and upgrade all of its trains (for a $fee) to the next available train-level.  When doing so the company may not run the trains that are upgraded.  This may happen multiple times in an Operating Round with increasing expense for each acceleration.</li>
<li>If no company researches the next available technology level in a given set of Operating Rounds, then the game does immediately before the Stock Round.</li>
<li>The definition of a legal route is changed.  Only stations and off-boards count against train-length.  Dits count for revenue but not against length.  At least one train&#8217;s route must intersect both one of the company&#8217;s station markets and a small town/dit.  All subsequent trains must either intersect one of the revenue locations touched by a previous train and a dit and a city, or must intersect a station marker (in a city) and a dit in the normal manner.  As a result, a single station marker can support many possible train routes that spread out somewhat like a peacock&#8217;s fan from a single starting station (ie a sort-of flood-fill)<sup class='footnote'><a href='#fn-795-4' id='fnref-795-4' onclick='return fdfootnote_show(795)'>4</a></sup>.</li>
<li>A company which pays a dividend and cannot profitably run a given train (ie income from the train is larger than maintenance fees) must discard the train (for no recompense).  </li>
</ul>

<h2>Track</h2>

<p>The next area of exploration is a tentative form of impermanent track combined with an inversion of normal revenue allocations:</p>

<ul>
<li>Dits (towns) are generally worth more than cities and upgrade to be worth a lot more.  Specifically dits appreciate faster and further than cities when upgraded.</li>
<li>Bush &#8220;track&#8221; is represented by narrow gauge track.</li>
<li>At the end of each set of ORs all narrow gauge track is removed from the map (dirt roads wash out with the rainy season)</li>
<li>Most of the centre of the board is terrain interspersed with single and double dits.</li>
<li>Yellow narrow gauge track can be upgraded to green standard gauge track, which is not removed at the end of the set of ORs</li>
<li>Single dit track does not upgrade (ala <a href="http://www.boardgamegeek.com/boardgame/421" >1830</a>).</li>
<li>Yellow double-dit narrow-gauge track can be upgraded a green tile to a mix of a narrow-gauge route and a standard gauge route.  In this case at the end of the OR the tile is demoted to a green single dit of a higher revenue.</li>
<li>Yellow narrow gauge double-dits can also be upgraded green track with to both sides being standard gauge.</li>
<li>Green double-dit standard gauge cites can be upgraded to (standard) green/brown 4-exit cities.</li>
<li>The offboards which ring the map allow train (gangs) which run to them to double-count N dits for revenue.</li>
</ul>

<h2>Stock market</h2>

<p>I&#8217;m interested in varying the rates of appreciation at different sections of a stock market, as well as stock markets which don&#8217;t have the traditional triangular shape<sup class='footnote'><a href='#fn-795-5' id='fnref-795-5' onclick='return fdfootnote_show(795)'>5</a></sup>.  What if the market had a different shape?  What if the top-edge of the market weren&#8217;t flat?  What if the rate of appreciation across the market were non-uniform in an interesting manner?  What if navigating the marker&#8217;s new particulars were significant to gameplay?</p>

<p>A first toy idea is below<sup class='footnote'><a href='#fn-795-6' id='fnref-795-6' onclick='return fdfootnote_show(795)'>6</a></sup>:</p>

<table cellspacing="0" cellpadding="3">
<tr>
<td  style=""></td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">40</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">45</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">50</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">60</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">70</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">80</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">95</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">110</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">125</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">145</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">165</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">190</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">220</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">255</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">295</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">340</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">390</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">450</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">520</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">600</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">690</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">795</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">915</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">1050</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">1210</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">1390</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">1600</td>
</tr>
<tr>
<td  style=""></td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">35</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">40</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">45</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">55</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">65</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">75</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">85</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">100</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">115</td>
<td  valign="bottom"  align="right"  style="background:#FF6633; font-size:8pt;">130</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">150</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">175</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">200</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">230</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">265</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">305</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">350</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">405</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">465</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">535</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">615</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">705</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">810</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">930</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">1070</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">1230</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">1415</td>
</tr>
<tr>
<td  style=""></td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">35</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">40</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">45</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">50</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">60</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">70</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">80</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">90</td>
<td  valign="bottom"  align="right"  style="background:#FF6633; font-size:8pt;">105</td>
<td  valign="bottom"  align="right"  style="background:#FF6633; font-size:8pt;">120</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">135</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">155</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">175</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">200</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">230</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">260</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">295</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">335</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">380</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">435</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">495</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">565</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">645</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">735</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">840</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">960</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">1095</td>
</tr>
<tr>
<td  style=""></td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">35</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">40</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">45</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">50</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">55</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">60</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">70</td>
<td  valign="bottom"  align="right"  style="background:#FF6633; font-size:8pt;">80</td>
<td  valign="bottom"  align="right"  style="background:#FF6633; font-size:8pt;">90</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">100</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">110</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">125</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">140</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">155</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">175</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">195</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">220</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">245</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">275</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">310</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">345</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">385</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">430</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">480</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">540</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">605</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">680</td>
</tr>
<tr>
<td  style=""></td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">30</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">35</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">40</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">45</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">50</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">55</td>
<td  valign="bottom"  align="right"  style="background:#FF6633; font-size:8pt;">60</td>
<td  valign="bottom"  align="right"  style="background:#FF6633; font-size:8pt;">70</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">80</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">90</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">100</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">110</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">120</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">135</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">150</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">165</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">185</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">205</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">230</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">255</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">285</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">315</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">350</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">390</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">435</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">485</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">540</td>
</tr>
<tr>
<td  style=""></td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">30</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">35</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">40</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">45</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">50</td>
<td  valign="bottom"  align="right"  style="background:#FF6633; font-size:8pt;">55</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">60</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">65</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">70</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">75</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">85</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">95</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">105</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">115</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">125</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">140</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">155</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">170</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">185</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">205</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">225</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">250</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">275</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">305</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">335</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">370</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">405</td>
</tr>
<tr>
<td  style=""></td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">25</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">30</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">35</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">40</td>
<td  valign="bottom"  align="right"  style="background:#FF6633; font-size:8pt;">45</td>
<td  valign="bottom"  align="right"  style="background:#FF6633; font-size:8pt;">50</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">55</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">60</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">65</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">70</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">75</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">80</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">85</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">95</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">105</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">115</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">125</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">135</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">145</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">160</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">175</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">190</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">205</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">225</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">245</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">265</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">290</td>
</tr>
<tr>
<td  style=""></td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">30</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">30</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">30</td>
<td  valign="bottom"  align="right"  style="background:#FF6633; font-size:8pt;">35</td>
<td  valign="bottom"  align="right"  style="background:#FF6633; font-size:8pt;">40</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">45</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">50</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">55</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">60</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">65</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">70</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">75</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">80</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">85</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">90</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">95</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">105</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">115</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">125</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">135</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">145</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">155</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">165</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">180</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">195</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">210</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">225</td>
</tr>
<tr>
<td  style=""></td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">25</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">25</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">25</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">30</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">35</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">40</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">45</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">50</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">55</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">60</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">65</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">70</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">75</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">80</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">85</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">95</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">105</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">115</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">125</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">135</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">145</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">160</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">175</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">190</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">205</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">225</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">245</td>
</tr>
<tr>
<td  style=""></td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">25</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">25</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">25</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">25</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">30</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">35</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">40</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">45</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">50</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">55</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">60</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">65</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">70</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">75</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">85</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">95</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">105</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">115</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">125</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">140</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">155</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">170</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">185</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">205</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">225</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">250</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">275</td>
</tr>
<tr>
<td  style=""></td>
<td  valign="bottom"  align="right"  style="background:#FFFF99; font-size:8pt;">20</td>
<td  valign="bottom"  align="right"  style="background:#FFFF99; font-size:8pt;">20</td>
<td  valign="bottom"  align="right"  style="background:#FFFF99; font-size:8pt;">20</td>
<td  valign="bottom"  align="right"  style="background:#FFFF99; font-size:8pt;">20</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">25</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">30</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">35</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">40</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">45</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">50</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">55</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">60</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">65</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">70</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">80</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">90</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">100</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">110</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">120</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">135</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">150</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">165</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">185</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">205</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">230</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">255</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">285</td>
</tr>
<tr>
<td  style=""></td>
<td  valign="bottom"  align="right"  style="background:#FFFF99; font-size:8pt;">20</td>
<td  valign="bottom"  align="right"  style="background:#FFFF99; font-size:8pt;">20</td>
<td  valign="bottom"  align="right"  style="background:#FFFF99; font-size:8pt;">20</td>
<td  valign="bottom"  align="right"  style="background:#FFFF99; font-size:8pt;">20</td>
<td  valign="bottom"  align="right"  style="background:#FFFF99; font-size:8pt;">20</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">25</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">30</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">35</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">40</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">45</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">50</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">55</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">60</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">65</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">75</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">85</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">95</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">105</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">120</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">135</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">150</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">170</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">190</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">215</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">240</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">270</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">300</td>
</tr>
<tr>
<td  style=""></td>
<td  valign="bottom"  align="right"  style="background:#E6FF00; font-size:8pt;">15</td>
<td  valign="bottom"  align="right"  style="background:#E6FF00; font-size:8pt;">15</td>
<td  valign="bottom"  align="right"  style="background:#E6FF00; font-size:8pt;">15</td>
<td  valign="bottom"  align="right"  style="background:#E6FF00; font-size:8pt;">15</td>
<td  valign="bottom"  align="right"  style="background:#E6FF00; font-size:8pt;">15</td>
<td  valign="bottom"  align="right"  style="background:#FFFF99; font-size:8pt;">20</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">25</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">30</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">35</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">40</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">45</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">50</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">55</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">60</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">70</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">80</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">90</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">100</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">115</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">130</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">145</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">165</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">185</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">210</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">235</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">265</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">300</td>
</tr>
<tr>
<td  style=""></td>
<td  valign="bottom"  align="right"  style="background:#E6FF00; font-size:8pt;">15</td>
<td  valign="bottom"  align="right"  style="background:#E6FF00; font-size:8pt;">15</td>
<td  valign="bottom"  align="right"  style="background:#E6FF00; font-size:8pt;">15</td>
<td  valign="bottom"  align="right"  style="background:#E6FF00; font-size:8pt;">15</td>
<td  valign="bottom"  align="right"  style="background:#E6FF00; font-size:8pt;">15</td>
<td  valign="bottom"  align="right"  style="background:#E6FF00; font-size:8pt;">15</td>
<td  valign="bottom"  align="right"  style="background:#FFFF99; font-size:8pt;">20</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">25</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">30</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">35</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">40</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">45</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">50</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">55</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">65</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">75</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">85</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">95</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">110</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">125</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">145</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">165</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">190</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">215</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">245</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">280</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">320</td>
</tr>
<tr>
<td  valign="bottom"  align="right"  style="background:#CCCCCC; font-size:8pt;">10</td>
<td  valign="bottom"  align="right"  style="background:#CCCCCC; font-size:8pt;">15</td>
<td  valign="bottom"  align="right"  style="background:#FFD320; font-size:8pt;">15</td>
<td  valign="bottom"  align="right"  style="background:#FFD320; font-size:8pt;">15</td>
<td  valign="bottom"  align="right"  style="background:#FFD320; font-size:8pt;">15</td>
<td  valign="bottom"  align="right"  style="background:#E6FF00; font-size:8pt;">15</td>
<td  valign="bottom"  align="right"  style="background:#E6FF00; font-size:8pt;">15</td>
<td  valign="bottom"  align="right"  style="background:#FFFF99; font-size:8pt;">20</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">25</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">30</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">35</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">40</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">45</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">50</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">60</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">70</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">80</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">90</td>
<td  valign="bottom"  align="right"  style=" font-size:8pt;">105</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">120</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">140</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">160</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">185</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">215</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">245</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">280</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">320</td>
<td  valign="bottom"  align="right"  style="background:#E6E6E6; font-size:8pt;">370</td>
</tr>
</table>

<p><br/></p>

<h3>Market Details</h3>

<ul>
<li>The top row appreciates by 15% horizontally.  The next row down by 14%, the next row again by 13% and so on down to 8%.  Then the next row down by 9%, 10% etc back up to 15%.  The result is a market that&#8217;s heavily skewed towards stock-appreciation at the edges, but is flat and uninteresting in the middle &#8212; that same middle that the shape of the market pushes all shares towards.</li>
<li>The magnitudes of the stock-price increases toward the top, especially in the second section, and are thus rather large<sup class='footnote'><a href='#fn-795-7' id='fnref-795-7' onclick='return fdfootnote_show(795)'>7</a></sup>.  It is hoped that this will provide a balancing tension between being dividend/income-centric versus portfolio/stock-centrism.</li>
<li>Arrows on ceiling cells by walls point down and to the right for when stocks bounce on the ceiling or hit the wall.</li>
<li>Similar arrows for floor cells merely point vertically up (no acceleration).</li>
<li>Red cells are possible pars (some will likely need to be removed)</li>
<li>Players may buy past 60% from the Open Market.</li>
<li>The coloured sections in the corner may be removed, or if they remain, are unlikely to have traditional definitions.</li>
</ul>

<h3>Stock price movement</h3>

<ul>
<li>Up or follow arrow if 100% in player hands</li>
<li>Right (at least) once if total dividend is larger than price </li>
<li>Right twice if total dividend is more than double price and company is incrementally capitalised<sup class='footnote'><a href='#fn-795-8' id='fnref-795-8' onclick='return fdfootnote_show(795)'>8</a></sup></li>
<li>No movement if total dividend equals price</li>
<li>Left if total dividend is less than price but larger than half of price</li>
<li>Left and down if total dividend is half of price or less</li>
<li>Down on stock sales (possibly once per sale rather than once per share)</li>
<li>Down if shares in the Open Market at the end of a Stock Round (maybe)</li>
</ul>

<h2>Game Events:</h2>

<ul>
<li>Yes, a stock can pay a dividend and move right or up and find its price reduced as a result.  Of course it can also pay an inadequate dividend and move left or left and down for the same reduced price result.  Simply consistently paying dividends is no longer enough to prosper.</li>
<li>(Not shown) the stock market is divided into diagonal stripes.  Companies start with a limited and small number of station makers.  As their stock prices move right across the various bars, they are allowed to buy and place additional station markers.</li>
<li>On the sale or research of the first 6T all share prices fall to the floor, move left (if possible), and then fall to the floor again.  (This ordering is deliberate and specific)  Again, like <a href="http://boardgamegeek.com/boardgame/64570/18fr-rce-revolutionary-commemorative-edition" >18FR-RCE</a>&#8217;s all-the-trains-rust moment, this is in recognition of World War II.  It is generally hoped that this will happen when several companies are near or shortly past the market constriction around $105<sup class='footnote'><a href='#fn-795-9' id='fnref-795-9' onclick='return fdfootnote_show(795)'>9</a></sup>.</li>
<li>The result of the steeply banked par values and stock-appreciation differences, encourages fully capitalised companies to par high in order to maximise capital and ease getting their price through the passage.  </li>
<li>Conversely, incrementally capitalised companies do not want to par high as later shares will (almost necessarily) be much cheaper than the initially parred shares, and will proportionally fail to raise capital.  However parring an incrementally capitalised company low simply fails to raise enough capital to be viable.</li>
</ul>

<div class='footnotes' id='footnotes-795'><div class='footnotedivider'></div><div class='footnotes'><div class='footnote_divider'><span>Footnotes</span></div><ol><li id='fn-795-1'>And more on 1845 later as well. <span class='footnotereverse'><a href='#fnref-795-1'>&#8617;</a></span></li><li id='fn-795-2'>ie everything except Western Australia. <span class='footnotereverse'><a href='#fnref-795-2'>&#8617;</a></span></li><li id='fn-795-3'>This may change.  I do want to provide a choice regarding capitalisation, but I want it to be a real choice where both answers are frequently correct. <span class='footnotereverse'><a href='#fnref-795-3'>&#8617;</a></span></li><li id='fn-795-4'>I am also toying with using something like 1873&#8242;s train-multiple concept here. <span class='footnotereverse'><a href='#fnref-795-4'>&#8617;</a></span></li><li id='fn-795-5'>After 1828&#8242;s market which has a large new triangular section bolted on the end-tip of what is otherwise a normal triangular-shaped market. <span class='footnotereverse'><a href='#fnref-795-5'>&#8617;</a></span></li><li id='fn-795-6'>The gray sections are for calculations and are not part of the market. <span class='footnotereverse'><a href='#fnref-795-6'>&#8617;</a></span></li><li id='fn-795-7'>eg $210/share should a stock reach $1,600/share <span class='footnotereverse'><a href='#fnref-795-7'>&#8617;</a></span></li><li id='fn-795-8'>The notion is to have both incrementally capitalised and fully capitalised companies, at the player-choice per company, with the choice as to which to prefer and when being difficult. <span class='footnotereverse'><a href='#fnref-795-8'>&#8617;</a></span></li><li id='fn-795-9'>Recently termed the <i>stock anus</i> or <i>sphincter</i> in local discussions. <span class='footnotereverse'><a href='#fnref-795-9'>&#8617;</a></span></li></div></ol></div>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2010. |
<a href="http://kanga.nu/~claw/blog/2010/09/15/game-projects/18rt/the-great-affair-is-to-move/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2010/09/15/game-projects/18rt/the-great-affair-is-to-move/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2010/09/15/game-projects/18rt/the-great-affair-is-to-move/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Way aye blow the man down</title>
		<link>http://kanga.nu/~claw/blog/2010/09/09/game-observances/way-aye-blow-the-man-down/</link>
		<comments>http://kanga.nu/~claw/blog/2010/09/09/game-observances/way-aye-blow-the-man-down/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 21:24:35 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Game Observances]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/?p=755</guid>
		<description><![CDATA[Stock-trashing in 1830: Is it actually necessary for Good Play or is it merely gratuitously abusive? This came up recently in both our 18C2C game and in an 18FR-RCE game a couple weeks before. I&#8217;ve no doubt it will come up future games as well. In both the mentioned games I set about trashing the [...]]]></description>
			<content:encoded><![CDATA[<p>Stock-trashing in <a href="http://www.boardgamegeek.com/boardgame/421" >1830</a>: Is it actually necessary for <em>Good Play</em> or is it merely gratuitously abusive?  This came up recently in both our 18C2C game and in an <a href="http://boardgamegeek.com/boardgame/64570/18fr-rce-revolutionary-commemorative-edition" >18FR-RCE</a> game a couple weeks before.  I&#8217;ve no doubt it will come up future games as well.  In both the mentioned games I set about trashing the stock-market (often buying shares and then selling them at a loss and so losing money) and several players complained that I was just being unnecessarily negative and wasting everyone&#8217;s time with an overly long and uninteresting Stock Round, when in truth a lot of my later success in those games was due to the fact that I&#8217;d stock-trashed so heavily (and taken the loss) earlier.  Yep, if I hadn&#8217;t stock-trashed, I would have come in dead last rather than competing for the win.</p>

<p>The primary keys to the value of stock-trashing<sup class='footnote'><a href='#fn-755-1' id='fnref-755-1' onclick='return fdfootnote_show(755)'>1</a></sup>  mentioned,  are <em>return on investment</em> (ROI) and <em>liquidity</em>.  It will take a little bit to explain exactly how, so bear with me.</p>

<p>Imagine a game of <a href="http://www.boardgamegeek.com/boardgame/421" >1830</a>, perhaps a 5-player game.  The game starts, the private auction happens, and you get&#8230;nothing, or maybe only a really small private company.  Everyone else has nice big private companies and everyone (who can) is going to float a major company.  You will float a major company too, but they&#8217;ll be getting nice big revenues from their private companies and you&#8217;ll be getting what, a few more shares and their piddly revenues and meager stock appreciation to match?</p>

<p><strong>Key point:</strong> <em>You&#8217;re already losing the game.  Yep, you are already losing.</em></p>

<p>Think about that.  You&#8217;re already losing the game.  The game has just started, and <em>you are losing</em>.  If you let this continue, you will in fact <em>lose</em>.  That is, or should be, utterly unacceptable and you&#8217;d better do something about it right now.  <em>You need to win</em>!</p>

<p>Right now you have more money than they do, but they are making money faster than you are, and pretty soon they&#8217;ll catch up and pass you as they sell their private companies into their major companies.  At that point the game is history and you&#8217;ve lost.  If you&#8217;d like to compete for the win, and I assume you are playing for the win, then you&#8217;d better change something and change it fast.  Going on wanly hoping isn&#8217;t going to do it.  The winning players certainly have no interest in changing anything as they&#8217;re already winning (or at least contending for the win).  You are <em>losing</em>, so it is up to you to change something so that you can win instead, and this is where stock-trashing can come in.</p>

<p>But before we get there, we&#8217;d better understand a little more about how and why you are already losing, because you are most certainly already losing, and losing badly.</p>

<p>At core you are losing because your money is not working for you as well as their money is working for them.  Sure, you can buy more shares than they can, but their private company revenues have massively better returns than any share you can buy.  What they&#8217;ve invested in is simply better than what you&#8217;ve invested in, and they&#8217;ve got more of it than you do.  Even better for them and worse for you, in a few more turns they&#8217;re going to be able to sell their private companies into their major companies, pulling out gobs of money, and they&#8217;ll use that money to buy even more shares than you can!  Their money is not only working better than your&#8217;s, but they have a great wad of free money just sitting there waiting for them to take it!  You don&#8217;t have any of those advantages, but they do!  Thus, <em>you are losing</em>.</p>

<p><strong>Change something.</strong>  <strong><em><u>Now</u>.</em></strong></p>

<p>In the classic form they&#8217;ll sell their private companies in for massive money and then immediately sell down (or even better dump) the company they just looted, adding all that wonderful stock-appreciation they&#8217;ve made in the meantime to their dividends and private company money, and then they&#8217;ll float a brand new company for a nice high par and never even bother to look back.  If someone wants to take their old company, then they&#8217;re welcome to it as it has crap trains and no money<sup class='footnote'><a href='#fn-755-2' id='fnref-755-2' onclick='return fdfootnote_show(755)'>2</a></sup>  They&#8217;re interested in their bright shiny new company that&#8217;s full of bright shiny new money!</p>

<p>That classic form is not good for you.  Sure, it is good for them, but I really hope your goal in the game is for you to win, not for them to win.  So, you&#8217;d better change something, and this is where stock-trashing can usefully enter.</p>

<p>The core problem is that their money is working better than your money, and you have to change that.  One of the things you can change is stock-appreciation.  If after they loot their companies when they then want to sell those (now crappy) shares in order to buy bright shiny new shares in a new company full of money it turns out that you&#8217;ve already trashed their stock so they have no stock-appreciation&#8230;well gosh, their money isn&#8217;t working for them so well any more, is it?  You&#8217;ve killed their ROI (stock appreciation).  And if you also just happen to have left the Bank Pool full of their trashed shares so that they can&#8217;t actually sell much into the market, well, you&#8217;ve clipped their wings even more as you&#8217;ve killed their liquidity (ability to sell shares to raise capital).  Oh, and that new company they float?  How about you stock-trash that as well, really beat the crap out of it?  They bought $600 worth of shares in floating that company.  If you can beat it down hard enough, that $600 worth of shares will now only be worth $300 or less (perhaps given a little help from the other players).  Again, now their money isn&#8217;t working for them so well any more. Sure, they&#8217;ve got control of $1,000 in bright shiny new capital &#8212; you can&#8217;t solve every problem all at once &#8212; but it is going to take a long time to get that share-value you destroyed back.  But, even better, you&#8217;re probably going to be able to buy those shares you trashed back again in the next stock round pretty cheaply as they won&#8217;t have appreciated much!  You buy the shares, you trash the shares, you wait a set of ORs, then you buy most of them back again on the cheap in the next Stock Round.  Now your money is starting to work for you better than their money is working for them!</p>

<p>What makes this a little more interesting is that many good players will buy/sell the last (6th) share of a company they&#8217;re floating.  They do this in order to dissuade the stock-trashers waiting in the wings (it now costs money to stock-trash as the par is higher than the stock price), but also so that they can then use that money to buy a share that will be paying better than their new company (their new company will miss at least one dividend as it has no train).  Someone may also flip a share or two into the market while you&#8217;re building up your portfolio to dump, thus costing you even more money as you trash the market.  The costs to stock-trash can be high.</p>

<p>How much is stock-trashing worth to you? How much is it worth to your position to beat them down?  Is it worth buying 4 shares at $67ea and sell them at $65ea, losing $2 each?  What about buying shares at $100ea and selling them at $90ea, losing $10 on each one? Or buying shares at $100 and selling at $82?  There&#8217;s a judgment call here on how much loss is acceptable.  There&#8217;s a point at which it is simply too expensive, but how much is too little and how much is too much?  Not biting the bullet will lose the game, but losing too much money in stock-trashing will also lose the game.  Finding the right middle ground is key<sup class='footnote'><a href='#fn-755-3' id='fnref-755-3' onclick='return fdfootnote_show(755)'>3</a></sup>.</p>

<p>You&#8217;re going to have to lose money, to deliberately throw money away, in order to slow them down and to rescue your position, but how much money should you throw away and which stocks should you trash and how much?  If all goes perfectly (unlikely) you&#8217;ll convert an obviously losing position to a competitive position, but doing that is going to cost you some of that money you so desperately need.  More likely you&#8217;ll convert a losing position to a merely weak position, and then you&#8217;ll have to fight again, and again in later stock rounds, beating and thrashing the stock-market, taking losses as you do so, until you&#8217;ve caught up and pulled them down to your level.  It won&#8217;t be cheap, or easy, but if you do win, you&#8217;ll have earned it by tooth and claw from the ground up.</p>

<p>But then isn&#8217;t the answer then to just make sure you always get some good private companies and thus bid whatever&#8217;s needed to get them?  No.  Pay too much and you&#8217;ll never get it back<sup class='footnote'><a href='#fn-755-4' id='fnref-755-4' onclick='return fdfootnote_show(755)'>4</a></sup>.  The guy without any private companies will stock-trash,  you won&#8217;t get your money back from your over-large bids, and you&#8217;re losing yet again.  There&#8217;s a balancing point, and it is hard to find and balance correctly<sup class='footnote'><a href='#fn-755-5' id='fnref-755-5' onclick='return fdfootnote_show(755)'>5</a></sup>.</p>

<p>Also, won&#8217;t everybody just stock-trash, turning stock-trashing into a shared pathology that makes no net difference?  Yes and mostly no.  Stock trashing sacrifices opportunities.  You&#8217;re buying bad shares or passing on doing any actions while the other players snap up the good shares.  Do that too much of that and you&#8217;ll lose as well.  Also you&#8217;re making good shares cheap, and the other players are going to buy some of them (at their new low price) &#8212; so you&#8217;re helping as well as hindering them with your stock-trashing.  Getting that balance right is not easy.  In short stock-trashing is a necessary thing, but also a fairly subtle and highly contextual thing.</p>

<p>Also, remember that stock-trashing is not your only weapon.  There&#8217;s also track and the train rush to consider among others.  <a href="http://www.boardgamegeek.com/wiki/page/18xx" >18xx</a> players have many offensive and defensive weapons to choose among.  Stock-trashing is just one.</p>

<div class='footnotes' id='footnotes-755'><div class='footnotedivider'></div><div class='footnotes'><div class='footnote_divider'><span>Footnotes</span></div><ol><li id='fn-755-1'>There is another value of stock-trashing, which I&#8217;ll not discuss in this article, of manipulating operating order so that certain companies run before other companies.  This can be critical, but is outside the scope
 of this article. <span class='footnotereverse'><a href='#fnref-755-1'>&#8617;</a></span></li><li id='fn-755-2'>That company is now a dog.  If nobody takes that liability away from them, they&#8217;ll rescue it with their third company or, more likely, just buy its permanent trains out of pocket from the great dividends they&#8217;ll make from all their great new shares. <span class='footnotereverse'><a href='#fnref-755-2'>&#8617;</a></span></li><li id='fn-755-3'>And that&#8217;s a hard spot to find accurately. <span class='footnotereverse'><a href='#fnref-755-3'>&#8617;</a></span></li><li id='fn-755-4'>As learned to my cost in a game of 1856 where I bid $5 too much for the port&#8230; <span class='footnotereverse'><a href='#fnref-755-4'>&#8617;</a></span></li><li id='fn-755-5'>If it were easy, we wouldn&#8217;t be playing the game. <span class='footnotereverse'><a href='#fnref-755-5'>&#8617;</a></span></li></div></ol></div>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2010. |
<a href="http://kanga.nu/~claw/blog/2010/09/09/game-observances/way-aye-blow-the-man-down/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2010/09/09/game-observances/way-aye-blow-the-man-down/#comments">One comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2010/09/09/game-observances/way-aye-blow-the-man-down/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Arsenic, lace and the cost of death</title>
		<link>http://kanga.nu/~claw/blog/2010/09/09/game-design/arsenic-lace-and-the-cost-of-death/</link>
		<comments>http://kanga.nu/~claw/blog/2010/09/09/game-design/arsenic-lace-and-the-cost-of-death/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 20:49:28 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[1843]]></category>
		<category><![CDATA[Game Design]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/?p=722</guid>
		<description><![CDATA[The concept of the poison train is common in 18xx games. Commonly it is the poison 4-train: the last train before the permanent trains, and might never run before it rusts, and almost certainly won&#8217;t run for long. From a design-perspective, how bad can that poison train be before it becomes unreasonable? In the particular [...]]]></description>
			<content:encoded><![CDATA[<p>The concept of the poison train is common in <a href="http://www.boardgamegeek.com/wiki/page/18xx" >18xx</a> games.  Commonly it is the poison 4-train: the last train before the permanent trains, and might never run before it rusts, and almost certainly won&#8217;t run for long.  From a design-perspective, how bad can that poison train be before it becomes unreasonable?</p>

<p>In the particular case I&#8217;m looking at, the poison train is a little worse than the poison 4-train in say <a href="http://www.boardgamegeek.com/boardgame/421" >1830</a> as there isn&#8217;t a nice cheap permanent train on the other side.  Instead&#8230;there&#8217;s another poison train right after the first poison train.  Oy vey.</p>

<p>Some explanation is in order.  I&#8217;m looking at a fairly standard extended train roster: 2/3/4/5/6/7/Diesel.  The 4-trains rust the 2-trains, the 6-trains rust the 3-trains, the 7-trains rust the 4-trains and Diesels rust the 4-trains and 5-trains (both).  Yep, 5-trains aren&#8217;t permanent.  Also, both the 7-trains and the Diesels become available for purchase immediately after the first 6-train has been purchased.  What this usually means is that after the first 6-train is bought, the very next train bought is a Diesel which rusts all the trains in the entire game, outside of that first permanent 6-train.  It is fairly dramatic.</p>

<p>The problem with this pattern is that nobody wants to buy the last 5-train, as it will get to run no more than twice and probably only once before it rusts, if that..  So, I copied a page from Lonny Orgler: At the end of each set of ORs the government/foreigners buy a train from the supply.  Thus, even if the players pause, the trains keep moving and the game advances.  The twist I&#8217;ve added is that if the government buys the last train of a rank, thus making a new train-type available, then they also buy one of those (with all game phases changing as appropriate).  Thus, for instance, if there&#8217;s one 2-train left, then the foreigners buy a 2-train and the first 3-train, thus putting the game into the green-phase.  Or, more topically, if there&#8217;s one 5-train left, then the foreigners buy it plus the first (permanent) 6-train, thus rusting the 3-trains and starting the rush for the permanent trains.  So far the form in our games has been that the foreigners take the first 6-train at the end of a set of ORs, and the first first company to run after the Stock Round buys a diesel, thus causing every other company in the game to lose all their trains.  It is, as they say, dramatic.</p>

<p>What this all means is that not only is the last 5-train a poison train, but the penultimate 5-train is also a poison train.  If a company buys the penultimate 5-train, then the foreigners will buy the last 5-train and the first 6-train and VOOM! the game is moving fast and that 5-train the player bought is about to rust very soon now.  Ditto of course for the last 5-train.</p>

<p>But&#8230;if someone doesn&#8217;t buy the penultimate 5-train, then there&#8217;s another set of Operating Rounds while the foreigners/government whittle away the penultimate 5-train, and then at the end of the next set of ORs the foreigners take the last 5-train and the first 6-train &#8212; which means that the first 5-trains probably get to run 5 times, which is pretty good, and maybe too good.</p>

<p>And there lies the rub.  Having a company buy the penultimate 5-train is essentially throwing money away, in this case $400<sup class='footnote'><a href='#fn-722-1' id='fnref-722-1' onclick='return fdfootnote_show(722)'>1</a></sup>.  Who is going to buy it?  The only player that has any incentive is the player that&#8217;s losing.  They are losing, so they have to change something to have any hope of changing their position &#8212; except that in this case the only thing they can do also comes with a $400 fee.  Ouch.</p>

<p>And yet players buy the poison 4-train in <a href="http://www.boardgamegeek.com/boardgame/421" >1830</a> all the time.  It hurts, they know it is poison, but they also know that if they don&#8217;t they&#8217;re really sunk.  So they bite the bullet and buy the 4-train&#8230;and usually the first 5-train immediately after it (which softens the blow a little).   And that&#8217;s fine, except that I don&#8217;t have any nice permanent train immediately after the poison train, just another poison train&#8230;</p>

<p>There are three basic cases:</p>

<p>1) The &#8220;losing&#8221; player buys the 5-train because if they let the non-permanent trains continue to run they will lose, but if they bring out the permanent trains then they&#8217;ll win (presumably because of their better diesel routes)  Of course in this case they&#8217;re not really &#8220;losing&#8221;.</p>

<p>2) The losing player buys the poison 5-train because if they let the non-permanent trains continue to run they will loose massively, but if they bring out the permanent trains, then they won&#8217;t lose as badly.  Thus buying the poison train improves their position.</p>

<p>3) The losing player buys the poison 5-train, brings out the permanent trains, and thus loses even more badly than if they had let the non-permanent trains continue to run.</p>

<p>The first case is ideal, and not a problem from a design-vantage.</p>

<p>From a design-vantage the second case is also fine and even somewhat ideal.  However it requires unusually perceptive players in order to distinguish between the second and third cases a 3-9 Operating Rounds before the end of the game.  That&#8217;s a pretty high competency threshold.</p>

<p>The second two cases are the more likely to happen in real games, and in those cases it may seem that the game-system is punishing the losing player by $400, and it is punishing them because they&#8217;re losing.  They&#8217;re down, so the game kicks them.  Worse, I suspect that many players will see everything but the first case as being the third case, and then they&#8217;ll often see that in the worst possible light as punitive punishment of the already destitute.</p>

<p>I don&#8217;t think that perception matches reality.  The reality I&#8217;ve seen in games with players of mixed skill in our local <a href="http://www.boardgamegeek.com/wiki/page/18xx" >18xx</a> group is that the first not-really-losing case is far from common (and is absurdly hard to detect), the third going-to-lose-even-worse is also not common and usually only happens after the game has spent an extended period in the already-losing-but-will-lose-by-less middle case, and the already-losing-but-will-lose-by-less middle case is actually the significant majority of all cases.</p>

<p>But, detecting that the middle case is actually the most populous case rather than the third case, requires a skilled and perceptive player.  Just how high can, should, I set the bar of required player-skill for an already-losing player to make the Right Decision?  It seems a significant question.  I don&#8217;t want to design a hand-holding game for perpetual novices, but I also don&#8217;t want it to only be effectively playable by world-class players.  Gah<sup class='footnote'><a href='#fn-722-2' id='fnref-722-2' onclick='return fdfootnote_show(722)'>2</a></sup>.</p>

<p>Which, even ignoring that more interesting question, puts me right back to the initial question.  How bad can that poison train be before it becomes unreasonable?  If the poison train cost $10,000 it is clearly too expensive to ever bite the bullet.  If the poison train cost merely $1, then nobody would even blink at buying all of them.  Somewhere in the middle is the this-hurts-but-I-have-to-bite-the-bullet point  that also provides for the most interesting game decisions, and I have very little idea how to determine where that point is.  For now I&#8217;ve picked $400.  It is as good a number as any and better than most (and perhaps worse than a few?).</p>

<div class='footnotes' id='footnotes-722'><div class='footnotedivider'></div><div class='footnotes'><div class='footnote_divider'><span>Footnotes</span></div><ol><li id='fn-722-1'>Okay, really 400fr, but dollar signs are simpler and more universal. <span class='footnotereverse'><a href='#fnref-722-1'>&#8617;</a></span></li><li id='fn-722-2'>Inclusivity sucks. <span class='footnotereverse'><a href='#fnref-722-2'>&#8617;</a></span></li></div></ol></div>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2010. |
<a href="http://kanga.nu/~claw/blog/2010/09/09/game-design/arsenic-lace-and-the-cost-of-death/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2010/09/09/game-design/arsenic-lace-and-the-cost-of-death/#comments">One comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2010/09/09/game-design/arsenic-lace-and-the-cost-of-death/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter Week: 2010-08-29</title>
		<link>http://kanga.nu/~claw/blog/2010/08/29/personal/twhit-twhoo/twitter-week-2010-08-29/</link>
		<comments>http://kanga.nu/~claw/blog/2010/08/29/personal/twhit-twhoo/twitter-week-2010-08-29/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 06:41:00 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Twhit-Twhoo!]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/2010/08/29/personal/twhit-twhoo/twitter-week-2010-08-29/</guid>
		<description><![CDATA[My respect for @timoreilley and #gov2.0 was just validated with PopVox (http://www.popvox.com/blog/). Thanks guys! # @jdludlow Yeah, but each is also an opportunity to lay out the line again. in reply to jdludlow # RT @neilhimself: SF Movie posters from an alternate universe where even the Roman #s were different. Some great ones. http://bit.ly/cNqjXz # [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>My respect for @<a href="http://twitter.com/timoreilley">timoreilley</a> and #gov2.0 was just validated with PopVox (<a href="http://www.popvox.com/blog/" rel="nofollow">http://www.popvox.com/blog/</a>).  Thanks guys! <a href="http://twitter.com/clearclaw/statuses/21949577470">#</a></li>
    <li>@<a href="http://twitter.com/jdludlow">jdludlow</a> Yeah, but each is also an opportunity to lay out the line again. <a href="http://twitter.com/jdludlow/statuses/21850841100">in reply to jdludlow</a> <a href="http://twitter.com/clearclaw/statuses/21987422191">#</a></li>
    <li>RT @neilhimself: SF Movie posters from an alternate universe where even the Roman #<a href="http://search.twitter.com/search?q=%23s">s</a> were different.  Some great ones. <a href="http://bit.ly/cNqjXz" rel="nofollow">http://bit.ly/cNqjXz</a> <a href="http://twitter.com/clearclaw/statuses/22157877604">#</a></li>
    <li>RT @sciam: To celebrate our 165th anniversary, Scientific American is offering 1845 prices on subscriptions! <a href="http://bit.ly/b9iNLM" rel="nofollow">http://bit.ly/b9iNLM</a> <a href="http://twitter.com/clearclaw/statuses/22278885722">#</a></li>
</ul>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2010. |
<a href="http://kanga.nu/~claw/blog/2010/08/29/personal/twhit-twhoo/twitter-week-2010-08-29/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2010/08/29/personal/twhit-twhoo/twitter-week-2010-08-29/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2010/08/29/personal/twhit-twhoo/twitter-week-2010-08-29/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Week: 2010-08-22</title>
		<link>http://kanga.nu/~claw/blog/2010/08/22/personal/twhit-twhoo/twitter-week-2010-08-22/</link>
		<comments>http://kanga.nu/~claw/blog/2010/08/22/personal/twhit-twhoo/twitter-week-2010-08-22/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 06:41:00 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Twhit-Twhoo!]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/2010/08/22/personal/twhit-twhoo/twitter-week-2010-08-22/</guid>
		<description><![CDATA[RT @newscientist: From here to infinity: the struggle to save arithmetic http://bit.ly/bJYER4 # RT @newscientist: Add salt as required: the recipe for fresh water http://bit.ly/9nCucJ # ♺ @hnshah: RT @om: Yet Another Bollywood Satire, Thanks The Guild http://tinyurl.com/2choh7n [If only] # RT @timoreilly: Wow &#8211; this could change dynamics of #ebooks: in Japan, people are [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>RT @newscientist: From here to infinity: the struggle to save arithmetic <a href="http://bit.ly/bJYER4" rel="nofollow">http://bit.ly/bJYER4</a> <a href="http://twitter.com/clearclaw/statuses/21504128809">#</a></li>
    <li>RT @newscientist: Add salt as required: the recipe for fresh water  <a href="http://bit.ly/9nCucJ" rel="nofollow">http://bit.ly/9nCucJ</a> <a href="http://twitter.com/clearclaw/statuses/21505128046">#</a></li>
    <li>♺ @hnshah: RT @om: Yet Another Bollywood Satire, Thanks The Guild <a href="http://tinyurl.com/2choh7n" rel="nofollow">http://tinyurl.com/2choh7n</a> [If only] <a href="http://twitter.com/clearclaw/statuses/21524731318">#</a></li>
    <li>RT @timoreilly: Wow &#8211; this could change  dynamics of #ebooks: in Japan, people are digitizing their own <a href="http://bit.ly/acMv8F" rel="nofollow">http://bit.ly/acMv8F</a> via @<a href="http://twitter.com/naypinya">naypinya</a> <a href="http://twitter.com/clearclaw/statuses/21685704509">#</a></li>
    <li>@brettspiel: Yeah, but I really don&#39;t want to cross media-type boundaries in that discussion. <a href="http://twitter.com/brettspiel/statuses/21691309748">in reply to brettspiel</a> <a href="http://twitter.com/clearclaw/statuses/21701414638">#</a></li>
    <li>♺ @NASA: Commercial partner, SpaceX, completed its 1st Dragon high altitude drop test.  <a href="http://www.spacex.com/updates.php" rel="nofollow">http://www.spacex.com/updates.php</a> [I&#39;m excited!] <a href="http://twitter.com/clearclaw/statuses/21702037171">#</a></li>
    <li>@<a href="http://twitter.com/brettspiel">brettspiel</a> Gotcha, and not a bad comparison given the Japanese situation I tweeted about earlier. <a href="http://twitter.com/brettspiel/statuses/21702009060">in reply to brettspiel</a> <a href="http://twitter.com/clearclaw/statuses/21720814352">#</a></li>
    <li>@<a href="http://twitter.com/BrenoKummel">BrenoKummel</a> I&#39;ve not tracked Essen this year as I usually do.  1880, Poseidon, Winsome Collection&#8230; <a href="http://twitter.com/BrenoKummel/statuses/21577287279">in reply to BrenoKummel</a> <a href="http://twitter.com/clearclaw/statuses/21730802242">#</a></li>
    <li>RT @GamesOnTheBrain: Chicago Express Coming to the iPhone <a href="http://bit.ly/cxeMHZ" rel="nofollow">http://bit.ly/cxeMHZ</a> #<a href="http://search.twitter.com/search?q=%23boardgames">boardgames</a> #<a href="http://search.twitter.com/search?q=%23iphone">iphone</a> #<a href="http://search.twitter.com/search?q=%23ipod">ipod</a> [Yowzers!] <a href="http://twitter.com/clearclaw/statuses/21731046171">#</a></li>
</ul>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2010. |
<a href="http://kanga.nu/~claw/blog/2010/08/22/personal/twhit-twhoo/twitter-week-2010-08-22/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2010/08/22/personal/twhit-twhoo/twitter-week-2010-08-22/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2010/08/22/personal/twhit-twhoo/twitter-week-2010-08-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Week: 2010-08-15</title>
		<link>http://kanga.nu/~claw/blog/2010/08/15/personal/twhit-twhoo/twitter-week-2010-08-15/</link>
		<comments>http://kanga.nu/~claw/blog/2010/08/15/personal/twhit-twhoo/twitter-week-2010-08-15/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 06:41:00 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Twhit-Twhoo!]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/2010/08/15/personal/twhit-twhoo/twitter-week-2010-08-15/</guid>
		<description><![CDATA[@GreatDismal I&#39;m pleased with Tweetdeck for iPad in reply to GreatDismal # ‘John Doe’ Who Fought FBI Spying Freed From Gag Order After 6 Years: http://www.wired.com/threatlevel/2010/08/nsl-gag-order-lifted/ # © claw for Other Wise, 2010. &#124; Permalink &#124; No comment]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>@<a href="http://twitter.com/GreatDismal">GreatDismal</a> I&#39;m pleased with Tweetdeck for iPad <a href="http://twitter.com/GreatDismal/statuses/20859680133">in reply to GreatDismal</a> <a href="http://twitter.com/clearclaw/statuses/20862738933">#</a></li>
    <li>‘John Doe’ Who Fought FBI Spying Freed From Gag Order After 6 Years: <a href="http://www.wired.com/threatlevel/2010/08/nsl-gag-order-lifted/" rel="nofollow">http://www.wired.com/threatlevel/2010/08/nsl-gag-order-lifted/</a> <a href="http://twitter.com/clearclaw/statuses/20865151074">#</a></li>
</ul>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2010. |
<a href="http://kanga.nu/~claw/blog/2010/08/15/personal/twhit-twhoo/twitter-week-2010-08-15/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2010/08/15/personal/twhit-twhoo/twitter-week-2010-08-15/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2010/08/15/personal/twhit-twhoo/twitter-week-2010-08-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Week: 2010-08-08</title>
		<link>http://kanga.nu/~claw/blog/2010/08/08/personal/twhit-twhoo/twitter-week-2010-08-08/</link>
		<comments>http://kanga.nu/~claw/blog/2010/08/08/personal/twhit-twhoo/twitter-week-2010-08-08/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 06:41:00 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Twhit-Twhoo!]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/2010/08/08/personal/twhit-twhoo/twitter-week-2010-08-08/</guid>
		<description><![CDATA[♺ @jodrellbank: The Perseids are coming! Follow @virtualastro @britastro for next week&#39;s #Meteorwatch news (trailer: http://bit.ly/9sST8p) # ♺ @GreatDismal: RT @dgroundsel: Aluminum foil ship floating on sulphur hexafluoride gas http://bit.ly/cm2ZSi [and http://is.gd/e32mP # RT @oneillkza: Stock exchange crop circles connected to July theft of Goldman-Sachs HFT software? http://ow.ly/2l7hM http://ow.ly/2l7ae # Mike Calhoon just won 1849 [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>♺ @jodrellbank: The Perseids are coming! Follow @<a href="http://twitter.com/virtualastro">virtualastro</a> @<a href="http://twitter.com/britastro">britastro</a> for next week&#39;s #<a href="http://search.twitter.com/search?q=%23Meteorwatch">Meteorwatch</a> news (trailer: <a href="http://bit.ly/9sST8p)" rel="nofollow">http://bit.ly/9sST8p)</a> <a href="http://twitter.com/clearclaw/statuses/20175986417">#</a></li>
    <li>♺ @GreatDismal: RT @dgroundsel: Aluminum foil ship floating on sulphur hexafluoride gas <a href="http://bit.ly/cm2ZSi" rel="nofollow">http://bit.ly/cm2ZSi</a> [and <a href="http://is.gd/e32mP" rel="nofollow">http://is.gd/e32mP</a> <a href="http://twitter.com/clearclaw/statuses/20339121958">#</a></li>
    <li>RT @oneillkza: Stock exchange crop circles connected to July theft of Goldman-Sachs HFT software? <a href="http://ow.ly/2l7hM" rel="nofollow">http://ow.ly/2l7hM</a> <a href="http://ow.ly/2l7ae" rel="nofollow">http://ow.ly/2l7ae</a> <a href="http://twitter.com/clearclaw/statuses/20344387691">#</a></li>
    <li>Mike Calhoon just won 1849 by going bankrupt on the 10H &#8212; our first ever bankrupt victor.  Well done Mike! #<a href="http://search.twitter.com/search?q=%2318xx">18xx</a> <a href="http://twitter.com/clearclaw/statuses/20371568514">#</a></li>
    <li>♺ @davemcclure: OH: &quot;Apple is the Willy Wonka of the tech world.&quot; #iPhoneAsEverlastingGobstopper #<a href="http://search.twitter.com/search?q=%23GoldenTicket">GoldenTicket</a> <a href="http://twitter.com/clearclaw/statuses/20414372830">#</a></li>
    <li>♺ @sciam: RT @lornina: #<a href="http://search.twitter.com/search?q=%23tcmy10">tcmy10</a> there&#39;s no such thing as sustainable water. Bruce Brandfon of Scientific American <a href="http://twitter.com/clearclaw/statuses/20414463167">#</a></li>
</ul>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2010. |
<a href="http://kanga.nu/~claw/blog/2010/08/08/personal/twhit-twhoo/twitter-week-2010-08-08/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2010/08/08/personal/twhit-twhoo/twitter-week-2010-08-08/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2010/08/08/personal/twhit-twhoo/twitter-week-2010-08-08/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Week: 2010-08-01</title>
		<link>http://kanga.nu/~claw/blog/2010/08/01/personal/twhit-twhoo/twitter-week-2010-08-01/</link>
		<comments>http://kanga.nu/~claw/blog/2010/08/01/personal/twhit-twhoo/twitter-week-2010-08-01/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 06:41:00 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Twhit-Twhoo!]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/2010/08/01/personal/twhit-twhoo/twitter-week-2010-08-01/</guid>
		<description><![CDATA[@snicholson: I am a grumpy old man god dammit ! And get off my lawn! in reply to snicholson # RT @newscientist: Green machine: Aircon that doesn&#39;t warm the planet http://bit.ly/cPzaqL # What if I allowed players to put properties back on the market in Corner Lot? # @alizatw I&#39;m think more a way to [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>@snicholson: I am a grumpy old man god dammit !   And get off my lawn! <a href="http://twitter.com/snicholson/statuses/19601193685">in reply to snicholson</a> <a href="http://twitter.com/clearclaw/statuses/19601521751">#</a></li>
    <li>RT @newscientist: Green machine: Aircon that doesn&#39;t warm the planet  <a href="http://bit.ly/cPzaqL" rel="nofollow">http://bit.ly/cPzaqL</a> <a href="http://twitter.com/clearclaw/statuses/19666093989">#</a></li>
    <li>What if I allowed players to put properties back on the market in <a href="http://kanga.nu/~claw/blog/category/game-projects/corner-lot/" >Corner Lot</a>? <a href="http://twitter.com/clearclaw/statuses/19674200928">#</a></li>
    <li>@<a href="http://twitter.com/alizatw">alizatw</a> I&#39;m think more a way to recoup liquidity during the mid-game recession. <a href="http://twitter.com/alizatw/statuses/19674332437">in reply to alizatw</a> <a href="http://twitter.com/clearclaw/statuses/19674589096">#</a></li>
    <li>@<a href="http://twitter.com/alizatw">alizatw</a> There&#39;s a rank &amp; ordering problem there. Also fiddly. Not so keen.  Inject at highest order is simpler &amp; often hard decision. <a href="http://twitter.com/alizatw/statuses/19674332437">in reply to alizatw</a> <a href="http://twitter.com/clearclaw/statuses/19674743699">#</a></li>
    <li>@<a href="http://twitter.com/scottredracecar">scottredracecar</a> Likely limited to once per game per player.  As the game is currently ~1hr, I&#39;m not so worried by length. <a href="http://twitter.com/scottredracecar/statuses/19674551968">in reply to scottredracecar</a> <a href="http://twitter.com/clearclaw/statuses/19674853360">#</a></li>
    <li>@<a href="http://twitter.com/alizatw">alizatw</a> Of course, but you (only) get what it sells for.  Call it &quot;flipping&quot;. <a href="http://twitter.com/alizatw/statuses/19674699827">in reply to alizatw</a> <a href="http://twitter.com/clearclaw/statuses/19674913459">#</a></li>
    <li>@GamesOnTheBrain: No, insert in price-order instead of bid/buy/pass. <a href="http://twitter.com/GamesOnTheBrain/statuses/19678360289">in reply to GamesOnTheBrain</a> <a href="http://twitter.com/clearclaw/statuses/19679501982">#</a></li>
    <li>@sedjtroll: The rules decide what is in and out of scope. <a href="http://twitter.com/sedjtroll/statuses/19676094893">in reply to sedjtroll</a> <a href="http://twitter.com/clearclaw/statuses/19679589482">#</a></li>
    <li>@<a href="http://twitter.com/richardtempura">richardtempura</a> Dunno.  What if you tested <a href="http://kanga.nu/~claw/blog/category/game-projects/corner-lot/" >Corner Lot</a>?  I won&#39;t be at WBC. <a href="http://twitter.com/richardtempura/statuses/19699468715">in reply to richardtempura</a> <a href="http://twitter.com/clearclaw/statuses/19725483731">#</a></li>
    <li>@alizatw: The one I&#39;ve heard most recently is &quot;sweater kittens&quot;. <a href="http://twitter.com/alizatw/statuses/19774859031">in reply to alizatw</a> <a href="http://twitter.com/clearclaw/statuses/19775247955">#</a></li>
    <li>@alizatw: They both tend to create autonomous uncontrolled endocrinal and hormonal responses that are prone to positive feedback loops. <a href="http://twitter.com/alizatw/statuses/19774859031">in reply to alizatw</a> <a href="http://twitter.com/clearclaw/statuses/19775644680">#</a></li>
    <li>RT @newscientist:Emotions evolved as tools to manipulate others into cooperating <a href="http://bit.ly/cVeI6Z" rel="nofollow">http://bit.ly/cVeI6Z</a> [This is a new thought?] <a href="http://twitter.com/clearclaw/statuses/19799194737">#</a></li>
    <li>RT @GreatDismal:Las Palmas Woman <a href="http://bit.ly/ahDDpU" rel="nofollow">http://bit.ly/ahDDpU</a> <a href="http://twitter.com/clearclaw/statuses/19804044953">#</a></li>
    <li>RT @timoreilly:&quot;If you were hacking since age 8, it means you were privileged&quot; <a href="http://bit.ly/aD92rm" rel="nofollow">http://bit.ly/aD92rm</a> via @<a href="http://twitter.com/laurelatoreilly">laurelatoreilly</a>  [Since age 13] <a href="http://twitter.com/clearclaw/statuses/19846293413">#</a></li>
    <li>RT @alleyinsider:Side-By-Side Comparison Shows Just How Slow Your Old iPhone Is by @<a href="http://twitter.com/willwei">willwei</a> <a href="http://read.bi/9N5Tmt" rel="nofollow">http://read.bi/9N5Tmt</a> <a href="http://twitter.com/clearclaw/statuses/19846522062">#</a></li>
    <li>RT @newscientist:Phytoplankton in decline: bye bye food chain? <a href="http://bit.ly/cuzZ3B" rel="nofollow">http://bit.ly/cuzZ3B</a> <a href="http://twitter.com/clearclaw/statuses/19847018604">#</a></li>
    <li>Captured: America in Color from 1939-1943: <a href="http://blogs.denverpost.com/captured/2010/07/26/captured-america-in-color-from-1939-1943/" rel="nofollow">http://blogs.denverpost.com/captured/2010/07/26/captured-america-in-color-from-1939-1943/</a> <a href="http://twitter.com/clearclaw/statuses/19847802851">#</a></li>
    <li>RT @newscientist: Graphene bubbles mimic super-powerful explosive magnetic field. Yes that&#39;s right: *mimic* <a href="http://bit.ly/ccYKvg" rel="nofollow">http://bit.ly/ccYKvg</a> <a href="http://twitter.com/clearclaw/statuses/19918203398">#</a></li>
    <li>@<a href="http://twitter.com/andsoerinsaid">andsoerinsaid</a> There is enough innuendo in that tweet to be TMI. <a href="http://twitter.com/andsoerinsaid/statuses/19922872925">in reply to andsoerinsaid</a> <a href="http://twitter.com/clearclaw/statuses/19926278613">#</a></li>
    <li>@andsoerinsaid: First he handles everything, then you suck at dating.  What&#39;s next, an election or a dry-cleaner? <a href="http://twitter.com/andsoerinsaid/statuses/19923916772">in reply to andsoerinsaid</a> <a href="http://twitter.com/clearclaw/statuses/19930918470">#</a></li>
    <li>RT @neilhimself: I LOVE these photos. Scottish landscapes, african wildlife: <a href="http://bit.ly/cqW8hD" rel="nofollow">http://bit.ly/cqW8hD</a> (thank you @<a href="http://twitter.com/olganunes">olganunes</a>) <a href="http://twitter.com/clearclaw/statuses/20008604632">#</a></li>
    <li>@<a href="http://twitter.com/ChrisTheCat">ChrisTheCat</a> Hansa Teutonica got more of a shrug here. <a href="http://twitter.com/ChrisTheCat/statuses/20032238994">in reply to ChrisTheCat</a> <a href="http://twitter.com/clearclaw/statuses/20045433645">#</a></li>
</ul>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2010. |
<a href="http://kanga.nu/~claw/blog/2010/08/01/personal/twhit-twhoo/twitter-week-2010-08-01/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2010/08/01/personal/twhit-twhoo/twitter-week-2010-08-01/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2010/08/01/personal/twhit-twhoo/twitter-week-2010-08-01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Week: 2010-07-25</title>
		<link>http://kanga.nu/~claw/blog/2010/07/25/personal/twhit-twhoo/twitter-week-2010-07-25/</link>
		<comments>http://kanga.nu/~claw/blog/2010/07/25/personal/twhit-twhoo/twitter-week-2010-07-25/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 06:41:00 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Twhit-Twhoo!]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/2010/07/25/personal/twhit-twhoo/twitter-week-2010-07-25/</guid>
		<description><![CDATA[@brettspiel The analytical austerity of Corner Lot may well be it&#39;s greatest strength &#38; its greatest weakness. in reply to brettspiel # RT @jamesoreilly Thought this was an Onion headline &#34;Earth&#39;s upper atmosphere collapses. Nobody knows why&#34; Apparently not http://is.gd/dxGJ7 # RT @newscientist: An evil atmosphere is forming around geoengineering http://bit.ly/9ZITxm # @alizatw: AIR you [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
    <li>@<a href="http://twitter.com/brettspiel">brettspiel</a> The analytical austerity of <a href="http://kanga.nu/~claw/blog/category/game-projects/corner-lot/" >Corner Lot</a> may well be it&#39;s greatest strength &amp; its greatest weakness. <a href="http://twitter.com/brettspiel/statuses/18781934020">in reply to brettspiel</a> <a href="http://twitter.com/clearclaw/statuses/18851952152">#</a></li>
    <li>RT @<a href="http://twitter.com/jamesoreilly">jamesoreilly</a> Thought this was an Onion headline &quot;Earth&#39;s upper atmosphere collapses. Nobody knows why&quot; Apparently not <a href="http://is.gd/dxGJ7" rel="nofollow">http://is.gd/dxGJ7</a> <a href="http://twitter.com/clearclaw/statuses/18931827615">#</a></li>
    <li>RT @newscientist: An evil atmosphere is forming around geoengineering  <a href="http://bit.ly/9ZITxm" rel="nofollow">http://bit.ly/9ZITxm</a> <a href="http://twitter.com/clearclaw/statuses/19091488687">#</a></li>
    <li>@alizatw: AIR you were the one napping in that 18C2C game. <a href="http://twitter.com/alizatw/statuses/19106099147">in reply to alizatw</a> <a href="http://twitter.com/clearclaw/statuses/19106884618">#</a></li>
    <li>♺ @chadaustin: Perspective: it takes 1000 pounds of coal to power a 100 W lightbulb for one year. <a href="http://en.wikipedia.org/wiki/Coal" rel="nofollow">http://en.wikipedia.org/wiki/Coal</a> <a href="http://twitter.com/clearclaw/statuses/19109060714">#</a></li>
    <li>♺ @chadaustin: One reason to hire new people is that it breaks your organization out of local optima. <a href="http://twitter.com/clearclaw/statuses/19109147997">#</a></li>
    <li>RT @sciam: RT @mims: USDA: There&#39;s a clear link between the use of antibiotics in livestock &amp; drug resistance in humans <a href="http://bit.ly/apsrWn" rel="nofollow">http://bit.ly/apsrWn</a> <a href="http://twitter.com/clearclaw/statuses/19354730852">#</a></li>
    <li>@icheyne: League of Legends? I&#39;m not that testosteronal any more. <a href="http://twitter.com/icheyne/statuses/19371529357">in reply to icheyne</a> <a href="http://twitter.com/clearclaw/statuses/19375020968">#</a></li>
    <li>@<a href="http://twitter.com/GamesOnTheBrain">GamesOnTheBrain</a> 3.5hrs sounds about right for a first play of any member of <a href="http://www.boardgamegeek.com/geeklist/30992" >the Riding Series</a>. <a href="http://twitter.com/GamesOnTheBrain/statuses/19400053212">in reply to GamesOnTheBrain</a> <a href="http://twitter.com/clearclaw/statuses/19425791944">#</a></li>
</ul>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2010. |
<a href="http://kanga.nu/~claw/blog/2010/07/25/personal/twhit-twhoo/twitter-week-2010-07-25/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2010/07/25/personal/twhit-twhoo/twitter-week-2010-07-25/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2010/07/25/personal/twhit-twhoo/twitter-week-2010-07-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anatomy of a three company dump</title>
		<link>http://kanga.nu/~claw/blog/2010/05/20/game-observances/anatomy-of-a-three-company-dump/</link>
		<comments>http://kanga.nu/~claw/blog/2010/05/20/game-observances/anatomy-of-a-three-company-dump/#comments</comments>
		<pubDate>Thu, 20 May 2010 22:31:08 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Game Observances]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/?p=758</guid>
		<description><![CDATA[Three company dumps in 18xx are frequently discussed but far less often successfully executed. They are hard to pull off well. Additionally, according to my email, there&#8217;s also a fair bit of confusion on how to arrange a three company dump. The minimal form: You are the president of CompanyA, CompanyB and CompanyC. When CompanyB [...]]]></description>
			<content:encoded><![CDATA[<p><em>Three company dumps</em> in <a href="http://www.boardgamegeek.com/wiki/page/18xx" >18xx</a> are frequently discussed but far less often successfully executed.  They are hard to pull off well.  Additionally, according to my email, there&#8217;s also a fair bit of confusion on how to arrange a three company dump.</p>

<p>The minimal form:</p>

<ol>
<li>You are the president of <em>CompanyA</em>, <em>CompanyB</em> and <em>CompanyC</em>.</li>
<li>When <em>CompanyB</em> runs it has no train and has to buy one.</li>
<li><em>CompanyB</em> buys a train from <em>CompanyA</em> for face value or less<sup class='footnote'><a href='#fn-758-1' id='fnref-758-1' onclick='return fdfootnote_show(758)'>1</a></sup></li>
<li><em>CompanyB</em> doesn&#8217;t have enough treasury to buy the train for that much, and neither does the <em>CompanyB</em> president, so the <em>CompanyB</em> president sells shares in <em>CompanyC</em> to fund the train, sufficient to dump <em>CompanyC</em> on another player (who holds at least two shares of the company) in the middle of an Operating Round.</li>
</ol>

<p>You&#8217;ll have to flesh out the details of how to arrive in this minimal state, and what related conditions you want to be true when you do.  Presumably one of the pre-conditions is that <em>CompanyC</em> doesn&#8217;t (or won&#8217;t) have a train.</p>

<p>Getting all the details right is tricky.  In several hundred <a href="http://www.boardgamegeek.com/wiki/page/18xx" >18xx</a> games, I&#8217;ve seen two well-executed <em>three company dumps</em>.  A well-executed <em>three company dump</em> can be devastating to the player the company is dumped on, especially if it lands them needing to buy a $1,100 diesel they were unprepared for (as it was for me in one of those two cases).</p>

<p><strong>Notes:</strong></p>

<ul>
<li>The company selling the train (usually) can&#8217;t be the one being dumped as the sale/control-transfer happens before the presidential authorisation for the train sale and the new president is unlikely to authorise the train sale.</li>
<li>Some games explicitly disallow <em>three company dumps</em>.  Check the <a href="http://www.fwtwr.com/18xx/rules_difference_list/">rules for the game you are playing</a>.  The games that disallow, usually do so by requiring that forced train purchases must be from the bank and not from other companies.</li>
</ul>

<div class='footnotes' id='footnotes-758'><div class='footnotedivider'></div><div class='footnotes'><div class='footnote_divider'><span>Footnotes</span></div><ol><li id='fn-758-1'>The <a href="http://www.boardgamegeek.com/boardgame/421" >1830</a> rules allow trains to be purchased for up to face value during forced emergency train purchases &#8211; so pick a value just high enough to accomplish the dump <span class='footnotereverse'><a href='#fnref-758-1'>&#8617;</a></span></li></div></ol></div>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2010. |
<a href="http://kanga.nu/~claw/blog/2010/05/20/game-observances/anatomy-of-a-three-company-dump/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2010/05/20/game-observances/anatomy-of-a-three-company-dump/#comments">No comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2010/05/20/game-observances/anatomy-of-a-three-company-dump/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And upon the far horizon in the east</title>
		<link>http://kanga.nu/~claw/blog/2010/04/22/site/and-upon-the-far-horizon-in-the-east/</link>
		<comments>http://kanga.nu/~claw/blog/2010/04/22/site/and-upon-the-far-horizon-in-the-east/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 07:33:41 +0000</pubDate>
		<dc:creator>J C Lawrence</dc:creator>
				<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://kanga.nu/~claw/blog/?p=752</guid>
		<description><![CDATA[Kanga.nu and its services have been moved to a new host. This marks the final decommissioning of the box I built from parts while working at VA Research. It has been a long time..and it is somewhat sad to see her fade into scrap. If you notice problems or inconsistencies, please comment below or email [...]]]></description>
			<content:encoded><![CDATA[<p>Kanga.nu and its services have been moved to a new host.  This marks the final decommissioning of the box I built from parts while working at VA Research.  It has been a long time..and it is somewhat sad to see her fade into scrap.</p>

<p>If you notice problems or inconsistencies, please comment below or email me.</p>
<hr />
<p><small>© claw for <a href="http://kanga.nu/~claw/blog">Other Wise</a>, 2010. |
<a href="http://kanga.nu/~claw/blog/2010/04/22/site/and-upon-the-far-horizon-in-the-east/">Permalink</a> |
<a href="http://kanga.nu/~claw/blog/2010/04/22/site/and-upon-the-far-horizon-in-the-east/#comments">One comment</a>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://kanga.nu/~claw/blog/2010/04/22/site/and-upon-the-far-horizon-in-the-east/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

