<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.davidvrabel.org.uk//api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Venrix</id>
	<title>David&#039;s Notebook - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.davidvrabel.org.uk//api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Venrix"/>
	<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//wiki/Special:Contributions/Venrix"/>
	<updated>2026-04-05T13:42:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5738</id>
		<title>Current events</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5738"/>
		<updated>2024-02-06T21:02:13Z</updated>

		<summary type="html">&lt;p&gt;Venrix: /* 2024 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Weekly Games ==&lt;br /&gt;
=== 2024 ===&lt;br /&gt;
&lt;br /&gt;
;31 Jan&lt;br /&gt;
&lt;br /&gt;
;07 Feb&lt;br /&gt;
:Flo’s 16th Birthday (Andy out)&lt;br /&gt;
&lt;br /&gt;
;14 Feb&lt;br /&gt;
&lt;br /&gt;
;21 Feb&lt;br /&gt;
&lt;br /&gt;
;28 Feb&lt;br /&gt;
&lt;br /&gt;
;06 Mar&lt;br /&gt;
&lt;br /&gt;
;13 Mar&lt;br /&gt;
:Bert not here (Lanzarote)&lt;br /&gt;
&lt;br /&gt;
;20 Mar&lt;br /&gt;
&lt;br /&gt;
;27 Mar&lt;br /&gt;
&lt;br /&gt;
;03 Apr&lt;br /&gt;
&lt;br /&gt;
;10 Apr&lt;br /&gt;
&lt;br /&gt;
;17 Apr&lt;br /&gt;
&lt;br /&gt;
;24 Apr&lt;br /&gt;
&lt;br /&gt;
;01 May&lt;br /&gt;
&lt;br /&gt;
;08 May&lt;br /&gt;
&lt;br /&gt;
;15 May&lt;br /&gt;
&lt;br /&gt;
;22 May&lt;br /&gt;
&lt;br /&gt;
;29 May&lt;br /&gt;
&lt;br /&gt;
;05 Jun&lt;br /&gt;
&lt;br /&gt;
;12 Jun&lt;br /&gt;
&lt;br /&gt;
;19 Jun&lt;br /&gt;
&lt;br /&gt;
;26 Jun&lt;br /&gt;
&lt;br /&gt;
;03 Jul&lt;br /&gt;
&lt;br /&gt;
;10 Jul&lt;br /&gt;
&lt;br /&gt;
;17 Jul&lt;br /&gt;
&lt;br /&gt;
;24 Jul&lt;br /&gt;
&lt;br /&gt;
;31 Jul&lt;br /&gt;
:Bert not here (Enniskillen)&lt;br /&gt;
&lt;br /&gt;
;07 Aug&lt;br /&gt;
&lt;br /&gt;
;14 Aug&lt;br /&gt;
&lt;br /&gt;
;21 Aug&lt;br /&gt;
:Craig on holiday&lt;br /&gt;
&lt;br /&gt;
;28 Aug&lt;br /&gt;
&lt;br /&gt;
;04 Sep&lt;br /&gt;
&lt;br /&gt;
;11 Sep&lt;br /&gt;
&lt;br /&gt;
;18 Sep&lt;br /&gt;
&lt;br /&gt;
;25 Sep&lt;br /&gt;
&lt;br /&gt;
;02 Oct&lt;br /&gt;
&lt;br /&gt;
;09 Oct&lt;br /&gt;
&lt;br /&gt;
;16 Oct&lt;br /&gt;
&lt;br /&gt;
;23 Oct&lt;br /&gt;
&lt;br /&gt;
;30 Oct&lt;br /&gt;
&lt;br /&gt;
;06 Nov&lt;br /&gt;
&lt;br /&gt;
;13 Nov&lt;br /&gt;
&lt;br /&gt;
;20 Nov&lt;br /&gt;
&lt;br /&gt;
;27 Nov&lt;br /&gt;
&lt;br /&gt;
;04 Dec&lt;br /&gt;
&lt;br /&gt;
;11 Dec&lt;br /&gt;
&lt;br /&gt;
;18 Dec&lt;br /&gt;
&lt;br /&gt;
;25 Dec&lt;br /&gt;
&lt;br /&gt;
;01 Jan&lt;br /&gt;
&lt;br /&gt;
;08 Jan&lt;br /&gt;
&lt;br /&gt;
;15 Jan&lt;br /&gt;
&lt;br /&gt;
;22 Jan&lt;br /&gt;
&lt;br /&gt;
;29 Jan&lt;br /&gt;
&lt;br /&gt;
== Other Events ==&lt;br /&gt;
&lt;br /&gt;
Meet - [[Meeting]]&lt;br /&gt;
&lt;br /&gt;
Anyone fancy trying a quick game of Everyone Is John: https://1d4chan.org/wiki/Everyone_Is_John ?&amp;lt;br /&amp;gt;&lt;br /&gt;
Summary: John is insane.  Each PC is a Voice in John&#039;s Head, and you compete with the other Voices to complete your obsessions. -- Henry&lt;br /&gt;
:Looks OK -- [[User:Craig|Craig]] ([[User talk:Craig|talk]])&lt;br /&gt;
&lt;br /&gt;
== Date output script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
count=7; for week in {1..52};  do echo -n \; ; date --date=&amp;quot;+$count days&amp;quot; &amp;quot;+%d %b&amp;quot;; count=$(expr $count + 7); echo; done&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where count is the number of days to the next Wednesday.&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5724</id>
		<title>Current events</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5724"/>
		<updated>2024-01-08T15:36:46Z</updated>

		<summary type="html">&lt;p&gt;Venrix: /* 2023 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Weekly Games ==&lt;br /&gt;
=== 2023 ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;11 Oct&lt;br /&gt;
: Delphine not here&lt;br /&gt;
&lt;br /&gt;
;18 Oct&lt;br /&gt;
&lt;br /&gt;
;25 Oct&lt;br /&gt;
&lt;br /&gt;
;01 Nov&lt;br /&gt;
&lt;br /&gt;
;08 Nov&lt;br /&gt;
&lt;br /&gt;
;15 Nov&lt;br /&gt;
&lt;br /&gt;
;22 Nov&lt;br /&gt;
&lt;br /&gt;
;29 Nov&lt;br /&gt;
&lt;br /&gt;
;06 Dec&lt;br /&gt;
&lt;br /&gt;
;13 Dec&lt;br /&gt;
&lt;br /&gt;
;20 Dec&lt;br /&gt;
&lt;br /&gt;
;27 Dec&lt;br /&gt;
&lt;br /&gt;
;03 Jan&lt;br /&gt;
&lt;br /&gt;
;10 Jan&lt;br /&gt;
:Andy not around. Kim is 50 today!&lt;br /&gt;
&lt;br /&gt;
;17 Jan&lt;br /&gt;
&lt;br /&gt;
;24 Jan&lt;br /&gt;
&lt;br /&gt;
;31 Jan&lt;br /&gt;
&lt;br /&gt;
;07 Feb&lt;br /&gt;
&lt;br /&gt;
;14 Feb&lt;br /&gt;
&lt;br /&gt;
;21 Feb&lt;br /&gt;
&lt;br /&gt;
;28 Feb&lt;br /&gt;
&lt;br /&gt;
;06 Mar&lt;br /&gt;
&lt;br /&gt;
;13 Mar&lt;br /&gt;
&lt;br /&gt;
;20 Mar&lt;br /&gt;
&lt;br /&gt;
;27 Mar&lt;br /&gt;
&lt;br /&gt;
;03 Apr&lt;br /&gt;
&lt;br /&gt;
;10 Apr&lt;br /&gt;
&lt;br /&gt;
;17 Apr&lt;br /&gt;
&lt;br /&gt;
;24 Apr&lt;br /&gt;
&lt;br /&gt;
;01 May&lt;br /&gt;
&lt;br /&gt;
;08 May&lt;br /&gt;
&lt;br /&gt;
;15 May&lt;br /&gt;
&lt;br /&gt;
;22 May&lt;br /&gt;
&lt;br /&gt;
;29 May&lt;br /&gt;
&lt;br /&gt;
;05 Jun&lt;br /&gt;
&lt;br /&gt;
;12 Jun&lt;br /&gt;
&lt;br /&gt;
;19 Jun&lt;br /&gt;
&lt;br /&gt;
;26 Jun&lt;br /&gt;
&lt;br /&gt;
;03 Jul&lt;br /&gt;
&lt;br /&gt;
;10 Jul&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;13 Sep&lt;br /&gt;
&lt;br /&gt;
== Other Events ==&lt;br /&gt;
&lt;br /&gt;
Meet - [[Meeting]]&lt;br /&gt;
&lt;br /&gt;
Anyone fancy trying a quick game of Everyone Is John: https://1d4chan.org/wiki/Everyone_Is_John ?&amp;lt;br /&amp;gt;&lt;br /&gt;
Summary: John is insane.  Each PC is a Voice in John&#039;s Head, and you compete with the other Voices to complete your obsessions. -- Henry&lt;br /&gt;
:Looks OK -- [[User:Craig|Craig]] ([[User talk:Craig|talk]])&lt;br /&gt;
&lt;br /&gt;
== Date output script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
count=7; for week in {1..52};  do echo -n \; ; date --date=&amp;quot;+$count days&amp;quot; &amp;quot;+%d %b&amp;quot;; count=$(expr $count + 7); echo; done&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where count is the number of days to the next Wednesday.&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5689</id>
		<title>Current events</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5689"/>
		<updated>2023-04-17T17:03:21Z</updated>

		<summary type="html">&lt;p&gt;Venrix: /* 2023 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Weekly Games ==&lt;br /&gt;
=== 2023 ===&lt;br /&gt;
&lt;br /&gt;
;05 Apr&lt;br /&gt;
No Henry&lt;br /&gt;
&lt;br /&gt;
;12 Apr&lt;br /&gt;
&lt;br /&gt;
;19 Apr&lt;br /&gt;
&lt;br /&gt;
;26 Apr&lt;br /&gt;
&lt;br /&gt;
;03 May&lt;br /&gt;
No Andy&lt;br /&gt;
&lt;br /&gt;
;10 May&lt;br /&gt;
&lt;br /&gt;
;17 May&lt;br /&gt;
&lt;br /&gt;
;24 May&lt;br /&gt;
&lt;br /&gt;
;31 May&lt;br /&gt;
&lt;br /&gt;
;07 Jun&lt;br /&gt;
&lt;br /&gt;
;14 Jun&lt;br /&gt;
&lt;br /&gt;
;21 Jun&lt;br /&gt;
&lt;br /&gt;
;28 Jun&lt;br /&gt;
&lt;br /&gt;
;05 Jul&lt;br /&gt;
&lt;br /&gt;
;12 Jul&lt;br /&gt;
&lt;br /&gt;
;19 Jul&lt;br /&gt;
&lt;br /&gt;
;26 Jul&lt;br /&gt;
&lt;br /&gt;
;02 Aug&lt;br /&gt;
&lt;br /&gt;
;09 Aug&lt;br /&gt;
&lt;br /&gt;
;16 Aug&lt;br /&gt;
&lt;br /&gt;
;23 Aug&lt;br /&gt;
&lt;br /&gt;
;30 Aug&lt;br /&gt;
&lt;br /&gt;
;06 Sep&lt;br /&gt;
&lt;br /&gt;
;13 Sep&lt;br /&gt;
&lt;br /&gt;
== Other Events ==&lt;br /&gt;
&lt;br /&gt;
Meet - [[Meeting]]&lt;br /&gt;
&lt;br /&gt;
Anyone fancy trying a quick game of Everyone Is John: https://1d4chan.org/wiki/Everyone_Is_John ?&amp;lt;br /&amp;gt;&lt;br /&gt;
Summary: John is insane.  Each PC is a Voice in John&#039;s Head, and you compete with the other Voices to complete your obsessions. -- Henry&lt;br /&gt;
:Looks OK -- [[User:Craig|Craig]] ([[User talk:Craig|talk]])&lt;br /&gt;
&lt;br /&gt;
== Date output script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
count=7; for week in {1..52};  do echo -n \; ; date --date=&amp;quot;+$count days&amp;quot; &amp;quot;+%d %b&amp;quot;; count=$(expr $count + 7); echo; done&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where count is the number of days to the next Wednesday.&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Troubles_in_Otari&amp;diff=5638</id>
		<title>Troubles in Otari</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Troubles_in_Otari&amp;diff=5638"/>
		<updated>2023-01-24T19:44:00Z</updated>

		<summary type="html">&lt;p&gt;Venrix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p&amp;gt;The small seaside town of Otari is known for its fresh fish and skilled sailors, but above all, it’s a big logging town, providing valuable wood to the nearby metropolis of Absalom. But for you, Otari is home. You grew up playing on the docks, getting lost in the nearby woods, and hearing the fantastical stories of travellers from faraway lands, tales of terrifying dragons and virtuous knights. Such adventure always seemed so distant- until today.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Word has begun to spread around Otari that there&#039;s a problem down at the Otari Fishery. Some are saying that some sort of beast is lurking in the basement, feeding on the stores of salted fish. Folks are worried that whatever is eating the fish might get hungry enough to eat the fishers next!&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;You&#039;ve received a letter from &amp;lt;b&amp;gt;&amp;lt;i&amp;gt;Tamily Tanderveil&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt;, the owner of the Fishery. Inside is a desperate plea for help. With the town guard busy protecting the loggers, she needs a few brave souls to venture down into the basement of her warehouse and put an end to the beast that&#039;s feasting on her fish! Do you have the courage to face the menace under Otari?&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;img src=&amp;quot;https://www.worldanvil.com/uploads/images/e23415fad74725c2130b0f000cd53ac2.jpg&amp;quot;  alt=&amp;quot;Map of the Isle of Kortos&amp;quot;&amp;gt;&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Troubles_in_Otari&amp;diff=5637</id>
		<title>Troubles in Otari</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Troubles_in_Otari&amp;diff=5637"/>
		<updated>2023-01-24T19:34:17Z</updated>

		<summary type="html">&lt;p&gt;Venrix: Prologue&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p&amp;gt;The small seaside town of Otari is known for its fresh fish and skilled sailors, but above all, it’s a big logging town, providing valuable wood to the nearby metropolis of Absalom. But for you, Otari is home. You grew up playing on the docks, getting lost in the nearby woods, and hearing the fantastical stories of travellers from faraway lands, tales of terrifying dragons and virtuous knights. Such adventure always seemed so distant- until today.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Word has begun to spread around Otari that there&#039;s a problem down at the Otari Fishery. Some are saying that some sort of beast is lurking in the basement, feeding on the stores of salted fish. Folks are worried that whatever is eating the fish might get hungry enough to eat the fishers next!&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;You&#039;ve received a letter from Tamily Tanderveil, the owner of the Fishery. Inside is a desperate plea for help. With the town guard busy protecting the loggers, she needs a few brave souls to venture down into the basement of her warehouse and put an end to the beast that&#039;s feasting on her fish! Do you have the courage to face the menace under &amp;lt;b&amp;gt;Otari&amp;lt;/b&amp;gt;?&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5625</id>
		<title>Current events</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5625"/>
		<updated>2022-11-14T12:02:17Z</updated>

		<summary type="html">&lt;p&gt;Venrix: /* Weekly Games */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Weekly Games ==&lt;br /&gt;
