Table of Contents
Welcome to James Kemp's Wiki
This is a collaborative web platform that allows people to edit1) the web pages to provide additional content for some of the stories I have written and the roleplaying games that I am involved in, whether as a player or GM.
There are several namespaces operating slightly different wiki subjects. These are, in no particular order:
- Skyss - Story Background - a fantasy novel I wrote for NaNoWriMo 2016.
- Perfects - background for the near future story and some police roleplaying that I ran in that universe
- Theocracy of Daprav - A D&D campaign that I ran with Glasgow University Games Society around 2002-3.
- Jim Wallman's Universe - a roleplaying by e-mail campaign that I play in, this is an unofficial wiki and none of it is canon unless Jim says it is.
- Interstellar Freelance Unlimited - subset of the Universe pages covering the activities of a mercenary company that we are currently roleplaying every Full Moon.
- Earth Imperium pages. These cover the activities of the Government of the Solar republic (aka Earth Empire) in Jim's Humanity Will Prevail campaign, including the Earth Imperium News Items.
- Free Worlds Alliance - covering the activities of another emerging polity in the Humanity Will Prevail campaign. Mostly contributed by Eric Moroney.
- Universe Background - page collecting the various bits of background info that have come up in various e-mail discussions for the campaigns set in Jim Wallman's Universe.
- Master map of the Universe (6Mb PDF, as at 3212).
- Delta Green - some roleplaying campaigns about horror and conspiracy. The main one was set in Berlin in 1953.
- Free games rules - a collection of free rules for wargames and other sorts of face to face games that I have designed or run.
- Wargames rules - I'm not just a player of games, I also do rules for them from time to time as well as one-off games. A primary outlet for this is through Chestnut Lodge Wargames Group.
- Other free rules - at the moment just those for the 1689 (Orange or Lemon? and Bonnie Dundee, respectively about the debates in the Scots Parliament and then the military campaign of Viscount Dundee during 1689) and The Other Side of the COIN (about what makes people become insurgents). All games that I have have produced for Chestnut Lodge Wargames Group.
- Background for a near future universe where I have written some fiction and also run some roleplaying games in.
Comments and complaints to me at webmaster@full-moon.info please.
James Kemp
Tag Cloud
Recent Additions
Relay Races
All these games are based on teams racing against each other.
Crackers
Props: Cream Crackers & balloons (1 per participant)
Time: Likely to take several minutes, beavers aren't great at blowing up balloons
Instructions: In turn the players run to a plate at the far end of the hall. On the plate is a stack of crackers and some balloons. They each eat one cracker, followed by blowing up the balloon and bursting it before racing back to their team for the next player to go.
Comments: Beavers aren't great at blowing up balloons, or eating the crackers. So halving the crackers helps speed up that part of the game. Blowing up the balloons a couple of times on a pump beforehand also helps make it easier for them to blow the balloons up. Failing that station a parent or adult helper next to each plate to help out if required.
Penguins
Props: A bean bag per team (as the egg)
Time: Fairly quick
Instructions: Each team must race to the other end of the hall and back while balancing the bean bag on their feet (in the style of the emperor penguin dads carrying their eggs).
Comments: This is based on the emperor penguins where the fathers carry an egg on their feet while they incubating to stop them freezing on the ice. So you could add some flavour by explaining this to your beavers/cubs/scouts.
Centipede
Props: none.
Time: Fairly quick.
Instructions: The whole team need to race to the far end of the hall. They do this by kneeling down with their heads tucked in just behind the feet of the beaver in front. The last beaver in line then straddles the others and moves to the front where they tuck themself in as before. Then the next beaver goes.
Comments: It probably helps if the beavers shout something when they get to the front so that the last beaver knows that it is their turn.
Angeline Floralpattern
From the Republic of Z155, General Angeline Floralpattern was the Commander of the Z155 Crusader Corps. She is an NPC.
Current Position
Since T101, she has been in Free Worlds Alliance custody, after she was arrested by IFU during the FWA-Z155 war.
Biographical Details
Angeline is the daughter of First Minster Floralpattern.
Distinguishing Features
Short blond hair.
Religion
An extremely devout member of the First Church of Earth. She is absolutely devoted to the First Church of Earth, and willing to use any means necessary to ensure “God’s Will.”
Career History
General Floralpattern has no military training or experience. She was in command of the 10,000 strong paramilitary force the Z155 Crusader Corps since its founding in T98, until she was arrested on T101 in a command bunker under the Council building. She commanded the ZCC during the FWA-Z155 war. Ultimately the Corps was defeated by the FWA. On T103, she was handed over to the Z155 police and it was expected she would go on trial soon.
Other Information
Hobbies
General Floralpattern’s time was divided almost entirely between the First Church of Earth and the Crusader Corps, and she had very little time to pursue any hobbies.
Master Map of the Universe 3212
This is the holding page for the link to the 6Mb PDF version of the map of Jim Wallman's universe (as supplied by Jim), showing the political associations as at 3212. This is one large PDF version will the nine central quadrants and the surrounding outer sectors all on one page.
<php>
include(“/var/www/html/greenbox/sqlconnect.php”); include(“/var/www/html/greenbox/sqlconnect2.php”);
$query = “INSERT INTO Items (Year,Type,Freq,Class,Description,Comments,SAN,Contributor,Email,MoreInfoURL,Cell) VALUES ('$_POST[Year]','$_POST[Type]','$_POST[Freq]','$_POST[Class]','$_POST[Description]','$_POST[Comments]','$_POST[SAN]','$_POST[Contributor]','$_POST[Email]','$_POST[MoreInfoURL]','$_POST[Cell]')”;
$result = mysql_query($query) or die ("Couldn't execute query.");
echo "The following item has been added to the database:<br> <ul> <li>Type: $_POST[Type] <li>Frequency: $_POST[Freq] <li>Class: $_POST[Class] <li><b> $_POST[Description] </b> $_POST[Comments] <li>SAN penalty: $_POST[SAN] <li>Contributed by: $_POST[Contributor] $_POST[Email] <li>More info from: $_POST[MoreInfoURL] <li>Cell $_POST[Cell] available from $_POST[Year]
\n“;
echo "</ul>";
</php>
Add Item to Green Box
<php> error_reporting(E_ALL); ini_set('display_errors', true);
include(“/var/www/html/greenbox/sqlconnect.php”); include(“/var/www/html/greenbox/sqlconnect2.php”);
$query = “INSERT INTO Items (Year,Type,Freq,Class,Description,Comments,SAN,Contributor,Email,MoreInfoURL,Cell) VALUES ('$_POST[Year]','$_POST[Type]','$_POST[Freq]','$_POST[Class]','$_POST[Description]','$_POST[Comments]','$_POST[SAN]','$_POST[Contributor]','$_POST[Email]','$_POST[MoreInfoURL]','$_POST[Cell]')”;
$result = mysql_query($query) or die ("Couldn't execute query.");
$Year=$_POST['Year']; echo $Year; </php>
<html> <br> <b>Add as much detail as you can in the form below, fields which cannot be blank are indicated with an Asterisk <font color=red>*</font></b> <form action=“/doku.php/dg/greenbox/confirm” method=“post”> <table>
<tr> <td><b>Type<font color=red>*</font> <td><b>Frequency<font color=red>*</font> <td><b>Available since <td><b>Cell
</tr> <tr> <td><select name="Type"> <option value="Mythos" >Mythos <option Selected value="Mundane" >Mundane <option value="Occult" >Occult <option value="Other" >Other </select>
<td><select name="Freq"> <option Selected value="0" >Very Common <option value="1" >Common <option value="2" >Uncommon <option value="3" >Rare <option value="4" >Very Rare <option value="5" >Unique </select>
<td><input type="text" name="Year" size="4" maxlength="4">
<td><input type="text" name="Cell" size="1" maxlength="1"> </td></tr>
<tr> <td><b>Item class<font color=red>*</font> <td><b>Short Description<font color=red>*</font> <td><b>SAN effects </tr>
<tr> <td><select name="Class"> <option Selected value="Artefact" >Artefact <option value="Weapon" >Weapon <option value="Info" >Info <option value="ID" >ID <option value="Contact" >Contact <option value="Other" >Other </select> <td><input type="text" name="Description" value="short description" size="75" maxlength="255">
<td><input type="text" name="SAN" value="0/0" size="12" maxlength="12">
</tr> </table> <b>Full description of item:</b><br>
<textarea name="Comments" rows="5" cols="75" maxlength="5000"></textarea>
<table> <tr>
<tr> <td><b>Contributed by <td><b>E-mail <td><b>More Info URL </tr> <tr> <td><input type="text" name="Contributor" value="Agent X" size="25" maxlength="255"> <td><input type="text" name="Email" value="web form" size="25" maxlength="255"> <td><input type="text" name="MoreInfoURL" size="25" maxlength="255">
</table>
<p><input type=“submit” name=“newbutton” value=“Commit Item to Green Box”> <input type=“submit” name=“newbutton” value=“Cancel”> </form> </html>