CINXE.COM
August | 2018 | 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>August | 2018 | 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! » Feed" href="https://followmeanddie.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Follow Me And Die! » Comments Feed" href="https://followmeanddie.com/comments/feed/" /> <!-- This site uses the Google Analytics by ExactMetrics plugin v8.2.3 - 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.3'; var em_track_user = true; var em_no_track_reason = ''; var ExactMetricsDefaultLocations = {"page_location":"https:\/\/followmeanddie.com\/2018\/08\/"}; 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.3" 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.141.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=501E8F5CE016577DCECCC568CA8E50E3'); </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&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 & 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&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 …" 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: August 2018 </h1> </header><!-- .page-header --> <article id="post-5357" class="post-5357 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-obs tag-osr tag-patreon"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/08/28/first-pdf-on-obs-patreon-launched/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/08/OBS-PDFPatreonLive-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" srcset="https://followmeanddie.com/wp-content/uploads/2018/08/OBS-PDFPatreonLive-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/08/OBS-PDFPatreonLive-672x372.png 672w" sizes="(max-width: 1038px) 100vw, 1038px" /> </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/2018/08/28/first-pdf-on-obs-patreon-launched/" rel="bookmark">First PDF on OBS & Patreon Launched</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/08/28/first-pdf-on-obs-patreon-launched/" rel="bookmark"><time class="entry-date" datetime="2018-08-28T10:14:25-04:00">August 28, 2018</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/2018/08/28/first-pdf-on-obs-patreon-launched/#comments">1 Comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I did it! I’m now a publisher with my first PDF, <em>Locks Vaults and Hiding Places</em>, live on both <a href="https://www.drivethrurpg.com/product/250366/Locks-Vaults-and-Hiding-Places" target="_blank" rel="noopener noreferrer">DriveThruRPG</a> and <a href="https://www.rpgnow.com/product/250366/Locks-Vaults-and-Hiding-Places" target="_blank" rel="noopener noreferrer">RPGNow</a> as PWYW I also launched my <a href="https://www.patreon.com/FollowMeAndDie" target="_blank" rel="noopener noreferrer">Patreon</a>. The PDF is a sample of the types of RPG supplements I have in mind. Not just regurgitating blog articles, but bringing them together in a coherent form and expanding them.</p> <p>I have over 700 blog articles, not all are worthy of inclusion in a PDF, but many are. My brain won’t stop, and I have far more ideas than I will ever be able to put to use in my own games, so I don’t want them to go to waste.</p> <p>There is no better feeling than to put your game ideas out there and have other people like them and use them. I found that this past spring at Gary Con 10, when I play tested my card game. I’m still working on it in the background, revising the rules and play testing. I want things as done as can be when things are ready for the next step and I can launch the Kickstarter, sometime in 2019. </p> <p>Putting together PDFs will help me get more feedback than I get on most blog articles. I love the ease of feedback on Anchor, and have listeners and calls in’s from other countries. All of this will help me be better at presenting my Kickstarter. Part of a successful Kickstarter is building a community. I know I have offers from some large YouTube channels to mention it when the time is right. </p> <p>Please join me on my journey into the realm of making games! If you just grab the PWYW PDF, please give me some constructive criticism. I have my own ideas about what need to be done to improve it, but I’d never get it done if I did that. I can update the PDF as I get feedback and am excited by the possibilities of the interchange of ideas.</p> <h4 class="wp-block-heading">Thanks!</h4> <p>I want to thank the RPG artists who make their art available on OBS at a price point beginners can afford. I hope by directing others to your offerings on OBS you get at least a spike in sales. In my case Denis McCarthy for the cover and some interior art, and Daniel F. Walthall for the rest of the interior art.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/obs/" rel="tag">OBS</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a><a href="https://followmeanddie.com/tag/patreon/" rel="tag">Patreon</a></span></footer></article><!-- #post-5357 --> <article id="post-5338" class="post-5338 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-mead"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/08/10/making-mead/" aria-hidden="true"> <img width="528" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/08/AbernathysOwnMead-528x576.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Abernathys Own Mead" decoding="async" /> </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/2018/08/10/making-mead/" rel="bookmark">Making Mead</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/08/10/making-mead/" rel="bookmark"><time class="entry-date" datetime="2018-08-10T22:37:48-04:00">August 10, 2018</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/2018/08/10/making-mead/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Way back when my now ex was more forgiving of my hobbies, I made a batch of mead. I followed a recipe from an SCA (<a href="http://www.sca.org/" target="_blank">Society For Creative Anachronism</a>) book and made enough for a couple of bottles. I used an old wine bottle I had and my brother made the label, and I gave it to our friend and gaming companion, Daryl. [I was never a formal member of SCA. I attended a couple of functions and meetings a few months before I got married.]</p> <p>One of Daryl’s characters in my brother’s campaign was a dwarf fighter/thief, Abernathy, Emperor of the North. There was no such empire and no one but Abernathy, the oft inebriated, believed it.</p> <p>So, here is the only evidence left of that long ago effort. I was good, and I’ve always intended to make more, but time, space, and other things take priority.</p> <p>My recollection was that I had posted a blog article about this, but it turns out I only shared the pictures on my personal Facebook a couple of years ago. So here are the pictures on my blog, so I can find them here next time I look.</p> <figure class="wp-block-image"><img loading="lazy" decoding="async" width="528" height="960" src="https://followmeanddie.com/wp-content/uploads/2018/08/AbernathysOwnMead.jpg" alt="" class="wp-image-5339" srcset="https://followmeanddie.com/wp-content/uploads/2018/08/AbernathysOwnMead.jpg 528w, https://followmeanddie.com/wp-content/uploads/2018/08/AbernathysOwnMead-165x300.jpg 165w" sizes="auto, (max-width: 528px) 100vw, 528px" /><figcaption>Abernathy’s Own Mead</figcaption></figure> <p></p> <figure class="wp-block-image"><img loading="lazy" decoding="async" width="528" height="960" src="https://followmeanddie.com/wp-content/uploads/2018/08/Center.jpg" alt="" class="wp-image-5340" srcset="https://followmeanddie.com/wp-content/uploads/2018/08/Center.jpg 528w, https://followmeanddie.com/wp-content/uploads/2018/08/Center-165x300.jpg 165w" sizes="auto, (max-width: 528px) 100vw, 528px" /><figcaption>Center</figcaption></figure> <figure class="wp-block-image"><img loading="lazy" decoding="async" width="528" height="960" src="https://followmeanddie.com/wp-content/uploads/2018/08/Center-Right.jpg" alt="" class="wp-image-5341" srcset="https://followmeanddie.com/wp-content/uploads/2018/08/Center-Right.jpg 528w, https://followmeanddie.com/wp-content/uploads/2018/08/Center-Right-165x300.jpg 165w" sizes="auto, (max-width: 528px) 100vw, 528px" /><figcaption>Center-Right</figcaption></figure> <figure class="wp-block-image"><img loading="lazy" decoding="async" width="528" height="960" src="https://followmeanddie.com/wp-content/uploads/2018/08/LeftSide-Of-Label.jpg" alt="" class="wp-image-5342" srcset="https://followmeanddie.com/wp-content/uploads/2018/08/LeftSide-Of-Label.jpg 528w, https://followmeanddie.com/wp-content/uploads/2018/08/LeftSide-Of-Label-165x300.jpg 165w" sizes="auto, (max-width: 528px) 100vw, 528px" /><figcaption>Left Side of Label</figcaption></figure> <figure class="wp-block-image"><img loading="lazy" decoding="async" width="528" height="960" src="https://followmeanddie.com/wp-content/uploads/2018/08/RightSide.jpg" alt="" class="wp-image-5343" srcset="https://followmeanddie.com/wp-content/uploads/2018/08/RightSide.jpg 528w, https://followmeanddie.com/wp-content/uploads/2018/08/RightSide-165x300.jpg 165w" sizes="auto, (max-width: 528px) 100vw, 528px" /><figcaption>Right Side</figcaption></figure> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/mead/" rel="tag">Mead</a></span></footer></article><!-- #post-5338 --> <article id="post-5299" class="post-5299 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-download tag-drivethrurpg tag-rivers tag-tables"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/08/09/river-and-river-encounter-tables/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/08/USMajorRiverBasins_images-1038x576.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="US Major River Basins" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/08/USMajorRiverBasins_images-1038x576.jpg 1038w, https://followmeanddie.com/wp-content/uploads/2018/08/USMajorRiverBasins_images-672x372.jpg 672w" sizes="auto, (max-width: 1038px) 100vw, 1038px" /> </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/2018/08/09/river-and-river-encounter-tables/" rel="bookmark">River and River Encounter Tables</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/08/09/river-and-river-encounter-tables/" rel="bookmark"><time class="entry-date" datetime="2018-08-09T20:28:17-04:00">August 9, 2018</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/2018/08/09/river-and-river-encounter-tables/#comments">2 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>While listening to<a href="https://anchor.fm/spikepit/episodes/River-Adventures-Episode-17-e201s1/a-a4oj85" target="_blank" rel="noopener noreferrer" class="broken_link"> the podcast</a> of <a href="https://web.archive.org/web/20190326024720/https://plus.google.com/106388646740225456645" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">+Colin Green</a>, AKA Spikepit, on the <a href="https://anchor.fm/spikepit/">Spikepit podcast</a>, he asked for source material on river encounters and adventures. He also mentioned a swamp.</p> <p>Until he mentioned swamps, I was thinking about the creeks I wandered as a boy in a rural/suburban landscape, and going on float trips on different rivers in college, and seeing the results of the major flooding in the Midwest in the late 90’s/early 00’s that affected huge areas. When he mentioned swamps I thought of <em>The Screaming Swamp</em>, my contribution to <em>The Black Isle</em>, that<a href="https://followmeanddie.com/2018/07/19/the-black-isle-released/" target="_blank" rel="noopener noreferrer"> I mentioned a few weeks ago</a>, when it was released.</p> <p>My ideas for rivers involve random tables. Rivers come in all shapes and sizes, from dry creeks in the desert that only flow when it rains, to mighty rivers like the Missouri, Nile, or Amazon. They all have a source, tributaries, general direction of flow, branches, rapids, falls, and estuaries or mouths. They can be fast, slow, relatively short, or very long. They can freeze over in winter allowing wild herds, trade, or war to cross. </p> <p>I took these ideas and expanded them in my publication on DriveThruRPG: <a href="https://www.drivethrurpg.com/product/273591/Rivers-And-River-Encounters?affiliate_id=203222" target="_blank" rel="noreferrer noopener">Rivers and River Encounters</a> [<em>Affiliate Link</em>].</p> <p>All rivers have a means to cross them, whether by fording, ferrying, boat, or bridge. They all have a means to travel them if wide and deep enough. The creeks I wandered as a boy were rarely deep enough to find a spot to swim, so traffic would cross them at the easiest spot to avoid them. Larger rivers, like the Missouri were first avenues of exploration and trade. Nearly any size boat can be found, up to small ships, and huge number of barges.</p> <p>Intelligent races can attempt to wrest control of rivers for their own purposes, such as irrigation, dams to store water for dry conditions, dams for hydro power for grinding grain or sawing logs, or for generating electricity. Locks can be implemented to make a river part of a canal to make travel over difficult terrain possible. </p> <p>Where there is trade, there are towns, warehouses, shops, merchants, thieves, bandits, and river pirates. Where there is trade, the authorities come looking for taxes to pay to put down the pirates and thieves, and as the traffic becomes more peaceful, the taxes cover more and more.</p> <p>Druids would argue against too drastic a change to a river, using their natural magic to thwart attempts to tame it.</p> <p>Rivers have their own wonders both to behold and dangerous to the unwary. Huge bluffs overlooking the river make a great place to jump in, but also make a great location for a fort or monster lair. Sand and gravel bars impede traffic, but can air in crossing. They can also shift during flooding. Bends in rivers can host deep depressions suitable for the biggest fish, and the things that eat the biggest fish.</p> <p>Low areas form bogs, swamps, marshes, and fens. Trees fall and form areas to block traffic, make a danger to traffic, and hide both game and predator. Beavers construct dams for their homes and to make an environment to their liking. While attractive to other wildlife, farmers and villages may not like it.</p> <p>Rivers are also a source of water and great cities tend to only be built near them. They can become corrupted or polluted and poison the population and wildlife.</p> <p>There are so many things to consider and so many possible tables. I’m not sure I’ll get to tables in this post, but will have as many things to consider for building my tables.</p> <p>Terrain, geography, natural hazards, control of traffic, strategic points, wildlife (game and predator), monsters, thieves, bandits, and pirate. Navy, patrol, and tax and tariff collectors. Trade wars, embargoes, boycotts, boat and ship construction. Barge traffic. Source, width, depth, falls, tributaries, branches, bends, bluffs, fords, ferries, bridges, canals, dams, locks, estuaries, mouths. Watersheds. rain, floods, droughts, aqueducts, aquifers, caves, caverns, grottoes, cenotes, glaciers, ice, snow, spring thaw, flash floods, encounters, and more.</p> <p>I foresee many rabbit trails of research on Wikipedia in my future for this. So many ideas all at once is hard to get them all down.</p> <p>It occurs to me that there are two methods of placing rivers. There may be other ways, but I think they would be sub classes of the following. </p> <ol class="wp-block-list"><li>Let the terrain you place on the map dictate where to put rivers.</li><li>Draw the rivers first to dictate where you put the terrain.</li></ol> <p>The tables I plan to develop will aide with developing the river and it’s terrain, or help flesh out the river and terrain you provide. All well planned table should be able to give you ideas to make the things they suggest your own.</p> <h4 class="wp-block-heading">The Tables</h4> <p>Rather than plot out the whole river, the type will matter and the GM can pick what part of the river they need for a specific location or encounter.</p> <p><strong>SOURCE</strong></p> <p>All streams & rivers have a source, or starting point.</p> <ul class="wp-block-list"><li>Spring</li><li>Glacial Melt</li><li>Mountain Stream</li></ul> <p><strong>CROSSING</strong></p> <p>When a watercourse crosses your intended path, how do you cross it?</p> <p>This can also be applied to other barriers, like gaps, gorges, peaks, etc.</p> <ul class="wp-block-list"><li>Walk, Step, Leap, Running Jump.<ul><li>For narrow creeks and streams you may be able to just step over them. </li><li>The banks of creeks can be very steep on one side and low on the other.<ul><li>I once slid down a shale cliff while holding the end of a rope intended to help me avoid sliding and getting banged up. I finally stopped when the rope had played out a safe distance from the stream that was 30 to 40 feet below the top of the shale cliff. Climbing such a cliff is like going up the down escalator with pieces breaking and causing you to slide in addition to moving in the opposite of the intended direction.</li></ul></li></ul></li><li>Natural Bridge<ul><li>This can be a tree, rock, packed earth, packed snow, ice, or the bodies or bones of one or more dead creatures.</li></ul></li><li>Directed Natural Bridge<ul><li>Yesterday, someone posted a link to this article on <a href="https://en.wikipedia.org/wiki/Living_root_bridges" target="_blank" rel="noopener noreferrer">root bridges</a>.</li><li>These are living trees, roots, or other plant matter guided by humans to cross over gorges and rivers.</li><li>The original picture online was quite elaborate and the surface of the bridge was packed with dirt and fitted with stones to make a solid surface. </li><li>For a game setting, I can see elves, druids, and other forest denizens making such structures in the trees.</li></ul></li><li><a href="https://en.wikipedia.org/wiki/Ford_(crossing)" target="_blank" rel="noopener noreferrer">Ford</a><ul><li><a href="https://en.wikipedia.org/wiki/Stepping_stones" target="_blank" rel="noopener noreferrer">Stepping Stones</a><ul><li>These tend to be smooth round stones that are commonly slick without water. Water makes them more so.</li><li>Wise locals will replace or overlay them with flat stones for more sure footing.</li></ul></li><li>Mixed stone & natural gravel<ul><li>The shallow area has trapped the smaller rocks and stones creating a wet, but serviceable crossing. The intervention of intelligent species may enhance it or destroy it for it’s own purposes.</li></ul></li><li>Sandy crossing.<ul><li>More gravel and sand than stones. Area could be prone to liquefaction of the sand and “<a href="https://en.wikipedia.org/wiki/Quicksand" target="_blank" rel="noopener noreferrer">quicksand</a>.”</li></ul></li><li>Wet Crossing<ul><li>Anything from getting your feet wet to not so deep you’re swimming for foot traffic.</li><li>Anything too deep to walk, but not needing a boat.<ul><li>Riding a riding animal or pack animal.</li><li>A vehicle, whether drawn or pushed by animals or an engine.<br></li></ul></li></ul></li><li><a href="https://en.wikipedia.org/wiki/Ferry" target="_blank" rel="noopener noreferrer">Ferry</a><ul><li>Where the water is consistently deep enough that foot and vehicle traffic can’t make it, but a bridge is not justifiable or impossible.</li><li>Ferries can cross a distance not much wider than the ferry, to great distances. In addition to crossing watercourses, they can cross lakes and seas to islands or cross straits.</li><li>Ferries can be tethered or free. The simplest tethered ferries use the tether to pull the ferry and cargo along. Some use a <a href="https://en.wikipedia.org/wiki/Capstan_(nautical)" target="_blank" rel="noopener noreferrer">capstan</a> powered by the crew or beast(s) of burden. The <a href="https://en.wikipedia.org/wiki/Whim_(mining)" target="_blank" rel="noopener noreferrer">capstan</a> is put on the shore for the most efficiency. It could also be a <a href="https://en.wikipedia.org/wiki/Treadwheel_crane" target="_blank" rel="noopener noreferrer">treadwheel</a> powered by the crew or beast of burden.</li><li>Ferries have a fee that is what the market will bear. There is taxation of it, unless the ferry is initiated prior to civilization catching up with it.</li><li>Often ferries exist in slightly deeper water to a nearby ferry and is for those who want to stay dry, or for cargo that they don’t want to risk getting to market. In this case, the ferry can’t charge too much, or people will simply go to the ford.</li><li>Ferries are also used in locations that are too wide for existing technology or resources to bridge.</li><li>Ferries can be passenger ferries which only accommodate people and their personal possessions. Basically boats.</li><li>Vehicle and cargo ferries have ramps and flat decks to enable beast drawn vehicles and powered vehicles to embark and disembark.</li></ul></li><li>Bridge<ul><li>From simple <a href="https://en.wikipedia.org/wiki/Footbridge" target="_blank" rel="noopener noreferrer">footbridges</a> for pedestrian traffic, to <a href="https://en.wikipedia.org/wiki/Bridge" target="_blank" rel="noopener noreferrer">bridges</a> allowing at least one wagon to cross. <ul><li>Narrow bridges will have a system to control the flow of traffic if it is only wide enough for traffic in one direction.</li><li>Daily shift changes, the length of the market day, etc. will influence the busiest time for narrow bridges.</li><li>Taxes, fees, and tariffs are often collected for maintenance costs and revenue for the crown.</li></ul></li><li>Construction is most commonly the cheapest material available that can do the job. <ul><li>Wood will be used for the narrowest spans that are not easily forded. Heavy traffic may lead to replacement with stone for durability and less frequent repairs and breakdowns.</li><li>Stone can be used from the river, if enough can be found nearby. Otherwise you will need a quarry within a reasonable distance for the source of materials.</li><li>Brick can be used for narrow spans if the materials and technology exist.</li><li>Cement and <a href="https://en.wikipedia.org/wiki/Roman_concrete" target="_blank" rel="noopener noreferrer">Concrete</a> technology can increase the distance that can be spanned if the knowledge to use pilings at the base of arches. <a href="https://en.wikipedia.org/wiki/Roman_brick" target="_blank" rel="noopener noreferrer">Roman brick</a>. <a href="https://en.wikipedia.org/wiki/Ancient_Roman_architecture" target="_blank" rel="noopener noreferrer">Roman Architecture</a>. <a href="https://en.wikipedia.org/wiki/Roman_engineering">Roman Engineering</a>. <a href="https://en.wikipedia.org/wiki/Roman_roads" target="_blank" rel="noopener noreferrer">Roman Roads</a>.<ul><li><a href="https://en.wikipedia.org/wiki/Aqueduct_(water_supply)" target="_blank" rel="noopener noreferrer">Aqueducts</a> also use bridges for water. In areas where they cross the same spans as other traffic, they could share the same bridge. Here’s some information on <a href="https://en.wikipedia.org/wiki/Roman_aqueduct" target="_blank" rel="noopener noreferrer">Roman Aqueducts</a>.</li><li><a href="https://en.wikipedia.org/wiki/Aqueduct_(bridge)" target="_blank" rel="noopener noreferrer">Aqueducts</a> can also be used to extend watercourses for waterborne travel, and are called <a href="https://en.wikipedia.org/wiki/Navigable_aqueduct" target="_blank" rel="noopener noreferrer">navigable aqueducts</a>.<br></li></ul></li></ul></li></ul></li></ul></li></ul> <h4 class="wp-block-heading">Portage</h4> <p>Similar to how a watercourse can interrupt land travel, land can interrupt water travel. There can be low points in a river such as where there is a ford, gravel or sand bar, collection of large stones, debris over the years of floods, or low water caused by drought. </p> <p><a href="https://en.wikipedia.org/wiki/Portage" target="_blank" rel="noopener noreferrer">Portaging</a> is simply porting (carrying) your craft overland until you reach more water. Historically, one thinks of the canoes of trappers and trader, and the boats of Lewis & Clark. However, there have been instances of sizable boats and ships being portaged.</p> <p>There are many types of things that can force the occupants of a water craft to portage it. </p> <ul class="wp-block-list"><li>Low water due to nature of watercourse or drought.</li><li>Obstacles<ul><li>Sand bar</li><li>Gravel bar</li><li>Rocks</li><li>Landslide</li><li>Avalanche</li><li>Ice</li><li>Flood debris – rocks, trees, building, bodies, etc.</li><li>New bridges or ferry tether lines.</li><li>Collapsed briges</li><li>Sunken or wrecked vessels.</li><li>Large water creatures like hippos, or monsters.</li></ul></li><li>Rapids</li><li>Falls</li></ul> <h4 class="wp-block-heading">Control of Traffic</h4> <p>Whether traveling on or across a watercourse, others will want to control it. Control can be in the form of legal or extralegal activity. What is considered extralegal in the heart of civilization, might be the closest thing to law in the borderlands. </p> <p><strong>Theft</strong></p> <p>Theft will exist in many forms.</p> <ul class="wp-block-list"><li>Lone or small number of thieves. These will be the pick pockets and those who prey on lone travelers, taking their stuff.</li><li>Bandits – These will be those a bit more organized and may operate a protection racket at the crossing or narrow point in a river.</li><li>Pirates – These will roam up and down the river to take the trade goods and other valuables up and down the river. Land raids will be within striking distance of the river, their fast escape route down river.</li></ul> <p><strong>Law</strong></p> <p>Whether the sudden arrival to the frontier or the already civilized interior, the law will make its presence felt in the form of taxation, fees, tariffs, fines and more. </p> <ul class="wp-block-list"><li>Individual – Whether a self appointed law man or the designated constable of the appropriate jurisdiction. They might deputize assistants. A paladin walking through might disrupt the bandits or pirates, and have to stay on to avoid those he has freed from being taken over again. He might charge fees to help out, and been seen as taxes by some.</li><li>Garrison – Troops in some level of fortification from the monarch or local noble. They will be place in the most strategic point for control. If the high point is too far to practically control the choke point for traffic, they will s\establish a standing watch, or regular patrol to the point if too far to maintain.<br>In a more civilized region or city, the garrison will be the gatehouse or tower built over the tollbooth. A village or town will arise around these locations.</li><li>Fort or Castle – Troops will have a more substantial and imposing base to project even more strength.</li><li>Way Stations and Hostels – Way stations for officials and hostels, AKA inns and taverns, will rise up along a road or a large river that is the main route for trade. On borderlands and the wilderness, the ruins of these from fallen empires might be the center point for a small village, or a hideout for bandits, goblins, or a lair of some monster.</li><li>Boats, Barges, and Ships – In addition to the traffic from civilian versions of these craft, the national or local ruler will patrol the river to protect their own investments in trade and to ensure taxes keep rolling in to keep them in power. </li></ul> <h4 class="wp-block-heading">Beginnings</h4> <p>The source of a river or stream is called the <a href="https://en.wikipedia.org/wiki/River_source" target="_blank" rel="noopener noreferrer">headwaters</a>. Watercourses that begin as springs or flow from other openings in the ground are often considered holy places, or places of magic and healing.</p> <p>Finding the source of major rivers has been seen as a prize. The Nile was one of the last major rivers in the world to have its source documented by science. There is a game that was released in the 80’s call <em><a href="https://en.wikipedia.org/wiki/Source_of_the_Nile_(board_game)">Source of The Nile</a></em> informed by this period of colonial expansion and exploration in Africa. More detail at <a href="https://boardgamegeek.com/boardgame/1577/source-nile">Boardgame Geek</a>.</p> <ul class="wp-block-list"><li>Spring</li><li>Crack</li><li>Cave – Surface opening of underground river. Could be a very small opening that is enlarged by those who find it over time.</li><li>Glacial melt </li><li>Mountain peak – the annual spring thaw and rains maintain the flow of water.</li><li>Marshlands </li></ul> <h4 class="wp-block-heading">Endings</h4> <p>There are two ways a river is considered to end, as an <a href="https://en.wikipedia.org/wiki/Estuary" target="_blank" rel="noopener noreferrer">estuary</a> in to a body of water, whether fresh or salt water, or the <a href="https://en.wikipedia.org/wiki/Confluence" target="_blank" rel="noopener noreferrer">confluence</a> of two or more rivers into one.</p> <p>Freshwater bodies can be ponds, lakes, or inland seas. The size of the water body will determine the navigability of the watercourse. Lakes and ponds may have marsh or swamp lands at the estuary in a relatively level area. </p> <p>At saltwater bodies, those tend to be seas or oceans. Often the mouth of the river fills with sediment from silt and may limit the ability for seagoing vessels to navigate it.</p> <h4 class="wp-block-heading">Weather</h4> <p>Weather affects navigation of watercourses. Too much rain leads to flooding and until the chaos subsides navigation is dangerous. Drought leads to inability to travel, without portage. Seasonal variations in rainfall will lead to semi-predictable peaks and valleys in navigability. Winter in temperate and further regions will lead to ice partially or completely blocking traffic via the river. </p> <p>If frozen to sufficient thickness wild herd animals, followed by their predators can cross rivers that lack high banks. Bandits and war parties can utilize this new bridge also. Ice that is thin leads to accidents. Children feared lost beneath the ice or in danger of it could be an adventure hook. </p> <p>Drought of an extent to halt traffic will have repercussions on trade, irrigation, diplomacy, and many potentially dying of thirst. Water from a river is easier to access than boring through rock. Work projects to build cisterns for water storage for the next drought, and seeking water will lead to finding things of lost civilizations and provide many adventure hooks.</p> <h4 class="wp-block-heading">Geology</h4> <p>Hills and mountains and sedimentary rock along the banks will most likely hold some form of cave or cavern. They may be quite obvious or only be known to a few locals, or be the lairs of predators or monsters. Some could be bandit hideouts, hidden behind waterfalls, surface entrances to a cavern system that eventually leads to the underdark, or the interior world of the planet. I had an idea a couple weeks ago that the underdark is the zone between the outer and inner worlds of the planet.</p> <p>Cliffs are natural outlooks and can slump if earth or soft stone, or boulders or dead trees can come crashing down. Wyverns might nest on a cliff overlooking the river crossing causing an impact on trade and thus taxes.</p> <h4 class="wp-block-heading">Conclusion</h4> <p>There is a lot more here than I could hope to compile in a single day. I hashed this out in about three and a half hours. This will fit into what I see as becoming a framework for building one’s own campaign world, with tools to help build locations and encounters. One need not detail every mile, bend, fall, and rapids in a river. Merely specify what one will find in a particular point along a river. </p> <p>If you don’t want to map out a river journey, don’t suggest any information to your party to help them think of it. Make all journeys cross rivers and you won’t have to do much detail, of use the same methods for land travel, focus on the narrative of the journey with only highlights of the scenery. Placing specific encounters, or developing encounters that you can fit into any place along a river will ease your work load. </p> <p>This exercise of writing this article and generating the rough structure of tables has given me ideas that will percolate in the back of my mind and ideas will emerge when I need them during the course of play. </p> <p>I hope you find this informative and useful in crafting your own ideas.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/download/" rel="tag">Download</a><a href="https://followmeanddie.com/tag/drivethrurpg/" rel="tag">DriveThruRPG</a><a href="https://followmeanddie.com/tag/rivers/" rel="tag">Rivers</a><a href="https://followmeanddie.com/tag/tables/" rel="tag">Tables</a></span></footer></article><!-- #post-5299 --> <article id="post-5293" class="post-5293 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-cursed-items tag-magic-items"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/08/07/idea-for-two-new-magic-items/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/08/TwoNewMagicItems-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Two New Magic Items & Cursed Variants" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/08/TwoNewMagicItems-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/08/TwoNewMagicItems-672x372.png 672w" sizes="auto, (max-width: 1038px) 100vw, 1038px" /> </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/2018/08/07/idea-for-two-new-magic-items/" rel="bookmark">Idea for Two New Magic Items</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/08/07/idea-for-two-new-magic-items/" rel="bookmark"><time class="entry-date" datetime="2018-08-07T23:26:29-04:00">August 7, 2018</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/2018/08/07/idea-for-two-new-magic-items/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>My inspiration for the first of the magic items that came to me today come from a table over at <a href="https://web.archive.org/web/20190326024747/https://plus.google.com/113598345409044633851" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">+Shane Ward’s</a> <a rel="noopener noreferrer" href="http://3toadstools.blogspot.com/" target="_blank">3 Toadstools Blog</a>. He has a page of <a rel="noopener noreferrer" href="http://3toadstools.blogspot.com/p/random-tables.html" target="_blank">Tables</a>. One of the tables is, <a rel="noopener noreferrer" href="http://3toadstools.blogspot.com/p/random-tables.html" target="_blank">100 Minor Magical Items</a>. Catch Shane’s podcast, <a href="https://anchor.fm/gilligans-isle-of-add/" target="_blank" rel="noopener noreferrer">Gilligan’s Isle of ADD</a>.</p> <p>If you’ve followed my blog for any length of time, you should realize that when my brain encounters a title like that, I’m going to get a skewing of that. What came out is <em>100 Miner Magical Items</em>. Queue obligatory scene from <a href="https://www.youtube.com/watch?v=YChWz_oow6g" target="_blank" rel="noopener noreferrer">Galaxy Quest</a>.</p> <p>No, I don’t have a list of 100 items yet. What I thought of is a list of items dwarves might make to make their life in the mines easier. So far, I only have one item: </p> <h4 class="wp-block-heading">Auger of Impossible Depth</h4> <p>This auger allows the user to bore holes of the diameter required to great depths. The more narrow the diameter required the quicker it can drill. Originally developed by the brother of a miner lost to a mining accident. It is used to open air vents in collapses and cave ins, and bore supply and rescue tunnels. It soon found use in following veins, probing for underground caves, streams, and gas pockets. Additionally, it is used to bore wells, cisterns, and drill precision grooves for quarrying stone. </p> <p>With the losses of many dwarves in the goblin wars, this allows the young and old dwarves left in the mines to maintain their quotas. </p> <p>The Auger also saw use in sapping, and counter mining, and breaching walls in the goblin wars. </p> <h4 class="wp-block-heading">Stats</h4> <p>This device appears to be a wand or baton. It is usable by any intelligent creature who understands its use and knows the activation word. The dwarven word for <em>drill</em>. The dimensions, depth, and direction of the shaft must be specified. It will return to the owner once the command is completed. Only powerful magics or magical creatures can interrupt its orders.</p> <p>It can bore a pencil thin shaft 100 feet long through hard rock in an hour, or a 10 foot diameter shaft at the rate of 10 feet per hour. Softer stone is at triple the rate, and earth is at 6 times that rate.</p> <p>Creatures that burrow in earth, or rock, or from the elemental plane of earth are sensitive to the vibrations of this device. Any within a mile of it will seek it out to stop its annoying tone. Those more than a mile away will find it easier to avoid it. There is a 10% chance that a creature more than a mile away is so annoyed by this thing interrupting its day, that it will seek it out and attempt to destroy it.</p> <p>Magically summoned earth elementals and other rock burrowing creatures will be harder to control for both friendly and unfriendly spell casters. If a spell caster loses control of the summoned creature, it will deal with the annoying noise before turning on the spell caster who summoned it. </p> <p>Simply ceasing to use the device will stop the tone and there is a 90% chance attracted creatures will resume their prior activity. For the 10% of creatures truly annoyed by this device, there is a 50% chance.</p> <h4 class="wp-block-heading">Cursed Auger</h4> <p>There is a cursed item that some mad, trickster mage created to annoy those who find it. The <em>Auger of Impossible Drilling</em>. It will only drill one inch into any substance and makes an annoying sound that irritates all who hear it in 100 yards. Conversation is impossible until the augur completes its task. While it only drills to a depth of one inch, it will continue to drill for the duration it would take to complete the task as if it really were the <em>Auger of Impossible Depths</em>.</p> <p>It attracts all the same creatures as its counterpart, but within 5 miles and there is only a 50% chance of them breaking off if it ceases before their arrival. If the creature sees it or its user, it is too late. Annoyed creatures will find the item and its user and seek to silence both.</p> <p>This item will obey any depth and direction comments by its unfortunate owner. Only a remove curse can free the owner. Once freed, the device will bore into the ground in a random direction and the castings behind it will harden and make it impossible to trace. Anyone who successfully grapples it before it gets away will now be cursed and it will take them with it to the nearest cavern in the underdark.</p> <h4 class="wp-block-heading">Ring of Elven Years</h4> <p>This fine gold or mithril ring bestows a wearer of non-elven blood with an extended lifespan. They will age at a fraction of the normal rate, merely one month for every year. Further they will have elvish resistance to sleep and charm spells. Spells causing haste and slow have a 50% chance of failure as they are of too similar to the phase, or energies of those spells. The slow spell will </p> <p>If a haste or slow spell is effective it will have double the duration and age the wearer double the normal rate.</p> <p>Additionally, non-elven wearers will gain the ability to sense hidden and secret doors at the same rate as elves. This keen eyed ability will carry over to the use of long swords and bows, as well as magic use. Magic users who wear this ring, have no penalty to the use of armor and weapons of the type usable by elves.</p> <p>This ring is most effective with humans. </p> <p>Elves will feel none of the magic others can sense. Only the most ancient elf could discern that they feel a bit more spry than yesterday. Younger elves will sense the magnitude of eternity and get a true sense of the years ahead. NPC elves will require a morale check to continue the life of an adventurer. If they fail, they will return home seeking to be a productive member of elven society.</p> <p>Half-elves will get the full benefit of their elvish blood, and will have a more elf-centric outlook on life. They will tend to ignore their human heritage, and may even act as if they have no human blood.</p> <p>Halflings will wonder at their less than hearty appetite, but will use their heightened senses and immunities to good advantage.</p> <p>Dwarves and gnomes will have none of the anti-aging effects, it will make their finger itch. Dwarves will freely spend their gold and wealth to help others, even non-dwarves. PC’s get a save vs. magic. They will have a new appreciation for elves and seek to learn more about elves and their ways. </p> <p>Half-orcs will feel self-loathing and it will burn. They will not willingly leave it on as it causes them too much angst and self-doubt. For the next 1+d6 weeks they will have a strong desire for stealth, strategy, and negotiation if they normally charge in without asking questions.</p> <h4 class="wp-block-heading">Cursed Ring</h4> <p>The cursed Ring of Elvish Years will cause those of elvish blood to age at the same rate as humans and instantly age d100 years.</p> <p>For those of non-elvish decent, there is a 90% chance that they will age d100 years. Save verses magic for half. For each week the ring remains on a digit, whether finger or toe, they will age one year. Removal of the ring will not restore lost years.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/cursed-items/" rel="tag">Cursed Items</a><a href="https://followmeanddie.com/tag/magic-items/" rel="tag">Magic Items</a></span></footer></article><!-- #post-5293 --> <article id="post-5268" class="post-5268 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-dnd tag-minimalism tag-osr tag-running-the-game tag-ttrpg"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/08/05/minimalism-at-the-rpg-table/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/08/MinimalismAtTheTable-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Minimalism At The Table" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/08/MinimalismAtTheTable-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/08/MinimalismAtTheTable-672x372.png 672w" sizes="auto, (max-width: 1038px) 100vw, 1038px" /> </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/2018/08/05/minimalism-at-the-rpg-table/" rel="bookmark">Minimalism At The RPG Table</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/08/05/minimalism-at-the-rpg-table/" rel="bookmark"><time class="entry-date" datetime="2018-08-05T02:51:04-04:00">August 5, 2018</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/2018/08/05/minimalism-at-the-rpg-table/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Minimalism had really hooked me. Less stuff, less clutter, less to do, less to worry about all appeal to me. Having a simple, organized living space and workspace leads to less cluttered thinking and more progress towards goals.</p> <p>Similarly, at the game table, if the GM can run the game just as effectively with less stuff, it serves multiple ends.</p> <ol class="wp-block-list"><li>There is less at the table to get in the way of the players and the GM seeing everyone around the table, and anything of importance on the table.</li><li>The game is focused on the fun and not paper shuffling and rules lookups.</li><li>The GM has less to carry, and is less likely to get a sore back or neck form carrying a lot.</li><li>The less need there is for a large space for a large table to play. GM and players can just sit around the living room.</li><li>Players have more room for their character sheet and notes if they are organized and know the rules that apply to their characters, such as combat and spells.</li></ol> <p>To accomplish minimalism at the table for the GM, there are several things to aid with that. I put out a call for comments and suggestions on this topic across all my social media. I had several suggestions on my G+ page.</p> <h4 class="wp-block-heading">Suggestions</h4> <ol class="wp-block-list"><li>Organization. <br/>My 2 cents – A system that works for the GM to keep notes, encounter tables, rules references, etc. in a clear and concise, easily accessible manner will simplify running the game and reduce stress of the GM and add to the enjoyment of all. <br/>I think my number one tip is find the organization system that works for you to keep your campaign notes & individual game notes organized. Through running games figure out what you don’t need. Make a checklist of all you take to the actual game. Then cross off what’s not used.<br/></li><li>A DM Journal and Index Cards. <br/>Colin Green – <em>I try and bring my stuff together into a DM journal, combined with index cards. The index cards have things like monsters, encounters, magic items, NPC’s. The journal has plot/story info, notes, maps, random tables. I try to leave rule books away from the table, forgotten rules are subject to rulings.</em></li><li>Write in it, re-draw, revise. <br/>David Shugars – <em>If you’re running from a module, write in it! 5e is terrible about information presentation so my Curse of Strahd book had all the monster stats written in sharpie in the margins.</em><br/><em>Aside from that, don’t be afraid to re-draw maps and re-key encounters. Here’s a Dyson map I’ve adapted for my next session, scaled down to fit inside my A5 campaign notebook:<br/><img decoding="async" src="https://web.archive.org/web/20181006173738/https://lh3.googleusercontent.com/H1BJhTKjjMaFqCpE6PUc_Kw4aRl5t8_KJqi-VeGWM2pSMefTRf3DHZqG139RdzqL5_APzBuNMDA=w195-h260-n-rw" alt="Photo"/> <br/></em><br/><ol><li>Colin Green – <em>that’s perfect, it’s amazing what you can include in a relatively small footprint, with a bit of thought. I’m dropping from A4 to A5 and use a similar approach.</em></li><li>Brett Slocum – <em>When using a campaign Journal like that I like to prep on one page and leave the other page blank. That way you can write notes while you’re playing about what happens, who they meet, the names of things and people.</em></li><li>Me –<em> Players can make their own notebook to track the character’s and party’s progress on adventures. This ties in to my ideas on organization above. Whether you use a BuJo or other journaling method, or a binder instead of a journal, find what works for you. There are lots of YouTube channels on how different people use Bullet Journals. The G+ Community, <a href="https://plus.google.com/b/107411251706927346819/communities/110082948640893810864" target="_blank" rel="noopener noreferrer">Bullet Journal for Game Masters</a> has lots of ideas for using the <a href="http://bulletjournal.com/" target="_blank" rel="noopener noreferrer">Bullet Journal</a> method to organize one’s campaign.</em></li></ol></li><li>Simple Rules. <br/>Brett Slocum – <em>One of my methods for con games is using a simple system like The Black Hack that doesn’t require much referencing to run. I never have to look up bonuses or penalties or most other things. I take the rules but rarely reference them.</em></li><li>Sit alongside the Players.<br/>Steve Hartline – If I’m well versed in the rule set, I like to sit along side the players. I still have a screen where I’ll keep items that are necessary for that particular session, but I try to limit my time behind the screen (index cards and a 3 ring binder). This setup actually encourages more immersive role playing IMHO.</li></ol> <p>Jay Murphy of The Vanishing Tower <a href="http://vanishingtower.blogspot.com/" target="_blank" rel="noopener noreferrer">Blog</a> and <a href="https://anchor.fm/VanishingTower/" target="_blank" rel="noopener noreferrer">Podcast</a> has 3 Maxims of Gaming that I think tie into my ideas of minimalism at the table. He explains them in three episodes of his Anchor podcast:</p> <ol class="wp-block-list"><li>GM must have a firm <a href="https://anchor.fm/VanishingTower/episodes/Episode-5-Gripping-the-Genre-e1npki" target="_blank" rel="noopener noreferrer">grip on the genre</a>.</li><li><a href="https://anchor.fm/VanishingTower/episodes/Episode-8-System-Matters--but-it-doesnt-e1ptno" target="_blank" rel="noopener noreferrer">System Matters, But It Doesn’t </a></li><li><a href="https://anchor.fm/VanishingTower/episodes/Episode-9-Players-who-do-stuff-e1qnog" target="_blank" rel="noopener noreferrer">Must have Players who do stuff.</a></li></ol> <p>Glen Halstrom of the <a href="https://www.youtube.com/user/SmokestackJones" target="_blank" rel="noopener noreferrer">Old Man Grognard YouTube channel</a> and <a href="https://web.archive.org/web/20221202103826/https://anchor.fm/radio-grognard" target="_blank" rel="noopener noreferrer">Radio Grognard podcast on Anchor</a> mentions what he does to get organized to run games on several episodes. In particular, he discusses <a href="https://anchor.fm/radio-grognard/episodes/Episode-42---All-Blocked-Up-e1qr6t" target="_blank" rel="noopener noreferrer" class="broken_link">stat blocks</a> that take a single line next to the creature on encounter tables. </p> <p>I’ve gotten behind on all the great podcasts on Anchor, and am not up to speed on the latest from Glen. He has episodes about quickie prep, what’s in his game bag, and organization. </p> <p>I like hearing how others do things, and if there’s a quick tip that is easy to work into my process, I take it.</p> <h4 class="wp-block-heading">More Tips</h4> <p>There are a few other things that I do to simplify running games.</p> <ul class="wp-block-list"><li>I make a long list of names and put a tick mark when I use a name. I’m not afraid to re-use a name, as some names are common, like John.</li><li>I give tips to players to help them run their characters. For example, for spell casters, I tell them to note the page number of their spells next to the spell name on their character sheet. I forget where I first heard that, but it is a major time saver.</li><li>I generate weather for a year at a time and put it on the campaign calendar.</li><li>I generate an annual and monthly events, modeled after the tables in Oriental Adventures, and put on the campaign calendar.</li><li>I imagine and think about my campaign setting/world and use my visual memory of real places to help me create my world in my mind so I can describe it to players. By seeing this in my mind I am able to run the town episodes without a map, or describe the location in the nearby dungeon from memory. <ul><li>I have figured out how to do a <a href="https://en.wikipedia.org/wiki/Method_of_loci" target="_blank" rel="noopener noreferrer">mind palace</a> without being intentional about it being a mind palace. </li></ul></li><li>I’m not finding the note of where I heard this next bit, but I love it. Generate multiple die rolls for each type of die for secret rolls, like secret doors, random monster checks, etc. Cross of the roll when needed. Of course, you can roll dice to mess with your players, or for the real thing, but if you don’t want them to know you’re rolling, do that. This will be a new tool in my kit.<ul><li>The person who suggested that, from a podcast, as I recall, also used these rolls for random room descriptions, treasure, etc.</li><li>This works with any number of random tables. The trick is to have enough random rolls for each die type to avoid running out.</li><li>Using this method, one can do away with pre-generating weather, and perhaps events for extended periods of time.</li></ul></li><li>I like a good random table that is easy to use and evokes lots of ideas. A collection of the right random tables for the genre and situation can spur all kinds of fun.</li><li>Use the player’s ideas against them. Players always seem to get cross talk at the table and speculation. Even if they suggest something that is not the direction they think it’s going, encourage them to think and follow that. They create their own plot hooks and rumors.</li><li>To avoid giving every NPC a name, have the NPC speak before the player’s do. for example, “The shopkeeper wants to know what you need”, or “How may I help you?” That was another one from a podcast.</li></ul> <h4 class="wp-block-heading">Conclusion</h4> <p>Finding what works best for you to run a game at the table takes time. The more comfortable you are with running games in general, the easier it is to simplify. The right choice of rules that are either simple, or you feel comfortable with less rule books also aids in minimalism at the table.</p> <p>It opens the opportunity to focus on running the game and the shared story that emerges through play. The old adage of<em> rulings, not rules</em>, makes it more evident that minimalism at the game table is one fruit of growing into the role of GM. With a simple one page map, and a page of notes, I can run a four hour con game. I can endure the chaos and clutter of developing the adventure to inform what notes I use to simplify what I need at the table.</p> <p>I’d like to keep going with collecting tips for RPG minimalism for GMs and players. Comment here on the blog, or on any of my social media. I will add to this article and do a revised article. </p> <p>If you’re the source of an idea I mentioned, please let me know, I want to give credit where credit is due. I typed up my notes, and left off the source for a couple, and tossed the index cards it was written on.</p> <h4 class="wp-block-heading">Goals</h4> <p>Besides pen/pencil and paper for notes, and dice, I want to see how lean I can get when running games in person, especially at cons. Mining these tips, and any others that may be submitted or I find online for what I can most easily integrate into my own way of running games. A set of random tables for on the fly ideas and descriptions at the table. A list of NPC names, and simple stats for the creatures that will be encountered.</p> <p>There are so many games that have an old school D&D core, that combat is run the same way. Except for non-D&D engines, which a simple GM screen can accommodate. If a GM screen doesn’t have the most pertinent rules for a GM to run the game, then it’s no good. I like cool art, but don’t put more effort into art than functionality.</p> <p>I touched on the topic briefly on my podcast.</p> <figure><iframe loading="lazy" src="https://anchor.fm/follow-me-and-die/embed/episodes/Follow-Me--And-Die----Episode-13---Thoughts-on-Podcast--Business--my-own-RPG--and-RPG-Minimalism-e1uicm/a-a1pvrk" height="102px" width="400px"></iframe></figure> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/dnd/" rel="tag">DnD</a><a href="https://followmeanddie.com/tag/minimalism/" rel="tag">Minimalism</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a><a href="https://followmeanddie.com/tag/running-the-game/" rel="tag">Running The Game</a><a href="https://followmeanddie.com/tag/ttrpg/" rel="tag">TTRPG</a></span></footer></article><!-- #post-5268 --> <article id="post-4929" class="post-4929 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-ability-scores tag-game-design tag-retroclone"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/08/02/thinking-about-ability-scores/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/07/ThroughtsOnAbilityScores-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Thoughts On Ability Scores" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/07/ThroughtsOnAbilityScores-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/07/ThroughtsOnAbilityScores-672x372.png 672w" sizes="auto, (max-width: 1038px) 100vw, 1038px" /> </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/2018/08/02/thinking-about-ability-scores/" rel="bookmark">Thinking About Ability Scores</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/08/02/thinking-about-ability-scores/" rel="bookmark"><time class="entry-date" datetime="2018-08-02T23:41:39-04:00">August 2, 2018</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/2018/08/02/thinking-about-ability-scores/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I started this post back on January 1, 2018 after spending some time the prior weekend thinking about ability scores and the classic 3-18. This was prompted by the 1e/2e character sheet on Roll20, where it defaults to 10 on all the abilities.</p> <p>Since the average on a d6 is 3.5, this results in 10.5 for 3d6, which rounds up to 11.</p> <p>Player characters are generally considered to be “heroic” or above average, one could use 10 + 1d8, for 11-18 for abilities. This will generate abilities on average of 14.5, which rounds to 15. Now there is the problem of every character is way above average. Some may not consider that a problem.</p> <p>1e DMG p. 11 Methods 1-4 are presented.</p> <p>I use 4d6 drop the lowest (Method 1) for character generation. I have a House Rule for my 1e campaign to get to play a class requiring special minimum scores.</p> <h4><strong>But I Want It:</strong></h4> <p>Players wishing to play a class in AD&D 1e who don’t roll the stats for it, can set the minimum stats for those ability scores that are pertinent, but all other stats will be rolled on a d4+8 making their range 9-12.</p> <p>1e UA p. 74 adds method 5 where each class rolls a different amount of dice for each ability, making it more likely to get the scores needed to reach the minimums required for specialty classes, such as druids, rangers, and illusionists.</p> <p>5e PH p. 13 – Roll 4d6, drop the lowest, or use 15, 14, 13, 12, 10, and 8. (Score – 10 = x. Divide x by 2 to get modifier.) Or use 27 points to boost scores that all start at 8, but can’t go higher than 15. Then add racial bonuses. A human could end up with three 14’s and three 13’s after applying racial bonuses, having three scores at +2 and the other three at +1. With a barbarian, the first class in the book, it gets 4 chances to raise an ability 2 points, or two abilities by 1 point, with a max of 20. So a barbarian that lives to level 19, has 8 points that can be added to other abilities. So one of those 14’s can go to 20, and another to 16, for a +5 and +3 bonus.</p> <p>Swords & Wizardry basically does 3d6 in order and 13+ is +1 and less than 7 or 8 is -1. The exact score is not that important.</p> <h4>Skills</h4> <p>This comes back to the issue, do you like a game where you need a high score to stand a chance of success, or a game where player skill negates the importance of the exact number on an ability?</p> <p>At what point on the scale do skills fall? Only class specific skills, but anyone can start a fire, not just rangers, or a comprehensive system that covers what a character can do. My preference is that anyone can start a file, but rangers, druids, and someone with a secondary skill like hunter or forester can start a fire in the rain.</p> <h4>XP Idea</h4> <p>I made some notes for an idea on making my own retroclone over a year ago. Nothing organized, just some rough ideas. How to handle XP is something all making a retroclone need to address.</p> <p>My idea use a base XP chart that is used for all characters with the base “Adventurer” class. Additional XP is required if you want fancier skills, like magic. To have magic perhaps double the XP needed for each level. Other skills like thieving skills use 1.5 times the base. This post is already long, but the idea is to have categories or groups of abilities or skills that are a package to make one’s own custom character. Since non-humans tend to have special traits, those would also require more XP to level.</p> <p>Or a system with no XP and no level advancement. How would you handle a character getting better at code breaking or fighting? With practice, one gets better. But how to gamify that in a simple way that scales and there is balance between characters of similar “level?”</p> <p>It comes down to how crunchy do you want your system?</p> <p>The more I delve into trying to make my own game, the more I come back to wanting something light/simple/quick.</p> <p>Basic, S&W, Delving Deeper, Black Hack, etc. are looking more appealing. The teaming masses of new players today, are focused on 5e, and the style of play that they see online in shows like Critical Role and Maze Arcana. They don’t get what more experienced players know, The rules aren’t the game, and don’t really matter. We just need a mutually agreed framework for generating consistent results when it comes to rolling the die.</p> <p>I’m not sure I like the story game thing where you can override parts of the narrative you don’t like. Yes, it is a game, and we should play what we like, but I think there should be a chance for complete failure or nail-biting success. The idea of yes/and, or no/but is interesting, but how to model that for the style of play I prefer?</p> <h4>Points On The Spectrum</h4> <p>Tables and charts necessitating reference to the book or a GM screen, or target numbers that are easy to calculate? Bonuses and penalties that players need to keep track of and modify their rolls quickly, so that game play doesn’t halt while they figure it out?</p> <h4>Other Systems</h4> <p>d7 system, the one live play I watched seemed interesting. I need to know more about that..</p> <p>I’ve read Maze Rats and like the super simple system there. A new system more compatible with other OSR games and retroclones is in the works.</p> <p>What other ways deal with skills? d20/roll under stats or roll under stats on xd6/etc? I’ve read some that use saving throws for skills, or replace saving throws with rolling under vs. stats.</p> <h4>Conclusion</h4> <p>My desire for simplicity is twofold. First, as a GM, I want a game where the rules are simple enough that all can grasp and it easy to run with minimal or no referral back to a book or screen during a game.</p> <p>Second, simple is also better as a player. This is especially relevant for those new to RPGs. The fewer and less complex the fiddly bits, AKA the rules, the easier for new players to get into it.</p> <p>I put out a call across my social media sites for what tips and tricks GMs have for minimizing what they need at the table. I will pull that together into its own post soon.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/ability-scores/" rel="tag">Ability Scores</a><a href="https://followmeanddie.com/tag/game-design/" rel="tag">Game Design</a><a href="https://followmeanddie.com/tag/retroclone/" rel="tag">Retroclone</a></span></footer></article><!-- #post-4929 --> </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&utm_medium=rss&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&utm_medium=rss&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&utm_medium=rss&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&utm_medium=rss&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&utm_medium=rss&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&utm_medium=rss&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&utm_medium=rss&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&utm_medium=rss&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&utm_medium=rss&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&utm_medium=rss&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 & Secret">Hidden & 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/' aria-current="page">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/'>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's Game Stuff</a></li> <li><a href="http://oldguyrpg.blogspot.com/" rel="noopener" title="Sharing joy of playing the original editions of Dungeons & Dragons." target="_blank">Chgowiz's Old Guy RPG Blog</a></li> <li><a href="https://chgowiz-games.blogspot.com/" rel="noopener" target="_blank">CHICAGOWIZ'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't Split The Party</a></li> <li><a href="https://doomslakers.blogspot.com/" rel="noopener" title="James V. West’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 & Dragons!" target="_blank">Dragons Foot</a></li> <li><a href="https://dreamsofmythicfantasy.blogspot.com/" title="Regular lists of what’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&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'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 & Tools such as our Hexographer & Dungeonographer map creation software and the DungeonMorph Dice & 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 & Cartographer" target="_blank">Rue Ink – 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&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'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&D (121 items)">AD&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&D 40th Anniversary Blogging Challenge (31 items)">D&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&D (29 items)">Legacy D&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 & Culture (236 items)">News Reviews & 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 & Culture (37 items)">Reviews & 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 & Wizardry (16 items)">Swords & 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 121/345 objects using Disk Page Caching using Disk Served from: followmeanddie.com @ 2024-12-12 16:32:09 by W3 Total Cache -->