=== 2022 ===&lt;br /&gt;
&lt;br /&gt;
;05 Oct&lt;br /&gt;
:No Andy (Headache)&lt;br /&gt;
&lt;br /&gt;
;12 Oct&lt;br /&gt;
:No Delphine (Macedonia)&lt;br /&gt;
:No Henry (London)&lt;br /&gt;
&lt;br /&gt;
;19 Oct&lt;br /&gt;
&lt;br /&gt;
;26 Oct&lt;br /&gt;
&lt;br /&gt;
;02 Nov&lt;br /&gt;
: No Craig (20th wedding anniversary!)&lt;br /&gt;
&lt;br /&gt;
;09 Nov&lt;br /&gt;
&lt;br /&gt;
;16 Nov&lt;br /&gt;
: No Delphine (France)&lt;br /&gt;
: No Henry (Work)&lt;br /&gt;
: No Andy (Travelling and family)&lt;br /&gt;
&lt;br /&gt;
;23 Nov&lt;br /&gt;
&lt;br /&gt;
;30 Nov&lt;br /&gt;
&lt;br /&gt;
;07 Dec&lt;br /&gt;
&lt;br /&gt;
;14 Dec&lt;br /&gt;
&lt;br /&gt;
;21 Dec&lt;br /&gt;
&lt;br /&gt;
;28 Dec&lt;br /&gt;
&lt;br /&gt;
;04 Jan&lt;br /&gt;
&lt;br /&gt;
;11 Jan&lt;br /&gt;
&lt;br /&gt;
;18 Jan&lt;br /&gt;
&lt;br /&gt;
;25 Jan&lt;br /&gt;
&lt;br /&gt;
;01 Feb&lt;br /&gt;
&lt;br /&gt;
;08 Feb&lt;br /&gt;
&lt;br /&gt;
;15 Feb&lt;br /&gt;
&lt;br /&gt;
;22 Feb&lt;br /&gt;
&lt;br /&gt;
;01 Mar&lt;br /&gt;
&lt;br /&gt;
;08 Mar&lt;br /&gt;
&lt;br /&gt;
;15 Mar&lt;br /&gt;
&lt;br /&gt;
;22 Mar&lt;br /&gt;
&lt;br /&gt;
;29 Mar&lt;br /&gt;
&lt;br /&gt;
;05 Apr&lt;br /&gt;
&lt;br /&gt;
;12 Apr&lt;br /&gt;
&lt;br /&gt;
;19 Apr&lt;br /&gt;
&lt;br /&gt;
;26 Apr&lt;br /&gt;
&lt;br /&gt;
;03 May&lt;br /&gt;
&lt;br /&gt;
;10 May&lt;br /&gt;
&lt;br /&gt;
;17 May&lt;br /&gt;
&lt;br /&gt;
;24 May&lt;br /&gt;
&lt;br /&gt;
;31 May&lt;br /&gt;
&lt;br /&gt;
;07 Jun&lt;br /&gt;
&lt;br /&gt;
;14 Jun&lt;br /&gt;
&lt;br /&gt;
;21 Jun&lt;br /&gt;
&lt;br /&gt;
;28 Jun&lt;br /&gt;
&lt;br /&gt;
;05 Jul&lt;br /&gt;
&lt;br /&gt;
;12 Jul&lt;br /&gt;
&lt;br /&gt;
;19 Jul&lt;br /&gt;
&lt;br /&gt;
;26 Jul&lt;br /&gt;
&lt;br /&gt;
;02 Aug&lt;br /&gt;
&lt;br /&gt;
;09 Aug&lt;br /&gt;
&lt;br /&gt;
;16 Aug&lt;br /&gt;
&lt;br /&gt;
;23 Aug&lt;br /&gt;
&lt;br /&gt;
;30 Aug&lt;br /&gt;
&lt;br /&gt;
;06 Sep&lt;br /&gt;
&lt;br /&gt;
;13 Sep&lt;br /&gt;
&lt;br /&gt;
== Other Events ==&lt;br /&gt;
&lt;br /&gt;
Meet - [[Meeting]]&lt;br /&gt;
&lt;br /&gt;
Anyone fancy trying a quick game of Everyone Is John: https://1d4chan.org/wiki/Everyone_Is_John ?&amp;lt;br /&amp;gt;&lt;br /&gt;
Summary: John is insane.  Each PC is a Voice in John&#039;s Head, and you compete with the other Voices to complete your obsessions. -- Henry&lt;br /&gt;
:Looks OK -- [[User:Craig|Craig]] ([[User talk:Craig|talk]])&lt;br /&gt;
&lt;br /&gt;
== Date output script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
count=7; for week in {1..52};  do echo -n \; ; date --date=&amp;quot;+$count days&amp;quot; &amp;quot;+%d %b&amp;quot;; count=$(expr $count + 7); echo; done&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where count is the number of days to the next Wednesday.&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5608</id>
		<title>Current events</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5608"/>
		<updated>2022-08-08T12:39:18Z</updated>

		<summary type="html">&lt;p&gt;Venrix: /* 2022 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Weekly Games ==&lt;br /&gt;
=== 2022 ===&lt;br /&gt;
;22 Jun&lt;br /&gt;
: No Game&lt;br /&gt;
&lt;br /&gt;
;29 Jun&lt;br /&gt;
: No Bert&lt;br /&gt;
&lt;br /&gt;
;06 Jul&lt;br /&gt;
: No Henry&lt;br /&gt;
&lt;br /&gt;
;13 Jul&lt;br /&gt;
: No Craig&lt;br /&gt;
: No Henry&lt;br /&gt;
&lt;br /&gt;
;20 Jul&lt;br /&gt;
&lt;br /&gt;
;27 Jul&lt;br /&gt;
&lt;br /&gt;
;03 Aug&lt;br /&gt;
:No Delphine&lt;br /&gt;
;10 Aug&lt;br /&gt;
: No Craig &lt;br /&gt;
&lt;br /&gt;
;17 Aug&lt;br /&gt;
: No Craig &lt;br /&gt;
: No Andy (20th Wedding Anniversary - Platinum)&lt;br /&gt;
&lt;br /&gt;
;24 Aug&lt;br /&gt;
: No Andy (Florida)&lt;br /&gt;
&lt;br /&gt;
;31 Aug&lt;br /&gt;
: No Andy (Florida)&lt;br /&gt;
&lt;br /&gt;
;07 Sep&lt;br /&gt;
&lt;br /&gt;
;14 Sep&lt;br /&gt;
&lt;br /&gt;
;21 Sep&lt;br /&gt;
&lt;br /&gt;
;28 Sep&lt;br /&gt;
&lt;br /&gt;
== Other Events ==&lt;br /&gt;
&lt;br /&gt;
Meet - [[Meeting]]&lt;br /&gt;
&lt;br /&gt;
Anyone fancy trying a quick game of Everyone Is John: https://1d4chan.org/wiki/Everyone_Is_John ?&amp;lt;br /&amp;gt;&lt;br /&gt;
Summary: John is insane.  Each PC is a Voice in John&#039;s Head, and you compete with the other Voices to complete your obsessions. -- Henry&lt;br /&gt;
:Looks OK -- [[User:Craig|Craig]] ([[User talk:Craig|talk]])&lt;br /&gt;
&lt;br /&gt;
== Date output script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
count=7; for week in {1..52};  do echo -n \; ; date --date=&amp;quot;+$count days&amp;quot; &amp;quot;+%d %b&amp;quot;; count=$(expr $count + 7); echo; done&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where count is the number of days to the next Wednesday.&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5607</id>
		<title>Current events</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5607"/>
		<updated>2022-08-08T12:38:34Z</updated>

		<summary type="html">&lt;p&gt;Venrix: /* 2022 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Weekly Games ==&lt;br /&gt;
=== 2022 ===&lt;br /&gt;
;22 Jun&lt;br /&gt;
: No Game&lt;br /&gt;
&lt;br /&gt;
;29 Jun&lt;br /&gt;
: No Bert&lt;br /&gt;
&lt;br /&gt;
;06 Jul&lt;br /&gt;
: No Henry&lt;br /&gt;
&lt;br /&gt;
;13 Jul&lt;br /&gt;
: No Craig&lt;br /&gt;
: No Henry&lt;br /&gt;
&lt;br /&gt;
;20 Jul&lt;br /&gt;
&lt;br /&gt;
;27 Jul&lt;br /&gt;
&lt;br /&gt;
;03 Aug&lt;br /&gt;
:No Delphine&lt;br /&gt;
;10 Aug&lt;br /&gt;
: No Craig &lt;br /&gt;
&lt;br /&gt;
;17 Aug&lt;br /&gt;
: No Craig &lt;br /&gt;
: No Andy (20th Wedding Anniversary - Platinum)&lt;br /&gt;
&lt;br /&gt;
;24 Aug&lt;br /&gt;
&lt;br /&gt;
;31 Aug&lt;br /&gt;
&lt;br /&gt;
;07 Sep&lt;br /&gt;
&lt;br /&gt;
;14 Sep&lt;br /&gt;
&lt;br /&gt;
;21 Sep&lt;br /&gt;
&lt;br /&gt;
;28 Sep&lt;br /&gt;
&lt;br /&gt;
== Other Events ==&lt;br /&gt;
&lt;br /&gt;
Meet - [[Meeting]]&lt;br /&gt;
&lt;br /&gt;
Anyone fancy trying a quick game of Everyone Is John: https://1d4chan.org/wiki/Everyone_Is_John ?&amp;lt;br /&amp;gt;&lt;br /&gt;
Summary: John is insane.  Each PC is a Voice in John&#039;s Head, and you compete with the other Voices to complete your obsessions. -- Henry&lt;br /&gt;
:Looks OK -- [[User:Craig|Craig]] ([[User talk:Craig|talk]])&lt;br /&gt;
&lt;br /&gt;
== Date output script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
count=7; for week in {1..52};  do echo -n \; ; date --date=&amp;quot;+$count days&amp;quot; &amp;quot;+%d %b&amp;quot;; count=$(expr $count + 7); echo; done&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where count is the number of days to the next Wednesday.&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5488</id>
		<title>Current events</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5488"/>
		<updated>2021-05-26T10:26:17Z</updated>

		<summary type="html">&lt;p&gt;Venrix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Weekly Games ==&lt;br /&gt;
=== 2021 ===&lt;br /&gt;
;17 Feb&lt;br /&gt;
&lt;br /&gt;
;24 Feb&lt;br /&gt;
&lt;br /&gt;
;03 Mar&lt;br /&gt;
&lt;br /&gt;
;10 Mar&lt;br /&gt;
&lt;br /&gt;
;17 Mar&lt;br /&gt;
&lt;br /&gt;
;24 Mar&lt;br /&gt;
&lt;br /&gt;
;31 Mar&lt;br /&gt;
;07 Apr&lt;br /&gt;
&lt;br /&gt;
;14 Apr&lt;br /&gt;
&lt;br /&gt;
;21 Apr&lt;br /&gt;
&lt;br /&gt;
;28 Apr&lt;br /&gt;
&lt;br /&gt;
;05 May&lt;br /&gt;
&lt;br /&gt;
;12 May&lt;br /&gt;
&lt;br /&gt;
;19 May&lt;br /&gt;
&lt;br /&gt;
;26 May&lt;br /&gt;
&lt;br /&gt;
;02 Jun Andy on holiday in a tent somewhere in Wales&lt;br /&gt;
&lt;br /&gt;
;09 Jun&lt;br /&gt;
&lt;br /&gt;
;16 Jun&lt;br /&gt;
&lt;br /&gt;
;23 Jun&lt;br /&gt;
&lt;br /&gt;
;30 Jun&lt;br /&gt;
&lt;br /&gt;
;07 Jul&lt;br /&gt;
&lt;br /&gt;
;14 Jul&lt;br /&gt;
&lt;br /&gt;
;21 Jul&lt;br /&gt;
&lt;br /&gt;
;28 Jul&lt;br /&gt;
&lt;br /&gt;
;04 Aug&lt;br /&gt;
&lt;br /&gt;
;11 Aug&lt;br /&gt;
&lt;br /&gt;
;18 Aug&lt;br /&gt;
&lt;br /&gt;
;25 Aug&lt;br /&gt;
&lt;br /&gt;
;01 Sep&lt;br /&gt;
&lt;br /&gt;
;08 Sep&lt;br /&gt;
&lt;br /&gt;
;15 Sep&lt;br /&gt;
&lt;br /&gt;
;22 Sep&lt;br /&gt;
&lt;br /&gt;
;29 Sep&lt;br /&gt;
&lt;br /&gt;
;06 Oct&lt;br /&gt;
&lt;br /&gt;
;13 Oct&lt;br /&gt;
&lt;br /&gt;
;20 Oct&lt;br /&gt;
&lt;br /&gt;
;27 Oct&lt;br /&gt;
&lt;br /&gt;
;03 Nov&lt;br /&gt;
&lt;br /&gt;
;10 Nov&lt;br /&gt;
&lt;br /&gt;
;17 Nov&lt;br /&gt;
&lt;br /&gt;
;24 Nov&lt;br /&gt;
&lt;br /&gt;
;01 Dec&lt;br /&gt;
&lt;br /&gt;
;08 Dec&lt;br /&gt;
&lt;br /&gt;
;15 Dec&lt;br /&gt;
&lt;br /&gt;
;22 Dec&lt;br /&gt;
&lt;br /&gt;
;29 Dec&lt;br /&gt;
&lt;br /&gt;
;05 Jan&lt;br /&gt;
&lt;br /&gt;
;12 Jan&lt;br /&gt;
&lt;br /&gt;
;19 Jan&lt;br /&gt;
&lt;br /&gt;
;26 Jan&lt;br /&gt;
&lt;br /&gt;
;02 Feb&lt;br /&gt;
&lt;br /&gt;
;09 Feb&lt;br /&gt;
&lt;br /&gt;
== Other Events ==&lt;br /&gt;
&lt;br /&gt;
Meet - [[Meeting]]&lt;br /&gt;
&lt;br /&gt;
Anyone fancy trying a quick game of Everyone Is John: https://1d4chan.org/wiki/Everyone_Is_John ?&amp;lt;br /&amp;gt;&lt;br /&gt;
Summary: John is insane.  Each PC is a Voice in John&#039;s Head, and you compete with the other Voices to complete your obsessions. -- Henry&lt;br /&gt;
:Looks OK -- [[User:Craig|Craig]] ([[User talk:Craig|talk]])&lt;br /&gt;
&lt;br /&gt;
== Date output script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
count=7; for week in {1..52};  do echo -n \; ; date --date=&amp;quot;+$count days&amp;quot; &amp;quot;+%d %b&amp;quot;; count=$(expr $count + 7); echo; done&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where count is the number of days to the next Wednesday.&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=City_of_Coin/Party_Loot&amp;diff=5183</id>
		<title>City of Coin/Party Loot</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=City_of_Coin/Party_Loot&amp;diff=5183"/>
		<updated>2020-01-22T21:18:43Z</updated>

		<summary type="html">&lt;p&gt;Venrix: /* Loot */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Gold coins ==&lt;br /&gt;
