CINXE.COM
July | 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>July | 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.3.1 - 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.3.1'; var em_track_user = true; var em_no_track_reason = ''; var ExactMetricsDefaultLocations = {"page_location":"https:\/\/followmeanddie.com\/2018\/07\/"}; 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=dd3741191c207e844b1a3ec6d3bbea5d"}}; /*! 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=dd3741191c207e844b1a3ec6d3bbea5d' 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]--> <style id='akismet-widget-style-inline-css'> .a-stats { --akismet-color-mid-green: #357b49; --akismet-color-white: #fff; --akismet-color-light-grey: #f6f7f7; max-width: 350px; width: auto; } .a-stats * { all: unset; box-sizing: border-box; } .a-stats strong { font-weight: 600; } .a-stats a.a-stats__link, .a-stats a.a-stats__link:visited, .a-stats a.a-stats__link:active { background: var(--akismet-color-mid-green); border: none; box-shadow: none; border-radius: 8px; color: var(--akismet-color-white); cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; font-weight: 500; padding: 12px; text-align: center; text-decoration: none; transition: all 0.2s ease; } /* Extra specificity to deal with TwentyTwentyOne focus style */ .widget .a-stats a.a-stats__link:focus { background: var(--akismet-color-mid-green); color: var(--akismet-color-white); text-decoration: none; } .a-stats a.a-stats__link:hover { filter: brightness(110%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16); } .a-stats .count { color: var(--akismet-color-white); display: block; font-size: 1.5em; line-height: 1.4; padding: 0 13px; white-space: nowrap; } </style> <script src="https://followmeanddie.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=8.3.1" 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.147.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=689EA9ABA4F42E80F07C8AE811F1CF81'); </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 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 --> <!-- 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 --> <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/05/Del-FMADBlogHeader.png" width="1260" height="303" alt="Follow Me And Die!" srcset="https://followmeanddie.com/wp-content/uploads/2017/05/Del-FMADBlogHeader.png 1260w, https://followmeanddie.com/wp-content/uploads/2017/05/Del-FMADBlogHeader-300x72.png 300w, https://followmeanddie.com/wp-content/uploads/2017/05/Del-FMADBlogHeader-768x185.png 768w, https://followmeanddie.com/wp-content/uploads/2017/05/Del-FMADBlogHeader-1024x246.png 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: July 2018 </h1> </header><!-- .page-header --> <article id="post-5243" class="post-5243 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-monsters tag-take-one-thing-and-expand-on-it"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/07/30/creatures-inspired-by-song-lyrics/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/07/SongLyricInspiredMonsters-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Song Lyric Inspired Monsters" decoding="async" srcset="https://followmeanddie.com/wp-content/uploads/2018/07/SongLyricInspiredMonsters-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/07/SongLyricInspiredMonsters-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/07/30/creatures-inspired-by-song-lyrics/" rel="bookmark">Creatures Inspired By Song Lyrics</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/07/30/creatures-inspired-by-song-lyrics/" rel="bookmark"><time class="entry-date" datetime="2018-07-30T20:30:46-04:00">July 30, 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/07/30/creatures-inspired-by-song-lyrics/#comments">1 Comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Over lunch today, when I ran out for a quick errans, the Genesis’ song, <i>Invisible Touch</i> came on the radio<i>. </i>This part stood out<i>, She reaches in, grabs right hold of your heart…. takes control and slowly tears you apart.</i></p> <h4><b>My Idea</b></h4> <p>Take a metaphorical song literally then give it an RPG spin. I googled the lyrics and this whole thing can be a horror show if read literally.</p> <p>I’ve got ideas for a couple of genres rattling around in my mind just from this song.</p> <p>One can easily take other love songs literally and see what ideas it sparks. It isn’t just love songs, but any song or poetry or metaphorical writing. Some can be weird, odd, creepy, and disturbing if taken literally. Which is perfect for RPGs!</p> <h4>Fantasy Monster</h4> <p>The first thing that came to mind was a variant on a <a href="https://en.wikipedia.org/wiki/Succubus" target="_blank" rel="noopener noreferrer">succubus</a>. In AD&D [<em>Affiliate Link</em>]a succubus has a charm ability, so that you can’t resist. What is worse than gladly going to the thing that will rip out your heart and dismember you?</p> <p>Better yet, a new creature. Something with a charm ability, illusion, or mind power. A completely hideous creature that ensnares its victims to lure them in for the kill. A single creature would need to be very tough to deal with a party. So if not super tough, it would need cunning to avoid going against a large number.</p> <h6>I can see three options for this:</h6> <ol> <li>Something tougher than a single person.</li> <li>Something about as tough as or tougher than the party.</li> <li>A group, family, or pack of the creature.</li> </ol> <p>In all cases this could be a creature of animal intelligence with some sort of special ability and the cunning to avoid large groups. What would be scarier than a party member being charmed and cheerfully walking off into the forest when they’re on watch? The next day all that is found is what’s left.</p> <p>It could be a cursed spell caster that has to eat the heart of someone on a regular basis and their use their magic to lure them in close, or some variant on lycanthrope.</p> <p>A large intimidating creature that gives the party pause when faced with fighting it. A group that makes the odds of a straight up fight unappealing to the party.</p> <p>I’m also reminded of how mindflayers use their mental powers so they can eat your brain. Another creature could do the same and eat all your innards.</p> <h4>Science Fiction Creature/Alien</h4> <p>I thought of the the salt vampire from <a href="https://en.wikipedia.org/wiki/The_Man_Trap" target="_blank" rel="noopener noreferrer"><em>The Man Trap</em></a>, the first episode broadcast of Star Trek. Either through a doppleganger effect or a mind trick, they get close enough to get you alone. Similar tricks might take place on other planets.</p> <p>There could be a pheromone, since it’s an <em>invisible touch</em>.</p> <p>An intelligent group of aliens may have developed technology to amplify the effect to be more successful in attracting food.</p> <p>Beast or intelligent being from another planet has a symbiotic plant, bacterium, or small animal that attracts the prey. Or some sort of attached lure.</p> <p>I had an idea a few months ago that I don’t recall if I wrote down. Have an intelligent species of alien with an attraction odor. Any species attracted by it’s odor that gets eaten is obviously not intelligent. Not all humans are vulnerable to it, but the aliens have trouble distinguishing those that claim to be a part of an intelligent species from prey.</p> <p>Talk about a diplomatic issue! Respect each other’s culture. The rules come down to a planet controlled by humans follows human laws and norms, and any human on a planet controlled by the alien has to be tested for sensitivity to the attraction factor before they are allowed on the surface. Smugglers and survivors of crashes will have a “fun” time avoiding the locals long enough to get to the embassy.</p> <h4>Stats</h4> <p>I always do better with the descriptive part of creatures. The mechanics always frustrate me trying to come up with something good.</p> <p>The easy way is to find something roughly equivalent in HD and special abilities of other creatures.</p> <p>So for a beast, something like a lion or tiger in power with an attraction ability.</p> <p>For intelligent creatures, take the stats of a doppleganger, or mind flayer.</p> <p>For a pack, choose dire wolves.</p> <p>For a large creature choose a bulette.</p> <p>Then change the skins, AKA re-skin them to fit the description.</p> <h4>Example of Re-Skinning</h4> <p>I used Swords & Wizardry Core monsters and took the doppelganger, wolf, and dragon stats for a base for re-skinning.</p> <p><strong>Doppelganger</strong><br /> Hit Dice: 4<br /> Armor Class: 5 [14]<br /> Attacks: Claw (1d12)<br /> Saving Throw: 13 (5 against any magic)<br /> Special: Mimics shape, immune to sleep and charm spells<br /> Move: 9</p> <p>The doppelganger will be the basis for an intelligent creature that prowls lonely places seeking whatever mysterious things it wants, needs, or desires. It is strong and can rip open an adult. It uses its shape shifting ability to appear weak or injured.</p> <p><strong>Lone Prowler</strong><br /> Hit Dice: 4<br /> Armor Class: 5 [14]<br /> Attacks: Claw (1d12)<br /> Saving Throw: 13 (5 against any magic)<br /> Special: Mimics shape, <del datetime="2018-07-31T00:02:26+00:00">immune to sleep and charm spells<br /> </del>Move: 9</p> <p>Wolves will form the smaller creatures that rip one to shreds, and the whole pack can join in the fun. Stalkers are fearsome creatures, one of whom could lay low a hapless traveler. Then tend to travel in packs of 4 to 12 and can challenge a family or other group by themselves.</p> <p><strong>Stalkers</strong><br /> Hit Dice: 2+2<br /> Armor Class: 7 [12]<br /> Attacks: Bite (1d8)<br /> Saving Throw: 16<br /> Special: None<br /> Move: 18</p> <p>Finally, the red dragon will inform the large fearsome beast. the spiked devil is a ravenous creature, preferring the soft innards of its victims, but also know to swallow smaller prey whole. It is named for the pointy protrusions covering its body. It has been known to eat the tenderest parts of a herd then work its way through the bodies.</p> <p><strong>Spiked Devil</strong><br /> Hit Dice: 9–11<br /> Armor Class: 2 [17]<br /> Attacks: 2 claws (1d8), bite (3d10), tail slap (1d10)<br /> Saving Throw: 6, 5, or 4<br /> Special: Prehensile tongue rips out heart of victim within 20 feet before it can fall on a 20. DEX save for victim.<br /> Move: 9/24 (flying)</p> <p> </p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/monsters/" rel="tag">Monsters</a><a href="https://followmeanddie.com/tag/take-one-thing-and-expand-on-it/" rel="tag">Take One Thing and Expand on It</a></span></footer></article><!-- #post-5243 --> <article id="post-5227" class="post-5227 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-add tag-gm-tips tag-player-tips tag-rules-lawyer tag-simplification"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/07/27/trust-your-gm/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/07/TrustMe-ImTheDM-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Trust Me, I'm The DM" decoding="async" srcset="https://followmeanddie.com/wp-content/uploads/2018/07/TrustMe-ImTheDM-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/07/TrustMe-ImTheDM-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/07/27/trust-your-gm/" rel="bookmark">Trust Your GM</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/07/27/trust-your-gm/" rel="bookmark"><time class="entry-date" datetime="2018-07-27T18:15:04-04:00">July 27, 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/07/27/trust-your-gm/#comments">2 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>It is important for players to trust their GM and for the GM to explain how they use the rules and run games. GMs should be both clear and fair in their presentation and application of the rules. They should strive to instill trust in their players. This is a follow up to <a href="https://followmeanddie.com/2018/07/26/add-invites-rules-lawyering/" target="_blank" rel="noopener noreferrer">yesterday’s blog post</a> on rules lawyering, and is an expansion of <a href="https://anchor.fm/follow-me-and-die/episodes/Follow-Me--And-Die----Episode-11-e1sr3j" target="_blank" rel="noopener noreferrer">episode 11 of the podcast</a>.</p> <h4>Two Way Street</h4> <p>The relationship between the GM and players at the table (real or virtual) is a two way street between the GM and each player, as well as each player between every other player. The GM prepares the campaign setting/world to host the adventures, and also prepares for each adventure. They have to run and voice all the monsters and NPCs and keep track of all the things involved to keep the game moving.</p> <p>Players should each do their part. Just as the GM works to show the players that they can trust him or her to run the game, the players should work to show the GM and other players that they fit in at the table.</p> <h4>What should the players do?</h4> <p>The following assumes a veteran player.</p> <ul> <li>Show up on time. <ul> <li>If you are late, it delays the start of the game, or causes a pause in the action to get you up to speed</li> <li>If you are going to be late, it shouldn’t be a habit and you should let everyone know. <ul> <li>Life happens and the unexpected can derail the most firm commitment.</li> </ul> </li> <li>With online play this is also important.</li> </ul> </li> <li>Bring what you need to play, character sheet, writing instrument, paper, dice, PHB or similar.</li> <li>Have your character sheet and inventory up to date and organized so the game can start on time, and you can find the information needed during play.</li> <li>Be ready to declare your action when it is your turn to act.</li> <li>Be familiar with your character’s class, abilities, equipment, and whatever else you need to know to play that character.</li> <li>Be courteous and respectful of others. (I shouldn’t have to say that. If you don’t know what this means, a bullet point can’t explain it.)</li> <li>Be welcoming of new players to the game. You are an <em>ambassador</em> to both your group and the wider RPG community. <ul> <li>This is both experienced players new to your table.</li> <li>As well as new players who are new to the game. There are two variations: <ul> <li>Players who have never played an RPG. Their experience at your table is their FIRST IMPRESSION of the game. They will assume all role players are jerks if they are treated poorly and won’t want to play.</li> <li>Experienced role players who are new to the rules of the game you are playing.</li> </ul> </li> </ul> </li> <li>Be willing to step outside your comfort zone. The GM has to do this, so you aren’t the only one. <ul> <li>If you are a natural extrovert, play an introverted character occasionally. Encourage the less active players to take risks.</li> <li>If you are a natural introvert, play an extroverted character, or one who takes risks.</li> </ul> </li> <li>Be willing to try your hand as GM. <ul> <li>Your GM needs a break to let their batteries re-charge. Run a one-shot or short campaign.</li> </ul> </li> <li>Do your part to help bring the campaign world alive. Suggest ideas for monsters, cultures, items, and more.</li> <li>Tell your GM what they get right more loudly and before you tell them what they did wrong. <ul> <li>When you tell them what went wrong or you didn’t like, do it in a constructive way.</li> </ul> </li> <li>If there is a problem at the table be part of the solution. If you’re the problem, recognize it when everyone else calls you out.</li> </ul> <h4>Conclusion</h4> <p>TTRPGs require an open mind, trust, and creativity for all concerned. Such games are a communal exercise in play. This type of play allows one to do things they can’t do in the real world. It is a communal activity that when players and GM come together, the fictional world comes alive. By trusting the GM and players buying in to the world and adventure presented, you will have memories as vivid as the ones you have of things you really did. Together you weave a story that will unite your group in a way that you can say, “Hey, remember that time?” and you will all laugh and no one else will ever quite understand.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/add/" rel="tag">AD&D</a><a href="https://followmeanddie.com/tag/gm-tips/" rel="tag">GM Tips</a><a href="https://followmeanddie.com/tag/player-tips/" rel="tag">Player Tips</a><a href="https://followmeanddie.com/tag/rules-lawyer/" rel="tag">Rules Lawyer</a><a href="https://followmeanddie.com/tag/simplification/" rel="tag">Simplification</a></span></footer></article><!-- #post-5227 --> <article id="post-5229" class="post-5229 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-add tag-gm-tips tag-player-tips tag-rules-lawyer"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/07/26/add-invites-rules-lawyering/" aria-hidden="true"> <img width="400" height="387" src="https://followmeanddie.com/wp-content/uploads/2018/07/RulesLawyer.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Rules Lawyer Meme" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/07/RulesLawyer.jpg 400w, https://followmeanddie.com/wp-content/uploads/2018/07/RulesLawyer-300x290.jpg 300w" sizes="auto, (max-width: 400px) 100vw, 400px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2018/07/26/add-invites-rules-lawyering/" rel="bookmark">AD&D Invites Rules Lawyering</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/07/26/add-invites-rules-lawyering/" rel="bookmark"><time class="entry-date" datetime="2018-07-26T19:57:46-04:00">July 26, 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/07/26/add-invites-rules-lawyering/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>In <a rel="noreferrer noopener" href="https://anchor.fm/follow-me-and-die/episodes/Follow-Me--And-Die----Episode-10-e1s9vg" target="_blank">episode ten of the podcast</a> I posited that <a href="http://www.dmsguild.com/product/17003/Players-Handbook-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">AD&D 1e</a> [<em>Affiliate Link</em>] invites rules lawyering. While the <a rel="noreferrer noopener" href="https://followmeanddie.com/add-pdfs/" target="_blank">AD&D core books</a> brought together rules, classes, and monsters introduced in the supplements and issues of <em>Dragon Magazine</em> since the original game did organize a lot, it was still not truly organized.</p> <h4 class="wp-block-heading">Some of the issues are:</h4> <ul class="wp-block-list"><li>Contradictions between the <a href="https://www.dmsguild.com/product/17003/Players-Handbook-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Player’s Handbook</a> [<em>Affiliate Link</em>] and the <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://www.dmsguild.com/product/17004/Dungeon-Masters-Guide-1e?affiliate_id=203222" target="_blank">Dungeon Master’s Guide</a> [<em>Affiliate Link</em>] .</li><li>Similar rules are not grouped in proximity, especially in the DMG.</li><li>Instead of using an existing system, or developing a coherent engine to the game, there is a new system for many new things. <ul><li>For example, the difference between regular combat and grappling is very confusing. </li></ul></li><li>Too many fiddly bits.</li></ul> <h4 class="wp-block-heading">How to address it:</h4> <p>I have a love and nostalgia for AD&D. I even like some of the fiddly bits. But as a player and GM both then and now, rules lawyering interrupts the flow of the game and kills the mood. For me to run AD&D as a campaign, I need a more comprehensive document that clarifies three things:</p> <ul class="wp-block-list"><li>What rules are not used at all, such as weapon speed.</li><li>What rules are modified, morale by the book is a mass of number crunching. Simple is better to keep the flow. <ul><li>Modification can vary from a simple modification or clarification to replacement by another method whether from another game or home brewed.</li></ul> </li><li>What rules are used as is, like turn undead.</li></ul> <p>If you clarify that your game is rulings over rules, then those who can’t stand anything but RAW (Rules As Written) will look elsewhere for a game to join.</p> <h4 class="wp-block-heading">Conclusion</h4> <p>Being on the same page about what rules are used and how they are implemented during play will enhance the experience at the table. Be open to revision of rules based on how things work at the table. Be consistent, and most of all have fun! Remember it’s a game!</p> <figure><iframe loading="lazy" src="https://anchor.fm/follow-me-and-die/embed/episodes/Follow-Me--And-Die----Episode-10---ADD-Leads-to-Rules-Lawyering-e1s9vg" height="102px" width="400px"></iframe></figure> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/add/" rel="tag">AD&D</a><a href="https://followmeanddie.com/tag/gm-tips/" rel="tag">GM Tips</a><a href="https://followmeanddie.com/tag/player-tips/" rel="tag">Player Tips</a><a href="https://followmeanddie.com/tag/rules-lawyer/" rel="tag">Rules Lawyer</a></span></footer></article><!-- #post-5229 --> <article id="post-5222" class="post-5222 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-dd tag-read-an-rpg-book-in-public-week tag-ttprgs"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/07/24/read-an-rpg-book-in-public/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/07/Screen-Shot-07-24-18-at-07.02-PM-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Read An RPG Book In Public Week" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/07/Screen-Shot-07-24-18-at-07.02-PM-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/07/Screen-Shot-07-24-18-at-07.02-PM-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/07/24/read-an-rpg-book-in-public/" rel="bookmark">Read An RPG Book In Public</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/07/24/read-an-rpg-book-in-public/" rel="bookmark"><time class="entry-date" datetime="2018-07-24T19:19:15-04:00">July 24, 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/07/24/read-an-rpg-book-in-public/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>This week is the second of the three annual <a href="http://www.theescapist.com/readrpgsinpublic/" target="_blank" rel="noopener noreferrer">Read An RPG Book In Public</a> weeks promoted by <a href="http://www.theescapist.com" target="_blank" rel="noopener noreferrer">The Escapist</a>, AKA RPG Advocate.</p> <p>The whole idea is to read any RPG related book in public to show people that it is an acceptable thing to do. This comes from the mindset of those who lived through the Satanic panic. Now that D&D is cool, and the hatred and misunderstanding is abating, we should still celebrate our hobby and keep it in the public eye.</p> <p>The week of March 4th is GM’s Day and coincidentally the day Gary Gygax died in 2008.</p> <p>The week of July 27 is Gary Gygax’s birthday.</p> <p>Finally, October 1 is Dave Arneson’s birthday. Dave Arneson invented what would become D&D.</p> <p>It is fitting that this Saturday, Luke Gygax and WOTC are teaming up for<a href="http://dnd.wizards.com/foundersandlegends" target="_blank" rel="noopener noreferrer"> Founders & Legends</a> to celebrate the founders and pioneers of the game. It isn’t just all 5e and Eberron. Stephan Pokorny of Dwarven Forge is running AD&D! In addition to lots of online gaming, viewers are encouraged to donate to <a href="https://www.extra-life.org/index.cfm?fuseaction=donorDrive.team&teamID=40514" target="_blank" rel="noopener noreferrer">Extra Life</a>. Luke will even be playing his old character Melf with 5e stats.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/dd/" rel="tag">D&D</a><a href="https://followmeanddie.com/tag/read-an-rpg-book-in-public-week/" rel="tag">READ AN RPG BOOK IN PUBLIC WEEK</a><a href="https://followmeanddie.com/tag/ttprgs/" rel="tag">TTPRGs</a></span></footer></article><!-- #post-5222 --> <article id="post-5219" class="post-5219 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-5e tag-5enext tag-campaign-setting tag-ravnica"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/07/23/wotc-announces-new-5e-setting-guildmasters-guide-to-ravnica/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/07/Screen-Shot-07-23-18-at-11.32-PM-Copy-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Guildmaster's Guide to Ravnica" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/07/Screen-Shot-07-23-18-at-11.32-PM-Copy-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/07/Screen-Shot-07-23-18-at-11.32-PM-Copy-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/07/23/wotc-announces-new-5e-setting-guildmasters-guide-to-ravnica/" rel="bookmark">WOTC Announces New 5e Setting: Guildmaster’s Guide to Ravnica</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/07/23/wotc-announces-new-5e-setting-guildmasters-guide-to-ravnica/" rel="bookmark"><time class="entry-date" datetime="2018-07-23T23:52:00-04:00">July 23, 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/07/23/wotc-announces-new-5e-setting-guildmasters-guide-to-ravnica/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Earlier today, Wizards of the Coast (WOTC) announced their new setting guide to be released in November. It is from a <em>Magic: The Gathering</em> setting: Ravnica. The book is <em><a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://amzn.to/31Ho8vU" target="_blank">Guildmaster’s Guide to Ravnica</a></em> [<em>Amazon Affiliate Link</em>] . Last night fans reported that Amazon had leaked the listing ahead of the announcement.</p> <p>I suspect if there was a “leak” it was a strategic leak meant to build excitement. Here is the <a href="https://amzn.to/31Ho8vU" target="_blank" rel="noopener noreferrer">link</a> [<em>Amazon Affiliate Link</em>].</p> <p>I did a series of tweets about this, and I think that analysis has been confirmed to be spot on, so I repeat it here.</p> <h4 class="wp-block-heading">My Twitter Analysis</h4> <p>Ravnica is a new D&D 5e setting. It’s from <em>Magic: The Gathering</em>. I don’t know the<em> M:TG</em> settings and have only played a few games just a few months ago. Some are upset that it wasn’t a revival of a setting from a prior version. I don’t see the problem. This is a smart strategy.</p> <p>It has more appeal for novice players that only know 5e. It also invites <em> M:TG</em> players that aren’t as already into RPGs to give them a try. The demographic has shifted. If it was my business I’d leverage every asset I could while the wave of popularity lasts.</p> <p>You don’t need WOTCs official 5e setting to use an older setting. You can even roll your own. Be glad that they’re doing settings and alternate covers of the core. books. It means the investment you made in 5e will last. I’d say there’s little reason for a new version.</p> <p>Settings and adventure books will keep things going for the foreseeable future. That’s my 2 cents.</p> <h4 class="wp-block-heading">Hasbro’s Best Year Ever</h4> <p>This evening Jim Cramer, the annoying screaming stock analyst on CNBC, interviewed the CEO of Hasbro. You can read the article and see that interview <a href="https://www.cnbc.com/2018/07/23/hasbro-ceo-dungeons--dragons-is-having-its-best-year-ever.html" target="_blank" rel="noopener noreferrer">here</a>. Hasbro has had its best year ever. D&D is once again a darling of the stock market. Stranger Things and Twitch streaming has played a big part of that. They have partnered with Amazon, which owns Twitch.</p> <p>This interview explains that they are using the success of D&D to leverage everything. They are talking about eSports…. I don’t like that idea, but that’s a gut reaction. I’d like to know what they envision that looking like. I would guess they are thinking along the lines of tournament modules with the teams being composed of parties of players.</p> <p>The Hasbro stock (HAS) is now trading over $100 a share and was up $12 today because it beat the market predictions. Many anticipated that it would be adversely impacted by the closure of Toys R Us. They were, but are leveraging their winners and crossing over core fan bases. As I wrote above, I think this is a smart move, and one I’d make in that position.</p> <h4 class="wp-block-heading">Conclusion</h4> <p>As long as 5e is the core driving things, I bet the plan is to leave that alone until the wave of success subsides. They can continue releasing various settings that are either from prior rulesets, or other Hasbro properties. As long as they are all done well and not slap dash and rushed out the door, it should work.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/5e/" rel="tag">5e</a><a href="https://followmeanddie.com/tag/5enext/" rel="tag">5e/Next</a><a href="https://followmeanddie.com/tag/campaign-setting/" rel="tag">Campaign Setting</a><a href="https://followmeanddie.com/tag/ravnica/" rel="tag">Ravnica</a></span></footer></article><!-- #post-5219 --> <article id="post-5213" class="post-5213 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-5enext tag-eberron"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/07/23/eberron-comes-to-5e-wayfinders-guide-to-eberron/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/07/Screen-Shot-07-23-18-at-11.13-PM-Copy-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Wayfinder's Guide To Eberron Cover" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/07/Screen-Shot-07-23-18-at-11.13-PM-Copy-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/07/Screen-Shot-07-23-18-at-11.13-PM-Copy-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/07/23/eberron-comes-to-5e-wayfinders-guide-to-eberron/" rel="bookmark">Eberron Comes to 5e – Wayfinder’s Guide to Eberron</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/07/23/eberron-comes-to-5e-wayfinders-guide-to-eberron/" rel="bookmark"><time class="entry-date" datetime="2018-07-23T23:22:38-04:00">July 23, 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/07/23/eberron-comes-to-5e-wayfinders-guide-to-eberron/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Eberron has a setting guide on DM’s Guild, <a href="http://www.dmsguild.com/product/247882/Wayfinders-Guide-to-Eberron-5e?affiliate_id=203222" target="_blank" rel="noopener noreferrer"><em>Wayfinder’s Guide to Eberron</em></a> [<em>Affiliate Link</em>], so Eberron content is available for 5e for others to use in their DMs Guild offerings.</p> <p>I don’t know a lot about Eberron, other than it is Satine Phoenix’s favorite. Her first convention game was a scenario set in Eberron, and I was one of the players. From that I experience, I learned that Eberron is a magic and technology are integrated. It is not surprising that many of the players from Maze Arcans have playtest credits.</p> <p>Very cool that Ruty Rutenberg is listed in the credits as designer.</p> <p>This $19.99 PDF went platinum on DMs Guild just a few hours after being announced.</p> <p>I just downloaded it. So do they need a mithril category? I’m not big into settings, but I want to see what all the fuss is about. This was not expected, other than I knew Ruty was working on something big. I won’t get a review of this, as I have a ton of other things on my plate, and need to get through them.</p> <p>The PDF is 176 pages with clickable links in the table of contents. There is no index. It does use some material from Mordenkainen’s Tome of Foes, according to a note on the title page. There is a history of Eberron, places, new races, new magic, and recommended reading with a list of sourcebooks and novels set in Eberron.</p> <p>Someone asked Ruty on Twitter if it will be available as POD and he said that is the plan.</p> <p>D&D Beyond did an interview with Keith Baker, the creator of Eberron, and he explained a bit about it. See it <a href="https://www.youtube.com/watch?v=4oRRP354Ir8" target="_blank" rel="noopener noreferrer">here</a>.</p> <p>There are a ton of others tweeting, blogging, and vlogging about this and the announcement of a new setting book slated for November from a Magic: The Gathering setting: Ravnica. The book is Guildmaster’s Guide to Ravnica.</p> <p>Ruty also just tweeted that there is more to come.</p> <p>Congratulations Ruty! This is awesome!</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/5enext/" rel="tag">5e/Next</a><a href="https://followmeanddie.com/tag/eberron/" rel="tag">Eberron</a></span></footer></article><!-- #post-5213 --> <article id="post-5203" class="post-5203 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-advicetools tag-my-process tag-rpg-filter tag-take-one-thing-and-expand-on-it"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/07/23/my-process/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/07/MyProcess-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="My Process" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/07/MyProcess-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/07/MyProcess-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/07/23/my-process/" rel="bookmark">My Process</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/07/23/my-process/" rel="bookmark"><time class="entry-date" datetime="2018-07-23T00:48:32-04:00">July 23, 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/07/23/my-process/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Someone on my <a href="https://web.archive.org/web/20190326024615/https://plus.google.com/107411251706927346819/posts/3nf2yVCHPfF" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">G+ post</a> about Saturday’s<a rel="noopener noreferrer" href="https://followmeanddie.com/2018/07/22/patreon-on-the-horizon/" target="_blank"> blog post about prepping to launch a Patreon</a> said they’d like to know what my process is. I will endeavor to lay out how ideas come to me.</p> <h4 class="wp-block-heading">Connections</h4> <p>I see connections between things that most people don’t see. Someone says ‘X’, and I almost immediately think of ‘Y’. When someone asks how I came up with ‘Y’, I lay out all the points between the two. It is all about what my mind picks up and adds to my knowledge store. I don’t have <a href="https://en.wikipedia.org/wiki/Eidetic_memory" target="_blank" rel="noopener noreferrer">eidetic memory</a>, but I seem to be good at remembering various facts. It makes me very good at <em>Trivial Pursuit</em> and <em>Jeopardy</em>. Even some categories where I have a weak knowledge, I am able to come up with answers.</p> <p>Sometimes I hear a word and it triggers a train of thought with unanticipated results. It is also a curse, as this can find a connection that takes me back in time to some memory I’d rather not recall.</p> <p>I have also seen words “sideways” that at a glance the word or phrase I think I see isn’t the word or phrase that is there. In some words, changing the order of a couple letters gives a different word. Or the order of the words is reversed. I’m probably the only one to get a chuckle out of the weird things that result. An example is “Isle of Wights” instead of the Isle of Wight. An additional letter makes it a dangerous place of undead.</p> <h4 class="wp-block-heading">Visual</h4> <p>I am a visual person, so when I had the question in Trivial Pursuit of which state is surrounded by the most other states, I started by narrowing the focus. I focused on the continental US, and eliminated the coastal and border states. Next I eliminated the big Western states. Because I know the states and have a mental map of the state boundaries within the boundary of the US, I could count the states surrounding the states that didn’t have a coast or international border. I won’t give away the answer, but the state is surrounded by eight other states.</p> <h4 class="wp-block-heading">Metaphors</h4> <p>When I try to explain things to people, especially technical things, I have metaphors come to mind to help explain things. I work with financial software and users who don’t know accounting always want to treat the budget like how much money they have. I point out that the budget is like Monopoly money. You can have a budget of a million dollars, but if you don’t have a million dollars in the bank, you can’t spend that much.</p> <p>My metaphors are sometimes ridiculous, but they can help me to develop ideas with an RPG.</p> <h4 class="wp-block-heading">Alliteration</h4> <p>I have gone on kicks with <a href="https://followmeanddie.com/?s=alliteration" target="_blank" rel="noopener noreferrer">alliteration</a> on several blog posts over the years. Sometimes I see it as a challenge to some up with a list that is all alliteration. I think the last one I did was a six word dungeon challenge, and I did A to Z with six alliterative words for each letter of the alphabet.</p> <h4 class="wp-block-heading">Narrow the Focus</h4> <p>The concept of narrowing the focus is the same one I use in my day job of troubleshooting client issues. I do high end tech support for financial applications. I’m the senior tech, so end up digging into SQL to figure out where the data went wrong. I’ve used the programs so long, that except for the newer features, I can see the menu options in my mind’s eye and can talk a client through all the menu clicks without looking at the program.</p> <p>My brother used to tease me about my spouting off apparently random facts in the middle of conversations because someone would say something that fired off something in my mind. He’d say, “And yet another entry into the book of useless facts and worthless information.” I still slip up sometimes and don’t give the right contextual information when that happens and when I say something, I manage to put my foot in my mouth.</p> <h4 class="wp-block-heading">RPG Filter</h4> <p>When it comes to RPGs, I don’t always remember to flip the switch to think about some random thought in an RPG context. However, when I do, I can spit out a detailed string of ideas that are fun and interesting for RPGs. I usually take my real life knowledge and experience and just run things to a logical conclusion.</p> <p>For some ideas, I can run out of steam before it looks complete. Kind of like McCoy going from “It’s so easy a child could do it!” to struggling to recall the simplest detail in the “Spock’s Brain” episode of TOS.</p> <p>Then for other ideas, the ideas keep flowing and I can’t write or type fast enough to keep up.</p> <h4 class="wp-block-heading">Intentionality</h4> <p>I am sure that if I would be intentional about applying an RPG filter to what I think about on a consistent daily basis, I could leverage it more. Historically, I have tended to go in spurts where a lot of information flows until I hit an eventual drought of ideas. I have yet to identify a consistent set of rules that makes this work for me.</p> <p>One year on the blog I posted an article every day. I did leverage the bursts of creativity, and I would write multiple articles in a day. Then I would schedule them to post on consecutive days, with the most pressing first. I managed to have several weeks of posts done in advance, and would have multiple posts on days when there was a timely idea.</p> <h4 class="wp-block-heading">Organization</h4> <p>I have been lax in my organization, and have multiple notebooks and computer files with all kinds of ideas. Applying organization to the madness will help.</p> <h4 class="wp-block-heading">Self Care</h4> <p>My greatest nemesis is the crazy busy time at work December through February. It ends up sapping my energy and creativity to a ridiculous degree. I have not found a solution to deal with that. I am sure it is diet, exercise, and enough sleep. I have always struggled with that.</p> <h4 class="wp-block-heading">Personal Knowledge Base</h4> <p>I’ve played different RPGs since back in the day. AD&D, Metamorphosis Alpha, Gamma World, Boot Hill, Top Secret, Gangbusters, Star Frontiers, Marvel Superheroes, Traveller. Also some exposure to, like one game of Tunnels and Trolls, Runequest, and some others. We also made our own space games. We had a space pirate game that was a board game. We had a planetary war game where two planets were at war. We also made a space RPG that had a little bit of something from every RPG we had or new about, with lots of our own ideas.</p> <p>I read a lot of science fiction and fantasy back in the day. I don’t read as regularly as I used to but still read SF & Fantasy. I’ve been reading the Appendix N authors I never read back in the day. For example, in recent years, I have read the Dying Earth series and Conan. I’ve read many of the Tarzan books, John Carter of Mars, the Venus series, and some others by Edgar Rice Burroughs. Some, such as The Hobbit and LOTR I have read multiple times.</p> <p>I have a strong interest in history and have a BA in history. My interest is on the ancient near east and Mediterranean, and Europe from ancient times up through WWII. I have pulled out old college history books and re-read them. I’ve read history of other regions and eras too.</p> <p>I tend to get lost reading an article in an encyclopedia and all the side references. The arrival of Wikipedia online has caused me to lose many hours of follow the rabbit trails of connected knowledge. I see something that catches my interest, read it and see things mentioned that peak my curiosity. The next thing I know I’ve got a dozen or so tabs open of things I want to know more about.</p> <p>I’ve studied four languages other than English or programming languages. Spanish for three years in high school, German for three semesters in college, and koine Greek and Biblical Hebrew in grad school. I also know a smattering of words and phrases in a few miscellaneous languages that have not been incorporated into the English lexicon.</p> <p>My high school actually had a geography class. I have always liked maps. I wish I still had all the maps I colored in with colored pencils.</p> <p>All the books and articles I’ve read, TV shows, movies, and plays I’ve watched, people I’ve met or observed, places I’ve been, and things I’ve done all inform how I view the world and I draw on them automatically when working an RPG idea.</p> <p>I have 80% of the first draft of a sci fi/fantasy novel. The idea came to me in 1985 or so. I didn’t start writing it down until 2009 or so. I only had the first chapter until I did NaNoWriMo in 2014 and got to where it is now. I exceeded 50,000 words so I “completed” the challenge. It actually wasn’t that hard to do. I just sat down and did it, and was cranking 3,000 plus words some days. As with most first drafts, it’s terrible. I really need to do the last few chapters so I can do the second draft.</p> <h4 class="wp-block-heading">Blogging</h4> <p>The hardest part of blogging is staying on topic. I can easily start off in one place, and go down a side passage of an idea, and end up entirely off the point I intended to make. This is why my posts are so long at times. I’ve got several posts in my drafts that don’t say what I meant to say, and I don’t know how to fix them (apart from starting over) but don’t want to delete them in case I can somehow use them. I have over 700 posts and can easily do a “new” post and later discover I wrote a nearly identical post a few years ago.</p> <p>What I like about blogging, is that it allows me to capture my ideas, so I can come back to them later.</p> <h4 class="wp-block-heading">Conclusion</h4> <p>I think my process is similar to others. Each of us makes connections between ideas in our own way. Through repetition and intentional practice, we can get better at it.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/advicetools/" rel="tag">Advice/Tools</a><a href="https://followmeanddie.com/tag/my-process/" rel="tag">My Process</a><a href="https://followmeanddie.com/tag/rpg-filter/" rel="tag">RPG Filter</a><a href="https://followmeanddie.com/tag/take-one-thing-and-expand-on-it/" rel="tag">Take One Thing and Expand on It</a></span></footer></article><!-- #post-5203 --> <article id="post-5202" class="post-5202 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-rpg-filter tag-tables tag-take-one-thing-and-expand-on-it"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/07/22/forgiveness-factor/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/07/ForgivenessFactor-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Forgiveness Factor" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/07/ForgivenessFactor-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/07/ForgivenessFactor-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/07/22/forgiveness-factor/" rel="bookmark">Forgiveness Factor</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/07/22/forgiveness-factor/" rel="bookmark"><time class="entry-date" datetime="2018-07-22T23:22:19-04:00">July 22, 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/07/22/forgiveness-factor/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>While I was doing my dishes from supper, my thoughts wandered and for some reason, people from my past whose reactions to minor slights came to mind. I thought of those who had a negative reaction to something minor (in my perception), and some had a strongly negative reaction that colored how we interacted from then on.</p> <p><strong>RPG Angle</strong></p> <p>The RPG aspect of this came to me. What if we classified NPCs based on their reactions to slights, errors, and failures? This could apply to any NPC, but it would be more interesting to use it for pre-selected NPCs so you can plan out how a negative reaction manifests.</p> <p>More simply, those who hire PCs to do a job might be offended by some cultural gaffe that is generally considered inappropriate. The leader of the town takes it personally and from then on only turns to the PCs for help when there is no other choice. Reneging on payment, setting them up to fail, and outright vengeance such as hired assassins. The reactions some people have to things can come across as flat out insane.</p> <p>It could be that only one character has earned the ire of the NPC, and they try to convince the others to leave the offender out of their business dealings.</p> <p><strong>Rough Tables</strong></p> <p>Here are some rough tables to outline what I’m thinking. This definitely needs more polish, but I want to get the idea down while it is fresh. Keep in mind that these are for individuals who have a petty mind and make lemons seem sweet. They will be abrupt, just the facts, get the offender(s) out of their presence ASAP.</p> <p>Some of the behaviors will be actively avoiding the offender(s). For example, never using the same door as the offender(s), pretending to not be home, pretending they don’t see or hear the offender, etc.</p> <p><strong>Minor Slight & how perceived by the offended:</strong></p> <ul> <li>Minor – No big deal (This doesn’t belong here because you didn’t make it to <em>THE LIST</em>.)</li> <li>Minor but it rankles to their dying day. They tell everyone about it, and when the offender is present will point them out to all who will hear. Look down their nose at the offender(s).</li> <li>Medium –</li> <li>Major –</li> <li>The worst thing ever! They see the offender as their nemesis.</li> </ul> <p><strong>Disposition to the Player(s):</strong></p> <ul> <li>Neutral – What can the player(s) do for me? Won’t voluntarily aid the player(s), without some great compulsion.</li> <li>Negative, Minor – Will throw up red tape, delays, and generally unhelpful. Player(s) will sit in the waiting room and will always go in last, unless there is for some reason, another person or group higher on <em>THE LIST</em>.</li> <li>Negative, Medium – Will instruct underlings to not help the player(s). Some underlings will be apologetic for their superior’s behavior. No guilt about sending player(s) on a suicide mission. Disappointed if they survive, even if a success.</li> <li>Negative, Major – Underlings are instructed to actively delay, hinder, annoy, and seek to damage the offender(s). Damage may be to reputation, relationships, or life.</li> <li>Negative, Ridiculous – Will hire others to maim or kill the offender(s).</li> </ul> <p><strong>Can it be rectified?</strong></p> <p>Is there anyway to remove the animosity? For some, they may just drop a notch on their disposition to the offender(s).</p> <ul> <li>Charm Person and Suggestion can temporarily resolve it.</li> <li>Forget if cast close enough in time to the affront.</li> <li>Only a Limited Wish, Wish, or Alter Reality spell could do it.</li> <li>Divine intervention.</li> <li>Saving their life. <ul> <li>For some not even saving their life will make them change their mind.</li> </ul> </li> <li>Saving a loved one’s life. <ul> <li>For some this too is not enough.</li> </ul> </li> <li>Taking out someone higher on <em>THE LIST</em> than the offender(s). <ul> <li>May not work for some.</li> </ul> </li> </ul> <p><strong>Conclusion</strong></p> <p>The above is only a rough idea of what can be done with this idea. A similar exercise with other traits of people you have encountered in life can be used to build a similar set of tables. Not all tables need be rollable tables. They can be idea tables that you read to get a kickstart for brainstorming your own ideas.</p> <p>Have you had success with filtering an idea through an RPG lense to get something to help you with game preparation or use at the table? Please share it in the comments!</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/rpg-filter/" rel="tag">RPG Filter</a><a href="https://followmeanddie.com/tag/tables/" rel="tag">Tables</a><a href="https://followmeanddie.com/tag/take-one-thing-and-expand-on-it/" rel="tag">Take One Thing and Expand on It</a></span></footer></article><!-- #post-5202 --> <article id="post-5195" class="post-5195 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-patreon tag-take-one-thing-and-expand-on-it"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/07/22/patreon-on-the-horizon/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/07/PatreonOnTheHorizon-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Patreon On The Horizon" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/07/PatreonOnTheHorizon-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/07/PatreonOnTheHorizon-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/07/22/patreon-on-the-horizon/" rel="bookmark">Patreon On The Horizon</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/07/22/patreon-on-the-horizon/" rel="bookmark"><time class="entry-date" datetime="2018-07-22T02:50:39-04:00">July 22, 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/07/22/patreon-on-the-horizon/#comments">1 Comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I finally realized that what I already do on my blog is worthy of starting a Patreon. I had a moment of clarity while cleaning and organizing my office. I work from home, and my personal computer and gaming stuff is all in the same space. I let things go for too long. I am not done, but the freedom that comes from less physical clutter has the added benefit of less mental clutter.</p> <p>Back at the end of January, 2017, I did a blog post, <a href="https://followmeanddie.com/2017/01/30/trap-idea-take-one-thing-and-expand-on-it/" target="_blank" rel="noreferrer noopener"><em>Trap Idea – Take One Thing and Expand on It</em></a>. There was a <a href="https://www.reddit.com/r/DnDBehindTheScreen/comments/5qvxkl/creative_traps_are_my_downfall_help_kobolds/" target="_blank" rel="noreferrer noopener">post on Reddit</a> asking for trap ideas for a kobold infested dungeon. The first thing I thought of was a trap door that is so fast leaving a puff of smoke and a pile of dust that makes the players think that the individual was disintegrated. Then have the NPC or character show up later either on their own, or discovered by the others.</p> <p>I took this idea and I ran with it in that blog post and came up with all kinds of ideas for how kobolds could leverage a trap infested dungeon.</p> <p>After I read an article or other mention of how silver plates and utensils were used to fight germs, I wrote another article on my blog, <a href="https://followmeanddie.com/2016/02/19/magic-items-table-service/" target="_blank" rel="noreferrer noopener"><em>Magic Item(s) – Table Service</em></a> is about magical dishes that defeat poison. That article spawned another article, <a href="https://followmeanddie.com/2016/02/20/more-magic-dishes/" target="_blank" rel="noreferrer noopener"><em>More Magic Dishes</em></a>, about things other than poison. And another article, <a href="https://followmeanddie.com/2016/02/21/more-variation-on-magic-items/" target="_blank" rel="noreferrer noopener"><em>More Variation on Magic Items</em></a>, to be something other than the standard rings, wands, and staves.</p> <p>My idea for a Patreon is to let patrons both vote on ideas, or submit their own, for me to <em>Take One Thing And Expand On It.</em></p> <p>I can then collect all these ideas into a PDF and patrons get it for no additional cost, and I put it up on OBS for non-patrons.</p> <p>The end result will be a collection of tables and ideas to help others with their game prep and help fuel their own creativity.</p> <p>Many of these ideas are not tied to specific RPGs or versions of RPGs, so as long as I don’t mention or use rules based on OGL materials, it won’t need the OGL or other game license.</p> <p>I think having a monthly poll in the form of [Creature] doing [x], or [Everday item with an RPG twist.], or other table to meet a need because there isn’t a table, or if some existing tables don’t do quite what you want.</p> <p>Initially, I will pull together my existing blog posts that fit and put them into individual PDFs, with spelling and grammar cleaned up, and possible additional material. I’ll do the first one as a free download/PWYW. This will give something for potential patrons to see what I have before committing to a pledge.</p> <p>I will also discuss development of my card game, no spoilers, just some mention of progress and struggles. Eventually, the card game will be on Kickstarter, once all the ducks are in a row.</p> <p>I will have coordination between my blog, YouTube, and Anchor podcast for things relating to Patreon. I will continue my YouTube series, <a href="https://www.youtube.com/playlist?list=PLT7cQu33X53NTBN167wOnaGwuK8WCf6w6" target="_blank" rel="noreferrer noopener"><em>Roll20 For The Absolute Beginner</em></a>. My blog and podcast will also continue to cover topics I have in the pipeline, and otherwise want to cover.</p> <p>A few months ago, I laid the groundwork for a Discord channel, G+ Group, and Facebook group for patrons. Since I already researched the requirements for a Patreon, I know that it will take a couple weeks to get all the particulars in order of how I want it done. I also need to get set up on OBS as a publisher. It has been a few years since I first looked into what that takes.</p> <p>My thoughts are for the Patreon to be a monthly pledge with sensible tiers. I have played around with various ways of handling tiers. I still don’t quite have tiers the way I want, so that will take some more time.</p> <p>Finally, since I want to have something “ready to go” to offer patrons when the Patreon goes live, I need time to work on that. All of this juggled around work, chores, and grandpa time. At the earliest, I could probably pull it off in two weeks, but I want it to be done well. At the outside, I’d like to have it live by Labor Day. I also need to factor in getting up and running as a publisher on OBS.</p> <p>I value what a supportive group of patrons can do with giving feedback and an eye to detail on PDFs that will eventually go on OBS. I’ve seen that model on other Patreons I support.</p> <p>I have a seven part checklist for all the things I need to do for becoming a publisher on OBS and starting a Patreon. Most of these same steps are items on my to do to get ready for the eventual Kickstarter of my card game.</p> <p>You can hear the Podcast episode about this <a href="https://anchor.fm/follow-me-and-die/episodes/Follow-Me--And-Die----Episode-7-e1rbnc" target="_blank" rel="noreferrer noopener">here</a>.</p> <figure><iframe loading="lazy" src="https://anchor.fm/follow-me-and-die/embed/episodes/Follow-Me--And-Die----Episode-7---Call-ins--Patreon-in-the-Works-e1rbnc" height="102px" width="400px"></iframe></figure> <p>You can see my YouTube video about this <a href="https://www.youtube.com/watch?v=CYz_zGAsIvA&index=1&list=PLT7cQu33X53OgdvIc2NHy8nJem85H_5j_" target="_blank" rel="noreferrer noopener">here</a>.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/patreon/" rel="tag">Patreon</a><a href="https://followmeanddie.com/tag/take-one-thing-and-expand-on-it/" rel="tag">Take One Thing and Expand on It</a></span></footer></article><!-- #post-5195 --> <article id="post-5180" class="post-5180 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-campaign-setting tag-eilean-dubh tag-modules tag-tenkars-landing"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/07/19/the-black-isle-released/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2018/07/black_isle_illus_Map_small-Copy-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="The Black Isle" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2018/07/black_isle_illus_Map_small-Copy-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2018/07/black_isle_illus_Map_small-Copy-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/07/19/the-black-isle-released/" rel="bookmark">The Black Isle Released!</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/07/19/the-black-isle-released/" rel="bookmark"><time class="entry-date" datetime="2018-07-19T22:27:12-04:00">July 19, 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/07/19/the-black-isle-released/#comments">8 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>My <a href="https://followmeanddie.com/2018/07/19/9-years-of-the-blog/" target="_blank" rel="noreferrer noopener">last post</a> was about the 9th anniversary of the blog, which was yesterday, July 18th. Another cool event yesterday, in addition to session 210 of the Wednesday night AD&D game on Roll20 was the release of <em>The Black Isle</em>, AKA <em>Eilean Dubh</em>.</p> <p><em>The Black Isle</em> is the fruit of an <a href="https://web.archive.org/web/20190211125752/https://plus.google.com/communities/108924907625049062401" target="_blank" rel="noreferrer noopener" aria-label="OSR collaborative project (opens in a new tab)">OSR collaborative project</a> that started back in 2014 to stat out a region centered on an island. Originally, the project was called Tenkar’s Landing, which is the main settlement on the island. We then decided to name the island. The project had most contributions in about 18 months, as I recall. Editing and layout are what took so long, for one person a 433 page PDF with contents, art, and an index is a huge task.</p> <p>Fifty-four people stepped up and populated six mile hexes on and under the island and the surrounding area. There is a lot packed in, and some of us, like me, packed a lot into our hex. My contribution is <em>The Screaming Swamp</em>. I had a lot of fun putting it all together. A separate more realistic sized area for what I crammed in my hex is a project I have long thought about, but waited for the completion of this project. I blogged about it <a href="https://followmeanddie.com/2014/10/12/tenkars-landing-osr-crowdsourced-island/" target="_blank" rel="noreferrer noopener">here</a> and <a href="https://followmeanddie.com/2014/10/23/collaborative-sandbox-design/" target="_blank" rel="noreferrer noopener">here</a>. It doesn’t appear I went into detail of the finished product on the blog.</p> <p>There are tables, new monsters, and I believe also new spells and items. This is a rich resource to run as is, or cherry pick for ideas. There are many years of adventure in this free supplement.</p> <h4 class="wp-block-heading">Podcast</h4> <p>I talked about it on <a href="https://anchor.fm/follow-me-and-die/episodes/Follow-Me--And-Die----Episode-6-e1r1ph" target="_blank" rel="noreferrer noopener">episode 6</a> of my podcast.</p> <figure><iframe loading="lazy" src="https://anchor.fm/follow-me-and-die/embed/episodes/Follow-Me--And-Die----Episode-6---OSR-Crowdsoured-The-Black-Isle-Released-e1r1ph" height="102px" width="400px"></iframe></figure> <h4 class="wp-block-heading">Settlement</h4> <p>The second phase of the project is Tenkar’s Landing. As I recall all the work on that is done. There is a map by Dyson Logos. Now that the island is done, the next step is the town. I don’t know if there is the oomph to get it done, but it would be very cool to see the finished town to go with the rest of the setting.</p> <p>The price is right, it is free and open source. You can see a lot of creativity and you get so many ideas, it would be difficult to use them all.</p> <h4 class="wp-block-heading">Where to Get It</h4> <p>You can download the 433 page PDF and 1 page map PNG from Google Drive.</p> <p><a href="https://www.dropbox.com/sh/jcjn3jmynpunzu1/AACiuhPWwyayOQ_WdWEFSWyHa" target="_blank" rel="noreferrer noopener">The Black Isle PDF</a> – Drop Box with both Map and PDF</p> <p><a href="https://drive.google.com/file/d/0B6mdp1r_g8R2RUxrb29xbVBWNmc/view" target="_blank" rel="noreferrer noopener">The Black Isle Map PNG</a> – Google Drive Map only</p> <h4 class="wp-block-heading">Elsewhere</h4> <p><a href="https://www.reddit.com/r/osr/comments/95a2zk/thoughts_on_the_gazetteer_to_eilean_dubh_the/" target="_blank" rel="noopener noreferrer">Discussion on Reddit</a>. [Added 08/12/2018]</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/campaign-setting/" rel="tag">Campaign Setting</a><a href="https://followmeanddie.com/tag/eilean-dubh/" rel="tag">Eilean Dubh</a><a href="https://followmeanddie.com/tag/modules/" rel="tag">Modules</a><a href="https://followmeanddie.com/tag/tenkars-landing/" rel="tag">Tenkar's Landing</a></span></footer></article><!-- #post-5180 --> <nav class="navigation paging-navigation"> <h1 class="screen-reader-text"> Posts navigation </h1> <div class="pagination loop-pagination"> <span aria-current="page" class="page-numbers current">1</span> <a class="page-numbers" href="https://followmeanddie.com/2018/07/page/2/">2</a> <a class="next page-numbers" href="https://followmeanddie.com/2018/07/page/2/">Next →</a> </div><!-- .pagination --> </nav><!-- .navigation --> </div><!-- #content --> </section><!-- #primary --> <div id="secondary"> <h2 class="site-description">Ramblings of an Old Gamer</h2> <nav class="navigation site-navigation secondary-navigation"> <div class="menu-site-badges-container"><ul id="menu-site-badges" class="menu"><li id="menu-item-7984" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7984"><a rel="me" href="https://dice.camp/@FollowMeAndDie">Mastodon</a></li> <li id="menu-item-7985" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7985"><a href="https://www.youtube.com/c/Followmeanddie">You Tube</a></li> <li id="menu-item-7986" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7986"><a href="https://twitter.com/followmeanddie1">Twitter</a></li> <li id="menu-item-7987" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7987"><a href="https://www.facebook.com/FollowMeAndDie">Facebook</a></li> <li id="menu-item-7988" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7988"><a href="https://www.instagram.com/followme_anddie/?hl=en">Instagram</a></li> <li id="menu-item-7989" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7989"><a href="https://www.tiktok.com/@follow.me.and.die?">TikTok</a></li> <li id="menu-item-7990" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7990"><a href="https://www.twitch.tv/followmeanddie">Twitch</a></li> </ul></div> </nav> <div id="primary-sidebar" class="primary-sidebar widget-area" role="complementary"> <aside id="text-35" class="widget widget_text"><h1 class="widget-title">Support My Blog</h1> <div class="textwidget"><p>Links to DriveThruRPG and Game Science are Affiliate links. A portion of your purchase price supports this blog and my other efforts.</p> </div> </aside><aside id="custom_html-3" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://www.drivethrurpg.com//saleguide.php?affiliate_id=203222"><img src="http://www.drivethrurpg.com//images/site_resources/DTRPG-HugeDiscounts-BannerB.png" border="0" alt="Huge Discounts on your Favorite RPGs @ DriveThruRPG.com" /></a></div></aside><aside id="custom_html-2" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://www.gamescience.com/?AffId=22"><img border="0" src="http://followmeanddie.com/wp-content/uploads/2017/09/GameScience.png"></a></div></aside><aside id="custom_html-10" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="https://www.patreon.com/bePatron?u=604764" data-patreon-widget-type="become-patron-button">Become a Patron!</a><script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script></div></aside><aside id="custom_html-9" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#46b798', 'P5P4SPFF');kofiwidget2.draw();</script> </div></aside><aside id="custom_html-11" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div class="alignleft"> <script type="text/javascript"> amzn_assoc_ad_type = "banner"; amzn_assoc_marketplace = "amazon"; amzn_assoc_region = "US"; amzn_assoc_placement = "assoc_banner_placement_default"; amzn_assoc_campaigns = "amazonhomepage"; amzn_assoc_banner_type = "rotating"; amzn_assoc_p = "42"; amzn_assoc_width = "234"; amzn_assoc_height = "60"; amzn_assoc_tracking_id = "fmad20-20"; amzn_assoc_linkid = "2d640fe573ea07c548ad1a8933b3f12e"; </script> <script src="//z-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetScript&ID=OneJS&WS=1"></script> </div></div></aside><aside id="custom_html-5" class="widget_text widget widget_custom_html"><h1 class="widget-title">Listen on Anchor</h1><div class="textwidget custom-html-widget"><iframe src="https://anchor.fm/follow-me-and-die/embed" height="102px" width="400px" frameborder="0" scrolling="no"></iframe></div></aside><aside id="rss-2" class="widget widget_rss"><h1 class="widget-title"><a class="rsswidget rss-widget-feed" href="http://followmeanddie.com/feed/"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://followmeanddie.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://followmeanddie.com/">Follow Me And Die!</a></h1><nav aria-label="Follow Me And Die!"><ul><li><a class='rsswidget' href='https://followmeanddie.com/2023/12/31/time-rolls-on/?utm_source=rss&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/'>August 2018</a></li> <li><a href='https://followmeanddie.com/2018/07/' aria-current="page">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/ Page Caching using Disk Served from: followmeanddie.com @ 2025-03-02 05:54:07 by W3 Total Cache -->