CINXE.COM

March | 2016 | Follow Me And Die!

<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" lang="en-US"> <![endif]--> <!--[if !(IE 7) & !(IE 8)]><!--> <html lang="en-US"> <!--<![endif]--> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>March | 2016 | Follow Me And Die!</title> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="pingback" href="https://followmeanddie.com/xmlrpc.php"> <!--[if lt IE 9]> <script src="https://followmeanddie.com/wp-content/themes/twentyfourteen/js/html5.js?ver=3.7.0"></script> <![endif]--> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//pagead2.googlesyndication.com' /> <link rel="alternate" type="application/rss+xml" title="Follow Me And Die! &raquo; Feed" href="https://followmeanddie.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Follow Me And Die! &raquo; Comments Feed" href="https://followmeanddie.com/comments/feed/" /> <!-- This site uses the Google Analytics by ExactMetrics plugin v8.2.2 - Using Analytics tracking - https://www.exactmetrics.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-RTY03KLJSD" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var em_version = '8.2.2'; var em_track_user = true; var em_no_track_reason = ''; var ExactMetricsDefaultLocations = {"page_location":"https:\/\/followmeanddie.com\/2016\/03\/"}; if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations ); } else { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations; } var disableStrs = [ 'ga-disable-G-RTY03KLJSD', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.ExactMetricsDualTracker = { helpers: {}, trackers: {}, }; if (em_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = exactmetrics_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') { ExactMetricsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dNDMyYj': true, }); if ( ExactMetricsLocations.page_location ) { __gtagTracker('set', ExactMetricsLocations); } __gtagTracker('config', 'G-RTY03KLJSD', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by ExactMetrics --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/followmeanddie.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=c27095ba39256d598f9c5935cb8041ea"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://followmeanddie.com/wp-includes/css/dist/block-library/style.min.css?ver=c27095ba39256d598f9c5935cb8041ea' media='all' /> <style id='wp-block-library-theme-inline-css'> .wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--green: #24890d;--wp--preset--color--dark-gray: #2b2b2b;--wp--preset--color--medium-gray: #767676;--wp--preset--color--light-gray: #f5f5f5;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='twentyfourteen-lato-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/fonts/font-lato.css?ver=20230328' media='all' /> <link rel='stylesheet' id='genericons-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/genericons/genericons.css?ver=3.0.3' media='all' /> <link rel='stylesheet' id='twentyfourteen-style-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/style.css?ver=20241112' media='all' /> <link rel='stylesheet' id='twentyfourteen-block-style-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/css/blocks.css?ver=20240708' media='all' /> <!--[if lt IE 9]> <link rel='stylesheet' id='twentyfourteen-ie-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/css/ie.css?ver=20140711' media='all' /> <![endif]--> <script src="https://followmeanddie.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=8.2.2" id="exactmetrics-frontend-script-js" async data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" id='exactmetrics-frontend-script-js-extra'>var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/followmeanddie.com","hash_tracking":"false","v4_id":"G-RTY03KLJSD"};</script> <script src="https://followmeanddie.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://followmeanddie.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://followmeanddie.com/wp-content/themes/twentyfourteen/js/functions.js?ver=20230526" id="twentyfourteen-script-js" defer data-wp-strategy="defer"></script> <!-- Google tag (gtag.js) snippet added by Site Kit --> <!-- Google Analytics snippet added by Site Kit --> <script src="https://www.googletagmanager.com/gtag/js?id=GT-P8VL5DM" id="google_gtagjs-js" async></script> <script id="google_gtagjs-js-after"> window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag("set","linker",{"domains":["followmeanddie.com"]}); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "GT-P8VL5DM"); </script> <!-- End Google tag (gtag.js) snippet added by Site Kit --> <link rel="https://api.w.org/" href="https://followmeanddie.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://followmeanddie.com/xmlrpc.php?rsd" /> <meta name="generator" content="Site Kit by Google 1.140.0" /><script type="text/javascript"> (function(url){ if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; } var addEvent = function(evt, handler) { if (window.addEventListener) { document.addEventListener(evt, handler, false); } else if (window.attachEvent) { document.attachEvent('on' + evt, handler); } }; var removeEvent = function(evt, handler) { if (window.removeEventListener) { document.removeEventListener(evt, handler, false); } else if (window.detachEvent) { document.detachEvent('on' + evt, handler); } }; var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' '); var logHuman = function() { if (window.wfLogHumanRan) { return; } window.wfLogHumanRan = true; var wfscr = document.createElement('script'); wfscr.type = 'text/javascript'; wfscr.async = true; wfscr.src = url + '&r=' + Math.random(); (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr); for (var i = 0; i < evts.length; i++) { removeEvent(evts[i], logHuman); } }; for (var i = 0; i < evts.length; i++) { addEvent(evts[i], logHuman); } })('//followmeanddie.com/?wordfence_lh=1&hid=5054BB74B803655895CFE4A70A5418C6'); </script> <!-- Google AdSense meta tags added by Site Kit --> <meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236"> <meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com"> <!-- End Google AdSense meta tags added by Site Kit --> <style type="text/css">.broken_link, a.broken_link { text-decoration: line-through; }</style> <!-- Google AdSense snippet added by Site Kit --> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6927444287228882&amp;host=ca-host-pub-2644536267352236" crossorigin="anonymous"></script> <!-- End Google AdSense snippet added by Site Kit --> <!-- Google Tag Manager snippet added by Site Kit --> <script> ( function( w, d, s, l, i ) { w[l] = w[l] || []; w[l].push( {'gtm.start': new Date().getTime(), event: 'gtm.js'} ); var f = d.getElementsByTagName( s )[0], j = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore( j, f ); } )( window, document, 'script', 'dataLayer', 'GTM-P77GVFP' ); </script> <!-- End Google Tag Manager snippet added by Site Kit --> <link rel="icon" href="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-180x180.jpg" /> <meta name="msapplication-TileImage" content="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-270x270.jpg" /> </head> <body class="archive date wp-embed-responsive header-image list-view full-width footer-widgets"> <!-- Google Tag Manager (noscript) snippet added by Site Kit --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P77GVFP" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) snippet added by Site Kit --> <div id="page" class="hfeed site"> <div id="site-header"> <a href="https://followmeanddie.com/" rel="home"> <img src="https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_white.jpg" width="1260" height="303" alt="Follow Me And Die!" srcset="https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_white.jpg 1260w, https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_white-300x72.jpg 300w, https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_white-768x185.jpg 768w, https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_white-1024x246.jpg 1024w" sizes="(max-width: 1260px) 100vw, 1260px" decoding="async" fetchpriority="high" /> </a> </div> <header id="masthead" class="site-header"> <div class="header-main"> <h1 class="site-title"><a href="https://followmeanddie.com/" rel="home">Follow Me And Die!</a></h1> <div class="search-toggle"> <a href="#search-container" class="screen-reader-text" aria-expanded="false" aria-controls="search-container"> Search </a> </div> <nav id="primary-navigation" class="site-navigation primary-navigation"> <button class="menu-toggle">Primary Menu</button> <a class="screen-reader-text skip-link" href="#content"> Skip to content </a> <div id="primary-menu" class="nav-menu"><ul> <li class="page_item page-item-2 page_item_has_children"><a href="https://followmeanddie.com/about/">About</a> <ul class='children'> <li class="page_item page-item-4119 page_item_has_children"><a href="https://followmeanddie.com/about/other-sites/">Social</a> <ul class='children'> <li class="page_item page-item-4094"><a href="https://followmeanddie.com/about/other-sites/badges/">Badges</a></li> <li class="page_item page-item-4132"><a href="https://followmeanddie.com/about/other-sites/tsr/">TSR</a></li> </ul> </li> </ul> </li> <li class="page_item page-item-5636"><a href="https://followmeanddie.com/medieval-demographics-made-easy-2/">Medieval Demographics Made Easy</a></li> <li class="page_item page-item-8042"><a href="https://followmeanddie.com/my-podcast/">My Podcast</a></li> <li class="page_item page-item-8041"><a href="https://followmeanddie.com/my-youtube/">My YouTube</a></li> <li class="page_item page-item-7981 page_item_has_children"><a href="https://followmeanddie.com/projects/">Projects</a> <ul class='children'> <li class="page_item page-item-5070 page_item_has_children"><a href="https://followmeanddie.com/projects/sign-up-for-kickstarter-updates/">Card Game</a> <ul class='children'> <li class="page_item page-item-6517"><a href="https://followmeanddie.com/projects/sign-up-for-kickstarter-updates/card-game-faq/">Card Game FAQ</a></li> </ul> </li> <li class="page_item page-item-4352 page_item_has_children"><a href="https://followmeanddie.com/projects/patreon/">Patreon</a> <ul class='children'> <li class="page_item page-item-4348"><a href="https://followmeanddie.com/projects/patreon/kickstarters/">Kickstarters</a></li> <li class="page_item page-item-4460"><a href="https://followmeanddie.com/projects/patreon/cafepress-shop/">TeeSpring &#038; CafePress</a></li> </ul> </li> <li class="page_item page-item-4111"><a href="https://followmeanddie.com/projects/rpgosr-works/">RPG Works</a></li> <li class="page_item page-item-4270"><a href="https://followmeanddie.com/projects/selling/">Selling</a></li> </ul> </li> <li class="page_item page-item-4099"><a href="https://followmeanddie.com/reading-read/">Reading</a></li> <li class="page_item page-item-8093"><a href="https://followmeanddie.com/rpga-list/">RPGA List</a></li> <li class="page_item page-item-4128 page_item_has_children"><a href="https://followmeanddie.com/rpgs/">RPGs</a> <ul class='children'> <li class="page_item page-item-4151"><a href="https://followmeanddie.com/rpgs/add-pdfs/">AD&#038;D PDFs</a></li> <li class="page_item page-item-8000 page_item_has_children"><a href="https://followmeanddie.com/rpgs/gaming/">Gaming</a> <ul class='children'> <li class="page_item page-item-4103"><a href="https://followmeanddie.com/rpgs/gaming/playing/">Playing</a></li> <li class="page_item page-item-4105"><a href="https://followmeanddie.com/rpgs/gaming/running/">Running</a></li> </ul> </li> <li class="page_item page-item-4116"><a href="https://followmeanddie.com/rpgs/osr-search/">OSR Search</a></li> <li class="page_item page-item-4262"><a href="https://followmeanddie.com/rpgs/reviews/">Reviews</a></li> </ul> </li> </ul></div> </nav> </div> <div id="search-container" class="search-box-wrapper hide"> <div class="search-box"> <form role="search" method="get" class="search-form" action="https://followmeanddie.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div> </div> </header><!-- #masthead --> <div id="main" class="site-main"> <section id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <header class="page-header"> <h1 class="page-title"> Monthly Archives: March 2016 </h1> </header><!-- .page-header --> <article id="post-3663" class="post-3663 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-kickstarter tag-reviews"> <a class="post-thumbnail" href="https://followmeanddie.com/2016/03/28/grimtooths-traps-finally-arrives/" aria-hidden="true"> <img width="269" height="302" src="https://followmeanddie.com/wp-content/uploads/2016/03/01-20160328_141112-Copy.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/01-20160328_141112-Copy.jpg 269w, https://followmeanddie.com/wp-content/uploads/2016/03/01-20160328_141112-Copy-267x300.jpg 267w" sizes="(max-width: 269px) 100vw, 269px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2016/03/28/grimtooths-traps-finally-arrives/" rel="bookmark">Grimtooth&#8217;s Traps Finally Arrives</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2016/03/28/grimtooths-traps-finally-arrives/" rel="bookmark"><time class="entry-date" datetime="2016-03-28T20:39:43-04:00">March 28, 2016</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2016/03/28/grimtooths-traps-finally-arrives/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>My <a href="https://www.kickstarter.com/projects/1409961192/grimtooths-ultimate-traps-collection/description" target="_blank" rel="noopener noreferrer" class="broken_link">Grimtooth&#8217;s Traps</a> hardbound 460 page book finally arrived. I pledged $50 for the basic hardback.</p> <p><img decoding="async" class="aligncenter size-full wp-image-3668" src="http://followmeanddie.com/wp-content/uploads/2016/03/05-20160328_130230.jpg" alt="05-20160328_130230" width="1329" height="787" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/05-20160328_130230.jpg 1329w, https://followmeanddie.com/wp-content/uploads/2016/03/05-20160328_130230-300x178.jpg 300w, https://followmeanddie.com/wp-content/uploads/2016/03/05-20160328_130230-768x455.jpg 768w, https://followmeanddie.com/wp-content/uploads/2016/03/05-20160328_130230-1024x606.jpg 1024w" sizes="(max-width: 1329px) 100vw, 1329px" /></p> <p>&nbsp;</p> <p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3669" src="http://followmeanddie.com/wp-content/uploads/2016/03/06-0160328_130145.jpg" alt="06-0160328_130145" width="1450" height="816" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/06-0160328_130145.jpg 1450w, https://followmeanddie.com/wp-content/uploads/2016/03/06-0160328_130145-300x169.jpg 300w, https://followmeanddie.com/wp-content/uploads/2016/03/06-0160328_130145-768x432.jpg 768w, https://followmeanddie.com/wp-content/uploads/2016/03/06-0160328_130145-1024x576.jpg 1024w" sizes="auto, (max-width: 1450px) 100vw, 1450px" /></p> <p>July, 2015 was the original estimated delivery date. I received mine on March 28, 2016. It was good to finally mark that off as received. I have two other Kickstarters older than the rest I am waiting on. Only one of which, the <a href="https://www.kickstarter.com/projects/judgesguild/city-state-of-the-invincible-overlord" target="_blank" rel="noopener noreferrer" class="broken_link">City State re-print by Judges Guild</a>, do I expect to eventually get the promised items. The other is in legal limbo the D&amp;D Documentary #2.</p> <p>It came well packaged to not bounce around in the box. A big plus compared to a couple of other orders from the Goodman Games website. There is some cool art on the box (not pictured), but the mailing label went smack in the middle of the big graphic, so it&#8217;s ruined. I am curious what it looked like pre-label.</p> <p>It is the same height as my AD&amp;D <a href="http://www.dmsguild.com/product/17003/Players-Handbook-1e?affiliate_id=203222" target="_blank" rel="noopener noreferrer">Player&#8217;s Handbook</a>, <a href="http://www.dmsguild.com/product/17002/Monster-Manual-1e?affiliate_id=203222" target="_blank" rel="noopener noreferrer">Monster Manual</a>, and <a href="http://www.dmsguild.com/product/17004/Dungeon-Masters-Guide-1e?affiliate_id=203222" target="_blank" rel="noopener noreferrer">Dungeon Master&#8217;s Guide</a> combined. The Grimtooth cover is slightly wider, maybe 1/8&#8243;.</p> <figure id="attachment_3670" aria-describedby="caption-attachment-3670" style="width: 1501px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-full wp-image-3670" src="http://followmeanddie.com/wp-content/uploads/2016/03/04-20160328_130724.jpg" alt="Three Core Books for AD&amp;D vs. Grimtooth's Traps" width="1501" height="544" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/04-20160328_130724.jpg 1501w, https://followmeanddie.com/wp-content/uploads/2016/03/04-20160328_130724-300x109.jpg 300w, https://followmeanddie.com/wp-content/uploads/2016/03/04-20160328_130724-768x278.jpg 768w, https://followmeanddie.com/wp-content/uploads/2016/03/04-20160328_130724-1024x371.jpg 1024w" sizes="auto, (max-width: 1501px) 100vw, 1501px" /><figcaption id="caption-attachment-3670" class="wp-caption-text">Three Core Books for AD&amp;D vs. Grimtooth&#8217;s Traps</figcaption></figure> <p>My DCC 3rd printing is also 460 pages, but Grimtooth&#8217;s is slightly thicker, whether due to heavier paper or a thicker cover, I&#8217;m not sure.</p> <figure id="attachment_3671" aria-describedby="caption-attachment-3671" style="width: 1491px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-full wp-image-3671" src="http://followmeanddie.com/wp-content/uploads/2016/03/02-20160328_141050.jpg" alt="The DCC cover is the same size." width="1491" height="621" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/02-20160328_141050.jpg 1491w, https://followmeanddie.com/wp-content/uploads/2016/03/02-20160328_141050-300x125.jpg 300w, https://followmeanddie.com/wp-content/uploads/2016/03/02-20160328_141050-768x320.jpg 768w, https://followmeanddie.com/wp-content/uploads/2016/03/02-20160328_141050-1024x426.jpg 1024w" sizes="auto, (max-width: 1491px) 100vw, 1491px" /><figcaption id="caption-attachment-3671" class="wp-caption-text">The DCC cover is the same size.</figcaption></figure> <figure id="attachment_3672" aria-describedby="caption-attachment-3672" style="width: 1558px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-full wp-image-3672" src="http://followmeanddie.com/wp-content/uploads/2016/03/03-20160328_141044.jpg" alt="DCC is almost as thick as Grimtooth's Traps." width="1558" height="625" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/03-20160328_141044.jpg 1558w, https://followmeanddie.com/wp-content/uploads/2016/03/03-20160328_141044-300x120.jpg 300w, https://followmeanddie.com/wp-content/uploads/2016/03/03-20160328_141044-768x308.jpg 768w, https://followmeanddie.com/wp-content/uploads/2016/03/03-20160328_141044-1024x411.jpg 1024w" sizes="auto, (max-width: 1558px) 100vw, 1558px" /><figcaption id="caption-attachment-3672" class="wp-caption-text">DCC is almost as thick as Grimtooth&#8217;s Traps.</figcaption></figure> <p>It appears to be well constructed, and of good quality.</p> <p>I&#8217;m sure there are a lot of interesting bits in here. However, I&#8217;m not going to be reading through it just yet, as I have a bit of a backlog. I never had the original books. I only jumped in as I thought it was an interesting bit of nostalgia to have. In hindsight, I probably wouldn&#8217;t have pledged.  I really need to be more selective in my purchases.</p> <p>I may do a review in the future when I have a smaller backlog of things on my plate.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/kickstarter/" rel="tag">Kickstarter</a><a href="https://followmeanddie.com/tag/reviews/" rel="tag">Reviews</a></span></footer></article><!-- #post-3663 --> <article id="post-3650" class="post-3650 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-osr tag-reviews tag-wwii-rpg"> <a class="post-thumbnail" href="https://followmeanddie.com/2016/03/27/the-front-a-review/" aria-hidden="true"> <img width="528" height="390" src="https://followmeanddie.com/wp-content/uploads/2016/03/TheFront-2016-03-27-Copy.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/TheFront-2016-03-27-Copy.png 528w, https://followmeanddie.com/wp-content/uploads/2016/03/TheFront-2016-03-27-Copy-300x222.png 300w" sizes="auto, (max-width: 528px) 100vw, 528px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2016/03/27/the-front-a-review/" rel="bookmark">The Front &#8211; A Review</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2016/03/27/the-front-a-review/" rel="bookmark"><time class="entry-date" datetime="2016-03-27T22:21:34-04:00">March 27, 2016</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2016/03/27/the-front-a-review/#comments">7 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Here&#8217;s another new publication by <a href="https://web.archive.org/web/20190329013210/https://plus.google.com/106585334808144609940" target="_blank" rel="noreferrer noopener" label=" (opens in a new tab)">+Mark Hunt</a>, <em>The FRONT</em>, currently available via <a rel="noopener noreferrer" href="http://www.lulu.com/shop/mark-hunt/the-front-ww2-rpg/paperback/product-22623190.html" target="_blank">Lulu</a> as print on demand (POD), and soon <a rel="noopener noreferrer" href="http://www.drivethrurpg.com/product/178719/The-Front-World-War-II-RPG?affiliate_id=203222" target="_blank">DriveThruRPG</a> and <a rel="noopener noreferrer" href="https://www.rpgnow.com/product/178719/The-Front-World-War-II-RPG?affiliate_id=203222" target="_blank">RPGNow</a> with PDF and POD. This is one of the many projects Mark worked on during nine months of chemo. In the interests of full disclosure, I am credited as a proof reader, and also put together the table of contents.</p> <p><em>The FRONT</em> is a bare bones RPG with a kernel based on the original roleplaying game. It has six 3d6 stats with a variation on the name so that Awareness is used instead of Wisdom. It is abbreviated AC, think of Awareness Check. It was easy for me to miss that. All other abilities are the standard. HP has different options for the GM to consider. It is a game with high lethality for characters. There are challenge rolls for combat, and d20 roll under rolls instead of saving throws.</p> <p>Character generation is a quick 3d6 in order and swapping any two stats. There is a d20 table for pre-war career, which then leads to a page each for class.</p> <p>There are four initial classes with various roles within the military, mainly geared&nbsp;towards the front lines. They are Combat, Intelligence, Leadership, and Reconnaissance. Each class has a section on what it has for combat training, abilities, special features, and starting equipment. Since this represents soldiers at war, there is no buying of equipment. On gaining a level, each class has a roll to requisition from the quartermaster.</p> <p>Encumbrance is simple, a character can carry one piece of gear per point of strength.</p> <p>Each piece of equipment has a usage die. If an item is used in a given turn, one rolls a usage die. If a 1 or 2 is rolled, one moves to the next smaller sized die. For example, a usage die might be a d12, each time a 1 or 2 is rolled the usage die is reduced, first to a d10, then a d8, d6, and finally, when a 1 or 2 is rolled on a d4, that item is used up. This is a simplified way to keep track of gasoline in the jeep, ammunition for a given weapon, etc. It reduces the amount of paper needed to track supplies. There is a usage die graphic on the included character sheet. As an item is used up, move the marker or usage die to the appropriate location.</p> <p>Movement and distance is abstracted to close, nearby, &nbsp;far away, and distant. For 0-5 feet, 6-60 feet, and 60-120 feet. This is part of the simplicity of the game.</p> <p>Weapons are presented with a generic description, such as pistol instead of Colt .45 or 9 mm Luger. Each weapon is listed with its usage die and the number of dice for damage on hits. Weapons are further explained in the text following&nbsp;the table. There are hand thrown grenades and rifle grenades with different ranges, but the same damage. Machine guns come in light, medium, and heavy, with different crew size parameters, and bonuses and penalties for attacks.</p> <p>Combat is also simplified with challenge rolls. It is roll low, so a 1 is great and a 20 is bad. A 1 on an attack deals double damage, and a 20 while avoiding an attack receives double damage. NPCs only roll to attack. PCs only roll to avoid attacks. Roll under STR for a melee attack, and under DEX for a ranged attack. Roll below STR or DEX to avoid taking damage from melee or ranged attacks. Advantage and Disadvantage comes into play when something is ruled to be particularly easy or difficult.</p> <p>Saving throws are eliminated so that rolls are against abilities of STR for things that cause physical harm, such as gases. DEX is used for dodging things like a trap, or avoiding the blast of a flamethrower.&nbsp; AC (Awareness) checks are used to avoid mental effects. I missed that AC was the short notation for Awareness on page 5. Being a long time gamer, I see AC and immediately think &#8220;Armor Class&#8221;.</p> <p>Hit points can be figured in different ways depending on the style of campaign desired. Use the CON score as the number of HP and roll a d6 for each level, or for really gritty, roll a d6 each level. If a character is reduced to 0 HP one rolls after the fight is over, if the character&#8217;s party wins, to see what happened. Anything from MIA, POW, or death, to merely knocked unconscious.</p> <p>Healing is slow. Certain things, like med kits help, but it still takes time.</p> <p>Experience is low 5 points to get to second level, and 100 needed for 10th level. XP is earned for surviving one mission, major encounter, etc.</p> <p>The section on campaigns offers up ideas for the major focus, such as partisans, resistance, elite (special forces), soldiers pressed into service from far off places, etc.</p> <p>There are no frills, just a bare bones system for getting to play quickly. The classes and gear are focused on the GI, but one could easily port it to the&nbsp;forces of other nations. Gear is generalized, so that one can extrapolate any weapon desired. There is a suggested system for the GM to generate the toughness of enemy soldiers faced. A quick presentation of a possible weird war scenario is given with fantasy type creatures.</p> <p>Big fail on the TOC, I didn&#8217;t get the pages numbers lined up very well. I was fighting Google Docs changing the formatting and messing up nearly all the pages. We ended up having me&nbsp;edit the Word Document, then send it back to Mark. I will have another article on my thoughts about collaborating on self published products.</p> <p><strong>What I liked:</strong></p> <p>You can be ready to play a session in a few minutes. The rules are a framework designed to work with most OSR type clones. Creatures and spells could easily be used unmodified. The difference in combat is minor. If you want a WWII scenario, you have a framework here to handle it.</p> <p>One could easily port these rules to WWI, Korea, Vietnam, or even a more modern setting. These rules are even abstract enough to go even further back to muskets.</p> <p>This is about as rules light as you can get in 48 pages. It is only 24 pages when taking away pictures, TOC, OGL, and other pages that are not rules.</p> <p><strong>What I didn&#8217;t like:</strong></p> <p>Using Awareness instead of Wisdom with AC for the abbreviation, was harder for me to make the connection. The direct connection is most clear where it is spelled out on page 5, and listed on the character sheet. It is slightly less clear when an AC check is used for avoiding mental effects. This is a minor niggle, and not of much concern, once it is clear what it is. A simple restatement of what AC is for on the part about attribute checks instead of saving throws on page 30 would avoid this.</p> <p>[<strong>NOTE:</strong> Mark made an edit to change the abbreviation for Awareness to AW. He will use AC for the armor of vehicles in a new book.]</p> <p><strong>What I&#8217;d like to see:</strong></p> <p>Since consumables have a usage die, I would like to see a page of usage dice printed, with multiple rows of&nbsp;usage dice. For example, there is a row of usage dice at the bottom of the character sheet for ammunition. Filling a page in the rules with that might be helpful to some. One can use placeholders, such as dice, paper clips, coins, etc. to mark what usage die applies to which piece of equipment. This would be easy enough to do oneself with an index card and paperclips to track the usage die for different types of equipment.</p> <p>[<strong>NOTE:</strong> Mark made a full page of the usage die chain available in the PDF.]</p> <p><strong>Conclusion</strong></p> <p>When dealing with rules light systems, one should not assume that familiar abbreviations mean the same thing until verified that they do. Terseness is the focus for rules light systems. If you need everything spelled out for you and lots of table and options to fill in all the details, this game is not for you.</p> <p>This game is light enough that it should work well for story gamers that need fewer rules, and will work well for those who like more roleplaying. Obviously, it is great for those who just want to generate a character and start playing.</p> <p>I just got word that the first supplement for the OSS/SOE is in the works.</p> <p>[<strong>UPDATE</strong>: There is now a <a href="https://web.archive.org/web/20190329013310/https://plus.google.com/communities/104926312713478718975" target="_blank" rel="noreferrer noopener" label=" (opens in a new tab)">G+ Community</a> for the game.]</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a><a href="https://followmeanddie.com/tag/reviews/" rel="tag">Reviews</a><a href="https://followmeanddie.com/tag/wwii-rpg/" rel="tag">WWII RPG</a></span></footer></article><!-- #post-3650 --> <article id="post-3565" class="post-3565 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-advicetools tag-flavor tag-fluffinspiration tag-game-design tag-garycon tag-modules tag-osr"> <a class="post-thumbnail" href="https://followmeanddie.com/2016/03/26/gary-con-panel-goodman-games-how-to-write-adventure-modules-the-dont-suck/" aria-hidden="true"> <img width="433" height="143" src="https://followmeanddie.com/wp-content/uploads/2016/03/GoodmanGames-HowWriteModulesThatDontSuck.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/GoodmanGames-HowWriteModulesThatDontSuck.jpg 433w, https://followmeanddie.com/wp-content/uploads/2016/03/GoodmanGames-HowWriteModulesThatDontSuck-300x99.jpg 300w" sizes="auto, (max-width: 433px) 100vw, 433px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2016/03/26/gary-con-panel-goodman-games-how-to-write-adventure-modules-the-dont-suck/" rel="bookmark">Gary Con Panel &#8211; Goodman Games &#8211; How To Write Adventure Modules The Don&#8217;t Suck</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2016/03/26/gary-con-panel-goodman-games-how-to-write-adventure-modules-the-dont-suck/" rel="bookmark"><time class="entry-date" datetime="2016-03-26T11:24:14-04:00">March 26, 2016</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2016/03/26/gary-con-panel-goodman-games-how-to-write-adventure-modules-the-dont-suck/#comments">2 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I have played a few DCC funnels at conventions and a few modules at the gaming table. I&#8217;ve even been a player in a play test of a module. I can&#8217;t mention that, but if my name shows up in the acknowledgements, you&#8217;ll know which one(s).</p> <p>DCC seems to have a lot of interest in their modules, so I wanted to hear what their designers had to say. If I never have a published module, at least I can use the information to help design my own sessions, and games at conventions.</p> <p>The panelists were Joseph Goodman, Michael Curtis, Jobe Bitman, Brendan LaSalle, and Bob Bledsaw, Jr. There were 20-25 in attendance, among whom were 3 women. When it came time to ask questions, only one of the women asked a question. That&#8217;s a significant ratio. What I wonder, is were the other two just there with their male S.O.&#8217;s, or were they really gamers with an interest in such things. Just my musings, no data to back up any of it.</p> <p>What follows are just the transcription of my hastily scribbled and sometimes illegible notes. There are a lot of good points here for planning adventures in your own games, in addition to developing modules for publication.</p> <p>Joseph Goodman started off by telling us that they have done this seminar multiple times before, and this time wanted to start off with each person telling what things inspire them.</p> <p><strong>1.) Things that inspire us to get a good output.</strong></p> <p>Michael Curtis</p> <ul> <li>All writers are readers <ul> <li>Always have a notebook when reading &#8211; make note of certain words that evoke ideas, feelings, etc.</li> <li>Follow up on ideas an author does not pursue.</li> </ul> </li> </ul> <p>Jobe Bitman</p> <ul> <li>Movies, especiall humor.</li> <li>Camping &amp; hiking</li> <li>New museum</li> <li>New locations and feeling what the experience is like and relate to a fantasy world setting. <ul> <li>For ex. hiking is hard work, and there&#8217;s no way characters pack all the stuff they say that they do.</li> </ul> </li> </ul> <p>Brendan LaSalle</p> <ul> <li>Big reader</li> <li>Movies</li> <li>Good TV</li> <li>Poetry</li> <li>Music &#8211; Heavy Metal Power Cords</li> <li>Steals a lot of bad guy lines from comic books.</li> </ul> <p>Bob Bledsaw, Jr. (Insight on how his dad prepared for campaigns &amp; modules, from all the materials he left.)</p> <ul> <li>Edgar Rice Burroughs, Robert Heilein, A. C. Clarke, poetry</li> <li>Actually running campaigns <ul> <li>Notebooks filled with names of inns, NPC&#8217;s with brief designations, random monsters, and names &amp; backgrounds for magical items.</li> <li>Village book, fantastic weapons, Temple book, etc.</li> <li>His father didn&#8217;t like to lead players.</li> <li>Look at an inn as each class. How does a mage see this inn, a cleric, a thief?</li> <li>What about a monster or obstacle is a problem for a cleric?</li> <li>Leave world open</li> </ul> </li> </ul> <p>Joe Goodman</p> <ul> <li>Goes to places with unique features <ul> <li>Elephant seal hatchery &#8211; they are 2,000 pounds and the size of a VW.</li> </ul> </li> <li>Monarch butterfly breeding ground &#8211; view through fantasy lens</li> <li>Hurst castle</li> <li>Wild zebras on beach near California coastal highway.</li> <li>Alcatraz was a military island citadel before it was a prison.</li> <li>Art and comic books</li> </ul> <p>I think it was Brendan LaSalle who said these two things.</p> <ol> <li>Read Strunk &amp; Whites Manual of Style once per year.</li> <li>Read what you have written out loud, or have someone read it to you with the Last Draft. If it doesn&#8217;t read well, it won&#8217;t play well.</li> </ol> <p>A common theme was to playtest a module multiple times to get the flow and pacing right. You have to know how it will play out before you publish it. Someone said if it is a TPK every time, then it&#8217;s too hard. If about half the party survives, then it&#8217;s about right.</p> <p><strong>2.) One thing they love and one thing they hate.</strong></p> <p>Brendan</p> <p>Love: Brilliant little detail, for ex. Legacy of Savage Kings has a dragon in a cavern with the coins of his treasure lovingly stacked along the wall.</p> <p>Hate: No matter what happens, you can&#8217;t change what happens. He gave examples of NPC&#8217;s you can&#8217;t kill, or some other thing that no matter what they do it won&#8217;t change. It is better to think of what will happen if they kill this NPC, etc. Trust your DM (who will run the module). ALWAYS put the players center stage as the main characters of the story.</p> <p>Michael</p> <p>Love: Enjoys ambiguity to cause reader and player to imagine options, avoids set in stone. Leave it up to recipient to fill in the blanks.</p> <p>Hate: Story should emerge and not be stuck in a narrative since it is a participatory game.</p> <p>Bob</p> <p>Be a storyteller, not a story dictator.</p> <p>Jobe</p> <p>Hate: Really long details with buried information the DM or player&#8217;s need. Make it easy to find.</p> <p>Joseph</p> <p>Players are the <em>audience</em>, but the GM is the <em>customer</em>. Word count for GM/Judge is wasted, 1-2 pages at most. Pages should be for the benefit of the players.</p> <p><strong>3.) How bring ideas together?</strong></p> <p>Bob &#8211; List of Hobbits, only with warrior sounding names. His father&#8217;s notes were rich in <em>lore</em> from the books he read.</p> <p>Michael &#8211; Pick three things and create a riff on it. Then come up with a brief synopsis, elevator pitch.</p> <p>Brendan &#8211; Do like Shakespeare &#8211; Steal/steal/steal. What if it is a murder mystery?<br /> Take random ideas and throw them at specific thing for the background to see where it goes and what happens.<br /> He is a firm believer in a crappy first draft, just get it done, then refine it.</p> <p>Michael &#8211; If nothing else, do something that you enjoy and are passionate about. Find a way to make it an adventure.</p> <p>Bob &#8211; Don&#8217;t let your own misgivings stop you from paying or publishing.</p> <p>Joseph &#8211; Get practice, especially with random stuff.</p> <p>Bob &#8211; Some people have favorite modules that are not what is the most popular. Someone will like it, even if not everyone.</p> <p><strong>4.) How break out of the linear mindset?</strong></p> <p>Michael &#8211; Don&#8217;t make decisions for the players, just set the scene.</p> <p>Bob &#8211; If there is an intriguing hook, it will draw them in.</p> <p>Mike &#8211; For publication there is a set word count. How might players overcome this obstacle. Come up with 3 or 4 things.</p> <p>Brendan &#8211; Billy goat Gruff, but 25th level character. Create a setting and villains. You can&#8217;t cover all your bases. Trust your GM.</p> <p>Joseph &#8211; Mental checklist of</p> <ul> <li>Player choices</li> <li>There is a chance for every player to shine.</li> <li>Visual Descriptions &#8211; Use <em>hulking humanoid</em> instead of just saying orc.</li> <li>No ziggurats &#8211; New and exciting ideas.</li> <li>Good title</li> <li>Good summary  &#8211; Focused enough to do a 2 or 3 sentence description &#8211; elevator pith.</li> </ul> <p><strong>5.) Bad guy development</strong> &#8211;</p> <p>Leave as many decisions as possible up to the players.</p> <p>Base on someone you don&#8217;t like.</p> <p>Don&#8217;t lock the front door to the dungeon.</p> <p>Don&#8217;t leave necessary information in an inaccessible place.</p> <p>No lock without a key. This can be a secret door, or another way around the obstacle. Always a way around it.</p> <p>Brendan &#8211; Once you decide what he is, Imagine as your character or you personally. Such as a dragon or necromancer.<br /> What will you do to stop adventurers?<br /> What will you fail at?</p> <p><strong>Q&amp;A</strong></p> <p><strong>How get into the situation?/Start the setting for the adventure?</strong> (This was my question. I have trouble getting a good starting point for adventures.)</p> <p>Brendan &#8211; In media res [In the middle of the action/story.] especially for a module, one-shot, or convention game.</p> <p>Joseph &#8211; Robert E. Howard &#8211; In media res.</p> <p>Brendan &#8211; Let the players screw themselves. Maybe they are all clerics, so they need hirelings to fill in the gaps. Always have a situation that requires dealing with magic.</p> <p>Jobe &#8211; 1.) Be comfortable with system you are using, and just knowing the system might give you an idea.</p> <p>2.) Avoid crating bottlenecks, have some secondary way to achieve the goal. A &#8220;key&#8221; to every lock doesn&#8217;t have to be literal.</p> <p>Joseph &#8211; Easter Egg &#8211; Some benefit to players that test everything and one room *. Game changers &#8211; Players wreck the story line, handle it at the table.</p> <p><strong>Word count/size?</strong></p> <p>Brendan &#8211; Have a set number of encounters for four hours. For a convention setting, 6 to 8 encounters for four hours. Most modules can be played in four hours.</p> <p>Jobe &#8211; Word count &#8211; Write as expressively as possible in the lowest word count.</p> <p>Joseph &#8211; c. 10,000 words is about 16 pages in the format of Goodman Games&#8217; modules.</p> <p><strong>How develop balance in a module? How do you know you have it right?</strong></p> <p>Brendan &#8211; Playtest/Playtest/Playtest as much as you can before publishing. Run at conventions, local game store with people you don&#8217;t know. A minimum of 3 times to playtest, once with friends, twice at conventions, no upper limit really.</p> <p>Michael &#8211; Six months after it is released, you will know if the balance is right.</p> <p>Jobe &#8211; If more than have killed, then still needs work. If less than half killed, then it&#8217;s probably pretty good.</p> <p>Bob &#8211; Be prepared for anything. There should be enough source material to plan for unexpected things players do. Always leave a way out of a tough situation, but don&#8217;t make it easy.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/advicetools/" rel="tag">Advice/Tools</a><a href="https://followmeanddie.com/tag/flavor/" rel="tag">Flavor</a><a href="https://followmeanddie.com/tag/fluffinspiration/" rel="tag">Fluff/Inspiration</a><a href="https://followmeanddie.com/tag/game-design/" rel="tag">Game Design</a><a href="https://followmeanddie.com/tag/garycon/" rel="tag">GaryCon</a><a href="https://followmeanddie.com/tag/modules/" rel="tag">Modules</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a></span></footer></article><!-- #post-3565 --> <article id="post-3625" class="post-3625 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-add tag-marmalade-dog tag-osr"> <a class="post-thumbnail" href="https://followmeanddie.com/2016/03/24/ogre-island-and-the-black-crate-my-saturday-session-at-marmalade-dog/" aria-hidden="true"> <img width="798" height="345" src="https://followmeanddie.com/wp-content/uploads/2016/03/ADDMarmaladeDog21.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/ADDMarmaladeDog21.jpg 798w, https://followmeanddie.com/wp-content/uploads/2016/03/ADDMarmaladeDog21-300x130.jpg 300w, https://followmeanddie.com/wp-content/uploads/2016/03/ADDMarmaladeDog21-768x332.jpg 768w" sizes="auto, (max-width: 798px) 100vw, 798px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2016/03/24/ogre-island-and-the-black-crate-my-saturday-session-at-marmalade-dog/" rel="bookmark">Ogre Island and The Black Crate &#8211; My Saturday Session at Marmalade Dog</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2016/03/24/ogre-island-and-the-black-crate-my-saturday-session-at-marmalade-dog/" rel="bookmark"><time class="entry-date" datetime="2016-03-24T14:08:43-04:00">March 24, 2016</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2016/03/24/ogre-island-and-the-black-crate-my-saturday-session-at-marmalade-dog/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Here is my promised follow up post to <a href="http://followmeanddie.com/2016/03/20/marmalade-dog-21/" target="_blank" rel="noopener noreferrer">my write up of Marmalade Dog 21</a>, about the AD&amp;D session I ran using a scenario from my campaign.</p> <p>Urman the great is an archmage who has a stronghold on Ogre island. He sends adventurers to get information and items from the ancient city that is overrun by ogres, pirates, and other things. In this scenario, the rumored black crate, was on a ship caught in the same storm that nearly took the ship the players were on. The black crate is a large steamer trunk that agents of Urman send special items to him. He hires the newly arrived party to go and retrieve it. He gives them a magical lock that will return the crate to him. It has been magically hidden, so he can&#8217;t just find it himself, and being an archmage, has other things taking up his time.</p> <p>It was a fun session and <a href="https://web.archive.org/web/20190210092725/https://plus.google.com/102530410014502040087" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">+Laura Rose Williams</a> drove from Lansing after a meeting and a birthday party, just so she could play in my game. That was so cool! Her druid decided to cast a spell against some giant spiders they found when they decided that they wanted to go check out the ancient college of magic. She lost initiative, and got bit twice, and failed her save versus one of the bites. That was in less than the first hour of play. Laura said, &#8220;What is this DCC?&#8221; Which got a big laugh, as many at the table play DCC. I met Laura last year at Marmalade Dog, and we both played our first DCC last year.</p> <div class="wp-block-image size-full wp-image-3636"><figure class="aligncenter"><img loading="lazy" decoding="async" width="1057" height="819" src="http://followmeanddie.com/wp-content/uploads/2016/03/DeadDruid.jpg" alt="Mourning The Dead Druid" class="wp-image-3636" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/DeadDruid.jpg 1057w, https://followmeanddie.com/wp-content/uploads/2016/03/DeadDruid-300x232.jpg 300w, https://followmeanddie.com/wp-content/uploads/2016/03/DeadDruid-768x595.jpg 768w, https://followmeanddie.com/wp-content/uploads/2016/03/DeadDruid-1024x793.jpg 1024w" sizes="auto, (max-width: 1057px) 100vw, 1057px" /><figcaption>Mourning The Dead Druid</figcaption></figure></div> <p>I let her use the magic user, who had a spell that&nbsp;ended up saving another player at the end of the game.</p> <p>I was supposed to have pre-gens ready for the players, but I had technical difficulties. So I had an idea that everyone liked. I hand wrote character templates on index cards. I started with just the random magic I rolled up from the tables in the DMG. Weapons and armor, potions, scrolls, wands, and miscellaneous items. &nbsp;I then figured out THAC0, number of hit dice, minimum ability scores, saving throws, and base abilities for thief and monk, and number of base spells for spell casters.</p> <p>These were 5th level characters, and based on the experience points to get a magic user and illusionist to 5th level, the druid and the thief were 6th level. Other than one magic item I rolled that I did not remember being a cursed item, and another that required exceptional strength to use, the others worked out well. I re-rolled those two items. I then had the players roll stats, and if they rolled really bad, would have at least the minimum stat needed for that class. That gave it a bit of customizeability that the players liked. I let spell casters choose whatever spells they wanted. The players really liked the amount of things settled for them, but that they still had a hand in&nbsp;creating their characters. I didn&#8217;t time how long it took, and of course, most of the time was taken up by spell casters choosing spells.</p> <p>With most of the choices they made, and certain magic items, a first level party could have played this scenario and completed it. They avoided combat for the most part, and did a lot of bluffing their way through. Of course, there were several key rolls I made for the bad guys that made it easier for them. One NPC just missed his roll to realize there was an elf and a cleric of the wrong religion present that really made things easier for them.</p> <p>The players really liked that this was a sandbox scenario, that I didn&#8217;t force their hand. I let them go into the college of magic that is abandoned and full of nasty things. They lost the druid to giant spiders and decided to leave. A raging flesh golem crossed their path, but didn&#8217;t see them. A different roll, and they&#8217;d have had a fight. They just walked past a group of goblins arguing over guard duty, and bluffed their way into standing watch on the wreckage of the ship so they could explore it.</p> <p>I told them that I didn&#8217;t come up with a good name for the wrecked ship, and <em>The Storm Witch</em> was suggested. What a great name! I&#8217;m keeping it! The crate wasn&#8217;t there, so they managed to go to the tavern that served the pirates and got a lead in the general direction of the crate. It was decided to use&nbsp;the ancient aqueduct system to travel above the city. This allowed them to avoid most encounters, and lookouts and others didn&#8217;t manage to see them up there&nbsp;running around.</p> <p>They had an encounter with a harpy that charmed three of them, but the cleric used his wand of fear to drive off the harpy, and dispel magic to break the charm. They were sneaky and managed to avoid detection until they got in sight of the crate being guarded by 8 ogres. The illusionist used invisibility 10&#8242; radius to get them close enough to use the two potions of ogre control that Urman gave them, and convinced 6 of the ogres to go check out a fight, and those six convinced one of the remaining&nbsp;two to join them.</p> <p>Then they waited until those 7 were out of sight, and used a wand of paralyzation to freeze the last&nbsp;ogre. They then ran up and attached the lock before &nbsp;they could be stopped. Goblins ran up and shot them, and knocked the illusionist&nbsp;to 0 hit points before the magic of the lock and crate took them out of range. It was a challenge to grab the illusionist and keep him from falling off without one of the one&#8217;s grabbing him also&nbsp;falling. After a string of hilarious rolls of failure to attempt to grab the illusionist, the last thing that worked was feather fall, cast by Laura&#8217;s wizard, and they completed the mission and were congratulated and thanked by Urman.</p> <p>We got done an hour early. This was because they only fought when they felt they had to, and withdrew when the fight was going against them. Had they had more fights, or not been as sneaky, the outcome would have been much different.</p> <p>I made them give back the index cards, because I plan to type those up and can make templates based on levels. That&#8217;s one thing I really like about OSRIC [<em>Link Reporting 503 for months: http://black-blade-publishing.com/Store/tabid/65/pid/39/OSRIC-Hardback-print-.aspx</em>], that it groups all the information you need on a given class into one place. It has every class from the <a rel="noopener noreferrer" href="http://www.drivethrurpg.com/product/17003/Players-Handbook-1e/?affiliate_id=203222" target="_blank">AD&amp;D Player&#8217;s Handbook</a>, except monks and bards. AD&amp;D bards are too complex, I will use one of the other OSR bard classes going forward. I will reserve AD&amp;D bards for NPC&#8217;s, as they will be rare.</p> <p>I will write up a separate article on my templates, and have an example that is typed. In addition, a cheat sheet with limitations for each race would be needed. My goal is something small and portable, either index cards, or maybe a booklet with all the information in each.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/add/" rel="tag">AD&amp;D</a><a href="https://followmeanddie.com/tag/marmalade-dog/" rel="tag">Marmalade Dog</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a></span></footer></article><!-- #post-3625 --> <article id="post-3623" class="post-3623 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-add tag-conventions tag-dcc tag-dice tag-legacy-dd tag-marmalade-dog tag-osr tag-swords-wizardry tag-white-star"> <a class="post-thumbnail" href="https://followmeanddie.com/2016/03/20/marmalade-dog-21/" aria-hidden="true"> <img width="400" height="100" src="https://followmeanddie.com/wp-content/uploads/2016/03/MarmaladeDog21.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/MarmaladeDog21.png 400w, https://followmeanddie.com/wp-content/uploads/2016/03/MarmaladeDog21-300x75.png 300w" sizes="auto, (max-width: 400px) 100vw, 400px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2016/03/20/marmalade-dog-21/" rel="bookmark">Marmalade Dog 21</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2016/03/20/marmalade-dog-21/" rel="bookmark"><time class="entry-date" datetime="2016-03-20T20:24:54-04:00">March 20, 2016</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2016/03/20/marmalade-dog-21/#comments">2 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p><a href="http://www.marmaladedog.org/" target="_blank" rel="noopener noreferrer">Marmalade Dog 21</a> was Friday, Saturday, and Sunday, March 18-20, 2016, at Western University in Kalamazoo, Michigan. I had planned to attend today and play in the first slot, but I woke up with a stuffy nose and ear, and a sore throat.</p> <p>We did not have an official OSR slot this year, like we did last year. I have decided that once we find out when Marmalade Dog is next year that I will step up and coordinate an OSR track. The exception is if it is the same weekend as Gary Con. Last year, the convention was in early February, so I asked if they know yet when it will be next year. The answer is that the university tells them what date they can have, or occasionally what dates they can choose from. So such a variable makes it understandable why it isn&#8217;t consistent with the month they have it. I live in southern Kalamazoo County, so am only about 20 minutes away from campus.</p> <p>Normally the deadline for GM sign up to run games, and get free admission, for each day that they run a session, and a t-shirt, is December 31. I didn&#8217;t get signed up to run a game by then. In February, I looked and there were some OSR type games, but three&nbsp;sessions the first, fifth, and seventh, did not have any. So I signed up at the website for the first and fifth session, and was not automatically rejected. I never got an email for confirmation that I wasn&#8217;t rejected. So last weekend, I went to the website and checked, and my sign ups were on the list of scheduled games. I then hurried up and got ready.</p> <p><strong>Session 1:</strong>&nbsp;3:00 pm&nbsp;on Friday. As with last year, no one showed up to my game. If things work out to coordinate an OSR track next year, we&#8217;ll have to drum up enough players to commit to a first session game. &nbsp;I ran the same thing for Session 5 on Saturday.</p> <p><strong>Session 2:</strong> Friday was 7:30 pm &#8211; 11:30 pm. <a href="https://web.archive.org/web/20190330234114/https://plus.google.com/115709541777739228149" target="_blank" rel="noreferrer noopener" label=" (opens in a new tab)">+Forest Ray</a> ran a <a rel="noopener noreferrer" href="http://www.rpgnow.com/product/86546/Swords-and-Wizardry-Complete-Rule-Book?affiliate_id=203222" target="_blank">Swords &amp; Wizardry Complete</a> setting, called Muskets &amp; Magic Users. It was S&amp;W with muskets. We were first level adventurers hired by the town to go stop the pirates who raided their town. Non magic users got issued a musket that did 1d12, that fired once per round. Magic users got a wand of magic missile that had 5 first level spells per day and regenerated its charges overnight.</p> <p>That was a fun little session, and my magic user used Charm Person to make a &#8220;friend&#8221; of one of the pirates that was on the raiding party that came into the tavern where we were. This made it easier to find the other pirates in the raiding party, secure their boat, and go out to their ship. We managed to take the ship and go clean out the pirate hideout, then go fight the dragon ship of the pirate queen. It was a fun game.</p> <p>Forest always hands out goodies for his games, and we each got a bag of dice and a button with the name of his game, and the rules system. Forest came down from Lansing and got a hotel to run and play games all three days. In addition to swag, he brought 3 copies of Swords &amp; Wizardry Complete for reference. I didn&#8217;t bring mine as I was already lugging three AD&amp;D Player Handbooks, the OSRIC Player Handbook, and a DMG for my earlier session.</p> <div class="wp-block-image size-full wp-image-3627"><figure class="aligncenter"><img loading="lazy" decoding="async" width="523" height="617" src="http://followmeanddie.com/wp-content/uploads/2016/03/MusketsMagicUsers.jpg" alt="Muskets &amp; Magic Users" class="wp-image-3627" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/MusketsMagicUsers.jpg 523w, https://followmeanddie.com/wp-content/uploads/2016/03/MusketsMagicUsers-254x300.jpg 254w" sizes="auto, (max-width: 523px) 100vw, 523px" /><figcaption>Muskets &amp; Magic Users</figcaption></figure></div> <p>Charles, who played in one of my sessions of Homlett from last year, and was looking forward to my game Saturday night. He said he runs Swords &amp; Wizardry sometimes. He actually lives in my town, but I lost his number. I put it in my cell so I can&#8217;t lose it. We also&nbsp;had a couple, Joseph and Priscilla, who played S&amp;W for the first time and had a blast. They were both experienced gamers. He lives in a town about 15 miles south of me, so we are planning to get together IRL for gaming. She lives about a half hour away in the other direction. We had one other player, and I am blanking on the name. I did not think to take a picture of play at the table.</p> <p><strong>Session 3:</strong> 10:00 am on Saturday, I played <a rel="noopener noreferrer" href="http://www.drivethrurpg.com/product/101050/Dungeon-Crawl-Classics-RPG?affiliate_id=203222" target="_blank">DCC&#8217;s</a> <em>Frozen in Time</em> as a 0-level funnel, by <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://web.archive.org/web/20190326010657/https://plus.google.com/107890623777263600600" target="_blank">+Mike Carlson</a>.  Mike came down from Lansing for the day. I played this funnel with him last year. Others had played it, but I didn&#8217;t remember most of the key details, so it was like a new adventure. I only remembered things as we encountered them. It was a good time. We had a full table with 6 players. Four of us were experienced gamers with DCC experience. The other two were a couple, Seth had RPG experience, and this was Gretchen&#8217;s first roleplaying experience. She had a good time. This couple lives about an hour away, in Benton Harbor, so they are having a challenge finding a group. <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://web.archive.org/web/20190326010701/https://plus.google.com/106956736249701700981" target="_blank">+Clayton Williams</a> from Lansing and <a href="https://web.archive.org/web/20190326010705/https://plus.google.com/115765336606013306283" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">+James DeYonke</a> and his friend Dave, from Ann Arbor, one and two hours away, respectively.</p> <div class="wp-block-image size-full wp-image-3632"><figure class="aligncenter"><img loading="lazy" decoding="async" width="535" height="538" src="http://followmeanddie.com/wp-content/uploads/2016/03/DCCMarmaladeDog21.jpg" alt="DCC at Marmalade Dog 21" class="wp-image-3632" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/DCCMarmaladeDog21.jpg 535w, https://followmeanddie.com/wp-content/uploads/2016/03/DCCMarmaladeDog21-150x150.jpg 150w, https://followmeanddie.com/wp-content/uploads/2016/03/DCCMarmaladeDog21-298x300.jpg 298w" sizes="auto, (max-width: 535px) 100vw, 535px" /><figcaption>DCC at Marmalade Dog 21</figcaption></figure></div> <p><strong>Session 4:</strong> 3:00 pm, Saturday. +Forest Ray ran <em>Da Orkz Iz Back</em>, a <a href="http://www.rpgnow.com/product/148169/White-Star-White-Box-Science-Fiction-Roleplaying-Swords--Wizardry?affiliate_id=203222" target="_blank" rel="noopener noreferrer">White Star</a> scenario. I meant to bring my <a href="http://www.rpgnow.com/product/148169/White-Star-White-Box-Science-Fiction-Roleplaying-Swords--Wizardry?affiliate_id=203222" target="_blank" rel="noopener noreferrer">White Star</a> books, but didn&#8217;t think to set them out, or put in my bag before I went to bed. This was the first time I had played <a href="http://www.rpgnow.com/product/148169/White-Star-White-Box-Science-Fiction-Roleplaying-Swords--Wizardry?affiliate_id=203222" target="_blank" rel="noopener noreferrer">White Star</a>. Mike Carlson joined in, as did Charles, Joseph, and Priscilla from the night before in Muskets and Magic Users.</p> <div class="wp-block-image size-full wp-image-3629"><figure class="aligncenter"><img loading="lazy" decoding="async" width="509" height="454" src="http://followmeanddie.com/wp-content/uploads/2016/03/OrkIzBack1.jpg" alt="Forest &amp; Players White Star" class="wp-image-3629" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/OrkIzBack1.jpg 509w, https://followmeanddie.com/wp-content/uploads/2016/03/OrkIzBack1-300x268.jpg 300w" sizes="auto, (max-width: 509px) 100vw, 509px" /><figcaption>Forest &amp; Players White Star</figcaption></figure></div> <div class="wp-block-image size-full wp-image-3630"><figure class="aligncenter"><img loading="lazy" decoding="async" width="1299" height="950" src="http://followmeanddie.com/wp-content/uploads/2016/03/WhiteStarAtMarmaladeDog21.jpg" alt="White Star At Marmalade Dog 21" class="wp-image-3630" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/WhiteStarAtMarmaladeDog21.jpg 1299w, https://followmeanddie.com/wp-content/uploads/2016/03/WhiteStarAtMarmaladeDog21-300x219.jpg 300w, https://followmeanddie.com/wp-content/uploads/2016/03/WhiteStarAtMarmaladeDog21-768x562.jpg 768w, https://followmeanddie.com/wp-content/uploads/2016/03/WhiteStarAtMarmaladeDog21-1024x749.jpg 1024w" sizes="auto, (max-width: 1299px) 100vw, 1299px" /><figcaption>White Star At Marmalade Dog 21</figcaption></figure></div> <p>This was a scenario that needed at least one Star Knight and one pilot with the rest mercenaries. I rolled up a very uncharismatic Star Knight, and we had two pilots and two mercenaries. We were hired to investigate the loss of contact with Altair 6, a relatively new colony. There was no contact with the Star Knight Monastery, the city, and the star port. We found that legendary orcs who were thought to be myth were real, and were working with a couple of Void Knights. My Star Knight couldn&#8217;t hit the Void Knight with his star sword. The rest of the party gunned down the other Void Knight and one of the pilots picked up his void knight sword and managed to stab the void knight I was fighting. In another combat, I finally managed to hit something with my star sword. I was much better when I was shooting my blaster pistol.</p> <div class="wp-block-image size-full wp-image-3628"><figure class="aligncenter"><img loading="lazy" decoding="async" width="533" height="667" src="http://followmeanddie.com/wp-content/uploads/2016/03/DaOrkzIsBack.jpg" alt="Da Orkz Iz Back" class="wp-image-3628" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/DaOrkzIsBack.jpg 533w, https://followmeanddie.com/wp-content/uploads/2016/03/DaOrkzIsBack-240x300.jpg 240w" sizes="auto, (max-width: 533px) 100vw, 533px" /><figcaption>Da Orkz Iz Back</figcaption></figure></div> <p><strong>Session 5:</strong> 7:00 pm on Saturday. I ran a scenario based on an area of my home campaign that I wanted to flesh out &#8211; <em>Ogre Island and the Black Crate</em>. I will write up a separate article on this.</p> <p>Sunday has two sessions, Session 6 at 11:00 am and &nbsp;7 at 3:30 pm.</p> <p><strong>Session 6:</strong> Forest ran <em>Mutant University</em> using the Mutant Future system. I had planned to attend that before I woke up with a cold and no energy.</p> <p><strong>Session 7:</strong> did not have any what I thought were obvious OSR games. I was thinking of playing a game of Fate, which I have never played. Maybe next year.</p> <p><strong>What I learned from this experience.</strong></p> <ul class="wp-block-list"><li>I need to commit to this local con, since it is in my backyard. As long as it does not conflict with Gary Con or other things I want to do, I will go. <ul> <li>If it is the same weekend as Gary Con, I can still try to coordinate an OSR track, for any not going to Gary Con. &nbsp;I can recruit an assistant to handle things of the actual weekend.</li> </ul> </li><li>Last year, after I saw how much time it took me to get ready to run <a href="http://www.drivethrurpg.com/product/17067/T1-The-Village-of-Hommlet-1e?term=village+of+&amp;it=1?affiliate_id=203222%20" target="_blank" rel="noopener noreferrer">Village of Homlet</a>, I decided it would have been just as easy to come up with my own scenario that I would know like the back of my hand. <ul> <li>This idea proved true. I used the opportunity to flesh out an area of my campaign I had been wanting to do for a long time.</li> </ul> </li><li>People will drive from a couple hours away to come for Saturday. A strong OSR presence could attract a lot more people. <ul> <li>Advertising on G+ an other outlets could increase the attendance.</li> <li>Keep the line of communication open with other players from the region.</li> </ul> </li><li>If you run a 6 person game, you get one folding table that is just big enough. If you run an 8 person game you get two folding tables.</li><li>Swag is cool. Perhaps publishers would provide swag, or templates for GM&#8217;s to make their own swag. <ul> <li>DCC has some cool stuff with bookmarks, buttons, pens, pencils, and more.</li> </ul> </li></ul> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/add/" rel="tag">AD&amp;D</a><a href="https://followmeanddie.com/tag/conventions/" rel="tag">Conventions</a><a href="https://followmeanddie.com/tag/dcc/" rel="tag">DCC</a><a href="https://followmeanddie.com/tag/dice/" rel="tag">Dice</a><a href="https://followmeanddie.com/tag/legacy-dd/" rel="tag">Legacy D&amp;D</a><a href="https://followmeanddie.com/tag/marmalade-dog/" rel="tag">Marmalade Dog</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a><a href="https://followmeanddie.com/tag/swords-wizardry/" rel="tag">Swords &amp; Wizardry</a><a href="https://followmeanddie.com/tag/white-star/" rel="tag">White Star</a></span></footer></article><!-- #post-3623 --> <article id="post-3575" class="post-3575 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-add tag-conventions tag-dcc tag-fluffinspiration tag-gangbusters tag-garycon tag-interview tag-manuals tag-modules tag-osr tag-white-star tag-zines"> <a class="post-thumbnail" href="https://followmeanddie.com/2016/03/16/mark-hunt-an-interview-the-return-of-gangbusters/" aria-hidden="true"> <img width="506" height="484" src="https://followmeanddie.com/wp-content/uploads/2016/03/MarkHuntWithPlanetaryTransmissionAtGaryCon8-2016.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Mark Hunt With Planetary Transmission at GaryCon 8 - 2016" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/MarkHuntWithPlanetaryTransmissionAtGaryCon8-2016.jpg 506w, https://followmeanddie.com/wp-content/uploads/2016/03/MarkHuntWithPlanetaryTransmissionAtGaryCon8-2016-300x287.jpg 300w" sizes="auto, (max-width: 506px) 100vw, 506px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2016/03/16/mark-hunt-an-interview-the-return-of-gangbusters/" rel="bookmark">Mark Hunt &#8211; An Interview &#8211; The Return of GangBusters</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2016/03/16/mark-hunt-an-interview-the-return-of-gangbusters/" rel="bookmark"><time class="entry-date" datetime="2016-03-16T23:18:35-04:00">March 16, 2016</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2016/03/16/mark-hunt-an-interview-the-return-of-gangbusters/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I knew <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://web.archive.org/web/20190326010314/https://plus.google.com/106585334808144609940" target="_blank">+Mark Hunt</a> from G+ and just happened to meet him at <a href="https://web.archive.org/web/20190329013230/https://plus.google.com/106412118833361333369" target="_blank" rel="noreferrer noopener" label=" (opens in a new tab)">+John Reyst&#8217;s</a> <a rel="noopener noreferrer" href="http://www.opengamingstore.com/" target="_blank">Open Gaming Store</a> booth. I recalled seeing a post about Gangbusters, but it had not clicked that it was back. Mark has a license to the <a rel="noopener noreferrer" href="https://en.wikipedia.org/wiki/Gangbusters_(role-playing_game)" target="_blank">GangBusters</a> game! I first learned of Mark with his prolific postings of items for <a rel="noopener noreferrer" href="http://www.rpgnow.com/product/148169/White-Star-White-Box-Science-Fiction-Roleplaying-Swords--Wizardry?affiliate_id=203222" target="_blank">White Star</a>. Many know him for his <a rel="noopener noreferrer" href="http://www.rpgnow.com/product/101050/Dungeon-Crawl-Classics-RPG?affiliate_id=203222" target="_blank">DCC</a> setting <a rel="noopener noreferrer" href="http://www.rpgnow.com/product/151029/Drongo-Planet-of-Peril?affiliate_id=203222" target="_blank">Drongo</a>.</p> <p>Mark was signing a Gangbuster&#8217;s box, and it had the look and size of what I remember from 30+ years ago. The guy asked Mark to sign it and I was really puzzled, thinking it was an original boxed set, until Mark explained that it was his game.</p> <p>We talked about collaborating on some things in multiple genres/rule systems, one of them being Gang Busters! Wow! I haven&#8217;t played in 30+ years, so I guess I need to brush up on the rules&#8230;.</p> <p>I did a phone interview with Mark on Saturday, March&nbsp;12th. Before I started asking interview questions, he mentioned that he is <em>good for the next 3 or 4 years</em> of putting stuff out on a regular basis.</p> <p><strong>Interview Questions</strong></p> <p><strong>When did you get your start in RPG&#8217;s?</strong><br>Summer 1979. D&amp;D Red Box and Blue Box. One day in Jr. High, we talked about it in the &nbsp;Lunch room &amp; met up after school.</p> <p><strong>What games have you played?</strong><br>Call of Cthulhu, AD&amp;D, probably hundreds since then. Powers &amp; Perils, Champions, you name it, I played it. I have played every year since then. I once played Champions two years&nbsp;straight.</p> <p><strong>What games have you ran?</strong><br>I have ran pretty much just about every game. Which helped a lot with game design, you have to play games and know what is out there, if you want to make games.</p> <p>I&#8217;ve been running GangBusters since 1983. I have enough stuff on hard drive to fill a dozen books without even trying.</p> <p><strong>What games do you still play or run?</strong><br>GangBusters, D&amp;D, <a href="https://plus.google.com/u/0/b/107411251706927346819/communities/115236489429054165632" target="_blank" rel="noopener noreferrer">Swords of the Empire</a>, DCC, Basic, Swords &amp; Sorcery, C&amp;C, Call of Cthulhu, and boardgames, just games, our group tries to keep playing.</p> <p><strong>How many women players have you had in all of your games?</strong><br>Dozens, our&nbsp;first group had women back in 1979, and 3 or 4 at a time all the way to the present. It&#8217;s easy.</p> <p><strong>Does you wife play?<br></strong>No</p> <p><strong>Does it cause problems?</strong><br>No, she plays computer games, some are RPG&#8217;s, just not table top.</p> <p><strong>What does she think of your endeavors?</strong><br>She likes it, especially when they start cashing in. I take&nbsp;what I&nbsp;make and roll it into producing the next game.</p> <p><strong>Have you ever had a woman GM?</strong><br>Yes, a few. They are just like everyone else. &nbsp;I&#8217;ve played all over the world so I had all the kinds of game masters that you can think of.</p> <p><strong>You played all over the world because you were in the Air Force?</strong><br>Yes for six&nbsp;years and it included the1st Gulf War. We used to play Twilight 2000 in Germany back in the 80&#8217;s. A game where we go to war with Russia and get stranded in Europe when it happens. We&nbsp;used all the strategies and tactics we knew, and we had more authenticity than most people.</p> <p><strong>You seem to have an eclectic taste in genres and historical periods, do you find it hard to focus with so many different irons in the fire?</strong><br>No.</p> <p><strong>Why not?</strong><br>I like to read all kinds of stuff. I know a lot about this, this and this. If there is something you need to know, read a book.&nbsp;My&nbsp;dad says, <em>They hide things they don&#8217;t want people to know in a book.&nbsp;</em>A game designer should always be reading, and learning more stuff.</p> <p><strong>You got your start, at least in my experience, of publishing ships, classes, and supplements for White Star. Was that your real start?</strong>It was actually Drongo, then <a href="http://www.rpgnow.com/product/149491/Planetary-Transmission-Issue-1?affiliate_id=203222" target="_blank" rel="noopener noreferrer">Planetary Transmission</a> and some free items for White Star.</p> <p><strong>NOTE:</strong> Drongo is a&nbsp;DCC compatible setting.</p> <p><strong>I know you have a Napoleonic era game in the works, and other things, what can you tell us about that?</strong><br>Swords of the Empire will be ready by the beginning of next month. People can follow on the <a rel="noopener noreferrer" href="https://plus.google.com/u/0/b/107411251706927346819/communities/115236489429054165632" target="_blank">G+ page</a> [Private link, unable to archive when G+ ceased.] and watch development of it, and see how it has changed and evolved. I revise based on feedback from others&#8217; comments in the community.</p> <p><strong>The latest project seems to be a runaway success &#8211; GangBusters. </strong><br><strong>Is that a game you played back in the day?</strong><br><strong>NOTE:</strong> See above, he&#8217;s been playing and GMing it since it came out in 1983.</p> <p><strong>What made you decided to go for a license to GangBusters?</strong><br>It was just sitting there and I just asked if I&nbsp;can use it and it went from there. If I like it, there has to be others that like it. If I can sell enough and it can pay for the effort I put into it, all the better.</p> <p><strong>Is it an exclusive license, that is, are you the only one licensed to do anyting with GB?</strong><br>So far, I&#8217;m the only one out there. I&#8217;m working on several things, just making stuff work. I can&#8217;t go into more detail at this time.</p> <p><strong>How hard was it to get the license to do this?</strong><br>More or less I just asked <a href="https://en.wikipedia.org/wiki/Rick_Krebs" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Rick Krebs</a> and he was receptive. I can&#8217;t get into any details on that either. There is stuff [other famous IP] that people can probably pick up if they put in some effort to research it. It is not impossible, is the best I can say.</p> <p><strong>What did Rick Krebs&nbsp;say when you asked him, was he excited?</strong><br>Others had talked to him and it never went anywhere, so I&nbsp;showed him what I&nbsp;can do and he purchased it and reviewed it. When the writer likes it and says keep doing it, that&#8217;s a seal of approval.</p> <p><strong>Why the twist with the &#8220;Weird Tales &amp; Paranormal Investigations?</strong>&#8220;<br>Actually it existed in the original setting. In <em>Polyhedron</em> magazine, they had an adventure with giant bugs that took over a farm. I did not&nbsp;create it out of thin air, it existed in some shape or form in the original game.<br>The original game talked about various ideas for how to expand it. All I did was expand it. I&nbsp;read all the articles where they mentioned GangBusters. I am making it modular so you can use or not, or expand or not, cause at the end of the day it is still a game of cops &amp; robbers. If you can&#8217;t find an adventure after a night of watching TV, with so many police procedurals that are on now, I can&#8217;t help you, NCIS, X-files, etc. Warehoue 13, Thin Man, etc. There is so much that fits.<br><strong>M</strong>e &#8211;&nbsp;It&#8217;s seeing the connections.<br><strong>Mark &#8211;</strong>&nbsp;Exactly. I increased the book size to show what you can do with it. It doesn&#8217;t have to be just gangsters. You can do journalists. The <em>Incredible Hulk</em>&nbsp;is about new reporter chasing the Hulk cross country. The players&nbsp;&nbsp;could be&nbsp;a pool of reporters in an E<em>nquirer</em> type organization.<br><strong>M</strong>e &#8211;&nbsp;GangBusters is set in the same time period as H.P. Lovecraft was writing.<br><strong>Mark &#8211;</strong> I&#8217;m staying away from the Cthulhu mythos, there is more out there than just that.<br>If you want to play Call of Cthulhu play it, it&#8217;s a great game. If you want to go in different directions, play my game. Play GangBusters, there is enough out there to keep you busy</p> <p><strong>I really like the NPC card decks, what was your inspiration for those</strong>?<br>Old police mugshots. I make cards with mugshots, with enough stats to run. I made the<a href="http://www.rpgnow.com/product/169348/GangBusters-NPC-Cards?affiliate_id=203222" target="_blank" rel="noopener noreferrer"> first 18</a>, then <a href="http://www.rpgnow.com/product/173488/Gangbusters-NPC-cards-set-2?affiliate_id=203222" target="_blank" rel="noopener noreferrer">another 18</a>, and eventually I&#8217;ll have a full deck of 52 cards. Literally take a card and you are ready to play. At Gary Con I passed out cards, and said, this is what stats mean and we were up and running in minutes. NPC&#8217;s, bad guys, players, etc. They are small and portable. Once you know the rules that&#8217;s all you need. Keep it in your wallet and you&#8217;re ready to play whenever and wherever. [See this <a href="https://www.youtube.com/watch?v=SjJFlCMDefo" target="_blank" rel="noopener noreferrer">YouTube video</a> for a sample of the cards.]</p> <p><strong>Me &#8211; </strong>They make a great tool for a pick up or convention game for pre-gens. There was a lot of buzz from those who played in the games Mark ran.<strong><br></strong><br><strong>It&#8217;s been mentioned on the <a href="https://web.archive.org/web/20190329013315/https://plus.google.com/communities/107106913999363197649" target="_blank" rel="noreferrer noopener" label=" (opens in a new tab)">G+ TSR GangBusters Community</a>, that you plan to do a Kickstarter. I know that you have a goal to have everything ready before the Kickstarter and to keep it manageable. How much can you tell us about that?</strong><br>I&#8217;m still working on it. Eventually there will be a box set, hard back book, GM screen, and modules, plus add ons will all be figured out and done. So once we hit our goal and are funded, I will order and ship. I did a test run of box sets, and people are impressed with what I have now. Some have shipped to Spain, England, all over world now. I hope a Kickstarter will help it reach a bigger area.</p> <p><strong>When might we get wind of the Kickstarter?</strong><br>Depends on when I get done with something in the background &#8211; I can&#8217;t talk about it &#8211; then preparing for the Kickstarter will start to speed up.</p> <p><strong>What is the secret to your prolific output? I ask, because it is an amazing story that just floored me. I was giving you a hard time at Gary Con to slow down because you&#8217;re making the rest of us look bad.</strong><br>Last year was my last chemo &#8211; I was diagnosed with&nbsp;non-Hodgkins lymphoma and going through treatments. I said to myself, &#8220;If this is my last year, I&#8217;m going to do what I want to do,&#8221; and I literally drove myself to do these games, even if only 5 words in a day. After a year, I had a lot. I just hacked it out piece by piece. &#8220;Never give up, never surrender,&#8221; as they say. Marks&#8217; wife can be heard in the background: &#8220;He&#8217;s not going to do anything else. By Grapthar&#8217;s hammer&#8230;.&#8221;<br>To the outside world it appeared like I was cranking it out fast, it seemed like a lot real fast. As they say, an overnight success is ten year&#8217;s worth of work. A lot of games that blew up were simmering in the background and no one paid attention until they got done.</p> <p><strong>You mentioned you were seeking a license to do a game with a big name, and well-know IP, but it fell through.&nbsp;</strong><br><strong>Any clues to other IP&#8217;s you have your eye on? (Probably not, since you don&#8217;t want to spoil it.)</strong><br>Exactly. I&#8217;m always looking for more stuff, but can&#8217;t mention them, so I&nbsp;don&#8217;t get scooped. If it&#8217;s not being used, why not? A Lot of stuff is just sitting quietly. It&#8217;s not hard if you do the work and ask. The worst they can say is, &#8220;No.&#8221;<br>Drongo for DCC is mine and I can always go and do a BX version. As long as I don&#8217;t compete with one of their [Goodman Games] products it should be OK.</p> <p><strong>Any hints about projects coming up?</strong><br>Oh geeze, let me look at my hard drive. I&#8217;ve thought about one or two retroclones, but will mention those when the time is right. I don&#8217;t&nbsp;want it all at once, that is, I want to spread it out. Cloaked Avengers is a new class for GangBusters in the next month, like the Shadow. You can add to an existing GangBusters game with mysterious powers. I&#8217;m also working on a WWI alternate history for GangBusters. &nbsp;I plan to stage so it&#8217;s not out all at once, and do one&nbsp;or two adventures to flesh out stuff &nbsp;I already have.</p> <p>Joe&#8217;s Diner was 6 or 7 pages, then 18, then 32, then I made little booklets. The PDF is automatically updated, so it&#8217;s done. The only way to get it in book form is in the boxed set.<br><strong>Me &#8211; </strong>That&#8217;s a smart way to drive sales.<br><strong>Mark &#8211;</strong> Exactly.</p> <p><strong>Have you seen all the talk about yesterday&#8217;s press release about the new TableTop Library site?</strong><br>Yes. I&#8217;m thinking about trying to sell stuff there, it&#8217;s one more avenue for sales.</p> <p><strong>Anything else you want us to know about?</strong><br>Hit me up on G+ if you see me, and help out get the word out, Swords of the Empire, GangBusters , Fantasy game &#8211; no name yet. Everything is just falling into place so fast it is ridiculous. I might have Boxed sets [of the yet to be named and released fantasy game ] at <a href="http://ntrpgcon.com/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">NTRPGCon</a>.</p> <p>GangBusters boxed sets and T-Shirts, and Swords of the Empire boxed sets will definitely be at <a href="http://ntrpgcon.com/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">North Texas RPG Con</a>.</p> <p><strong>&#8211; &#8211; &#8211;</strong></p> <p>Mark is a really nice guy, easy to talk to, and inviting. Other aspiring game designers were asking him to look at their stuff, and he was looking forward to it. He knows game mechanics. Just wjile&nbsp;talking about general ideas, he had an idea for something. Being in his presence, I couldn&#8217;t help but be infected by his enthusiasm for games. If we lived in the same town, I&#8217;d find a way to play in his games.</p> <p>Mark is enjoying life and riding this dream of designing games and having a blast while doing it. I expect to hear exciting things in the coming weeks.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/add/" rel="tag">AD&amp;D</a><a href="https://followmeanddie.com/tag/conventions/" rel="tag">Conventions</a><a href="https://followmeanddie.com/tag/dcc/" rel="tag">DCC</a><a href="https://followmeanddie.com/tag/fluffinspiration/" rel="tag">Fluff/Inspiration</a><a href="https://followmeanddie.com/tag/gangbusters/" rel="tag">GangBusters</a><a href="https://followmeanddie.com/tag/garycon/" rel="tag">GaryCon</a><a href="https://followmeanddie.com/tag/interview/" rel="tag">Interview</a><a href="https://followmeanddie.com/tag/manuals/" rel="tag">Manuals</a><a href="https://followmeanddie.com/tag/modules/" rel="tag">Modules</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a><a href="https://followmeanddie.com/tag/white-star/" rel="tag">White Star</a><a href="https://followmeanddie.com/tag/zines/" rel="tag">Zines</a></span></footer></article><!-- #post-3575 --> <article id="post-3554" class="post-3554 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-add tag-osr tag-roll20 tag-sandbox tag-wednesday-game"> <a class="post-thumbnail" href="https://followmeanddie.com/2016/03/15/wednesday-night-add-on-roll-20-session-100/" aria-hidden="true"> <img width="512" height="384" src="https://followmeanddie.com/wp-content/uploads/2016/03/med.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/med.jpg 512w, https://followmeanddie.com/wp-content/uploads/2016/03/med-300x225.jpg 300w" sizes="auto, (max-width: 512px) 100vw, 512px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2016/03/15/wednesday-night-add-on-roll-20-session-100/" rel="bookmark">Wednesday Night AD&#038;D on Roll 20 &#8211; Session 100!</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2016/03/15/wednesday-night-add-on-roll-20-session-100/" rel="bookmark"><time class="entry-date" datetime="2016-03-15T17:29:04-04:00">March 15, 2016</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2016/03/15/wednesday-night-add-on-roll-20-session-100/#comments">2 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I&#8217;ve been playing a weekly AD&amp;D game, Graveyard of Empires:The Islands of Curabel, for two years next week, and also session 100. We missed two weeks for DM vacation, etc. and one when not enough players showed. 100 represents the number of played sessions. I am the only player who has attended every session, with the same character. There is one other active player that has been at it since session one. On session 98, the rest of us thought his character was dead, so the character is &#8220;out of play&#8221; for simplicity&#8217;s sake, until the character can make his way back to us.</p> <p>This is very cool, to be on the brink of 100 online sessions. All the more because I know that many games fizzle after a while. I would be curious to know how many Roll20 campaigns are still going this long, or longer?</p> <p>Our DM, John, does Sandbox style. He has set things planned, with pre-programmed events that happen whether or not we take the bait to go do things. We have surprised him with things we chose to do or ignore. He talks about his campaign over on his blog, <a href="http://www.dwarvenautomata.com/">Dwarven Automata</a>. He has shared his campaign bible, scripts her uses for generating NPC&#8217;s, directions, weather, etc. John has also shared DM notes on player write ups. He only recently started this, so only have a few sessions done.</p> <p>We seem to have the right mix of players who get AD&amp;D and we have fun. I look forward to riding this out and see what transpires.</p> <p>I&#8217;ll be posting an email interview with our DM when it&#8217;s ready. In the meantime, I thought I&#8217;d post this and test the waters to see how many other games have lasted so long.</p> <p>What is the longest running Roll20/other online platform game you have played in?</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/add/" rel="tag">AD&amp;D</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a><a href="https://followmeanddie.com/tag/roll20/" rel="tag">Roll20</a><a href="https://followmeanddie.com/tag/sandbox/" rel="tag">Sandbox</a><a href="https://followmeanddie.com/tag/wednesday-game/" rel="tag">Wednesday Game</a></span></footer></article><!-- #post-3554 --> <article id="post-3603" class="post-3603 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-add tag-kickstarter tag-osr tag-tables"> <a class="post-thumbnail" href="https://followmeanddie.com/2016/03/14/not-another-awesome-kickstarter-new-big-dragons-classic-edition-gm-screen/" aria-hidden="true"> <img width="426" height="319" src="https://followmeanddie.com/wp-content/uploads/2016/03/GMScreen.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/GMScreen.jpg 426w, https://followmeanddie.com/wp-content/uploads/2016/03/GMScreen-300x225.jpg 300w" sizes="auto, (max-width: 426px) 100vw, 426px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2016/03/14/not-another-awesome-kickstarter-new-big-dragons-classic-edition-gm-screen/" rel="bookmark">Not Another Awesome Kickstarter! &#8211; New Big Dragon&#8217;s Classic Edition GM Screen</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2016/03/14/not-another-awesome-kickstarter-new-big-dragons-classic-edition-gm-screen/" rel="bookmark"><time class="entry-date" datetime="2016-03-14T13:23:52-04:00">March 14, 2016</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2016/03/14/not-another-awesome-kickstarter-new-big-dragons-classic-edition-gm-screen/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>The day after I <a rel="noopener noreferrer" href="http://followmeanddie.com/2016/03/13/kickstarter-update-my-backed-kickstarters-and-their-status/" target="_blank">listed all the Kickstarters </a>on which I spent <em>too much money*</em>, <a href="https://web.archive.org/web/20190329013334/https://plus.google.com/101318179019252223107" target="_blank" rel="noreferrer noopener" label=" (opens in a new tab)">+Richard LeBlanc</a> launches another one for his <a rel="noopener noreferrer" href="https://www.kickstarter.com/projects/1483683179/classic-edition-gm-screen" target="_blank" class="broken_link">Classic Edition GM Screen</a>.</p> <p>The video says it all, and if you read the details, you will see that he has it all planned out. The layout is done, and he obviously has a sample and verified the weight, as the two backer levels with physical products have postage built in.</p> <p>The initial level is just the PDF&#8217;s at $7, then a jump to $43, and for two of each physical item, $71. Barring humid conditions he plans to deliver the end of April. For someone as well organized and focused as Richard appears to be, I have no doubt that he&#8217;ll deliver.</p> <p>This is how a Kickstarter should be done, all the work of the product is finished. There is UV protection for the screen to prevent/minimize fading.</p> <p>It is more than just the two piece GM screen, it includes:</p> <ul class="wp-block-list"><li>An 8 page GM reference document of all the tables on the screen.</li><li>8 individual card stock character sheets for the 7 main classes and one generic sheet.</li><li>A spell record sheet.</li><li>A character record log.</li><li>A 4 page cleric spell handout.</li><li>An 8 page magic user spell handout.</li></ul> <p>All of this is illustrated by images by <a href="https://en.wikipedia.org/wiki/Arthur_Rackham" target="_blank" rel="noopener noreferrer">Arthur Rackham</a>. I assume these area all public domain images, which will keep costs down.</p> <p>The funding goal is not too large, $4,500, so I suspect it will fund quickly, unless no one really wants such a GM screen. He isn&#8217;t interested in stretch goals because he has a product ready to go, and wants it done. More projects should be simple, and at most do stretch goals that fit the overall tone and scope of the project.</p> <p>$43 seems a bit steep. All the one gets is&nbsp;awesome. I am curious how much this would be without shipping. If it works with all/most original rules and clones, it is a definite plus. I am torn. I want it. The PDF only level is easily affordable, but I also want the physical product. I&#8217;ll probably fail my save vs. Kickstarter on this one, but we&#8217;ll see. I&#8217;ll try to give it a few days.</p> <p>It would be neat to see a screen only option that includes the PDFs of everything. I&#8217;m not sure I would use the character sheets, and it wouldn&#8217;t be hard to print the spell lists from the PDFs. I wouldn&#8217;t want to write on those fancy sheets. If they were dry erase compatible, then I&#8217;d definitely use them.</p> <p>*Is it possible to spend <em>too much money</em> on RPG materials?</p> <p><strong>UPDATE:</strong> See this article on <a href="http://savevsdragon.blogspot.com/2016/03/the-dilemmas-of-pricing-kickstarter.html" target="_blank" rel="noopener noreferrer">The Dilemma of Pricing Kickstarters</a>, by Richard LeBlanc, of the above mentioned KS. Very insightful. Those planning their own KS should pay attention. He plans a FAQ on top of this article.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/add/" rel="tag">AD&amp;D</a><a href="https://followmeanddie.com/tag/kickstarter/" rel="tag">Kickstarter</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a><a href="https://followmeanddie.com/tag/tables/" rel="tag">Tables</a></span></footer></article><!-- #post-3603 --> <article id="post-3593" class="post-3593 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-fluffinspiration tag-kickstarter tag-osr"> <a class="post-thumbnail" href="https://followmeanddie.com/2016/03/13/kickstarter-update-my-backed-kickstarters-and-their-status/" aria-hidden="true"> <img width="608" height="222" src="https://followmeanddie.com/wp-content/uploads/2016/03/Screen-Shot-03-13-16-at-09.06-PM.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2016/03/Screen-Shot-03-13-16-at-09.06-PM.png 608w, https://followmeanddie.com/wp-content/uploads/2016/03/Screen-Shot-03-13-16-at-09.06-PM-300x110.png 300w" sizes="auto, (max-width: 608px) 100vw, 608px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2016/03/13/kickstarter-update-my-backed-kickstarters-and-their-status/" rel="bookmark">Kickstarter Update &#8211; My Backed Kickstarters and Their Status</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2016/03/13/kickstarter-update-my-backed-kickstarters-and-their-status/" rel="bookmark"><time class="entry-date" datetime="2016-03-13T21:05:15-04:00">March 13, 2016</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2016/03/13/kickstarter-update-my-backed-kickstarters-and-their-status/#comments">1 Comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I figured that I would take a break from my posts on Gary Con and do a long overdue update on the <a href="https://www.kickstarter.com" target="_blank" rel="noopener noreferrer" class="broken_link">Kickstarters</a> I have backed. The stalled, the failed, the late, and the in process.</p> <p>My oldest outstanding Kickstarter is <a href="https://www.kickstarter.com/projects/judgesguild/city-state-of-the-invincible-overlord" target="_blank" rel="noopener noreferrer" class="broken_link">City State of the Invincible Overlord</a>. It has a lot of issues, and November, 2015 marked a year that it was behind. Erik Tenkar <a href="http://www.tenkarstavern.com/2016/03/kickstarter-city-state-of-invincible.html" target="_blank" rel="noopener noreferrer">posted an article on it today</a>, so I won&#8217;t re-hash it here. I pledged at the $40 level.</p> <p><a href="https://www.kickstarter.com/projects/720223857/the-great-kingdom" target="_blank" rel="noopener noreferrer" class="broken_link">The Great Kingdom</a> is the next oldest project that I backed. It is D&amp;D Documentary #2, that is stalled in legal limbo with D&amp;D Documentary #1. I&#8217;m out $50 for this one. If I could, I would give my $50 to D&amp;D Documentary #3, that I wrote about <a href="http://followmeanddie.com/2016/03/09/dd-documentary-number-3-rebuilding-trust/" target="_blank" rel="noopener noreferrer">here</a>.</p> <p><a href="https://www.kickstarter.com/projects/1409961192/grimtooths-ultimate-traps-collection" target="_blank" rel="noopener noreferrer" class="broken_link">Grimtooth&#8217;s Ultimate Traps Collection</a> was slated to deliver in July, 2015, as per the information on the Kickstarter page. It was overly complex in my opinion, as there were multiple hard cover books, each with different content, essentially each a different book. While I have seen pictures on G+ of some who have received theirs, I must be in the group getting theirs with the second round of shipments. While it is late, I&#8217;m not worried as others have theirs. I backed at the $50 level.</p> <p><a href="https://www.kickstarter.com/projects/howardtayler/the-planet-mercenary-role-playing-game" target="_blank" rel="noopener noreferrer" class="broken_link">The Planet Mercenary Roleplaying Game</a> is one I backed for one of the options instead of the game itself. I read Schlock Mercenary, and like the 70 Maxims, so went for the hard back book. As per the last update, we may be seeing that soon.</p> <p>I backed the <a href="https://www.kickstarter.com/projects/1409961192/metamorphosis-alpha-epsilon-city" target="_blank" rel="noopener noreferrer" class="broken_link">Metamorphosis Alpha: Epsilon City</a> at the $95 level. My ability to resist these things is tragically low. If only my blogging or other endeavors matched the outlay for these things&#8230;. It was slated to deliver in March, 2016, but it won&#8217;t hit that target. I think it will eventually deliver and be an awesome product.</p> <p>The most adventurous level of backing for any Kickstarter is the <a href="https://www.kickstarter.com/projects/1709227718/ernest-gary-gygax-jrs-marmoreal-tomb-campaign-star" target="_blank" rel="noopener noreferrer" class="broken_link">Marmoreal Tomb</a> at $150. It was slated for March, 2016 delivery, but is not going to hit that target. Both Ernie and Benoist had the flu and other minor delays. There are regular updates on the Facebook page of <a href="https://www.facebook.com/hobbyshopdungeon/" target="_blank" rel="noopener noreferrer" class="broken_link">The Hobby Shop Dungeon</a>,&nbsp;and the Kickstarter page. I know it will eventually deliver.</p> <p><a href="https://www.kickstarter.com/projects/1730454032/b-x-monster-reference-index" target="_blank" rel="noopener noreferrer" class="broken_link">The B/X Monster Reference&nbsp;Index</a> is another one by <a href="https://plus.google.com/u/0/b/107411251706927346819/107914451403154825752" target="_blank" rel="noopener noreferrer">+Peter Regan</a>. It was short, limited stretch goal changes, and I already have it. I&#8217;ll do a separate post on its awesomeness.</p> <p><a href="https://www.kickstarter.com/projects/1409961192/fifty-fantastic-functions-for-the-d50" target="_blank" rel="noopener noreferrer" class="broken_link">Fifty Fantastic Functions of the D50</a> by Goodman Games and the <a href="http://www.gamesciencedice.com/" target="_blank" rel="noopener noreferrer">GameScience</a> d50. This was a quick Kickstarter and delivered lightning fast. I&nbsp;got Lou Zocchi to sign it at Gary Con. There are lots of cool ideas in this book.</p> <p>I backed the original ACKS and hadn&#8217;t backed any of their other Kickstarters until now. This time, I went with <a href="https://www.kickstarter.com/projects/autarch/lairs-and-encounters" target="_blank" rel="noopener noreferrer" class="broken_link">Lairs &amp; Encounters</a>. I must say, the preview of the lair maps are awesome! I backed at the $50 level. It is slated to deliver in March, 2016. Even if it slips into April, I won&#8217;t be disappointed.</p> <p>I&#8217;m not much of one for card games, but the original Dungeon Solitaire rules intrigued me, so I gave into the KS for<a href="https://www.kickstarter.com/projects/2043221598/dungeon-solitaire-labyrinth-of-souls" target="_blank" rel="noopener noreferrer" class="broken_link"> Dungeon Solitaire: Labyrinth of Souls</a>. &nbsp;I went for the $50 level for two decks. the art alone is awesome! It is slated for June, 2016 delivery and so far, everything is on track.</p> <p>Because <a href="https://web.archive.org/web/20190326011423/https://plus.google.com/107914451403154825752" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">+Peter Regan</a> is involved, I gave in to the <a rel="noopener noreferrer" href="https://www.kickstarter.com/projects/1730454032/the-black-hack" target="_blank" class="broken_link">Black Hack</a>. As I was writing this article, I got notice of the need to fill in my survey. The PDF coupon will be sent to my email soon. This is slated to deliver in April. I backed at the 8 pound level, about $13 I think it was. I have no doubt, barring an issue with the printer or mail, I will get it on time.</p> <p>I gave into the cuteness of the <a href="https://www.kickstarter.com/projects/metalweavedesigns/baby-bestiary-volume-2-and-vol-1-reprint" target="_blank" rel="noopener noreferrer" class="broken_link">Baby Bestiary Vol. 2 and Vol. 1 Reprint</a>. It funded on March 8th, and is slated for delivery in August, 2016. It was cool to see all the art in progress. I look forward to this.&nbsp;I gave in to the $75 level, since I missed volume 1.</p> <p>Finally, there are three Kickstarters that are in their final days and weeks.</p> <p><a href="https://www.kickstarter.com/projects/305572273/world-architect-cards" target="_blank" rel="noopener noreferrer" class="broken_link">World Architect Cards</a> are cool cards for building locations for a new world, or running a figure out what&#8217;s there style hex crawl. The fund drive ends March 16, so there&#8217;s still a couple of days to get involved. I went for the $35 level, which includes all the stretch goals. They need almost $500 for the final stretch goal:&nbsp;Layered Tiff Files Released to all backers at $10 and above.</p> <p><a href="https://www.kickstarter.com/projects/huntersbooks/the-abcs-of-rpgs-books-and-coloring-for-adults-and" target="_blank" rel="noopener noreferrer" class="broken_link">The ABCs of RPGs &#8211; Books and Coloring for Adults and Kids!</a> is a bunch of cool art. I&#8217;m a grandfather, so my granddaughter might like this when she is older. I also got one for myself. I hope I can get more in the future, if I am ever blessed with more grandchildren. The two coloring books and two activity book option is $30. The funding for this one is solid. If they get another $40,000, they&#8217;ll do it as a board book. Delivery is slated for August, 2016.</p> <p>Finally, I have backed a gemstone dice Kickstarter,&nbsp;<a href="https://www.kickstarter.com/projects/579878362/cats-eye-gemstone-dice-polyhedral-sets-d20s-and-d2" target="_blank" rel="noopener noreferrer" class="broken_link">Cat&#8217;s Eye Gemstone Dice Polyhedral Sets, d6&#8217;s, &amp; d20&#8217;s</a>. I went in at the $45 level. The funding drive runs through March 30, and they are not yet&nbsp;halfway to their goal of $12,500. &nbsp;Delivery is slated for June, 2016. I won&#8217;t be sad if this doesn&#8217;t fund. Yes, I want cool dice, but I went a bit overboard adding so many new Kickstarters to the list.</p> <p>The year is young, and I need to hold back, in case there is something I just can&#8217;t do without. Just remember, I don&#8217;t have a problem&#8230;.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/fluffinspiration/" rel="tag">Fluff/Inspiration</a><a href="https://followmeanddie.com/tag/kickstarter/" rel="tag">Kickstarter</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a></span></footer></article><!-- #post-3593 --> <article id="post-3586" class="post-3586 post type-post status-publish format-standard hentry category-rpgs tag-blogging tag-follow-me-and-die tag-garycon tag-osr tag-podcasting"> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2016/03/11/blooper-reel-satine-phoenix-blog-intro/" rel="bookmark">Blooper Reel &#8211; Satine Phoenix Blog Intro</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2016/03/11/blooper-reel-satine-phoenix-blog-intro/" rel="bookmark"><time class="entry-date" datetime="2016-03-11T20:18:42-05:00">March 11, 2016</time></a></span> <span class="byline"><span class="author vcard"><a class="url fn n" href="https://followmeanddie.com/author/admin/" rel="author">admin</a></span></span> <span class="comments-link"><a href="https://followmeanddie.com/2016/03/11/blooper-reel-satine-phoenix-blog-intro/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I realized that I had uploaded but not published the blooper reel from when <a href="https://web.archive.org/web/20190326011526/https://plus.google.com/105380970627788386509" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">+Satine Phoenix</a> was doing an introduction for my blog.</p> <p>I had a comment on my write up of the <a href="http://followmeanddie.com/2016/03/11/gary-con-viii-podcasting-panel/" target="_blank" rel="noopener noreferrer">podcasting panel</a>, and shared mention of it, and couldn&#8217;t find it.</p> <p>My &#8220;admirer&#8221; is <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://web.archive.org/web/20190326011530/https://plus.google.com/118197989901516269417" target="_blank">+Bret B</a> co-host of <a href="https://web.archive.org/web/20190330083307/https://plus.google.com/communities/117906808633377462170" target="_blank" rel="noreferrer noopener" label=" (opens in a new tab)">+Gaming and BS</a>.</p> <figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper"> <iframe loading="lazy" title="Satine Phoenix Intro Bloopers" width="474" height="267" src="https://www.youtube.com/embed/_H9H65Pq6LU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> </div></figure> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/blogging/" rel="tag">Blogging</a><a href="https://followmeanddie.com/tag/follow-me-and-die/" rel="tag">Follow Me And Die</a><a href="https://followmeanddie.com/tag/garycon/" rel="tag">GaryCon</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a><a href="https://followmeanddie.com/tag/podcasting/" rel="tag">Podcasting</a></span></footer></article><!-- #post-3586 --> <nav class="navigation paging-navigation"> <h1 class="screen-reader-text"> Posts navigation </h1> <div class="pagination loop-pagination"> <span aria-current="page" class="page-numbers current">1</span> <a class="page-numbers" href="https://followmeanddie.com/2016/03/page/2/">2</a> <a class="page-numbers" href="https://followmeanddie.com/2016/03/page/3/">3</a> <a class="next page-numbers" href="https://followmeanddie.com/2016/03/page/2/">Next &rarr;</a> </div><!-- .pagination --> </nav><!-- .navigation --> </div><!-- #content --> </section><!-- #primary --> <div id="secondary"> <h2 class="site-description">Ramblings of an Old Gamer</h2> <nav class="navigation site-navigation secondary-navigation"> <div class="menu-site-badges-container"><ul id="menu-site-badges" class="menu"><li id="menu-item-7984" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7984"><a rel="me" href="https://dice.camp/@FollowMeAndDie">Mastodon</a></li> <li id="menu-item-7985" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7985"><a href="https://www.youtube.com/c/Followmeanddie">You Tube</a></li> <li id="menu-item-7986" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7986"><a href="https://twitter.com/followmeanddie1">Twitter</a></li> <li id="menu-item-7987" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7987"><a href="https://www.facebook.com/FollowMeAndDie">Facebook</a></li> <li id="menu-item-7988" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7988"><a href="https://www.instagram.com/followme_anddie/?hl=en">Instagram</a></li> <li id="menu-item-7989" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7989"><a href="https://www.tiktok.com/@follow.me.and.die?">TikTok</a></li> <li id="menu-item-7990" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7990"><a href="https://www.twitch.tv/followmeanddie">Twitch</a></li> </ul></div> </nav> <div id="primary-sidebar" class="primary-sidebar widget-area" role="complementary"> <aside id="text-35" class="widget widget_text"><h1 class="widget-title">Support My Blog</h1> <div class="textwidget"><p>Links to DriveThruRPG and Game Science are Affiliate links. A portion of your purchase price supports this blog and my other efforts.</p> </div> </aside><aside id="custom_html-3" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://www.drivethrurpg.com//saleguide.php?affiliate_id=203222"><img src="http://www.drivethrurpg.com//images/site_resources/DTRPG-HugeDiscounts-BannerB.png" border="0" alt="Huge Discounts on your Favorite RPGs @ DriveThruRPG.com" /></a></div></aside><aside id="custom_html-2" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://www.gamescience.com/?AffId=22"><img border="0" src="http://followmeanddie.com/wp-content/uploads/2017/09/GameScience.png"></a></div></aside><aside id="custom_html-10" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="https://www.patreon.com/bePatron?u=604764" data-patreon-widget-type="become-patron-button">Become a Patron!</a><script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script></div></aside><aside id="custom_html-9" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#46b798', 'P5P4SPFF');kofiwidget2.draw();</script> </div></aside><aside id="custom_html-11" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div class="alignleft"> <script type="text/javascript"> amzn_assoc_ad_type = "banner"; amzn_assoc_marketplace = "amazon"; amzn_assoc_region = "US"; amzn_assoc_placement = "assoc_banner_placement_default"; amzn_assoc_campaigns = "amazonhomepage"; amzn_assoc_banner_type = "rotating"; amzn_assoc_p = "42"; amzn_assoc_width = "234"; amzn_assoc_height = "60"; amzn_assoc_tracking_id = "fmad20-20"; amzn_assoc_linkid = "2d640fe573ea07c548ad1a8933b3f12e"; </script> <script src="//z-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetScript&ID=OneJS&WS=1"></script> </div></div></aside><aside id="custom_html-5" class="widget_text widget widget_custom_html"><h1 class="widget-title">Listen on Anchor</h1><div class="textwidget custom-html-widget"><iframe src="https://anchor.fm/follow-me-and-die/embed" height="102px" width="400px" frameborder="0" scrolling="no"></iframe></div></aside><aside id="rss-2" class="widget widget_rss"><h1 class="widget-title"><a class="rsswidget rss-widget-feed" href="http://followmeanddie.com/feed/"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://followmeanddie.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://followmeanddie.com/">Follow Me And Die!</a></h1><nav aria-label="Follow Me And Die!"><ul><li><a class='rsswidget' href='https://followmeanddie.com/2023/12/31/time-rolls-on/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=time-rolls-on'>Time Rolls On</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/07/29/the-dreams-in-garys-basement-update/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-dreams-in-garys-basement-update'>The Dreams In Gary’s Basement Update</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/07/18/14th-blogversary/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=14th-blogversary'>14th Blogversary!</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/05/07/my-first-experience-using-chatgpt/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-first-experience-using-chatgpt'>My First Experience Using ChatGPT</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/03/28/gary-con-15/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gary-con-15'>Gary Con 15</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/01/28/ogl-rollercoaster-end-of-the-ride/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ogl-rollercoaster-end-of-the-ride'>OGL Rollercoaster – End of the Ride?</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/31/making-up-a-game-with-my-granddaughter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=making-up-a-game-with-my-granddaughter'>Making up A Game with My Granddaughter</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/13/farewell-rpgba/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=farewell-rpgba'>Farewell RPGBA</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/11/dungeon-23-challenge-narrowing-the-scope/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dungeon-23-challenge-narrowing-the-scope'>Dungeon 23 Challenge Narrowing The Scope</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/09/dungeon-23-challenge/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dungeon-23-challenge'>Dungeon 23 Challenge</a></li></ul></nav></aside><aside id="custom_html-7" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://www.drivethrurpg.com/browse/pub/13430/Follow-Me-And-Die-Entertainment-LLC?affiliate_id=203222"><img border="0" src="https://followmeanddie.com/wp-content/uploads/2022/11/DTRPGPubPageForBlog140x200Avatar.png" alt="My Publisher Page on DriveThruRPG"></a></div></aside><aside id="custom_html-8" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="https://secure.backblaze.com/r/01cjx8"><img border="0" src="https://followmeanddie.com/wp-content/uploads/2018/08/backblaze-logo.gif" alt="Get a free month of BackBlaze"></a></div></aside><aside id="linkcat-108" class="widget widget_links"><h1 class="widget-title">TABLES</h1> <ul class='xoxo blogroll'> <li><a href="http://followmeanddie.com/2014/10/26/10-tons-cement-reveal-ant-nest/" title="Not my table, but a very interesting one.">10 Tons Cement Reveal Ant Nest</a></li> <li><a href="http://followmeanddie.com/2014/11/24/adventuremodule-names/">Adventure/Module Names</a></li> <li><a href="http://followmeanddie.com/2014/11/07/all-the-dice-tablesgenerators/" title="A collection of tables from across the OSR.">All The Dice Tables/Generators</a></li> <li><a href="http://followmeanddie.com/2014/05/15/calendar-and-random-generation/">Calendar And Random Generation</a></li> <li><a href="http://followmeanddie.com/2016/09/04/dice-chain-to-inspire-number-of-player-character-racial-enclaves/" title="Dice Chain For Number of Racial Enclaves">Dice Chain For Number of Racial Enclaves</a></li> <li><a href="http://followmeanddie.com/2014/11/07/dice-drop-generators/" title="A collection of tables from across the OSR.">Dice Drop Generators</a></li> <li><a href="http://followmeanddie.com/2012/08/28/directions/">Directions</a></li> <li><a href="http://followmeanddie.com/2014/03/15/encounter-tables/">ENCOUNTER TABLES Aren’t Just For Monsters</a></li> <li><a href="http://followmeanddie.com/2016/12/19/undead-in-add-part-2/" title="Expanded Turning Undead Chart">Expanded Turning Undead Chart</a></li> <li><a href="http://followmeanddie.com/2015/03/29/fmad-humanoid-age-table/">FMAD Humanoid Age Table</a></li> <li><a href="http://followmeanddie.com/2015/03/29/fmad-name-generator/">FMAD Name Generator</a></li> <li><a href="http://followmeanddie.com/2014/11/27/group-name-generator/">Group Name Generator</a></li> <li><a href="http://followmeanddie.com/2016/02/25/ideas-for-hidden-itemssecret-doors/" title="Hidden &amp; Secret">Hidden &amp; Secret</a></li> <li><a href="http://followmeanddie.com/2014/06/21/how-many-hours-of-daylight/">How Many Hours of Daylight?</a></li> <li><a href="http://followmeanddie.com/2015/02/21/locks/">Locks</a></li> <li><a href="http://followmeanddie.com/2015/05/27/loot-carriers-table/" title="Loot Carriers">Loot Carriers</a></li> <li><a href="http://followmeanddie.com/2014/11/01/osr-converters/">OSR Converters</a></li> <li><a href="http://followmeanddie.com/2014/03/26/rule-of-9s/">Rule of 9’s</a></li> <li><a href="http://followmeanddie.com/2016/09/06/ship-names/" title="Ship Names">Ship Names</a></li> <li><a href="http://followmeanddie.com/2014/10/17/what-is-the-osr-2/">What is the OSR?</a></li> </ul> </aside> <aside id="archives-2" class="widget widget_archive"><h1 class="widget-title">Archives</h1><nav aria-label="Archives"> <ul> <li><a href='https://followmeanddie.com/2023/12/'>December 2023</a></li> <li><a href='https://followmeanddie.com/2023/07/'>July 2023</a></li> <li><a href='https://followmeanddie.com/2023/05/'>May 2023</a></li> <li><a href='https://followmeanddie.com/2023/03/'>March 2023</a></li> <li><a href='https://followmeanddie.com/2023/01/'>January 2023</a></li> <li><a href='https://followmeanddie.com/2022/12/'>December 2022</a></li> <li><a href='https://followmeanddie.com/2022/11/'>November 2022</a></li> <li><a href='https://followmeanddie.com/2022/09/'>September 2022</a></li> <li><a href='https://followmeanddie.com/2022/04/'>April 2022</a></li> <li><a href='https://followmeanddie.com/2022/03/'>March 2022</a></li> <li><a href='https://followmeanddie.com/2021/12/'>December 2021</a></li> <li><a href='https://followmeanddie.com/2021/10/'>October 2021</a></li> <li><a href='https://followmeanddie.com/2021/07/'>July 2021</a></li> <li><a href='https://followmeanddie.com/2021/05/'>May 2021</a></li> <li><a href='https://followmeanddie.com/2021/04/'>April 2021</a></li> <li><a href='https://followmeanddie.com/2021/03/'>March 2021</a></li> <li><a href='https://followmeanddie.com/2021/02/'>February 2021</a></li> <li><a href='https://followmeanddie.com/2021/01/'>January 2021</a></li> <li><a href='https://followmeanddie.com/2020/12/'>December 2020</a></li> <li><a href='https://followmeanddie.com/2020/09/'>September 2020</a></li> <li><a href='https://followmeanddie.com/2020/08/'>August 2020</a></li> <li><a href='https://followmeanddie.com/2020/07/'>July 2020</a></li> <li><a href='https://followmeanddie.com/2020/06/'>June 2020</a></li> <li><a href='https://followmeanddie.com/2020/05/'>May 2020</a></li> <li><a href='https://followmeanddie.com/2020/04/'>April 2020</a></li> <li><a href='https://followmeanddie.com/2020/03/'>March 2020</a></li> <li><a href='https://followmeanddie.com/2020/02/'>February 2020</a></li> <li><a href='https://followmeanddie.com/2020/01/'>January 2020</a></li> <li><a href='https://followmeanddie.com/2019/12/'>December 2019</a></li> <li><a href='https://followmeanddie.com/2019/11/'>November 2019</a></li> <li><a href='https://followmeanddie.com/2019/10/'>October 2019</a></li> <li><a href='https://followmeanddie.com/2019/09/'>September 2019</a></li> <li><a href='https://followmeanddie.com/2019/08/'>August 2019</a></li> <li><a href='https://followmeanddie.com/2019/07/'>July 2019</a></li> <li><a href='https://followmeanddie.com/2019/06/'>June 2019</a></li> <li><a href='https://followmeanddie.com/2019/05/'>May 2019</a></li> <li><a href='https://followmeanddie.com/2019/04/'>April 2019</a></li> <li><a href='https://followmeanddie.com/2019/03/'>March 2019</a></li> <li><a href='https://followmeanddie.com/2019/02/'>February 2019</a></li> <li><a href='https://followmeanddie.com/2019/01/'>January 2019</a></li> <li><a href='https://followmeanddie.com/2018/12/'>December 2018</a></li> <li><a href='https://followmeanddie.com/2018/11/'>November 2018</a></li> <li><a href='https://followmeanddie.com/2018/10/'>October 2018</a></li> <li><a href='https://followmeanddie.com/2018/09/'>September 2018</a></li> <li><a href='https://followmeanddie.com/2018/08/'>August 2018</a></li> <li><a href='https://followmeanddie.com/2018/07/'>July 2018</a></li> <li><a href='https://followmeanddie.com/2018/06/'>June 2018</a></li> <li><a href='https://followmeanddie.com/2018/05/'>May 2018</a></li> <li><a href='https://followmeanddie.com/2018/04/'>April 2018</a></li> <li><a href='https://followmeanddie.com/2018/03/'>March 2018</a></li> <li><a href='https://followmeanddie.com/2018/02/'>February 2018</a></li> <li><a href='https://followmeanddie.com/2018/01/'>January 2018</a></li> <li><a href='https://followmeanddie.com/2017/12/'>December 2017</a></li> <li><a href='https://followmeanddie.com/2017/11/'>November 2017</a></li> <li><a href='https://followmeanddie.com/2017/10/'>October 2017</a></li> <li><a href='https://followmeanddie.com/2017/09/'>September 2017</a></li> <li><a href='https://followmeanddie.com/2017/08/'>August 2017</a></li> <li><a href='https://followmeanddie.com/2017/07/'>July 2017</a></li> <li><a href='https://followmeanddie.com/2017/06/'>June 2017</a></li> <li><a href='https://followmeanddie.com/2017/05/'>May 2017</a></li> <li><a href='https://followmeanddie.com/2017/04/'>April 2017</a></li> <li><a href='https://followmeanddie.com/2017/03/'>March 2017</a></li> <li><a href='https://followmeanddie.com/2017/02/'>February 2017</a></li> <li><a href='https://followmeanddie.com/2017/01/'>January 2017</a></li> <li><a href='https://followmeanddie.com/2016/12/'>December 2016</a></li> <li><a href='https://followmeanddie.com/2016/11/'>November 2016</a></li> <li><a href='https://followmeanddie.com/2016/10/'>October 2016</a></li> <li><a href='https://followmeanddie.com/2016/09/'>September 2016</a></li> <li><a href='https://followmeanddie.com/2016/08/'>August 2016</a></li> <li><a href='https://followmeanddie.com/2016/06/'>June 2016</a></li> <li><a href='https://followmeanddie.com/2016/05/'>May 2016</a></li> <li><a href='https://followmeanddie.com/2016/04/'>April 2016</a></li> <li><a href='https://followmeanddie.com/2016/03/' aria-current="page">March 2016</a></li> <li><a href='https://followmeanddie.com/2016/02/'>February 2016</a></li> <li><a href='https://followmeanddie.com/2016/01/'>January 2016</a></li> <li><a href='https://followmeanddie.com/2015/11/'>November 2015</a></li> <li><a href='https://followmeanddie.com/2015/10/'>October 2015</a></li> <li><a href='https://followmeanddie.com/2015/09/'>September 2015</a></li> <li><a href='https://followmeanddie.com/2015/08/'>August 2015</a></li> <li><a href='https://followmeanddie.com/2015/07/'>July 2015</a></li> <li><a href='https://followmeanddie.com/2015/06/'>June 2015</a></li> <li><a href='https://followmeanddie.com/2015/05/'>May 2015</a></li> <li><a href='https://followmeanddie.com/2015/04/'>April 2015</a></li> <li><a href='https://followmeanddie.com/2015/03/'>March 2015</a></li> <li><a href='https://followmeanddie.com/2015/02/'>February 2015</a></li> <li><a href='https://followmeanddie.com/2015/01/'>January 2015</a></li> <li><a href='https://followmeanddie.com/2014/12/'>December 2014</a></li> <li><a href='https://followmeanddie.com/2014/11/'>November 2014</a></li> <li><a href='https://followmeanddie.com/2014/10/'>October 2014</a></li> <li><a href='https://followmeanddie.com/2014/08/'>August 2014</a></li> <li><a href='https://followmeanddie.com/2014/07/'>July 2014</a></li> <li><a href='https://followmeanddie.com/2014/06/'>June 2014</a></li> <li><a href='https://followmeanddie.com/2014/05/'>May 2014</a></li> <li><a href='https://followmeanddie.com/2014/04/'>April 2014</a></li> <li><a href='https://followmeanddie.com/2014/03/'>March 2014</a></li> <li><a href='https://followmeanddie.com/2014/02/'>February 2014</a></li> <li><a href='https://followmeanddie.com/2012/08/'>August 2012</a></li> <li><a href='https://followmeanddie.com/2009/08/'>August 2009</a></li> <li><a href='https://followmeanddie.com/2009/07/'>July 2009</a></li> </ul> </nav></aside><aside id="linkcat-2" class="widget widget_links"><h1 class="widget-title">Blogroll</h1> <ul class='xoxo blogroll'> <li><a href="http://alexschroeder.ch/wiki/RPG" rel="noopener" title="An RPG blogger from Germany who blogs in English." target="_blank">Alex Schroeder</a></li> <li><a href="http://arsphantasia.wordpress.com/" rel="noopener" title="A blog about fantasy cartography and game design." target="_blank">ars phantasia</a></li> <li><a href="http://batintheattic.blogspot.com/" rel="noopener" title="A blog on 30 years of gaming and Sandbox Fantasy." target="_blank">Bat In The Attic</a></li> <li><a href="http://blogofholding.com/" rel="noopener" target="_blank">Blog of Holding</a></li> <li><a href="http://blogsontape.paperspencils.com/" rel="noopener" title="Blogs read so they can benefit visually impaired and those with long commutes." target="_blank">Blogs On Tape</a></li> <li><a href="http://cartographersguild.com/" rel="noopener" title="A forum created by and for map makers and aficionados, a place where every aspect of cartography can be admired, examined, learned, and discussed." target="_blank">Cartographers Guild</a></li> <li><a href="https://cavegirlgames.blogspot.com/" rel="noopener" target="_blank">Cavegirl&#039;s Game Stuff</a></li> <li><a href="http://oldguyrpg.blogspot.com/" rel="noopener" title="Sharing joy of playing the original editions of Dungeons &amp; Dragons." target="_blank">Chgowiz&#039;s Old Guy RPG Blog</a></li> <li><a href="https://chgowiz-games.blogspot.com/" rel="noopener" target="_blank">CHICAGOWIZ&#039;S GAMES</a></li> <li><a href="https://web.archive.org/web/20240414183825/http://unknownzine.blogspot.com/" rel="noopener" target="_blank">Destination Unknown</a></li> <li><a href="http://harbingergames.blogspot.com/" rel="noopener" target="_blank">Don&#039;t Split The Party</a></li> <li><a href="https://doomslakers.blogspot.com/" rel="noopener" title="James V. West&#8217;s blog" target="_blank">Doomslakers</a></li> <li><a href="http://www.dragonsfoot.org/" rel="noopener" title="Welcome to Dragonsfoot, the home of First Edition Advanced Dungeons &amp; Dragons!" target="_blank">Dragons Foot</a></li> <li><a href="https://dreamsofmythicfantasy.blogspot.com/" title="Regular lists of what&#8217;s new in the OSR on DTRPG.">Dreams of Mythic Fantasy</a></li> <li><a href="http://rpg.drivethrustuff.com/index.php" rel="noopener" title="Online Store for Electronic Versions of Rules and Supplemental Materials for a variety of companies and genres." target="_blank">DriveThru RPG</a></li> <li><a href="http://dungeonsndigressions.blogspot.com/" rel="noopener" title="Sharing my love of early edition D&amp;D, its modern clones, and the inspiration I derive from them. Sieze la rolo lud tago!" target="_blank">Dungeons and Digressions</a></li> <li><a href="https://dungeonspossums.blogspot.com/" rel="noopener" title="Reviews, Art, and More" target="_blank">Dungeons and Possums</a></li> <li><a href="http://www.dwarvenautomata.com/" rel="noopener" title="A blog detailing the process of creating/running the Curabel campaign setting." target="_blank">Dwarven Automata</a></li> <li><a href="http://rpgcharacters.wordpress.com/" rel="noopener" target="_blank">Dyson&#039;s Dodecahedron (Maps)</a></li> <li><a href="https://fantasyheartbreak.blogspot.com/" rel="noopener" target="_blank">Fantasy Heartbreak Workshop</a></li> <li><a href="http://gothridgemanor.blogspot.com/" rel="noopener" target="_blank">Gothridge Manor</a></li> <li><a href="http://greyhawkgrognard.blogspot.com/" rel="noopener" target="_blank">Greyhawk Grognard</a></li> <li><a href="http://greyhawkery.blogspot.com/" rel="noopener" target="_blank">Greyhawkery</a></li> <li><a href="http://grumblingrognard.blogspot.com/" rel="noopener" title="Grumbler, old school gamer and adventurer. In other words, quite the curmudgeon." target="_blank">Grumbling Grognard</a></li> <li><a href="http://hillcantons.blogspot.com/" rel="noopener" target="_blank">Hill Cantons</a></li> <li><a href="http://inkwellideas.com/" rel="noopener" title=" Inkwell Ideas specializes in RPG Software &amp; Tools such as our Hexographer &amp; Dungeonographer map creation software and the DungeonMorph Dice &amp; Cards." target="_blank">Inkwell Ideas</a></li> <li><a href="https://web.archive.org/web/20230715061117/https://www.lostkingdom.net/" rel="noopener" target="_blank">Lost Kingdom</a></li> <li><a href="http://nerdomancerofdork.wordpress.com/" rel="noopener" target="_blank">NERD-O-MANCER OF DORK</a></li> <li><a href="https://www.dungeoncontest.com/" rel="noopener" title="The Annual One Page Dungeon Contest is a great source of maps and ideas." target="_blank">One Page Dungeon</a></li> <li><a href="http://www.giantitp.com/comics/oots.html" rel="noopener" title="Online comic about stick figure adventures that mocks and celebrates RPGs at the same time." target="_blank">Order of the Stick</a></li> <li><a href="http://osrsearch.blogspot.com/" rel="noopener" target="_blank">OSR Search</a></li> <li><a href="https://web.archive.org/web/20170606055841/http://osrtoday.com/" rel="noopener" target="_blank">OSR Today</a></li> <li><a href="https://web.archive.org/web/20200927031008/http://www.penandpapergames.com/" rel="noopener" title="Resource for finding players and GMs for various RPGs." target="_blank">Pen And Paper Games</a></li> <li><a href="https://web.archive.org/web/20200817162022/https://www.rueink.com/" rel="noopener" title="Illustrator &amp; Cartographer" target="_blank">Rue Ink &#8211; Deven Rue</a></li> <li><a href="http://sandboxofdoom.blogspot.com/" rel="noopener" target="_blank">Sandbox of Doom</a></li> <li><a href="http://www.tabletopgameandhobby.com/" rel="noopener" title="This game store is owned by one of the guys in one of the groups I played D&amp;D with in high School. It turns out I used to live just a few miles from here, but did not learn about it until several years after I moved to Michigan." target="_blank">Table Top Game and Hobby</a></li> <li><a href="http://www.tenkarstavern.com/" rel="noopener" target="_blank">Tenkar&#039;s Tavern</a></li> <li><a href="http://www.theescapist.com/" rel="noopener" title="The Reality of Fantasy Games Roleplaying Advocacy Since 1995" target="_blank">The Escapist</a></li> <li><a href="https://goblinburg.blogspot.com/" rel="noopener" target="_blank">The Goblinburg Notebook</a></li> <li><a href="http://muleabides.wordpress.com/" rel="noopener" target="_blank">The Mule Abides</a></li> <li><a href="http://timbrannan.blogspot.com/" rel="noopener" target="_blank">The Other Side</a></li> <li><a href="https://web.archive.org/web/20231201055053/http://thegreatblackbell.blogspot.com/" rel="noopener" target="_blank">The Tolling of the Great Black Bell</a></li> <li><a href="https://frothsofdnd.blogspot.com/" rel="noopener" target="_blank">Thought Eater</a></li> <li><a href="https://www.martinralya.com/yore/" rel="noopener" target="_blank">Yore</a></li> </ul> </aside> <aside id="categories-4" class="widget widget_categories"><h1 class="widget-title">Categories</h1><nav aria-label="Categories"> <ul> <li class="cat-item cat-item-12"><a href="https://followmeanddie.com/category/board-games/">Board Games</a> </li> <li class="cat-item cat-item-154"><a href="https://followmeanddie.com/category/cards/">Cards</a> </li> <li class="cat-item cat-item-324"><a href="https://followmeanddie.com/category/rant/">Rant</a> </li> <li class="cat-item cat-item-177"><a href="https://followmeanddie.com/category/rpgs/">RPGs</a> </li> <li class="cat-item cat-item-57"><a href="https://followmeanddie.com/category/writing/">Writing</a> </li> </ul> </nav></aside><aside id="tag_cloud-2" class="widget widget_tag_cloud"><h1 class="widget-title">Tags</h1><nav aria-label="Tags"><div class="tagcloud"><ul class='wp-tag-cloud' role='list'> <li><a href="https://followmeanddie.com/tag/2015-a-to-z-blogging-challenge/" class="tag-cloud-link tag-link-89 tag-link-position-1" style="font-size: 11.625899280576pt;" aria-label="2015 A to Z Blogging Challenge (31 items)">2015 A to Z Blogging Challenge</a></li> <li><a href="https://followmeanddie.com/tag/add/" class="tag-cloud-link tag-link-61 tag-link-position-2" style="font-size: 17.467625899281pt;" aria-label="AD&amp;D (121 items)">AD&amp;D</a></li> <li><a href="https://followmeanddie.com/tag/advicetools/" class="tag-cloud-link tag-link-14 tag-link-position-3" style="font-size: 21.89928057554pt;" aria-label="Advice/Tools (337 items)">Advice/Tools</a></li> <li><a href="https://followmeanddie.com/tag/april-2014-a-to-z-blogging-challenge/" class="tag-cloud-link tag-link-32 tag-link-position-4" style="font-size: 11.726618705036pt;" aria-label="April, 2014 A to Z Blogging Challenge (32 items)">April, 2014 A to Z Blogging Challenge</a></li> <li><a href="https://followmeanddie.com/tag/art/" class="tag-cloud-link tag-link-92 tag-link-position-5" style="font-size: 8.8057553956835pt;" aria-label="Art (16 items)">Art</a></li> <li><a href="https://followmeanddie.com/tag/blogging/" class="tag-cloud-link tag-link-44 tag-link-position-6" style="font-size: 15.352517985612pt;" aria-label="Blogging (75 items)">Blogging</a></li> <li><a href="https://followmeanddie.com/tag/campaign-building/" class="tag-cloud-link tag-link-9 tag-link-position-7" style="font-size: 10.31654676259pt;" aria-label="Campaign Building (23 items)">Campaign Building</a></li> <li><a href="https://followmeanddie.com/tag/cities/" class="tag-cloud-link tag-link-96 tag-link-position-8" style="font-size: 12.63309352518pt;" aria-label="Cities (40 items)">Cities</a></li> <li><a href="https://followmeanddie.com/tag/contests/" class="tag-cloud-link tag-link-40 tag-link-position-9" style="font-size: 9.5107913669065pt;" aria-label="Contests (19 items)">Contests</a></li> <li><a href="https://followmeanddie.com/tag/conventions/" class="tag-cloud-link tag-link-34 tag-link-position-10" style="font-size: 14.748201438849pt;" aria-label="Conventions (65 items)">Conventions</a></li> <li><a href="https://followmeanddie.com/tag/httpd20darkages-blogspot-compd-40th-anniversary-blog-hop-challenge-html/" class="tag-cloud-link tag-link-125 tag-link-position-11" style="font-size: 11.625899280576pt;" aria-label="D&amp;D 40th Anniversary Blogging Challenge (31 items)">D&amp;D 40th Anniversary Blogging Challenge</a></li> <li><a href="https://followmeanddie.com/tag/dcc/" class="tag-cloud-link tag-link-86 tag-link-position-12" style="font-size: 9.3093525179856pt;" aria-label="DCC (18 items)">DCC</a></li> <li><a href="https://followmeanddie.com/tag/dice/" class="tag-cloud-link tag-link-81 tag-link-position-13" style="font-size: 10.820143884892pt;" aria-label="Dice (26 items)">Dice</a></li> <li><a href="https://followmeanddie.com/tag/flavor/" class="tag-cloud-link tag-link-7 tag-link-position-14" style="font-size: 18.071942446043pt;" aria-label="Flavor (141 items)">Flavor</a></li> <li><a href="https://followmeanddie.com/tag/fluffinspiration/" class="tag-cloud-link tag-link-15 tag-link-position-15" style="font-size: 20.187050359712pt;" aria-label="Fluff/Inspiration (226 items)">Fluff/Inspiration</a></li> <li><a href="https://followmeanddie.com/tag/follow-me-and-die/" class="tag-cloud-link tag-link-5 tag-link-position-16" style="font-size: 8.3021582733813pt;" aria-label="Follow Me And Die (14 items)">Follow Me And Die</a></li> <li><a href="https://followmeanddie.com/tag/game-design/" class="tag-cloud-link tag-link-16 tag-link-position-17" style="font-size: 17.769784172662pt;" aria-label="Game Design (131 items)">Game Design</a></li> <li><a href="https://followmeanddie.com/tag/garycon/" class="tag-cloud-link tag-link-93 tag-link-position-18" style="font-size: 11.021582733813pt;" aria-label="GaryCon (27 items)">GaryCon</a></li> <li><a href="https://followmeanddie.com/tag/inspiration/" class="tag-cloud-link tag-link-8 tag-link-position-19" style="font-size: 8pt;" aria-label="Inspiration (13 items)">Inspiration</a></li> <li><a href="https://followmeanddie.com/tag/kickstarter/" class="tag-cloud-link tag-link-37 tag-link-position-20" style="font-size: 14.748201438849pt;" aria-label="Kickstarter (65 items)">Kickstarter</a></li> <li><a href="https://followmeanddie.com/tag/legacy-dd/" class="tag-cloud-link tag-link-17 tag-link-position-21" style="font-size: 11.323741007194pt;" aria-label="Legacy D&amp;D (29 items)">Legacy D&amp;D</a></li> <li><a href="https://followmeanddie.com/tag/manuals/" class="tag-cloud-link tag-link-60 tag-link-position-22" style="font-size: 12.532374100719pt;" aria-label="Manuals (39 items)">Manuals</a></li> <li><a href="https://followmeanddie.com/tag/maps/" class="tag-cloud-link tag-link-38 tag-link-position-23" style="font-size: 14.647482014388pt;" aria-label="Maps (64 items)">Maps</a></li> <li><a href="https://followmeanddie.com/tag/marmalade-dog/" class="tag-cloud-link tag-link-84 tag-link-position-24" style="font-size: 8.8057553956835pt;" aria-label="Marmalade Dog (16 items)">Marmalade Dog</a></li> <li><a href="https://followmeanddie.com/tag/megadungeons/" class="tag-cloud-link tag-link-43 tag-link-position-25" style="font-size: 12.532374100719pt;" aria-label="Megadungeons (39 items)">Megadungeons</a></li> <li><a href="https://followmeanddie.com/tag/metamorphosis-alpha/" class="tag-cloud-link tag-link-100 tag-link-position-26" style="font-size: 9.5107913669065pt;" aria-label="Metamorphosis Alpha (19 items)">Metamorphosis Alpha</a></li> <li><a href="https://followmeanddie.com/tag/modules/" class="tag-cloud-link tag-link-39 tag-link-position-27" style="font-size: 11.625899280576pt;" aria-label="Modules (31 items)">Modules</a></li> <li><a href="https://followmeanddie.com/tag/monsters/" class="tag-cloud-link tag-link-71 tag-link-position-28" style="font-size: 9.5107913669065pt;" aria-label="Monsters (19 items)">Monsters</a></li> <li><a href="https://followmeanddie.com/tag/movies/" class="tag-cloud-link tag-link-45 tag-link-position-29" style="font-size: 10.31654676259pt;" aria-label="Movies (23 items)">Movies</a></li> <li><a href="https://followmeanddie.com/tag/news/" class="tag-cloud-link tag-link-18 tag-link-position-30" style="font-size: 9.5107913669065pt;" aria-label="News (19 items)">News</a></li> <li><a href="https://followmeanddie.com/tag/news-reviews-culture/" class="tag-cloud-link tag-link-20 tag-link-position-31" style="font-size: 20.287769784173pt;" aria-label="News Reviews &amp; Culture (236 items)">News Reviews &amp; Culture</a></li> <li><a href="https://followmeanddie.com/tag/opdc/" class="tag-cloud-link tag-link-33 tag-link-position-32" style="font-size: 8.5035971223022pt;" aria-label="OPDC (15 items)">OPDC</a></li> <li><a href="https://followmeanddie.com/tag/osr/" class="tag-cloud-link tag-link-51 tag-link-position-33" style="font-size: 22pt;" aria-label="OSR (349 items)">OSR</a></li> <li><a href="https://followmeanddie.com/tag/play/" class="tag-cloud-link tag-link-22 tag-link-position-34" style="font-size: 14.647482014388pt;" aria-label="Play (63 items)">Play</a></li> <li><a href="https://followmeanddie.com/tag/reviews/" class="tag-cloud-link tag-link-200 tag-link-position-35" style="font-size: 12.129496402878pt;" aria-label="Reviews (35 items)">Reviews</a></li> <li><a href="https://followmeanddie.com/tag/reviews-culture/" class="tag-cloud-link tag-link-19 tag-link-position-36" style="font-size: 12.330935251799pt;" aria-label="Reviews &amp; Culture (37 items)">Reviews &amp; Culture</a></li> <li><a href="https://followmeanddie.com/tag/roll20/" class="tag-cloud-link tag-link-95 tag-link-position-37" style="font-size: 9.3093525179856pt;" aria-label="Roll20 (18 items)">Roll20</a></li> <li><a href="https://followmeanddie.com/tag/science-fiction/" class="tag-cloud-link tag-link-109 tag-link-position-38" style="font-size: 10.31654676259pt;" aria-label="Science Fiction (23 items)">Science Fiction</a></li> <li><a href="https://followmeanddie.com/tag/software/" class="tag-cloud-link tag-link-10 tag-link-position-39" style="font-size: 8.3021582733813pt;" aria-label="Software (14 items)">Software</a></li> <li><a href="https://followmeanddie.com/tag/stories/" class="tag-cloud-link tag-link-6 tag-link-position-40" style="font-size: 9.7122302158273pt;" aria-label="Stories (20 items)">Stories</a></li> <li><a href="https://followmeanddie.com/tag/swords-wizardry/" class="tag-cloud-link tag-link-110 tag-link-position-41" style="font-size: 8.8057553956835pt;" aria-label="Swords &amp; Wizardry (16 items)">Swords &amp; Wizardry</a></li> <li><a href="https://followmeanddie.com/tag/tables/" class="tag-cloud-link tag-link-66 tag-link-position-42" style="font-size: 12.532374100719pt;" aria-label="Tables (39 items)">Tables</a></li> <li><a href="https://followmeanddie.com/tag/take-one-thing-and-expand-on-it/" class="tag-cloud-link tag-link-234 tag-link-position-43" style="font-size: 8.8057553956835pt;" aria-label="Take One Thing and Expand on It (16 items)">Take One Thing and Expand on It</a></li> <li><a href="https://followmeanddie.com/tag/ucon/" class="tag-cloud-link tag-link-68 tag-link-position-44" style="font-size: 8.3021582733813pt;" aria-label="UCON (14 items)">UCON</a></li> <li><a href="https://followmeanddie.com/tag/white-star/" class="tag-cloud-link tag-link-114 tag-link-position-45" style="font-size: 10.31654676259pt;" aria-label="White Star (23 items)">White Star</a></li> </ul> </div> </nav></aside><aside id="block-5" class="widget widget_block widget_text"> <p></p> </aside> </div><!-- #primary-sidebar --> </div><!-- #secondary --> </div><!-- #main --> <footer id="colophon" class="site-footer"> <div id="supplementary"> <div id="footer-sidebar" class="footer-sidebar widget-area" role="complementary"> <aside id="block-10" class="widget widget_block"> <ul class="wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex"></ul> </aside> </div><!-- #footer-sidebar --> </div><!-- #supplementary --> <div class="site-info"> <a href="https://wordpress.org/" class="imprint"> Proudly powered by WordPress </a> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <script src="https://followmeanddie.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script src="https://followmeanddie.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script> <script src="https://followmeanddie.com/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b" id="jquery-masonry-js"></script> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/ Object Caching 11/529 objects using Disk Page Caching using Disk Served from: followmeanddie.com @ 2024-12-01 06:33:35 by W3 Total Cache -->

Pages: 1 2 3 4 5 6 7 8 9 10