1773 in loot (6000 each shared)&lt;br /&gt;
&lt;br /&gt;
== Loot ==&lt;br /&gt;
Silver Plated Padlock (no key) 100gp --&amp;gt; Quarion for safe keeping&lt;br /&gt;
&lt;br /&gt;
Short Sword +1 (cunning) --&amp;gt; Quarion needs a home with an individual with knowledge skills&lt;br /&gt;
&lt;br /&gt;
1x MW Studded Leather --&amp;gt; Guenièvre&lt;br /&gt;
&lt;br /&gt;
MW Shortsword --&amp;gt; Guenièvre&lt;br /&gt;
&lt;br /&gt;
Cloak of Resistance +1 =&amp;gt; Guenièvre&lt;br /&gt;
&lt;br /&gt;
Amulet of Natural Armour +1 --&amp;gt; Yenkas&lt;br /&gt;
&lt;br /&gt;
Bastard Sword +1 --&amp;gt; Morty&lt;br /&gt;
&lt;br /&gt;
Belt of Incredible Dexterity +2&lt;br /&gt;
&lt;br /&gt;
2*blue potions cure serious wounds --&amp;gt; Yenkas and Iorek&lt;br /&gt;
&lt;br /&gt;
Yellow potion owls wisdom --&amp;gt; Josephus&lt;br /&gt;
&lt;br /&gt;
Potion barkskin +4 --&amp;gt; Guenievre (90 minutes)&lt;br /&gt;
&lt;br /&gt;
Dagger +1 silver --&amp;gt; Quarion&lt;br /&gt;
&lt;br /&gt;
black armour (breast plate +1, Daemon Skin (cf Mithral) permanent protection from good) --&amp;gt; Quarion&lt;br /&gt;
&lt;br /&gt;
6 * Jar of stuff with abjuration aura&lt;br /&gt;
&lt;br /&gt;
8 * 1l bottles of red liquid&lt;br /&gt;
&lt;br /&gt;
=== High Town ===&lt;br /&gt;
Shadow Teeth and Claws =&amp;gt; Yenkas (for research)&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5181</id>
		<title>Current events</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5181"/>
		<updated>2020-01-22T19:38:23Z</updated>

		<summary type="html">&lt;p&gt;Venrix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Weekly Games ==&lt;br /&gt;
=== 2020 ===&lt;br /&gt;
;15 Jan&lt;br /&gt;
*David&#039;s PF1 game resumes&lt;br /&gt;
&lt;br /&gt;
;22 Jan&lt;br /&gt;
*Probably no Henry (USA)&lt;br /&gt;
*no Delphine (SF)&lt;br /&gt;
&lt;br /&gt;
;29 Jan&lt;br /&gt;
*Maybe no Henry (work)&lt;br /&gt;
*no Delphine (SF)&lt;br /&gt;
*Andy at swimming parents evening&lt;br /&gt;
&lt;br /&gt;
;05 Feb&lt;br /&gt;
*Maybe no Henry (work)&lt;br /&gt;
*no Delphine (SF)&lt;br /&gt;
*No Bert (Berlin)&lt;br /&gt;
&lt;br /&gt;
;12 Feb&lt;br /&gt;
Probably no Henry (USA)&lt;br /&gt;
&lt;br /&gt;
;19 Feb&lt;br /&gt;
* no Delphine (Bengaluru)&lt;br /&gt;
&lt;br /&gt;
;26 Feb&lt;br /&gt;
&lt;br /&gt;
;04 Mar&lt;br /&gt;
&lt;br /&gt;
;11 Mar&lt;br /&gt;
&lt;br /&gt;
;18 Mar&lt;br /&gt;
&lt;br /&gt;
;25 Mar&lt;br /&gt;
&lt;br /&gt;
;01 Apr&lt;br /&gt;
&lt;br /&gt;
;08 Apr&lt;br /&gt;
&lt;br /&gt;
;15 Apr&lt;br /&gt;
&lt;br /&gt;
;22 Apr&lt;br /&gt;
&lt;br /&gt;
;29 Apr&lt;br /&gt;
&lt;br /&gt;
;06 May&lt;br /&gt;
&lt;br /&gt;
;13 May&lt;br /&gt;
&lt;br /&gt;
;20 May&lt;br /&gt;
&lt;br /&gt;
;27 May&lt;br /&gt;
&lt;br /&gt;
;03 Jun&lt;br /&gt;
&lt;br /&gt;
;10 Jun&lt;br /&gt;
&lt;br /&gt;
;17 Jun&lt;br /&gt;
&lt;br /&gt;
;24 Jun&lt;br /&gt;
&lt;br /&gt;
;01 Jul&lt;br /&gt;
&lt;br /&gt;
;08 Jul&lt;br /&gt;
&lt;br /&gt;
;15 Jul&lt;br /&gt;
&lt;br /&gt;
;22 Jul&lt;br /&gt;
&lt;br /&gt;
;29 Jul&lt;br /&gt;
&lt;br /&gt;
;05 Aug&lt;br /&gt;
&lt;br /&gt;
;12 Aug&lt;br /&gt;
&lt;br /&gt;
;19 Aug&lt;br /&gt;
&lt;br /&gt;
;26 Aug&lt;br /&gt;
&lt;br /&gt;
;02 Sep&lt;br /&gt;
&lt;br /&gt;
;09 Sep&lt;br /&gt;
&lt;br /&gt;
;16 Sep&lt;br /&gt;
&lt;br /&gt;
== Other Events ==&lt;br /&gt;
&lt;br /&gt;
Meet - [[Meeting]]&lt;br /&gt;
&lt;br /&gt;
Anyone fancy trying a quick game of Everyone Is John: https://1d4chan.org/wiki/Everyone_Is_John ?&amp;lt;br /&amp;gt;&lt;br /&gt;
Summary: John is insane.  Each PC is a Voice in John&#039;s Head, and you compete with the other Voices to complete your obsessions. -- Henry&lt;br /&gt;
:Looks OK -- [[User:Craig|Craig]] ([[User talk:Craig|talk]])&lt;br /&gt;
&lt;br /&gt;
== Date output script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
count=7; for week in {1..52};  do echo -n \; ; date --date=&amp;quot;+$count days&amp;quot; &amp;quot;+%d %b&amp;quot;; count=$(expr $count + 7); echo; done&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where count is the number of days to the next Wednesday.&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5160</id>
		<title>Current events</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5160"/>
		<updated>2019-12-16T17:57:15Z</updated>

		<summary type="html">&lt;p&gt;Venrix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Weekly Games ==&lt;br /&gt;
=== 2019 ===&lt;br /&gt;
&lt;br /&gt;
;13 Nov&lt;br /&gt;
Henry may be late&lt;br /&gt;
&lt;br /&gt;
;20 Nov&lt;br /&gt;
Andy working late&lt;br /&gt;
&lt;br /&gt;
;27 Nov&lt;br /&gt;
&lt;br /&gt;
;04 Dec&lt;br /&gt;
:Delphine not here (invited to...dinner?)&lt;br /&gt;
::I accept 😝 - [[User:Craig|Craig]] ([[User talk:Craig|talk]])&lt;br /&gt;
&lt;br /&gt;
;11 Dec&lt;br /&gt;
:No Bert &lt;br /&gt;
&lt;br /&gt;
;18 Dec&lt;br /&gt;
No Andy (Star Wars Premiere Omnibus)&lt;br /&gt;
;25 Dec&lt;br /&gt;
No game - Christmas&lt;br /&gt;
&lt;br /&gt;
;01 Jan&lt;br /&gt;
No game - New Year&#039;s Day&lt;br /&gt;
&lt;br /&gt;
;08 Jan&lt;br /&gt;
&lt;br /&gt;
;15 Jan&lt;br /&gt;
&lt;br /&gt;
;22 Jan&lt;br /&gt;
&lt;br /&gt;
;29 Jan&lt;br /&gt;
&lt;br /&gt;
;05 Feb&lt;br /&gt;
&lt;br /&gt;
;12 Feb&lt;br /&gt;
&lt;br /&gt;
;19 Feb&lt;br /&gt;
&lt;br /&gt;
;26 Feb&lt;br /&gt;
&lt;br /&gt;
;04 Mar&lt;br /&gt;
&lt;br /&gt;
;11 Mar&lt;br /&gt;
&lt;br /&gt;
;18 Mar&lt;br /&gt;
&lt;br /&gt;
;25 Mar&lt;br /&gt;
&lt;br /&gt;
;01 Apr&lt;br /&gt;
&lt;br /&gt;
;08 Apr&lt;br /&gt;
&lt;br /&gt;
;15 Apr&lt;br /&gt;
&lt;br /&gt;
;22 Apr&lt;br /&gt;
&lt;br /&gt;
;29 Apr&lt;br /&gt;
&lt;br /&gt;
;06 May&lt;br /&gt;
&lt;br /&gt;
;13 May&lt;br /&gt;
&lt;br /&gt;
;20 May&lt;br /&gt;
&lt;br /&gt;
;27 May&lt;br /&gt;
&lt;br /&gt;
;03 Jun&lt;br /&gt;
&lt;br /&gt;
;10 Jun&lt;br /&gt;
&lt;br /&gt;
;17 Jun&lt;br /&gt;
&lt;br /&gt;
;24 Jun&lt;br /&gt;
&lt;br /&gt;
;01 Jul&lt;br /&gt;
&lt;br /&gt;
;08 Jul&lt;br /&gt;
&lt;br /&gt;
;15 Jul&lt;br /&gt;
&lt;br /&gt;
;22 Jul&lt;br /&gt;
&lt;br /&gt;
;29 Jul&lt;br /&gt;
&lt;br /&gt;
;05 Aug&lt;br /&gt;
&lt;br /&gt;
;12 Aug&lt;br /&gt;
&lt;br /&gt;
;19 Aug&lt;br /&gt;
&lt;br /&gt;
;26 Aug&lt;br /&gt;
&lt;br /&gt;
;02 Sep&lt;br /&gt;
&lt;br /&gt;
;09 Sep&lt;br /&gt;
&lt;br /&gt;
;16 Sep&lt;br /&gt;
&lt;br /&gt;
== Other Events ==&lt;br /&gt;
&lt;br /&gt;
Meet - [[Meeting]]&lt;br /&gt;
&lt;br /&gt;
Anyone fancy trying a quick game of Everyone Is John: https://1d4chan.org/wiki/Everyone_Is_John ?&amp;lt;br /&amp;gt;&lt;br /&gt;
Summary: John is insane.  Each PC is a Voice in John&#039;s Head, and you compete with the other Voices to complete your obsessions. -- Henry&lt;br /&gt;
:Looks OK -- [[User:Craig|Craig]] ([[User talk:Craig|talk]])&lt;br /&gt;
&lt;br /&gt;
== Date output script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
count=7; for week in {1..52};  do echo -n \; ; date --date=&amp;quot;+$count days&amp;quot; &amp;quot;+%d %b&amp;quot;; count=$(expr $count + 7); echo; done&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where count is the number of days to the next Wednesday.&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5156</id>
		<title>Current events</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5156"/>
		<updated>2019-11-20T12:21:00Z</updated>

		<summary type="html">&lt;p&gt;Venrix: /* 2019 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Weekly Games ==&lt;br /&gt;
=== 2019 ===&lt;br /&gt;
&lt;br /&gt;
;13 Nov&lt;br /&gt;
Henry may be late&lt;br /&gt;
&lt;br /&gt;
;20 Nov&lt;br /&gt;
Andy working late&lt;br /&gt;
&lt;br /&gt;
;27 Nov&lt;br /&gt;
&lt;br /&gt;
;04 Dec&lt;br /&gt;
&lt;br /&gt;
;11 Dec&lt;br /&gt;
&lt;br /&gt;
;18 Dec&lt;br /&gt;
&lt;br /&gt;
;25 Dec&lt;br /&gt;
No game - Christmas&lt;br /&gt;
&lt;br /&gt;
;01 Jan&lt;br /&gt;
No game - New Year&#039;s Day&lt;br /&gt;
&lt;br /&gt;
;08 Jan&lt;br /&gt;
&lt;br /&gt;
;15 Jan&lt;br /&gt;
&lt;br /&gt;
;22 Jan&lt;br /&gt;
&lt;br /&gt;
;29 Jan&lt;br /&gt;
&lt;br /&gt;
;05 Feb&lt;br /&gt;
&lt;br /&gt;
;12 Feb&lt;br /&gt;
&lt;br /&gt;
;19 Feb&lt;br /&gt;
&lt;br /&gt;
;26 Feb&lt;br /&gt;
&lt;br /&gt;
;04 Mar&lt;br /&gt;
&lt;br /&gt;
;11 Mar&lt;br /&gt;
&lt;br /&gt;
;18 Mar&lt;br /&gt;
&lt;br /&gt;
;25 Mar&lt;br /&gt;
&lt;br /&gt;
;01 Apr&lt;br /&gt;
&lt;br /&gt;
;08 Apr&lt;br /&gt;
&lt;br /&gt;
;15 Apr&lt;br /&gt;
&lt;br /&gt;
;22 Apr&lt;br /&gt;
&lt;br /&gt;
;29 Apr&lt;br /&gt;
&lt;br /&gt;
;06 May&lt;br /&gt;
&lt;br /&gt;
;13 May&lt;br /&gt;
&lt;br /&gt;
;20 May&lt;br /&gt;
&lt;br /&gt;
;27 May&lt;br /&gt;
&lt;br /&gt;
;03 Jun&lt;br /&gt;
&lt;br /&gt;
;10 Jun&lt;br /&gt;
&lt;br /&gt;
;17 Jun&lt;br /&gt;
&lt;br /&gt;
;24 Jun&lt;br /&gt;
&lt;br /&gt;
;01 Jul&lt;br /&gt;
&lt;br /&gt;
;08 Jul&lt;br /&gt;
&lt;br /&gt;
;15 Jul&lt;br /&gt;
&lt;br /&gt;
;22 Jul&lt;br /&gt;
&lt;br /&gt;
;29 Jul&lt;br /&gt;
&lt;br /&gt;
;05 Aug&lt;br /&gt;
&lt;br /&gt;
;12 Aug&lt;br /&gt;
&lt;br /&gt;
;19 Aug&lt;br /&gt;
&lt;br /&gt;
;26 Aug&lt;br /&gt;
&lt;br /&gt;
;02 Sep&lt;br /&gt;
&lt;br /&gt;
;09 Sep&lt;br /&gt;
&lt;br /&gt;
;16 Sep&lt;br /&gt;
&lt;br /&gt;
== Other Events ==&lt;br /&gt;
&lt;br /&gt;
Meet - [[Meeting]]&lt;br /&gt;
&lt;br /&gt;
Anyone fancy trying a quick game of Everyone Is John: https://1d4chan.org/wiki/Everyone_Is_John ?&amp;lt;br /&amp;gt;&lt;br /&gt;
Summary: John is insane.  Each PC is a Voice in John&#039;s Head, and you compete with the other Voices to complete your obsessions. -- Henry&lt;br /&gt;
:Looks OK -- [[User:Craig|Craig]] ([[User talk:Craig|talk]])&lt;br /&gt;
&lt;br /&gt;
== Date output script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
count=7; for week in {1..52};  do echo -n \; ; date --date=&amp;quot;+$count days&amp;quot; &amp;quot;+%d %b&amp;quot;; count=$(expr $count + 7); echo; done&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where count is the number of days to the next Wednesday.&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5139</id>
		<title>Current events</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5139"/>
		<updated>2019-09-03T22:17:14Z</updated>

		<summary type="html">&lt;p&gt;Venrix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Weekly Games ==&lt;br /&gt;
=== 2019 ===&lt;br /&gt;
;21 Aug&lt;br /&gt;
:No Henry&lt;br /&gt;
:Andy in Mexico&lt;br /&gt;
&lt;br /&gt;
;28 Aug&lt;br /&gt;
:Andy still in Mexico&lt;br /&gt;
&lt;br /&gt;
;04 Sep&lt;br /&gt;
:No Henry - Singapore (?)&lt;br /&gt;
:No Andy (Called into Council meeting)&lt;br /&gt;
&lt;br /&gt;
;11 Sep&lt;br /&gt;
:No Henry - Australia&lt;br /&gt;
&lt;br /&gt;
;18 Sep&lt;br /&gt;
:No Andy (Pixies)&lt;br /&gt;
&lt;br /&gt;
;25 Sep&lt;br /&gt;
&lt;br /&gt;
;02 Oct&lt;br /&gt;
&lt;br /&gt;
;09 Oct&lt;br /&gt;
&lt;br /&gt;
;16 Oct&lt;br /&gt;
&lt;br /&gt;
;23 Oct&lt;br /&gt;
&lt;br /&gt;
;30 Oct&lt;br /&gt;
&lt;br /&gt;
;06 Nov&lt;br /&gt;
&lt;br /&gt;
;13 Nov&lt;br /&gt;
&lt;br /&gt;
;20 Nov&lt;br /&gt;
&lt;br /&gt;
;27 Nov&lt;br /&gt;
&lt;br /&gt;
;04 Dec&lt;br /&gt;
&lt;br /&gt;
;11 Dec&lt;br /&gt;
&lt;br /&gt;
;18 Dec&lt;br /&gt;
&lt;br /&gt;
;25 Dec&lt;br /&gt;
&lt;br /&gt;
;01 Jan&lt;br /&gt;
&lt;br /&gt;
== Other Events ==&lt;br /&gt;
&lt;br /&gt;
Meet - [[Meeting]]&lt;br /&gt;
&lt;br /&gt;
Anyone fancy trying a quick game of Everyone Is John: https://1d4chan.org/wiki/Everyone_Is_John ?&amp;lt;br /&amp;gt;&lt;br /&gt;
Summary: John is insane.  Each PC is a Voice in John&#039;s Head, and you compete with the other Voices to complete your obsessions. -- Henry&lt;br /&gt;
:Looks OK -- [[User:Craig|Craig]] ([[User talk:Craig|talk]])&lt;br /&gt;
&lt;br /&gt;
== Date output script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
count=7; for week in {1..52};  do echo -n \; ; date --date=&amp;quot;+$count days&amp;quot; &amp;quot;+%d %b&amp;quot;; count=$(expr $count + 7); echo; done&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where count is the number of days to the next Wednesday.&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5137</id>
		<title>Current events</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5137"/>
		<updated>2019-08-07T20:23:51Z</updated>

		<summary type="html">&lt;p&gt;Venrix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Weekly Games ==&lt;br /&gt;
=== 2019 ===&lt;br /&gt;
;29 May&lt;br /&gt;
:No Delphine (Seattle)&lt;br /&gt;
&lt;br /&gt;
;17 Jul&lt;br /&gt;
:No Delphine (Carcassonne)&lt;br /&gt;
:No David (holiday)&lt;br /&gt;
:No Game&lt;br /&gt;
&lt;br /&gt;
;24 Jul&lt;br /&gt;
:Start Andy&#039;s game!&lt;br /&gt;
&lt;br /&gt;
;31 Jul&lt;br /&gt;
:No Bert&lt;br /&gt;
:No Delphine (Rostock)&lt;br /&gt;
&lt;br /&gt;
;07 Aug&lt;br /&gt;
:No Craig&lt;br /&gt;
&lt;br /&gt;
;14 Aug&lt;br /&gt;
:No Delphine (Stockholm)&lt;br /&gt;
&lt;br /&gt;
;21 Aug&lt;br /&gt;
:No Henry&lt;br /&gt;
:Andy in Mexico&lt;br /&gt;
&lt;br /&gt;
;28 Aug&lt;br /&gt;
:Andy still in Mexico&lt;br /&gt;
&lt;br /&gt;
;04 Sep&lt;br /&gt;
&lt;br /&gt;
;11 Sep&lt;br /&gt;
&lt;br /&gt;
;18 Sep&lt;br /&gt;
:No Andy (Pixies)&lt;br /&gt;
&lt;br /&gt;
;25 Sep&lt;br /&gt;
&lt;br /&gt;
;02 Oct&lt;br /&gt;
&lt;br /&gt;
;09 Oct&lt;br /&gt;
&lt;br /&gt;
;16 Oct&lt;br /&gt;
&lt;br /&gt;
;23 Oct&lt;br /&gt;
&lt;br /&gt;
;30 Oct&lt;br /&gt;
&lt;br /&gt;
;06 Nov&lt;br /&gt;
&lt;br /&gt;
;13 Nov&lt;br /&gt;
&lt;br /&gt;
;20 Nov&lt;br /&gt;
&lt;br /&gt;
;27 Nov&lt;br /&gt;
&lt;br /&gt;
;04 Dec&lt;br /&gt;
&lt;br /&gt;
;11 Dec&lt;br /&gt;
&lt;br /&gt;
;18 Dec&lt;br /&gt;
&lt;br /&gt;
;25 Dec&lt;br /&gt;
&lt;br /&gt;
;01 Jan&lt;br /&gt;
&lt;br /&gt;
== Other Events ==&lt;br /&gt;
&lt;br /&gt;
Meet - [[Meeting]]&lt;br /&gt;
&lt;br /&gt;
Anyone fancy trying a quick game of Everyone Is John: https://1d4chan.org/wiki/Everyone_Is_John ?&amp;lt;br /&amp;gt;&lt;br /&gt;
Summary: John is insane.  Each PC is a Voice in John&#039;s Head, and you compete with the other Voices to complete your obsessions. -- Henry&lt;br /&gt;
:Looks OK -- [[User:Craig|Craig]] ([[User talk:Craig|talk]])&lt;br /&gt;
&lt;br /&gt;
== Date output script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
count=7; for week in {1..52};  do echo -n \; ; date --date=&amp;quot;+$count days&amp;quot; &amp;quot;+%d %b&amp;quot;; count=$(expr $count + 7); echo; done&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where count is the number of days to the next Wednesday.&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Main_Page&amp;diff=5132</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Main_Page&amp;diff=5132"/>
		<updated>2019-07-10T19:57:34Z</updated>

		<summary type="html">&lt;p&gt;Venrix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;100%&amp;quot; style=&amp;quot;vertical-align:top; background:rgb(95%, 90%, 100%);&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;Information for players&amp;lt;/h2&amp;gt;&lt;br /&gt;
!valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;Information for DMs&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
* [http://www.davidvrabel.org.uk/redmine/projects/flexirpg/ FlexiRPG]&lt;br /&gt;
* [[Current_events|Game Schedule]]&lt;br /&gt;
* [[House rules]]&lt;br /&gt;
* [[:Category:Items|Items]]&lt;br /&gt;
* [[Meeting|Meetings]]&lt;br /&gt;
* [[:Category:Exotic_PC|Exotic PC character examples]]&lt;br /&gt;
* [[4e discussion]]&lt;br /&gt;
* [[:Category:Campaign|All Campaigns]]&lt;br /&gt;
|&lt;br /&gt;
* [[:Category:NPC|NPCs]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(50%, 80%, 80%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;Pathfinder Playtest - Doomsday Dawn&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:David|David]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || Pathfinder 2 Playtest&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || Golarion&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters ||&lt;br /&gt;
[[Kelmaer]] (Elf Ranger - [[user:Bert|Bert]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Chompsy]] (Goblin Bard - [[user:Craig|Craig]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Adalyn]] (race Rogue - [[user:Notafish|Delphine]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[George]] (Dwarf Wizard - [[user:Henry|Henry]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[char]] (race class - [[user:Andy|Andy]])&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || [[Doomsday Dawn]]&lt;br /&gt;
||| &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[Doomsday Dawn/Party Loot|Party Loot]] - Current Level: 1 - Current XP: &#039;&#039;&#039;0&#039;&#039;&#039; / ???&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;vertical-align:top; background:rgb(50%, 80%, 90%);&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;[[City of Coin]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:David|David]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || Pathfinder&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || [[Vindburg]], [[Erthe]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters ||&lt;br /&gt;
[[Yenkas]] (Tiefling Sage Sorceror, [[user:Bert|Bert]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Josephus]] (Undine Cleric (Evangelist), [[user:Craig|Craig]]) &amp;lt;strike&amp;gt;[[Mortlac]] - (Wayang Warpriest)&amp;lt;/strike&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Guenièvre]] - (Half-elf Urban Ranger - [[user:Notafish|Delphine]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Iorek]] (Dwarf Fighter, [[user:Henry|Henry]]) &amp;lt;strike&amp;gt;[[Barros]] (Human Swashbuckler) &amp;lt;/strike&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Quarion]] (Elf Rogue, [[user:Venrix|Andy]])&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || [[City of Coin/Prologue|Prologue]]&amp;lt;br/&amp;gt;[[City of Coin/Under Town|Under Town]]&amp;lt;br/&amp;gt;[[City of Coin/Under Forest|Under Forest]]&amp;lt;br/&amp;gt;[[City of Coin/High Town|High Town]]&amp;lt;br/&amp;gt;[[City of Coin/Low Town|Low Town]]&lt;br /&gt;
||| &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[City of Coin/Party Loot|Party Loot]] - Current Level: 8 - Current XP: &#039;&#039;&#039;52622&#039;&#039;&#039; / 51000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(60%, 90%, 80%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;The Stolen Land&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:Henry|Henry]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || Pathfinder&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || &#039;&#039;&#039;The River Kingdoms, Golarion&#039;&#039;&#039;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters || &lt;br /&gt;
[[Owena]] (Human (?) Fighter  - [[user:Notafish|Delphine]]) &amp;lt;strike&amp;gt;[[Alhandra]] (Half-Elf (?) Cleric)&amp;lt;/strike&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Cuichelm]] (Elf Wizard (Wood Element Specialist) - [[user:Craig|Craig]])  &amp;lt;strike&amp;gt;[[Guthmund]] (Human Ranger)&amp;lt;/strike&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Aldwulf]] (Fetchling Rogue - [[user:Bert|Bert]]) &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Hinnerk]] (Half-orc Inquisitor of Iomedae - [[user:David|David]])  &amp;lt;strike&amp;gt;[[Eadfrid]] (Human Fighter)&amp;lt;/strike&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Coenred]] (Human Cleric of Sarenrae) - [[user:Andy|Andy]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || [[The Stolen Land]]&amp;lt;br/&amp;gt;[[The Fellnight Realm]]&amp;lt;br/&amp;gt;[[The Varnhold Vanishing]]&lt;br /&gt;
||| &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[Stolen Land/Party Loot|Party Loot]] | [[The_Stolen_Land#Loot_and_XP|XP]]&lt;br /&gt;
|}&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(60%, 90%, 90%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;Problems in Prazka&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:David|David]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || Pathfinder&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || &#039;&#039;&#039;Kingdom of [[Prazka]], [[Erthe]]&#039;&#039;&#039;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters || [[Hildy]] (Cleric) &amp;lt;s&amp;gt;[[Trantor]] (Druid)&amp;lt;/s&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Akiak]] (Ninja) &amp;lt;s&amp;gt;[[Aeleva]] (Rogue)&amp;lt;/s&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Koro]] (Brawler) &amp;lt;s&amp;gt;[[Artur]] (Wizard) [[Waltham]] (Gunslinger)&amp;lt;/s&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Miriam]] (Barbarian) &amp;lt;s&amp;gt;Finduilas (Paladin)&amp;lt;/s&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Vaddyn]] (Bard)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || [[Fort in the Mist]]&lt;br /&gt;
||| &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[Ceriontyn_and_Environs/Party Loot|Party Loot]] - Current Level: 11 - Current XP: &#039;&#039;&#039;164,495&#039;&#039;&#039; / 220,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(80%, 90%, 80%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;Back to Barcanton&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:Craig|Craig]] - Games will generally start at around 7.30 UK time&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || Pathfinder&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || &#039;&#039;&#039;Duchy of Dorduk&#039;&#039;&#039; - [http://www.craigchambers.org.uk/ORPG/ Maps here] - [[Dorduk World Info]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters || [[Mardram]] (Halfling Oracle of &amp;lt;strike&amp;gt;Life&amp;lt;/strike&amp;gt; Nature, [[User:Bert|Bert]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Linden]] (Elf Wizard (androgynous, gender not specified ;-)), [[User:David|David]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Jin Shysh]] (Half-elf Fighter, [[User:Notafish|Delphine]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Mary Fledgling]] (Kzinti Ranger, [[User:Hannele|Hannele]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Andrei]] (Silver-tongued Human Rogue, [[User:Henry|Henry]])&amp;lt;br/&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures ||[[The Road to Barcanton]]&lt;br /&gt;
||| &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[Back_to_Barcanton/Party_Loot|Party Loot]] - [[Back_to_Barcanton/quest_notes|Quest Logs]] - Current Level: 9 - Current XP: &#039;&#039;&#039;75,400&#039;&#039;&#039; / 105,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(90%, 90%, 80%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;The Northern Shore&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:David|David]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || 4e&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || The north shore of the [[Great River]], [[Erthe]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters || [[Altraminus]]&amp;lt;br/&amp;gt;[[Donessh]]&amp;lt;br/&amp;gt;[[Kava Firghilion]]&amp;lt;br/&amp;gt;[[Mordecai]]&amp;lt;br/&amp;gt;[[Filica]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || [[Copper and Crystal]]&amp;lt;br/&amp;gt;[[Shadows and Steel]]&amp;lt;br/&amp;gt;[[Opals and Scales]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[The Northern Shore/Party Loot|Party Loot]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(90%, 100%, 80%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;On the [[Great River]] II&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:David|David]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || 4e&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || [[Great River]], [[Erthe]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters || [[Barnabas]]&amp;lt;br/&amp;gt;[[Elora Dunaddukr]]&amp;lt;br/&amp;gt;[[Helena Marchand]]&amp;lt;br/&amp;gt;[[Zotin]]&amp;lt;br/&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || [[The Silver Cup]]&amp;lt;br/&amp;gt;[[The Black Vial]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[Party Loot 3|Party Loot]] &amp;amp;ndash; [[Quest Logs 3|Quest Logs]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(100%, 100%, 80%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;On the [[Great River]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:David|David]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || 3.5e&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || [[Erthe]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters || [[Fenton Dis]]&amp;lt;br/&amp;gt;[[Murle Bunkrick]]&amp;lt;br/&amp;gt;[[Julia Libra]]&amp;lt;br/&amp;gt;[[Ennil Galondorel]]&amp;lt;br/&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || [[Gray Fog and Black Sails]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[Party Loot 2 | Party Loot]] &amp;amp;ndash; [[Quest Logs 2 | Quest Logs]] &amp;amp;ndash; [[Character discussions]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(100%, 100%, 70%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;In the [[Northern Kingdom]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:David|David]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || 3.5e&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || [[Erthe]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters || [[Adrin Reslan]]&amp;lt;br/&amp;gt;[[Araydan]]&amp;lt;br/&amp;gt;[[Oona Salteper]]&amp;lt;br/&amp;gt;[[Aliatra Gellantara]]&amp;lt;br/&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || [[Northwatch Chronicles]]&amp;lt;br/&amp;gt;[[The Dark Trade]]&amp;lt;br/&amp;gt;[[The Carnelian Isles]]&amp;lt;br/&amp;gt;[[Sewer Science]]&amp;lt;br/&amp;gt;[[Cavern City]]&amp;lt;br/&amp;gt;[[Tricky Teleportation Tales]]&amp;lt;br/&amp;gt;[[Shadow and Flame]]&amp;lt;br/&amp;gt;[[The Gray Towers]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[Party Loot]] &amp;amp;ndash; [[Quest Logs]] &amp;amp;ndash; [[Teleport Locations]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(100%, 90%, 70%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;Lukern??&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:David|David]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || 3e + 3.5e&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || [[Erthe]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters ||[[Belros]] - Elf Wizard; &amp;lt;s&amp;gt;[[Nerin]] - Dwarf Fighter&amp;lt;/s&amp;gt;&amp;lt;br/&amp;gt;[[Savaric de la Treningham]] - Human Paladin of Freedom&amp;lt;s&amp;gt;; [[Huerney White-Eye]] - Human Bard&amp;lt;/s&amp;gt;&amp;lt;br/&amp;gt;[[Ayhlanne Selveneye]] - Half-elf Ranger&amp;lt;br/&amp;gt;Eiltranna - Rogue/Cleric; &amp;lt;s&amp;gt;Elvebriniel - Monk; Hollyella - Wizard/Rogue&amp;lt;/s&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;s&amp;gt;Darvin - Human bell-end&amp;lt;/s&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;s&amp;gt;Myfanwy - Druid&amp;lt;/s&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[Huerney&#039;s Bag of Holding|Huerney&#039;s bag of holding]] &amp;amp;ndash; [[Maps]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Main_Page&amp;diff=5131</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Main_Page&amp;diff=5131"/>
		<updated>2019-07-10T19:57:03Z</updated>

		<summary type="html">&lt;p&gt;Venrix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;100%&amp;quot; style=&amp;quot;vertical-align:top; background:rgb(95%, 90%, 100%);&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;Information for players&amp;lt;/h2&amp;gt;&lt;br /&gt;
!valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;Information for DMs&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
* [http://www.davidvrabel.org.uk/redmine/projects/flexirpg/ FlexiRPG]&lt;br /&gt;
* [[Current_events|Game Schedule]]&lt;br /&gt;
* [[House rules]]&lt;br /&gt;
* [[:Category:Items|Items]]&lt;br /&gt;
* [[Meeting|Meetings]]&lt;br /&gt;
* [[:Category:Exotic_PC|Exotic PC character examples]]&lt;br /&gt;
* [[4e discussion]]&lt;br /&gt;
* [[:Category:Campaign|All Campaigns]]&lt;br /&gt;
|&lt;br /&gt;
* [[:Category:NPC|NPCs]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(50%, 80%, 80%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;Pathfinder Playtest - Doomsday Dawn&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:David|David]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || Pathfinder 2 Playtest&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || Golarion&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters ||&lt;br /&gt;
[[Kelmaer]] (Elf Ranger - [[user:Bert|Bert]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Chompsy]] (Goblin Bard - [[user:Craig|Craig]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Adalyn]] (race Rogue - [[user:Notafish|Delphine]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[George]] (Dwarf Wizard - [[user:Henry|Henry]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[char]] (race class - [[user:Andy|Andy]])&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || [[Doomsday Dawn]]&lt;br /&gt;
||| &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[Doomsday Dawn/Party Loot|Party Loot]] - Current Level: 1 - Current XP: &#039;&#039;&#039;0&#039;&#039;&#039; / ???&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;vertical-align:top; background:rgb(50%, 80%, 90%);&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;[[City of Coin]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:David|David]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || Pathfinder&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || [[Vindburg]], [[Erthe]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters ||&lt;br /&gt;
[[Yenkas]] (Tiefling Sage Sorceror, [[user:Bert|Bert]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Josephus]] (Undine Cleric (Evangelist), [[user:Craig|Craig]]) &amp;lt;strike&amp;gt;[[Mortlac]] - (Wayang Warpriest)&amp;lt;/strike&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Guenièvre]] - (Half-elf Urban Ranger - [[user:Notafish|Delphine]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Iorek]] (Dwarf Fighter, [[user:Henry|Henry]]) &amp;lt;strike&amp;gt;[[Barros]] (Human Swashbuckler) &amp;lt;/strike&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Quarion]] (Elf Rogue, [[user:Venrix|Andy]])&lt;br /&gt;
&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || [[City of Coin/Prologue|Prologue]]&amp;lt;br/&amp;gt;[[City of Coin/Under Town|Under Town]]&amp;lt;br/&amp;gt;[[City of Coin/Under Forest|Under Forest]]&amp;lt;br/&amp;gt;[[City of Coin/High Town|High Town]]&amp;lt;br/&amp;gt;[[City of Coin/Low Town|Low Town]]&lt;br /&gt;
||| &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[City of Coin/Party Loot|Party Loot]] - Current Level: 7 - Current XP: &#039;&#039;&#039;52622&#039;&#039;&#039; / 51000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(60%, 90%, 80%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;The Stolen Land&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:Henry|Henry]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || Pathfinder&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || &#039;&#039;&#039;The River Kingdoms, Golarion&#039;&#039;&#039;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters || &lt;br /&gt;
[[Owena]] (Human (?) Fighter  - [[user:Notafish|Delphine]]) &amp;lt;strike&amp;gt;[[Alhandra]] (Half-Elf (?) Cleric)&amp;lt;/strike&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Cuichelm]] (Elf Wizard (Wood Element Specialist) - [[user:Craig|Craig]])  &amp;lt;strike&amp;gt;[[Guthmund]] (Human Ranger)&amp;lt;/strike&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Aldwulf]] (Fetchling Rogue - [[user:Bert|Bert]]) &amp;lt;br/&amp;gt;&lt;br /&gt;
[[Hinnerk]] (Half-orc Inquisitor of Iomedae - [[user:David|David]])  &amp;lt;strike&amp;gt;[[Eadfrid]] (Human Fighter)&amp;lt;/strike&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Coenred]] (Human Cleric of Sarenrae) - [[user:Andy|Andy]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || [[The Stolen Land]]&amp;lt;br/&amp;gt;[[The Fellnight Realm]]&amp;lt;br/&amp;gt;[[The Varnhold Vanishing]]&lt;br /&gt;
||| &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[Stolen Land/Party Loot|Party Loot]] | [[The_Stolen_Land#Loot_and_XP|XP]]&lt;br /&gt;
|}&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(60%, 90%, 90%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;Problems in Prazka&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:David|David]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || Pathfinder&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || &#039;&#039;&#039;Kingdom of [[Prazka]], [[Erthe]]&#039;&#039;&#039;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters || [[Hildy]] (Cleric) &amp;lt;s&amp;gt;[[Trantor]] (Druid)&amp;lt;/s&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Akiak]] (Ninja) &amp;lt;s&amp;gt;[[Aeleva]] (Rogue)&amp;lt;/s&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Koro]] (Brawler) &amp;lt;s&amp;gt;[[Artur]] (Wizard) [[Waltham]] (Gunslinger)&amp;lt;/s&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Miriam]] (Barbarian) &amp;lt;s&amp;gt;Finduilas (Paladin)&amp;lt;/s&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Vaddyn]] (Bard)&amp;lt;br/&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || [[Fort in the Mist]]&lt;br /&gt;
||| &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[Ceriontyn_and_Environs/Party Loot|Party Loot]] - Current Level: 11 - Current XP: &#039;&#039;&#039;164,495&#039;&#039;&#039; / 220,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(80%, 90%, 80%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;Back to Barcanton&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:Craig|Craig]] - Games will generally start at around 7.30 UK time&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || Pathfinder&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || &#039;&#039;&#039;Duchy of Dorduk&#039;&#039;&#039; - [http://www.craigchambers.org.uk/ORPG/ Maps here] - [[Dorduk World Info]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters || [[Mardram]] (Halfling Oracle of &amp;lt;strike&amp;gt;Life&amp;lt;/strike&amp;gt; Nature, [[User:Bert|Bert]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Linden]] (Elf Wizard (androgynous, gender not specified ;-)), [[User:David|David]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Jin Shysh]] (Half-elf Fighter, [[User:Notafish|Delphine]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Mary Fledgling]] (Kzinti Ranger, [[User:Hannele|Hannele]])&amp;lt;br/&amp;gt;&lt;br /&gt;
[[Andrei]] (Silver-tongued Human Rogue, [[User:Henry|Henry]])&amp;lt;br/&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures ||[[The Road to Barcanton]]&lt;br /&gt;
||| &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[Back_to_Barcanton/Party_Loot|Party Loot]] - [[Back_to_Barcanton/quest_notes|Quest Logs]] - Current Level: 9 - Current XP: &#039;&#039;&#039;75,400&#039;&#039;&#039; / 105,000&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(90%, 90%, 80%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;The Northern Shore&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:David|David]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || 4e&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || The north shore of the [[Great River]], [[Erthe]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters || [[Altraminus]]&amp;lt;br/&amp;gt;[[Donessh]]&amp;lt;br/&amp;gt;[[Kava Firghilion]]&amp;lt;br/&amp;gt;[[Mordecai]]&amp;lt;br/&amp;gt;[[Filica]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || [[Copper and Crystal]]&amp;lt;br/&amp;gt;[[Shadows and Steel]]&amp;lt;br/&amp;gt;[[Opals and Scales]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[The Northern Shore/Party Loot|Party Loot]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(90%, 100%, 80%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;On the [[Great River]] II&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:David|David]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || 4e&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || [[Great River]], [[Erthe]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters || [[Barnabas]]&amp;lt;br/&amp;gt;[[Elora Dunaddukr]]&amp;lt;br/&amp;gt;[[Helena Marchand]]&amp;lt;br/&amp;gt;[[Zotin]]&amp;lt;br/&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || [[The Silver Cup]]&amp;lt;br/&amp;gt;[[The Black Vial]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[Party Loot 3|Party Loot]] &amp;amp;ndash; [[Quest Logs 3|Quest Logs]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(100%, 100%, 80%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;On the [[Great River]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:David|David]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || 3.5e&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || [[Erthe]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters || [[Fenton Dis]]&amp;lt;br/&amp;gt;[[Murle Bunkrick]]&amp;lt;br/&amp;gt;[[Julia Libra]]&amp;lt;br/&amp;gt;[[Ennil Galondorel]]&amp;lt;br/&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || [[Gray Fog and Black Sails]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[Party Loot 2 | Party Loot]] &amp;amp;ndash; [[Quest Logs 2 | Quest Logs]] &amp;amp;ndash; [[Character discussions]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(100%, 100%, 70%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;In the [[Northern Kingdom]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:David|David]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || 3.5e&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || [[Erthe]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters || [[Adrin Reslan]]&amp;lt;br/&amp;gt;[[Araydan]]&amp;lt;br/&amp;gt;[[Oona Salteper]]&amp;lt;br/&amp;gt;[[Aliatra Gellantara]]&amp;lt;br/&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || [[Northwatch Chronicles]]&amp;lt;br/&amp;gt;[[The Dark Trade]]&amp;lt;br/&amp;gt;[[The Carnelian Isles]]&amp;lt;br/&amp;gt;[[Sewer Science]]&amp;lt;br/&amp;gt;[[Cavern City]]&amp;lt;br/&amp;gt;[[Tricky Teleportation Tales]]&amp;lt;br/&amp;gt;[[Shadow and Flame]]&amp;lt;br/&amp;gt;[[The Gray Towers]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[Party Loot]] &amp;amp;ndash; [[Quest Logs]] &amp;amp;ndash; [[Teleport Locations]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|width=&amp;quot;50%&amp;quot; style=&amp;quot;background:rgb(100%, 90%, 70%); vertical-align:top;&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; style=&amp;quot;background:none;&amp;quot;&lt;br /&gt;
!colspan=2|&amp;lt;h2 style=&amp;quot;margin:0; font-size:120%; font-weight:bold;&amp;quot;&amp;gt;Lukern??&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|DM || [[User:David|David]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|System || 3e + 3.5e&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Setting || [[Erthe]]&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Characters ||[[Belros]] - Elf Wizard; &amp;lt;s&amp;gt;[[Nerin]] - Dwarf Fighter&amp;lt;/s&amp;gt;&amp;lt;br/&amp;gt;[[Savaric de la Treningham]] - Human Paladin of Freedom&amp;lt;s&amp;gt;; [[Huerney White-Eye]] - Human Bard&amp;lt;/s&amp;gt;&amp;lt;br/&amp;gt;[[Ayhlanne Selveneye]] - Half-elf Ranger&amp;lt;br/&amp;gt;Eiltranna - Rogue/Cleric; &amp;lt;s&amp;gt;Elvebriniel - Monk; Hollyella - Wizard/Rogue&amp;lt;/s&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;s&amp;gt;Darvin - Human bell-end&amp;lt;/s&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;s&amp;gt;Myfanwy - Druid&amp;lt;/s&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|Adventures || &lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|colspan=2 align=center| [[Huerney&#039;s Bag of Holding|Huerney&#039;s bag of holding]] &amp;amp;ndash; [[Maps]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
__NOEDITSECTION__&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=City_of_Coin&amp;diff=5130</id>
		<title>City of Coin</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=City_of_Coin&amp;diff=5130"/>
		<updated>2019-07-10T19:55:53Z</updated>

		<summary type="html">&lt;p&gt;Venrix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Party ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! Player !! Character !! Race !! Class !! Languages !! Preferred Weapon/Armour !!&lt;br /&gt;
|-&lt;br /&gt;
| [[user:Bert|Bert]] || [[Yenkas]] || Tiefling || Sage Sorcerer || Abyssal, Common, Draconic, Infernal, Orc || &#039;Magic&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| [[user:Craig|Craig]] || [[Mortlac]] || Wayang || Warpriest (Divine Commmander) || Common, Wayang || Bastard Sword (and lance); Good heavy armour (full plate) ||[https://78.media.tumblr.com/8655a2ebd793ead3bbb143a92a081611/tumblr_oxwc20GBmb1wa7o90o1_500.jpg Mortlac &amp;amp; Viemer]&lt;br /&gt;
|-&lt;br /&gt;
| [[user:Notafish|Delphine]] || [[Guenièvre]] || Half-elf || Ranger || ??? || ??? ||&lt;br /&gt;
|-&lt;br /&gt;
| [[user:Henry|Henry]] || [[Barros]] || Human || Swashbuckler || ??? || Rapier? ||&lt;br /&gt;
|-&lt;br /&gt;
| [[user:Venrix|Andy]] || [[Quarion]] || Elf || Rogue (Scout) || Common, Draconic, Elven, Orc, Sylvan || 2x Shortsword / Longbow / silver dagger +1 ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Loot == &lt;br /&gt;
[[/Party Loot|Party Loot]]&lt;br /&gt;
&lt;br /&gt;
== Setting ==&lt;br /&gt;
&lt;br /&gt;
The capital city of Sondved, [[Vindburg]].&lt;br /&gt;
&lt;br /&gt;
== Adventures ==&lt;br /&gt;
&lt;br /&gt;
* [[/Prologue|Prologue]]&lt;br /&gt;
* [[/Under Town|Under Town]]&lt;br /&gt;
* [[/Under Forest|Under Forest]]&lt;br /&gt;
* [[/High Town|High Town]]&lt;br /&gt;
* [[/Low Town|Low Town]]&lt;br /&gt;
&lt;br /&gt;
[[category:Campaign]]&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=City_of_Coin/Party_Loot&amp;diff=5122</id>
		<title>City of Coin/Party Loot</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=City_of_Coin/Party_Loot&amp;diff=5122"/>
		<updated>2019-06-19T19:34:19Z</updated>

		<summary type="html">&lt;p&gt;Venrix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Gold coins ==&lt;br /&gt;
1748 in loot&lt;br /&gt;
&lt;br /&gt;
* GP history: &lt;br /&gt;
: 400 from Sir Marek -&lt;br /&gt;
: 1k each, and 750gp for CLW wand&lt;br /&gt;
: 10,000gp from the dragon&#039;s loot&lt;br /&gt;
: Quest 5875gp&lt;br /&gt;
&lt;br /&gt;
== Loot ==&lt;br /&gt;
&lt;br /&gt;
1x MW Studded Leather --&amp;gt; Guenièvre&lt;br /&gt;
&lt;br /&gt;
MW Shortsword --&amp;gt; Guenièvre&lt;br /&gt;
&lt;br /&gt;
Cloak of Resistance +1 =&amp;gt; Guenièvre&lt;br /&gt;
&lt;br /&gt;
Amulet of Natural Armour +1 --&amp;gt; Yenkas&lt;br /&gt;
&lt;br /&gt;
Bastard Sword +1 --&amp;gt; Morty&lt;br /&gt;
&lt;br /&gt;
Belt of Incredible Dexterity +2&lt;br /&gt;
&lt;br /&gt;
2*blue potions cure serious wounds --&amp;gt; Yenkas and Iorek&lt;br /&gt;
&lt;br /&gt;
Yellow potion owls wisdom --&amp;gt; Josephus&lt;br /&gt;
&lt;br /&gt;
Potion barkskin +4 --&amp;gt; Guenievre (90 minutes)&lt;br /&gt;
&lt;br /&gt;
Dagger +1 silver --&amp;gt; Quarion&lt;br /&gt;
&lt;br /&gt;
black armour (breast plate +1, Daemon Skin (cf Mithral) permanent protection from good) --&amp;gt; Quarion&lt;br /&gt;
&lt;br /&gt;
=== High Town ===&lt;br /&gt;
Shadow Teeth and Claws =&amp;gt; Yenkas (for research)&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Quarion&amp;diff=5118</id>
		<title>Quarion</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Quarion&amp;diff=5118"/>
		<updated>2019-06-05T21:04:08Z</updated>

		<summary type="html">&lt;p&gt;Venrix: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Quarion Amakiir&amp;#039;&amp;#039;&amp;#039;  &amp;#039;&amp;#039;&amp;#039;Elven Scout:&amp;#039;&amp;#039;&amp;#039; mostly able to annoy embarrass and hide.  Skilled, if such things are considered skills, at duel wielding shortswords and sniping wit...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Quarion Amakiir&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Elven Scout:&#039;&#039;&#039; mostly able to annoy embarrass and hide.  Skilled, if such things are considered skills, at duel wielding shortswords and sniping with a longbow.&lt;br /&gt;
&lt;br /&gt;
At 6ft2 tall with black hair and grey eyes, he sits somewhere between Elrond and Neil from the young ones.&lt;br /&gt;
He moves with elvish grace and in situations which require firmly securing an inward opening door, he can be relied upon to provide the necessary iron spikes.&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=User:Venrix&amp;diff=5117</id>
		<title>User:Venrix</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=User:Venrix&amp;diff=5117"/>
		<updated>2019-06-05T20:55:38Z</updated>

		<summary type="html">&lt;p&gt;Venrix: Created page with &amp;quot;Lives in Warrington and works for the NHS as a Clinical Chief Officer (that means something really grand but ultimately not that important).  A likeable geek who is proud of h...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lives in Warrington and works for the NHS as a Clinical Chief Officer (that means something really grand but ultimately not that important).  A likeable geek who is proud of his gaming roots much to the confusion of normal folk.  GP by background before being consumed by the dark side of NHS administration.  Gamertag on Xbox and BGG is Venrix, so no excuses. &amp;lt; }&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=City_of_Coin&amp;diff=5116</id>
		<title>City of Coin</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=City_of_Coin&amp;diff=5116"/>
		<updated>2019-06-05T20:51:08Z</updated>

		<summary type="html">&lt;p&gt;Venrix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Party ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! Player !! Character !! Race !! Class !! Languages !! Preferred Weapon/Armour !!&lt;br /&gt;
|-&lt;br /&gt;
| [[user:Bert|Bert]] || [[Yenkas]] || Tiefling || Sage Sorcerer || Abyssal, Common, Draconic, Infernal, Orc || &#039;Magic&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| [[user:Craig|Craig]] || [[Mortlac]] || Wayang || Warpriest (Divine Commmander) || Common, Wayang || Bastard Sword (and lance); Good heavy armour (full plate) ||[https://78.media.tumblr.com/8655a2ebd793ead3bbb143a92a081611/tumblr_oxwc20GBmb1wa7o90o1_500.jpg Mortlac &amp;amp; Viemer]&lt;br /&gt;
|-&lt;br /&gt;
| [[user:Notafish|Delphine]] || [[Guenièvre]] || Half-elf || Ranger || ??? || ??? ||&lt;br /&gt;
|-&lt;br /&gt;
| [[user:Henry|Henry]] || [[Barros]] || Human || Swashbuckler || ??? || Rapier? ||&lt;br /&gt;
|-&lt;br /&gt;
| [[user:Venrix|Andy]] || [[Quarion]] || Elf || Rogue (Scout) || Common, Draconic, Elven, Orc, Sylvan || 2x Shortsword / Longbow ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Loot ==&lt;br /&gt;
[[/Party Loot|Party Loot]]&lt;br /&gt;
&lt;br /&gt;
== Setting ==&lt;br /&gt;
&lt;br /&gt;
The capital city of Sondved, [[Vindburg]].&lt;br /&gt;
&lt;br /&gt;
== Adventures ==&lt;br /&gt;
&lt;br /&gt;
* [[/Prologue|Prologue]]&lt;br /&gt;
* [[/Under Town|Under Town]]&lt;br /&gt;
* [[/Under Forest|Under Forest]]&lt;br /&gt;
* [[/High Town|High Town]]&lt;br /&gt;
* [[/Low Town|Low Town]]&lt;br /&gt;
&lt;br /&gt;
[[category:Campaign]]&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=City_of_Coin&amp;diff=5115</id>
		<title>City of Coin</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=City_of_Coin&amp;diff=5115"/>
		<updated>2019-06-05T20:49:13Z</updated>

		<summary type="html">&lt;p&gt;Venrix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Party ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
! Player !! Character !! Race !! Class !! Languages !! Preferred Weapon/Armour !!&lt;br /&gt;
|-&lt;br /&gt;
| [[user:Bert|Bert]] || [[Yenkas]] || Tiefling || Sage Sorcerer || Abyssal, Common, Draconic, Infernal, Orc || &#039;Magic&#039; ||&lt;br /&gt;
|-&lt;br /&gt;
| [[user:Craig|Craig]] || [[Mortlac]] || Wayang || Warpriest (Divine Commmander) || Common, Wayang || Bastard Sword (and lance); Good heavy armour (full plate) ||[https://78.media.tumblr.com/8655a2ebd793ead3bbb143a92a081611/tumblr_oxwc20GBmb1wa7o90o1_500.jpg Mortlac &amp;amp; Viemer]&lt;br /&gt;
|-&lt;br /&gt;
| [[user:Notafish|Delphine]] || [[Guenièvre]] || Half-elf || Ranger || ??? || ??? ||&lt;br /&gt;
|-&lt;br /&gt;
| [[user:Henry|Henry]] || [[Barros]] || Human || Swashbuckler || ??? || Rapier? ||&lt;br /&gt;
|-&lt;br /&gt;
| Andy || [[Quarion]] || Elf || Rogue (Scout) || Common, Draconic, Elven, Orc, Sylvan || 2x Shortsword / Longbow ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Loot ==&lt;br /&gt;
[[/Party Loot|Party Loot]]&lt;br /&gt;
&lt;br /&gt;
== Setting ==&lt;br /&gt;
&lt;br /&gt;
The capital city of Sondved, [[Vindburg]].&lt;br /&gt;
&lt;br /&gt;
== Adventures ==&lt;br /&gt;
&lt;br /&gt;
* [[/Prologue|Prologue]]&lt;br /&gt;
* [[/Under Town|Under Town]]&lt;br /&gt;
* [[/Under Forest|Under Forest]]&lt;br /&gt;
* [[/High Town|High Town]]&lt;br /&gt;
* [[/Low Town|Low Town]]&lt;br /&gt;
&lt;br /&gt;
[[category:Campaign]]&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5114</id>
		<title>Current events</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Current_events&amp;diff=5114"/>
		<updated>2019-06-05T20:46:11Z</updated>

		<summary type="html">&lt;p&gt;Venrix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Weekly Games ==&lt;br /&gt;
=== 2019 ===&lt;br /&gt;
;29 May&lt;br /&gt;
:No Delphine (Seattle)&lt;br /&gt;
&lt;br /&gt;
;05 Jun&lt;br /&gt;
&lt;br /&gt;
;12 Jun&lt;br /&gt;
&lt;br /&gt;
;19 Jun&lt;br /&gt;
:No Henry (Italy)&lt;br /&gt;
&lt;br /&gt;
;26 Jun&lt;br /&gt;
:No Henry (Italy)&lt;br /&gt;
&lt;br /&gt;
;03 Jul&lt;br /&gt;
&lt;br /&gt;
;10 Jul&lt;br /&gt;
&lt;br /&gt;
;17 Jul&lt;br /&gt;
&lt;br /&gt;
;24 Jul&lt;br /&gt;
&lt;br /&gt;
;31 Jul&lt;br /&gt;
:No Bert&lt;br /&gt;
&lt;br /&gt;
;07 Aug&lt;br /&gt;
:No Craig&lt;br /&gt;
&lt;br /&gt;
;14 Aug&lt;br /&gt;
&lt;br /&gt;
;21 Aug&lt;br /&gt;
:No Henry&lt;br /&gt;
:Andy in Mexico&lt;br /&gt;
&lt;br /&gt;
;28 Aug&lt;br /&gt;
:Andy still in Mexico&lt;br /&gt;
&lt;br /&gt;
;04 Sep&lt;br /&gt;
&lt;br /&gt;
;11 Sep&lt;br /&gt;
&lt;br /&gt;
;18 Sep&lt;br /&gt;
&lt;br /&gt;
;25 Sep&lt;br /&gt;
&lt;br /&gt;
;02 Oct&lt;br /&gt;
&lt;br /&gt;
;09 Oct&lt;br /&gt;
&lt;br /&gt;
;16 Oct&lt;br /&gt;
&lt;br /&gt;
;23 Oct&lt;br /&gt;
&lt;br /&gt;
;30 Oct&lt;br /&gt;
&lt;br /&gt;
;06 Nov&lt;br /&gt;
&lt;br /&gt;
;13 Nov&lt;br /&gt;
&lt;br /&gt;
;20 Nov&lt;br /&gt;
&lt;br /&gt;
;27 Nov&lt;br /&gt;
&lt;br /&gt;
;04 Dec&lt;br /&gt;
&lt;br /&gt;
;11 Dec&lt;br /&gt;
&lt;br /&gt;
;18 Dec&lt;br /&gt;
&lt;br /&gt;
;25 Dec&lt;br /&gt;
&lt;br /&gt;
;01 Jan&lt;br /&gt;
&lt;br /&gt;
== Other Events ==&lt;br /&gt;
&lt;br /&gt;
Meet - [[Meeting]]&lt;br /&gt;
&lt;br /&gt;
Anyone fancy trying a quick game of Everyone Is John: https://1d4chan.org/wiki/Everyone_Is_John ?&amp;lt;br /&amp;gt;&lt;br /&gt;
Summary: John is insane.  Each PC is a Voice in John&#039;s Head, and you compete with the other Voices to complete your obsessions. -- Henry&lt;br /&gt;
:Looks OK -- [[User:Craig|Craig]] ([[User talk:Craig|talk]])&lt;br /&gt;
&lt;br /&gt;
== Date output script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
count=7; for week in {1..52};  do echo -n \; ; date --date=&amp;quot;+$count days&amp;quot; &amp;quot;+%d %b&amp;quot;; count=$(expr $count + 7); echo; done&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where count is the number of days to the next Wednesday.&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
	<entry>
		<id>https://wiki.davidvrabel.org.uk//index.php?title=Char&amp;diff=5007</id>
		<title>Char</title>
		<link rel="alternate" type="text/html" href="https://wiki.davidvrabel.org.uk//index.php?title=Char&amp;diff=5007"/>
		<updated>2018-11-28T19:54:17Z</updated>

		<summary type="html">&lt;p&gt;Venrix: Created page with &amp;quot;Coenred&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Coenred&lt;/div&gt;</summary>
		<author><name>Venrix</name></author>
	</entry>
</feed>