CINXE.COM
AD&D | 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>AD&D | 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/" /> <link rel="alternate" type="application/rss+xml" title="Follow Me And Die! » AD&D Tag Feed" href="https://followmeanddie.com/tag/add/feed/" /> <!-- This site uses the Google Analytics by ExactMetrics plugin v8.4.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.4.1'; var em_track_user = true; var em_no_track_reason = ''; var ExactMetricsDefaultLocations = {"page_location":"https:\/\/followmeanddie.com\/tag\/add\/"}; 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.4.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="alternate" title="JSON" type="application/json" href="https://followmeanddie.com/wp-json/wp/v2/tags/61" /><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.150.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=9090889A2CCED2B7EF8808D67D243F98'); </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 tag tag-add tag-61 wp-embed-responsive header-image list-view full-width footer-widgets"> <!-- Google Tag Manager (noscript) snippet added by Site Kit --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P77GVFP" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) snippet added by Site Kit --> <div id="page" class="hfeed site"> <div id="site-header"> <a href="https://followmeanddie.com/" rel="home"> <img src="https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black.jpg" width="1260" height="303" alt="Follow Me And Die!" srcset="https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black.jpg 1260w, https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black-300x72.jpg 300w, https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black-768x185.jpg 768w, https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black-1024x246.jpg 1024w" sizes="(max-width: 1260px) 100vw, 1260px" decoding="async" fetchpriority="high" /> </a> </div> <header id="masthead" class="site-header"> <div class="header-main"> <h1 class="site-title"><a href="https://followmeanddie.com/" rel="home">Follow Me And Die!</a></h1> <div class="search-toggle"> <a href="#search-container" class="screen-reader-text" aria-expanded="false" aria-controls="search-container"> Search </a> </div> <nav id="primary-navigation" class="site-navigation primary-navigation"> <button class="menu-toggle">Primary Menu</button> <a class="screen-reader-text skip-link" href="#content"> Skip to content </a> <div id="primary-menu" class="nav-menu"><ul> <li class="page_item page-item-2 page_item_has_children"><a href="https://followmeanddie.com/about/">About</a> <ul class='children'> <li class="page_item page-item-4119 page_item_has_children"><a href="https://followmeanddie.com/about/other-sites/">Social</a> <ul class='children'> <li class="page_item page-item-4094"><a href="https://followmeanddie.com/about/other-sites/badges/">Badges</a></li> <li class="page_item page-item-4132"><a href="https://followmeanddie.com/about/other-sites/tsr/">TSR</a></li> </ul> </li> </ul> </li> <li class="page_item page-item-5636"><a href="https://followmeanddie.com/medieval-demographics-made-easy-2/">Medieval Demographics Made Easy</a></li> <li class="page_item page-item-8042"><a href="https://followmeanddie.com/my-podcast/">My Podcast</a></li> <li class="page_item page-item-8041"><a href="https://followmeanddie.com/my-youtube/">My YouTube</a></li> <li class="page_item page-item-7981 page_item_has_children"><a href="https://followmeanddie.com/projects/">Projects</a> <ul class='children'> <li class="page_item page-item-5070 page_item_has_children"><a href="https://followmeanddie.com/projects/sign-up-for-kickstarter-updates/">Card Game</a> <ul class='children'> <li class="page_item page-item-6517"><a href="https://followmeanddie.com/projects/sign-up-for-kickstarter-updates/card-game-faq/">Card Game FAQ</a></li> </ul> </li> <li class="page_item page-item-4352 page_item_has_children"><a href="https://followmeanddie.com/projects/patreon/">Patreon</a> <ul class='children'> <li class="page_item page-item-4348"><a href="https://followmeanddie.com/projects/patreon/kickstarters/">Kickstarters</a></li> <li class="page_item page-item-4460"><a href="https://followmeanddie.com/projects/patreon/cafepress-shop/">TeeSpring & CafePress</a></li> </ul> </li> <li class="page_item page-item-4111"><a href="https://followmeanddie.com/projects/rpgosr-works/">RPG Works</a></li> <li class="page_item page-item-4270"><a href="https://followmeanddie.com/projects/selling/">Selling</a></li> </ul> </li> <li class="page_item page-item-4099"><a href="https://followmeanddie.com/reading-read/">Reading</a></li> <li class="page_item page-item-8093"><a href="https://followmeanddie.com/rpga-list/">RPGA List</a></li> <li class="page_item page-item-4128 page_item_has_children"><a href="https://followmeanddie.com/rpgs/">RPGs</a> <ul class='children'> <li class="page_item page-item-4151"><a href="https://followmeanddie.com/rpgs/add-pdfs/">AD&D PDFs</a></li> <li class="page_item page-item-8000 page_item_has_children"><a href="https://followmeanddie.com/rpgs/gaming/">Gaming</a> <ul class='children'> <li class="page_item page-item-4103"><a href="https://followmeanddie.com/rpgs/gaming/playing/">Playing</a></li> <li class="page_item page-item-4105"><a href="https://followmeanddie.com/rpgs/gaming/running/">Running</a></li> </ul> </li> <li class="page_item page-item-4116"><a href="https://followmeanddie.com/rpgs/osr-search/">OSR Search</a></li> <li class="page_item page-item-4262"><a href="https://followmeanddie.com/rpgs/reviews/">Reviews</a></li> </ul> </li> </ul></div> </nav> </div> <div id="search-container" class="search-box-wrapper hide"> <div class="search-box"> <form role="search" method="get" class="search-form" action="https://followmeanddie.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div> </div> </header><!-- #masthead --> <div id="main" class="site-main"> <section id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <header class="archive-header"> <h1 class="archive-title"> Tag Archives: AD&D </h1> </header><!-- .archive-header --> <article id="post-7760" class="post-7760 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-add"> <a class="post-thumbnail" href="https://followmeanddie.com/2021/12/05/when-wizards-die/" aria-hidden="true"> <img width="700" height="576" src="https://followmeanddie.com/wp-content/uploads/2021/12/WhenWizardsDie-700x576.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2021/12/05/when-wizards-die/" rel="bookmark">When Wizards Die</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2021/12/05/when-wizards-die/" rel="bookmark"><time class="entry-date" datetime="2021-12-05T09:45:58-05:00">December 5, 2021</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/2021/12/05/when-wizards-die/#comments">1 Comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I’m prepping for this week’s session of my Sunday AD&D game on Roll20. Two sessions ago, the party sailed into port of the capitol city of the kingdom of which they have adventured at the far reaches until now.</p> <p>Last week marked session 100 of the campaign, and they continued their big city adventures by visiting the wizard’s quarter/wizard’s college. The party is seeking to unload some items they don’t want to carry for items they want for future endeavors.</p> <h5 class="wp-block-heading">I run a low magic campaign. </h5> <p><strong>By this I mean:</strong></p> <ul class="wp-block-list"><li>Most magic has to be discovered during adventuring.</li><li>Magic shops means places to buy ingredients, not magic.</li><li>Healing Elixirs with side effects of exhaustion can be obtained from alchemists.</li><li>Healing potions can be obtained from temples, plus healing spells.</li><li>Some NPC casters will sell potions & scrolls, or spells to PC casters.<ul><li>There are certain spells casters don’t trust with others.</li><li>The party took giant parts to a local wizard and got back half the amount back as either potions of giant strength, or giant control.</li></ul></li></ul> <p>By having a wizards academy in the capitol, it pushes the boundary. My campaign timeline is about a thousand years after the last great empire fell. Wars and devastation fought by wizards trying to keep things together, or get their own slice of the pie, made plentiful magic and the old academies a thing of the past.</p> <p>The capitol of this kingdom, a province of the last empire, has had 500 years to build back up. The capitol is far from its past glory. The wizard’s college has mixed stonework from building on the foundations of ruins. However, the illusionist’s part is pristine and complete, due to the power of illusion.</p> <p>Ancient wizarding families have kept some traditions alive, but the ability to use over 5th level spells is rare. The methods of the ancients for training wizards is lost and it takes a long time, AKA the grind of adventuring, to gain access to (rediscover) lost knowledge.</p> <p>This means that making new magic items, other than potions & scrolls, is very rare.</p> <p>Instead of a city lit by continual light, only the academy and the rich have such things.</p> <p>So it finally occurred to me while prepping for this week’s session.</p> <h5 class="wp-block-heading">What Happens When Wizard Dies?</h5> <ul class="wp-block-list"><li>What happens to spell books, lab equipment, potions, scrolls, etc. of a wizard when they die?<br><ol><li>If they have family or others mentioned in their will it goes to them.<ul><li>If things are planned out in advance they may have notes on command words and other instructions for items.<ul><li>Potions & scrolls are labeled.</li></ul></li><li>If no plans are made, the family takes their chances figuring things out.<br></li></ul></li><li>If they make other arrangements, such as to have it hidden or destroyed.<ul><li>Hidden or Destroyed because they don’t trust their family or anyone else, or don’t like them, or don’t want to share.</li><li>If hidden, is it documented with clues or a map?<ul><li>One way of hiding is with Nystul’s Magic Aura to put a dweomer onto mundane items causing much confusion for those seeking to understand what the item does.<br></li></ul></li></ul></li><li>If no family or other arrangements, the Council will take charge of it to prevent it falling into the wrong hands. They may do this on their own authority backed by tradition, or under the authority of the Monarch. If under the Monarch, the Council holds it in trust for the monarchy.<ul><li>The thieves guild may keep an eye on an aged or ill wizard to pounce and get some good stuff before it’s packed away.</li><li>A multi-class elf, half-elf, or dual class human magic-user/thief or gnomish thief/illusionist may be in charge of this, since they have the specialized knowledge to know which is the good stuff.<br></li></ul><ol><li>If a wizard dies who resides outside the capitol, it depends on the distance and circumstances.<ul><li>In a distant city, the local noble or governor or city council may get first choice as part of taking things under their charge under the national government.<ul><li>With less oversight and no other official wizards living in the city, the process may not be transparent, or entirely above board. Chance for corruption.</li></ul></li></ul></li></ol></li></ol></li></ul> <h4 class="wp-block-heading">How Do Wizards Die?</h4> <p>Just like everyone else, wizards can die from injury, illness, old age, accident, or murder.</p> <p>All of these can happen on an adventure.</p> <p>They can also happen in the everyday life of a wizard doing research and experiments.</p> <p>Crossing the wrong people, like rival wizards, the thieves guild, etc. can also get one dead.</p> <h5 class="wp-block-heading">In My Campaign</h5> <p>Many sessions back, the party learned of NPC wizards in cities near their main adventure area back then. Two such wizards died in the recent past, i.e. a decade or more, and without heirs, the local nobles stepped in.</p> <p>It suddenly occurred to me during the prep for this week’s session that past wizards associated with the council who died of old age would leave behind all their wizard stuff. </p> <p><strong>This leads to questions:</strong></p> <ul class="wp-block-list"><li>Where is all that stuff now?<ul><li>Is it in the city?</li><li>Is it secure?</li><li>Is it lost or hidden?</li></ul></li><li>Who has that stuff?<ul><li>Can they use it?</li><li>Do they know how to use it?</li><li>Do they want or need to sell it?</li></ul></li></ul> <p>Over a given number of years or centuries, wizards will die. That means there is potential for a lot of items to be in the world, like spellbooks, potions, scrolls, ingredients, inks, quills, parchment, lab equipment, a lab, a tower or other base, familiars, homonculi, trapped or bound creatures such as elementals, djinn, efreet, demons, devils, apprentices, pets, family, servants, etc.</p> <p>Without a regimented system and the ability to police it there won’t be an estate sale, at least not one that includes magic.</p> <p>More likely, a group or individual wizard, or other interested party will move in to claim it all, or pick over for what they want. This could lead to open duels or battles between factions or individuals.</p> <p>This is one of those times session prep has opened a whole new can of worms that I feel like I have to solve now. I’m going to ignore that feeling and just make a mental note of it (and get this blog post out of it).</p> <p>With more time, I cold develop a set of tables, but for now, I’ll just sketch out the tables I’d make once I make the time.</p> <ul class="wp-block-list"><li>How did they die?</li><li>When did they die?</li><li>Did they have family or others they wanted to have their stuff?<ul><li>Did they make a will?</li><li>Can the will be found?</li><li>Can the will be enforced?</li><li>Were they broke and creditors get involved? (real or fake creditors?)</li><li>Were they under a feeblemind or other curse?</li></ul></li><li>Did they have enemies?<ul><li>Do the enemies show up?</li><li>Do they fight the beneficiaries or each other or both?</li><li>Are the enemies other wizards, thieves guild, other adventurers, government, other nation, extra planar being(s), etc?</li></ul></li><li>What did they leave behind?<ul><li>Spellbooks, potions, scrolls, ingredients, inks, quills, parchment, lab equipment, a lab, a tower or other base, familiars, homonculi, trapped or bound creatures such as elementals, djinn, efreet, demons, devils, apprentices, pets, family, servants, etc?</li><li>Tower or other lair, or rented space?</li></ul></li><li>Did they hide their stuff?<ul><li>Are there any clues like notes, puzzles, or maps?<ul><li>Did they have a trusted servant to handle things.</li><li>Did they follow the task faithfully?</li></ul></li><li>Did they cast Nystul’s Magic Aura on a bunch of junk?</li></ul></li></ul> <p>The above are the questions I’d have to consider or develop tables of options to help me decide. Are there any possibilities I’ve left out that you feel should be considered? Please comment below.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/add/" rel="tag">AD&D</a></span></footer></article><!-- #post-7760 --> <article id="post-7335" class="post-7335 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-add tag-add-1e tag-dd tag-session-summaries"> <a class="post-thumbnail" href="https://followmeanddie.com/2020/09/02/session-summaries/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2020/09/SessionSummaries-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" srcset="https://followmeanddie.com/wp-content/uploads/2020/09/SessionSummaries-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2020/09/SessionSummaries-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/2020/09/02/session-summaries/" rel="bookmark">Session summaries</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2020/09/02/session-summaries/" rel="bookmark"><time class="entry-date" datetime="2020-09-02T08:53:05-04:00">September 2, 2020</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/2020/09/02/session-summaries/#comments">2 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Having write ups of a game session is helpful to keep track of when the party was where, and whom they met, and what they did.</p> <p>I first experienced session summaries, as an official thing players can do to earn XP, in the <a rel="noreferrer noopener" href="https://www.dmsguild.com/product/17003/Players-Handbook-1e?affiliate_id=203222" target="_blank">AD&D</a> [<em>Affiliate Link</em>] campaign, <em>Graveyard of Empires</em>, of over four years of Wednesday nights. I’ve written about it many times. The DM gives 150 XP per level, so at 7th level, I’m earning 1,050 XP per session. John, the DM, wants at least one player to do an “official” summary, but each player can participate. We used a G+ group for this.</p> <p>For the AD&D campaign, John made us pay for training. After awhile, he modified the Session Summary award for virtual GP equal to our XP awards that could be used to pay for training, and could be shared with others. </p> <p>John carried on with that in the two year <em><a href="https://www.drivethrurpg.com/product/226996/Stars-Without-Number-Revised-Edition?affiliate_id=203222" target="_blank" rel="noreferrer noopener">Stars Without Number</a></em> [<em>Affiliate Link</em>] campaign, and now the follow-up to the original campaign, called <em>After The Fall</em>, using <a href="https://www.drivethrurpg.com/product/279183/OldSchool-Essentials-Classic-Fantasy-Rules-Tome?affiliate_id=203222" target="_blank" rel="noreferrer noopener">OSE</a> [<em>Affiliate Link</em>]. The <em>Stars Without Number</em> game was posted to a Discord server. For <em>After The Fall</em> we are using a wiki software called <em><a href="https://www.mediawiki.org/" target="_blank" rel="noreferrer noopener">MediaWiki</a></em> that the GM hosts on his <a href="https://www.dwarvenautomata.com/" target="_blank" rel="noreferrer noopener">website</a>.</p> <h4 class="wp-block-heading">My Campaigns</h4> <p>I use session summaries that I write as GM for my games, to ensure I don’t lose track of anything. I write them for the players, as I know what the GM needs to know, but also sprinkle in some things they didn’t necessarily know to reward them for reading it. I used the free <a href="https://campaignwiki.org/" target="_blank" rel="noreferrer noopener">Campaign Wiki </a>site. It requires manual formatting, but is simple, and one can export it to text or HTML.</p> <p>I first did this with my <a href="http://www.dndclassics.com/product/17003/Players-Handbook-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener">AD&D</a> [<em>Affiliate Link</em>] campaign, <em>The Broken Lands</em>, and then the <a href="http://www.lulu.com/shop/simon-j-bull/delving-deeper-reference-rules-compendium/paperback/product-22746043.html" target="_blank" rel="noreferrer noopener">Delving Deeper</a> campaign, <em>Delver’s Deep</em>. With <em>Delver’s Deep</em> I also put it into the Markdown editor <a href="https://joplinapp.org/" target="_blank" rel="noreferrer noopener">Joplin</a>. Joplin has a desktop and an Android and iPhone app and it can be synced vie Dropdown or similar service.</p> <p>It may seem like a lot of work, but the information is built over time. the most amount of work is getting the starting information the players need, and to cross-link things as they begin interacting with the world. After 10, 20, 30, and now 43 sessions, <em>The Broken Lands</em> wiki looks quite impressive. </p> <p>For the most part I try to do the summaries right after the session so it is more complete. I do this for both the Wednesday night campaigns and my campaigns.</p> <h4 class="wp-block-heading">The Benefits</h4> <p>There are several benefits for a campaign wiki:</p> <ul class="wp-block-list"><li>The GM has a handy cross-linked reference to minimize forgetting what the players know and keep track of multiple threads of information.</li><li>Diligent players can keep up with things, and also have a reference.</li><li>New players or players that miss a session can more easily get up to speed with what is going on.</li><li>It could be the basis for a novel or short stories, or help create modules based on the campaign.</li></ul> <h2 class="wp-block-heading">My First Experience With Campaign Summaries</h2> <p>Campaign summaries are nothing new to me. Back in the day when I first played Griswald, the namesake of <em>Follow Me, And Die!</em> i wrote up a personal summary of what Griswald did. I maintained that for every session for a few years of real time, and over ten years of game time. I did this because my brother Robert, my first and favorite DM, has a very rich campaign world. It is about 36 years old. Now his wife and kids and spouses play in it.</p> <p>I still have it somewhere, and at one point when I had a decent enough computer, I typed up those notes. </p> <p>One funny thing is I used the dating system of my brother Robert and I have Griswald at one year ahead of where Robert said I was. He said he was DM and he was right, so I accepted it. </p> <p><strong><em>What is your experience with campaign summaries whether back in the day, or more recently?</em></strong></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/add-1e/" rel="tag">AD&D 1e</a><a href="https://followmeanddie.com/tag/dd/" rel="tag">D&D</a><a href="https://followmeanddie.com/tag/session-summaries/" rel="tag">Session Summaries</a></span></footer></article><!-- #post-7335 --> <article id="post-7315" class="post-7315 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-add tag-add-1e tag-dd"> <a class="post-thumbnail" href="https://followmeanddie.com/2020/09/01/how-i-run-add/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2020/09/How-I-Run-ADD-1038x576.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2020/09/How-I-Run-ADD-1038x576.jpg 1038w, https://followmeanddie.com/wp-content/uploads/2020/09/How-I-Run-ADD-672x372.jpg 672w" sizes="auto, (max-width: 1038px) 100vw, 1038px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2020/09/01/how-i-run-add/" rel="bookmark">How I run AD&D</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2020/09/01/how-i-run-add/" rel="bookmark"><time class="entry-date" datetime="2020-09-01T12:46:03-04:00">September 1, 2020</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/2020/09/01/how-i-run-add/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I’ve mentioned bits and pieces of how I run AD&D in various blog article and quick blurbs on various social media, but I don'[t think I’ve ever done a complete explanation.</p> <p>AD&D (and by that I mean 1st edition), is what I’ve played and ran the most. AD&D is a collection of “modules” that one can use or not use. My preferences for how I run it are largely influenced by how we played it back in the day. One example is weapon speed. We tried it a few times and gave up on it.</p> <p>In some ways AD&D is a better as a source of an example system for something, like random gems and jewelry. I like a simpler set of rules, like Delving Deeper. The Dungeon Master’s Guide is a great tool for any GM for any game. </p> <p>AD&D is also a great example of how <strong>NOT </strong>to organize an RPG rule book. Like rules should be near each other, like height, weight, and age tables. I recall similar things being near each other in the DMG, but that is only my mental catalog, some things have 40 or 50 pages between them. Then there is something like multiple attacks by fighters like 3/2 attacks per round, which is mentioned in a couple places in the Players Handbook and a couple more in the Dungeon Master’s Guide.</p> <p>I used to have a fully functioning catalog and ability to find stuff in the various manuals, but over the years, some things have faded. Things that I recall as near each other, are nowhere near each other. I am slowly getting the pieces needed organized.</p> <h6 class="wp-block-heading">Books Used:</h6> <p>For the DM, whatever I want. But generally the <a href="https://www.dmsguild.com/product/17004/Dungeon-Masters-Guide-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener">Dungeon Masters Guide</a>, <a href="http://www.dmsguild.com/product/17002/Monster-Manual-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener">Monster Manual</a>, <a href="http://www.dmsguild.com/product/17005/Monster-Manual-II-1?affiliate_id=203222" target="_blank" rel="noreferrer noopener">Monster Manual II</a>, and <a href="http://www.dmsguild.com/product/50012/Fiend-Folio-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener">Fiend Folio</a>. I use all kinds of things for planning settlements, lairs, tombs, and dungeons.</p> <p>For the Players, the <a href="https://www.dmsguild.com/product/17003/Players-Handbook-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener">Players Handbook</a> and spells from <a href="http://www.dmsguild.com/product/170096/Unearthed-Arcana-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener">Unearthed Arcana</a> as they discover them.</p> <p>[All of the above links are <em>Affiliate Links</em>.]</p> <h6 class="wp-block-heading">Character Creation</h6> <p><strong>4d6 arrange as desired</strong>. I have a rule I call, “But I want it….” that allows players to have the minimums they need to run the sub-classes. </p> <p><strong>But I Want It – </strong>Players wishing to play a class who do not roll the stats for it, can set the minimum stats for those ability scores that are pertinent, but all other stats will be rolled on a d4+8 making their range 9-12.</p> <p><strong>Starting gold</strong> is 3d6 x10.</p> <p><strong>Hit points are maximum at first level</strong>, including the bonus or penalty from Constitution.</p> <p><strong>Death at -10 Hit Points</strong>. Binding wounds stabilizes, but does not bring consciousness. If knocked to negative hit points, you have experience trauma and are out for 1 hour per negative. Magical healing can minimize this.</p> <p><strong>Birth Date:</strong> Calendar is 12 months of 28 days, so d12 for month and 3d10-2 for 1st-28th day of the month.</p> <p><strong>Alignment:</strong> Good and evil are as one does. I have evil characters who are saving the world as long as they continue to get rich off it. Are they truly evil?</p> <p><strong>Alignment Languages: </strong>NONE. We <em>NEVER </em>used them that I can recall back in the day. </p> <p><strong>Detect Evil –</strong> Only beings of great power and consciously and consistently devoted to evil will register. I don’t necessarily play kobolds, goblins, and orcs as evil, just against the status quo of the “civilized” groups. I take this from the DMG. Good or Evil are based on one’s actions. Call yourself evil but if you save children from a burning building, you’re not necessarily evil.</p> <p><strong>Classes:</strong> Players Handbook, bard class document. Any race can play any class. I also allow non-standard multi-class options, like a half-elf cleric/ranger.</p> <p><strong>Experience Points for casting spells.</strong> Spell casters get 100 XP per level of spell they cast that benefits the adventure. The spell has to work, so interrupted spells are just waster, no benefit. I took this from my brother Robert, my first and favorite DM.</p> <p><strong>Reading Spells –</strong> We never required Read Magic to read spells. That’s how I still do it, as do most I have played with. Nor do we require Write to inscribe a spell into a spell book.</p> <p><strong>Spell Components – </strong>We alternated or were not consistent with spell components. sometimes back in the day we were super strict about spell components. Other times we only required components for the big power spells that needed rare or valuable components. In my campaign, I don’t worry about spell components. </p> <p><strong>Spell Range and Area of Effect –</strong> Range is in feet indoors and yards outdoors. Area of Effect is ALWAYS as stated, feet are always feet. It’s easy to confuse this and an enormous AoE gets used, when it really isn’t that big. </p> <p><strong>Gaining levels</strong>. If the party acquires enough loot to level up, they must be in a safe place, such as getting back to town, or a fortified location that allows them to rest up. On the journey across the sands of <em>The Broken Lands</em>, I have ruled that the lairs they cleared out are secure. </p> <p><strong>Don’t Roll a 1 –</strong> When a task is relatively trivial, but there is urgency, danger, etc. I tell players, “Don’t roll a 1.” on a d20. This ratchets up the tension and focuses everyone to watch and see if the 5% chance of failing a simple task under stress thwarts their plans. I use this mostly at convention games, and use it in all games I run, not just AD&D.</p> <p><strong>Deities – </strong>Not really a rule, but they way I’m handling deities in my campaign. Instead of pantheons and all the different bits, the main focus is the general phrase powers of light and powers of darkness. There are individual deities, but few stick to just one. This has a bonus for the home brewing GM. You don’t have to make up a pantheon to fit your world, or file off the serial numbers from another pantheon to make it fit.</p> <p>The powers of light support life and natural death. The powers of darkness deceive and promise eternal life, that ends up being undeath. This is the good/evil conflict in my campaign.</p> <hr class="wp-block-separator"/> <h5 class="wp-block-heading"><strong>GM Rulings</strong></h5> <p>As situations come up in the course of play, I make GM rulings and add them to a GM rulings document in Roll20 for the players to see, and to remind me.</p> <p><strong>Shooting Into Combat – </strong>Normally, there is a chance to hit allies. After a fight with an Ettin, I decided to make a formal change, so it is clear. It makes sense to me that when the party is fighting a giant sized creature <strong>and</strong> no one in the party is Enlarged/Polymorphed/Etc. to also be giant sized, <strong>and</strong> there is sufficient illumination/vision to see both targets, that there is no chance for friendly fire. I made one formal check and no one was hit. I silently decided not to make further checks to avoid bogging down the combat with discussion. <em>If you do missile fire into the dark or vs. an invisible opponent, even if a giant, there is a chance to hit an ally.</em></p> <p><strong>Spell Casting While Invisible –</strong> Enlarge does not constitute an attack when cast on an ally. Thus an invisible caster stays invisible. My current party loves to enlarge their tank so he hits harder.</p> <p><strong>Adding spells from Unearthed Arcana –</strong> I added some spells as part of the normal spells, like ceremony, phantom armor, and alter self.</p> <p><strong>Brazier for summoning Fire Elementals –</strong> As per MM p. 37 Elementals can only be summoned once per day per device. A device capable of summoning more than one type, can summon one of each type each day.</p> <p><strong>3/2 Attacks per Round –</strong> Like so many other simple things in AD&D, all the rules for this are scattered. I made a GM ruling that gathers all the information together and how it works.</p> <p>This rule is all over the place and buried in the Gygaxian prose. It <strong>ONLY </strong>applies when fighting non 0 Level types. Any classed PC or NPC or monsters of 1 or more Hit Dice. For 0 level types fighter classes get 1 attack per level up to 6 available opponents, if surrounded.</p> <p>3/2 means every other round of melee you get 2 attacks, once at beginning of the round, and once at end. The first attack goes first, <strong><em>in spite of the initiative</em></strong>.</p> <p><em>This is made clear on page 63 of the DMG (see quote below in yellow) that the 3/2 means every odd numbered round of melee they get 2 attacks.</em> (Every odd numbered round of melee for that individual is how I interpret this. If the first round of combat is only melee for SOME combatants, and those with 3/2 don’t engage in melee until round 2, then it is their 1st round of melee. One attack at beginning of round, and one at end.)</p> <p>Those with 2 attacks per round get one at beginning and one at end of each round of melee.</p> <p>Haste adds one to this number, 3/2 would be 3 attacks one round and 2 the next. 2 attacks per round becomes 3. Slow removes the 2nd attack in melee.</p> <p><strong>Casting Verbal Component Spells underwater – </strong> Water Breathing or Airy Water or similar required to cast spells while underwater.</p> <p><strong>Water Breathing in air – </strong>Air breathing creatures in air with this spell can breathe normally and don’t need to stay underwater until the spell expires.</p> <h4 class="wp-block-heading">Rules From Other Games</h4> <p>I like the Advantage/Disadvantage mechanic from D&D 5e. This would make sense in a situation where a player or party says they avoid the medusa’s gaze. If the medusa tries to gaze into their eyes rolling the save vs. petrification with advantage makes sense. </p> <p>I also like the Usage Die from <a href="http://www.rpgnow.com/product/178359/The-Black-Hack?affiliate_id=203222" target="_blank" rel="noreferrer noopener">Black Hack</a> [<em>Affiliate Link</em>]. This makes a lot of sense for a magic item with charges. The DM assigns a usage die and that way there is the mystery of no one knowing how many charges it has, and the benefit of the DM not having to keep track. </p> <p>Fudge/Fate dice are interesting and can add a special element to a challenge or other scenario. The plus, minus, blank options could be used to gauge the degree of something. For example, with a reaction check, you could “flavor” the role with a fudge die. + means the best possible interpretation, – the worst interpretation, and blank a meh interpretation.</p> <p>I have yet to incorporate these into my campaign, it is there in the back of my mind, in case there is a situation where it makes sense to use it.</p> <h5 class="wp-block-heading">Conclusion</h5> <p>I feel like I’m leaving something out. If I think of it, I will update the above. Part of my method is habit and preference born of habit. The rest is either from my experience as a GM or playing with various GMs.</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/add-1e/" rel="tag">AD&D 1e</a><a href="https://followmeanddie.com/tag/dd/" rel="tag">D&D</a></span></footer></article><!-- #post-7315 --> <article id="post-7299" class="post-7299 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-add tag-rpg-musings"> <a class="post-thumbnail" href="https://followmeanddie.com/2020/08/25/a-village-of-healing/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2020/08/AVillageOfHealing-2-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2020/08/AVillageOfHealing-2-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2020/08/AVillageOfHealing-2-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/2020/08/25/a-village-of-healing/" rel="bookmark">A Village Of Healing</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2020/08/25/a-village-of-healing/" rel="bookmark"><time class="entry-date" datetime="2020-08-25T15:32:28-04:00">August 25, 2020</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/2020/08/25/a-village-of-healing/#comments">1 Comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Imagine a remote village with a remnant of an ancient tradition. Every decade of life, a person gets a cure disease. End to parasites, cancer,etc. As long as one does not meet an accident, or disease they can’t survive, hey will reach their maximum age.</p> <p>As a remnant of a past age there is only a 5th level priest who can only do one 3rd level spell per day, baring an 18 wisdom and time to rest and relearn spells.<br><br>Twins and triplets would be a challenge as oldest gets the day, etc. Get 23 plus people together and 2 of them will share a birthday. (I had a logic professor who proved this in every class.)</p> <p>I see an overworked aging cleric with a young assistant not up to the task.</p> <p>The aged would be honored. Death would have a grand ritual to show the deceased into the nextv realm.</p> <p>In ancient times, all healing spells would be available. Healing, restoration, disease, etc.</p> <p>A lost or hidden town or city where this is still the case would be a fun adventure.</p> <p>Customs and norms a party would wreck, or be a welcome relief.</p> <p>A healing fountain that is broken or lost to living memory would fit well here.</p> <h4 class="wp-block-heading">My inspiration:</h4> <p>I got home from surgery for prostate cancer and would love a cure serious wounds to get some energy back. Then I realized cure disease would have handled the whole thing. My mind naturally wandered to an adventure scenario.</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/rpg-musings/" rel="tag">RPG Musings</a></span></footer></article><!-- #post-7299 --> <article id="post-7180" class="post-7180 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-add tag-anniversary tag-b-x tag-blm tag-ose tag-swn"> <a class="post-thumbnail" href="https://followmeanddie.com/2020/06/25/a-quick-update/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2020/06/AQuickUpdate-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2020/06/AQuickUpdate-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2020/06/AQuickUpdate-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/2020/06/25/a-quick-update/" rel="bookmark">A Quick Update</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2020/06/25/a-quick-update/" rel="bookmark"><time class="entry-date" datetime="2020-06-25T22:34:23-04:00">June 25, 2020</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/2020/06/25/a-quick-update/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I’m still here and kicking.</p> <p>No real change from <a aria-label="undefined (opens in a new tab)" href="https://followmeanddie.com/2020/05/09/revising-plans/" target="_blank" rel="noreferrer noopener">my last post</a>. You can listen to the companion blog post <a href="https://anchor.fm/follow-me-and-die/episodes/Episode-182---A-Quick-Update-efuebj" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">here</a>.</p> <p>I have decided on surgery. I am waiting for the call to schedule it some time in July, 2020. However, things are still backed up from the halt on all non-emergency surgeries. I called to find out how long until I could schedule it and just have to wait. I’ll keep nagging them anyway, as I don’t want to drag this out. I am not a patient person for things like this and I’m climbing the walls a bit.</p> <p>I’m still gaming, running my Sunday afternoon <a href="https://www.dmsguild.com/product/17003/Players-Handbook-1e?affiliate_id=203222" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">AD&D</a> [<em>Affiliate Link</em>] game, playing in a <a href="https://www.drivethrurpg.com/product/132809/GAZ10-The-Orcs-of-Thar-Basic?affiliate_id=203222" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">B/X </a>game on Mondays, and Wednesday, July 1st, we resume the campaign from the old <a aria-label="undefined (opens in a new tab)" href="https://www.dmsguild.com/product/17003/Players-Handbook-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener">AD&D</a> [<em>Affiliate Link</em>] game with the same characters, but transitioned to <a aria-label="undefined (opens in a new tab)" href="https://www.drivethrurpg.com/product/279183/OldSchool-Essentials-Classic-Fantasy-Rules-Tome?affiliate_id=203222" target="_blank" rel="noreferrer noopener">OSE</a>. [<em>Affiliate Link</em>] All of these are via Roll20.</p> <p>I’m approaching 800 subscribers on <a href="https://www.youtube.com/c/Followmeanddie" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">YouTube </a>and will pass 90,000 lifetime views in a couple days.</p> <p>June 24th was the second anniversary of my <a aria-label="undefined (opens in a new tab)" href="https://anchor.fm/follow-me-and-die" target="_blank" rel="noreferrer noopener">podcast</a>.</p> <p>July 18th is the 11th anniversary of this blog.</p> <p>The end of August is the second anniversary of my <a href="https://www.patreon.com/FollowMeAndDie" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">Patreon </a>and my publishing efforts on <a href="http://www.drivethrurpg.com/browse/pub/13430/Follow-Me-And-Die-Entertainment-LLC?affiliate_id=203222" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">DriveThruRPG</a>.</p> <p>I look forward to many more years of gaming. I especially look forward to getting surgery behind me so I can get my focus back on track.</p> <p>I’ve been in a funk with the isolation and limitations of lock down/common sense to avoid being infected or spreading infection, my unexpected news about prostate cancer, and the horrid murder of a black man by police.</p> <p>This has sapped my energy and seen me unfriend people on Facebook (many from high school) and lose followers on other social media. It saddens me that people can value human life and human rights so little as to want to avoid the topic because to them “it is politics.” Until the lives of people who don’t look like me (white) are valued equally, I will keep mentioning that Black Lives Matter, until we all live like they do matter, not merely change the subject with “all lives matter.” I don’t understand how some read Black Lives Matter as having the word <em>ONLY</em> in front of the phrase. Of course, all lives matter, but too many don’t really believe that. I won’t belabor that point here, as I know you’re here for games. I mention it since it is an important part of why my motivation is lacking. If you’re offended, you don’t have to stay.</p> <p>As I said, this is a quick update about what’s up with me, and world events and my fight with cancer are the main focus of my thoughts and energy right not.</p> <p>I didn’t mention party. I have views all across the political spectrum. I don’t fit a neat label. I won’t belabor the point. I just wanted to share what’s up with me, and future posts will focus on gaming.</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/anniversary/" rel="tag">Anniversary</a><a href="https://followmeanddie.com/tag/b-x/" rel="tag">B/X</a><a href="https://followmeanddie.com/tag/blm/" rel="tag">BLM</a><a href="https://followmeanddie.com/tag/ose/" rel="tag">OSE</a><a href="https://followmeanddie.com/tag/swn/" rel="tag">SWN</a></span></footer></article><!-- #post-7180 --> <article id="post-7127" class="post-7127 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-add tag-discord tag-roll20 tag-stars-without-number tag-twitch"> <a class="post-thumbnail" href="https://followmeanddie.com/2020/04/16/a-return-to-gaming/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2020/04/AReturnToGaming-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="A Return To Gaming" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2020/04/AReturnToGaming-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2020/04/AReturnToGaming-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/2020/04/16/a-return-to-gaming/" rel="bookmark">A “Return” To Gaming</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2020/04/16/a-return-to-gaming/" rel="bookmark"><time class="entry-date" datetime="2020-04-16T10:28:11-04:00">April 16, 2020</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/2020/04/16/a-return-to-gaming/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Last night, I re-join the group I played with in a four year <a href="https://www.dmsguild.com/product/17003/Players-Handbook-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener">AD&D</a> [<em>Affiliate Link</em>] campaign, <em>Graveyard of Empires</em>, Wednesdays on Roll20. We transitioned to <em><a href="https://www.drivethrurpg.com/product/226996/Stars-Without-Number-Revised-Edition?affiliate_id=203222" target="_blank" rel="noreferrer noopener">Stars Without Number</a></em> [<em>Affiliate Link</em>], in the campaign A <em>Plague of Angels</em>, after the conclusion of the <a rel="noreferrer noopener" href="https://www.dmsguild.com/product/17003/Players-Handbook-1e?affiliate_id=203222" target="_blank">AD&D</a> [<em>Affiliate Link</em>] campaign. I had too many life things going on and stepped away last year. I will pick up with the same character I had. I guess some other players who came and went either played him or the party used him and he leveled up. He also has a clone running around that is a level higher and with different physical stats. I look forward to getting back into the swing of things. [<a href="https://anchor.fm/follow-me-and-die/episodes/A-Return-To-Gaming-ecra6j" target="_blank" rel="noreferrer noopener">Companion podcast episode here.</a>]</p> <p>Sunday I resume my <a rel="noreferrer noopener" href="https://www.dmsguild.com/product/17003/Players-Handbook-1e?affiliate_id=203222" target="_blank">AD&D</a> [<em>Affiliate Link</em>] campaign on Roll20 that went on hiatus 2 year ago this past December. The players are the GM and other players from the Wednesday night game. It is set in my campaign world in an area called <strong><em>The Broken Lands</em></strong>. Coincidentally, I’ve been playing in a B/X game in the official <em>Mystara </em>based <em>Broken Lands</em> setting, <em><a rel="noreferrer noopener" href="https://www.drivethrurpg.com/product/132809/GAZ10-The-Orcs-of-Thar-Basic?affiliate_id=203222" target="_blank">The Orcs of Thar</a></em> [<em>Affiliate Link</em>] , on Mondays. I had no idea that TSR had its own setting called <em>Broken Lands</em>. </p> <p>I’ve spent the past few days organizing the notes I have in various text files into a Wiki on <a rel="noreferrer noopener" href="https://campaignwiki.org/" target="_blank">CampaignWiki.org</a>. This has made things much more organized and I am refreshed on many things.</p> <p>My biggest struggle with my campaign is verifying the in game date we left off. If I made a note of it, I’m not finding it.</p> <p>There will be 3 new players bringing the total players up to 7. One of the new players will have a monk, so I’m making some notes to fit him into the setting. Another has a ranger, and the third is playing a magic user subclass for which I’ve only got the basic outline and a few spells, the <a rel="noreferrer noopener" href="https://followmeanddie.com/2016/08/20/a-new-class-the-vexillologist/" target="_blank">Vexillologist </a>that I first posted about on my blog nearly four years ago. This will force me to finish it and refine it in play. I hope to share it.</p> <p>I’ve also organized the player notes and GM notes in Roll20 with a Player’s TOC and GM TOC that I’ll discuss in my Friday <a rel="noreferrer noopener" href="https://www.twitch.tv/followmeanddie" target="_blank">Twitch</a> stream on Roll20 For Beginners. [It’s related to my YouTube series, <a href="https://www.youtube.com/playlist?list=PLT7cQu33X53NTBN167wOnaGwuK8WCf6w6" target="_blank" rel="noreferrer noopener">Roll20 For The Absolute Beginner</a>.]</p> <p>I recommend planning the TOCs to easily build them as you grow so you can make them look neat and organize information in a logical fashion to find it when you need it. My goal is to be able to play with minimal reference to physical notes & books.</p> <p>One of my players wants me to stream my AD&D game to Twitch. If all the players agree, it is relatively easy to do. We use Discord for audio and I’d sign into the game as a player, or make a second acccount to sign that into and show the map, etc. I’m not sure how interesting it would be. I had planned on recording things for my own use, as I like to use it to improve my GMing.</p> <p>Tonight was fun and now to wait and see what Sunday’s session brings.</p> <p>I’m hoping to have something to talk about on the podcast more regularly. My time spent with a change of pace and backing off some things has been good.</p> <p>I also need to get back on track with my monthly PDFs, as March’s didn’t get done, and April hasn’t been started. I foresee some changes to <a href="https://www.patreon.com/FollowMeAndDie" target="_blank" rel="noreferrer noopener">my Patreon</a> when I get back on track with it.</p> <p>The card game got interrupted big time with the pandemic situation. I wasn’t able to playtest the current test deck to ensure it works, as Gary Con went from live to virtual. Also I can’t get fulfillment of printing as some printers of cards are shut down due to lockdowns. I think I’ll just put it on DriveThru Cards with the free art and get the word out that way, and will do a Kickstarter for the version with the art I’m having made. I’ll revisit this and settle it once things return to a more “normal” state of commerce, etc.</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/discord/" rel="tag">Discord</a><a href="https://followmeanddie.com/tag/roll20/" rel="tag">Roll20</a><a href="https://followmeanddie.com/tag/stars-without-number/" rel="tag">Stars Without Number</a><a href="https://followmeanddie.com/tag/twitch/" rel="tag">Twitch</a></span></footer></article><!-- #post-7127 --> <article id="post-5848" class="post-5848 post type-post status-publish format-standard hentry category-rpgs tag-add tag-boot-hill tag-dcc tag-delving-deeper tag-gamma-world tag-gangbusters tag-metamorphosis-alpha tag-osr tag-stars-without-number tag-swn tag-the-front tag-white-star"> <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/2019/04/15/game-systems-scenarios-at-cons/" rel="bookmark">Game Systems & Scenarios At Cons</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2019/04/15/game-systems-scenarios-at-cons/" rel="bookmark"><time class="entry-date" datetime="2019-04-15T23:11:42-04:00">April 15, 2019</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/2019/04/15/game-systems-scenarios-at-cons/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>While organizing my thoughts and notes for the games I will be running at Marmalade Dog and Gary Con in 2019, I made a list of all the RPG systems I’ve run. I noted what modules/scenarios I ran and what con I ran them.</p> <p>Since 2015 when I first DM’d at a convention at Marmalade Dog, here in Kalamazoo, I’ve run for at least 10 different RPGs. I have run 16 different scenarios, one is Village of Homlet, the other is Stop the Flow by Mark Hunt. The other 14 are all scenarios I wrote myself.</p> <h4 class="wp-block-heading">The systems I have run are:<br></h4> <p> <a href="https://www.dmsguild.com/product/17003/Players-Handbook-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener" aria-label="AD&D (opens in a new tab)">AD&D</a>, Delving Deeper, <a href="https://www.drivethrurpg.com/product/178719/The-Front-World-War-II-RPG?affiliate_id=203222" target="_blank" rel="noreferrer noopener" aria-label="The Front (opens in a new tab)">The Front</a>, Gangbusters, <a href="http://www.drivethrurpg.com/product/50526/Metamorphosis-Alpha-1st-Edition?affiliate_id=203222" target="_blank" rel="noreferrer noopener" aria-label="Metamorphosis Alpha (opens in a new tab)">Metamorphosis Alpha</a>, <a href="https://www.drivethrurpg.com/product/249987/Gamma-World-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener" aria-label="Gamma World (opens in a new tab)">Gamma World</a>,<a rel="noreferrer noopener" aria-label=" Boot Hill (opens in a new tab)" href="https://www.drivethrurpg.com/product/240118/Boot-Hill-Wild-West-RolePlaying-Game-2nd-Edition?affiliate_id=203222" target="_blank"> Boot Hill</a>, DCC, White Star, and <a href="http://www.drivethrurpg.com/product/226996/Stars-Without-Number-Revised-Edition?src=hottest?affiliate_id=203222" target="_blank" rel="noreferrer noopener" aria-label="Stars Without Number (opens in a new tab)">Stars Without Number</a>. [<em>Affiliate Links</em>]</p> <p>Since 2015 when I GM’d my first game at a convention, I have GM’d a couple dozen times at 4 conventions: @marmaladedog @GaryCon @GameholeCon and @ucongames.</p> <p>I’ve run 10 different RPGs for 16 different scenarios/modules. 14 of those I wrote myself.</p> <p>It’s taken me 3 hours since I uploaded the podcast (#80) to locate all of my notes for the scenarios and rule books for reference. I realized I needed to organize what games I have and will run by Rules System, name of the scenario, and which con(s) I’ve run each one. </p> <p>Had I thought this through, I wouldn’t need to dig back 4 years and have to do searches on my blog to determine some information.<br><br>My notes during each session help me improve those scenarios I am running again. I need all notes for each scenario consolidated into a master document for the scenario. Then I can find it when I need it. </p> <p>Run it from a tablet or press print.</p> <p><br>This is what I mean by minimalism at the table. </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/boot-hill/" rel="tag">Boot Hill</a><a href="https://followmeanddie.com/tag/dcc/" rel="tag">DCC</a><a href="https://followmeanddie.com/tag/delving-deeper/" rel="tag">Delving Deeper</a><a href="https://followmeanddie.com/tag/gamma-world/" rel="tag">Gamma World</a><a href="https://followmeanddie.com/tag/gangbusters/" rel="tag">GangBusters</a><a href="https://followmeanddie.com/tag/metamorphosis-alpha/" rel="tag">Metamorphosis Alpha</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a><a href="https://followmeanddie.com/tag/stars-without-number/" rel="tag">Stars Without Number</a><a href="https://followmeanddie.com/tag/swn/" rel="tag">SWN</a><a href="https://followmeanddie.com/tag/the-front/" rel="tag">The Front</a><a href="https://followmeanddie.com/tag/white-star/" rel="tag">White Star</a></span></footer></article><!-- #post-5848 --> <article id="post-5996" class="post-5996 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-add tag-boot-hill tag-conventions tag-gamma-world tag-garycon tag-the-black-hack tag-the-front"> <a class="post-thumbnail" href="https://followmeanddie.com/2019/03/11/gary-con-xi-recap/" aria-hidden="true"> <img width="559" height="284" src="https://followmeanddie.com/wp-content/uploads/2019/03/GCXLLogoText.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Gary Con XI" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2019/03/GCXLLogoText.png 559w, https://followmeanddie.com/wp-content/uploads/2019/03/GCXLLogoText-300x152.png 300w" sizes="auto, (max-width: 559px) 100vw, 559px" /> </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/2019/03/11/gary-con-xi-recap/" rel="bookmark">Gary Con XI Recap</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2019/03/11/gary-con-xi-recap/" rel="bookmark"><time class="entry-date" datetime="2019-03-11T20:29:16-04:00">March 11, 2019</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/2019/03/11/gary-con-xi-recap/#comments">2 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Gary Con XI in 2019 was yet another awesome experience! Here’s the <a href="https://anchor.fm/follow-me-and-die/episodes/Episode-92---Gary-Con-XI-Wrap-Up-e3eneh" target="_blank" rel="noreferrer noopener" aria-label="companion podcast episode (opens in a new tab)">companion podcast episode</a>.</p> <p>I rode with Steve Fridsma, from Grand Rapids, MI who I met last year. We were supposed to play in two <a rel="noreferrer noopener" aria-label="AD&D (opens in a new tab)" href="http://www.dndclassics.com/product/17003/Players-Handbook-1e?affiliate_id=203222" target="_blank">AD&D</a> <em>[Affiliate Link]</em> games, but the first one was unexpectedly cancelled, so I offered to run the <br><em><a rel="noreferrer noopener" href="https://www.drivethrurpg.com/product/249987/Gamma-World-1e?affiliate_id=203222" target="_blank">Gamma World</a></em> <em> [Affiliate Link]</em> scenario I was running the next day, and some of the players elected to do that and we had a blast. Then we played in Chgowiz’s <a href="http://www.dndclassics.com/product/17003/Players-Handbook-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener" aria-label="AD&D (opens in a new tab)">AD&D</a> <em>[Affiliate Link]</em> game the next day. We kept in touch on social media and tried to coordinate rides that included one of my con roommates, but the travel days didn’t work out.</p> <p>Steve and I arrived Wednesday right around check in time and I unloaded my bags to my room ASAP then picked up my badge and GM packet. We again got a lot of books, some duplicates of others. I may use them for a giveaway. </p> <p>I had my card game and notebook with me, and met up with Steve and some others who wanted to play my game, and drummed up some interest from some others. We had a UX designer, architect, and game designer among that play test. This is rules that are basically the rules I had as of the end of play testing last year at Gary Con X. The deck had a few tweaks from last year, 5 cards were swapped out for some other cards to add some more interest to the game. Most importantly play text deck number 2 fixed the font color and placement of the numbers and added some explanatory verbiage to some cards. This group had lots of great suggestions. </p> <p>After the game, Thaddeus Moore asked me to sign his copy of <br><a rel="noreferrer noopener" href="https://www.drivethrurpg.com/product/178719/The-Front-World-War-II-RPG?affiliate_id=203222" target="_blank">The Front</a> <em>[Affiliate Link]</em>, as Mark credited me as proofreader. This is the first time I’ve ever signed a book in my life, other than to indicate it was my book.</p> <p>Thursday morning I ran a scenario for <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://www.drivethrurpg.com/product/178719/The-Front-World-War-II-RPG?affiliate_id=203222 " target="_blank">The Front</a> <em>[Affiliate Link]</em>, a WWII RPG based on <a rel="noreferrer noopener" aria-label="The Black Hat (opens in a new tab)" href="https://www.drivethrurpg.com/product/178359/The-Black-Hack?affiliate_id=203222" target="_blank">The Black Hat</a> 1st edition <em>[Affiliate Link]</em> , by Mark Hunt. See here for <a rel="noreferrer noopener" aria-label="The Black Hat 2nd Edition (opens in a new tab)" href="https://www.drivethrurpg.com/product/255088/The-Black-Hack-Second-Edition?affiliate_id=203222" target="_blank">The Black Hat 2nd Edition</a> <em>[Affiliate Link]</em> . Mark joined in the game and had a copy of the rules from <a href="http://www.lulu.com/shop/mark-hunt/the-front-ww2-rpg/paperback/product-22624182.html" target="_blank" rel="noreferrer noopener" aria-label="Lulu (opens in a new tab)">Lulu </a>for everyone. Mark signed them all, and since Thaddeus got me started, I did the same.</p> <p>With Mark there, we did a lot of belly laughing and had a great time! Mark and the other players had a laser focus on the objectives to “win” and we were done early. The players didn’t care as they had a blast. I now see a need for a few more modular encounters/events to bulk up this scenario to take up more of the slot. I plan to start publishing my con adventures on <a rel="noreferrer noopener" aria-label="DriveThruRPG (opens in a new tab)" href="https://www.drivethrurpg.com?affiliate_id=203222" target="_blank">DriveThruRPG </a> <em>[Affiliate Link]</em> , but it won’t be my scenario for <a rel="noreferrer noopener" href="https://www.drivethrurpg.com/product/178719/The-Front-World-War-II-RPG?affiliate_id=203222" target="_blank">The Front</a> <em>[Affiliate Link]</em>.</p> <p>Thursday evening I sat in on a seminar by Satine Phoenix and Ruty Rutenberg which was different aspects of GM issues.</p> <p>I then got in some more card game play testing and had a lot of fun. Some events I don’t recall which day they happened as I was so busy with running or playing and visiting, I didn’t keep track of what day I did which thing.</p> <p>Friday morning I played in <em>The Brazen Mask of Zenopus</em> by Zach Howard of the <a rel="noreferrer noopener" aria-label="Zenopus Archives (opens in a new tab)" href="http://zenopusarchives.blogspot.com/" target="_blank">Zenopus Archives</a> blog. It was the Holmes Blue Box Basic, which is what started me on this whole RPG journey. I had not played those rules since the final AD&D book, the DMG came out over 35 years ago. It was a cool scenario that used characters from a book Dr. Holmes wrote. I played the hired help, two vikings, Olaf & Haldor. The dungeon in the back of the Basic rules was used, with some changes due to the passage of time. </p> <p>We worked together and managed to avoid the death of all characters, and avoided a situation that could have been a TPK. For the first time in play, I encountered a purple worm and Olaf was swallowed! How cool is that! The halfling, Boinger was also swallowed. It was entirely a bonus that the worm was killed and the party cut both of them free, so that they lived to continue the adventure with minimal injury.</p> <p>We found the baddies and had the boss fight and so not to spoil it we were within a few bad dice rolls of disaster, but we made the crucial rolls needed and prevailed. I really enjoyed it and would play a game with Zach again!</p> <p>Friday afternoon I ran my DCC funnel, <em>A Fungus Among Us</em>. I had seven players, two of whom had played funnels before. One teenage boy, a young woman, and two fellows that I am pretty sure were older than I. I am used to being the oldest one in the game in recent years, so this was great. The father of the teenager made decisions and dice rolls that had three of his four 0 level characters dead in less than an hour into the session. He then had his last stay out of the way, and he survived the final encounter. Of course in the boss fight at the end, my poor BBEG had a fumble that had him on his back and unable to attack for a round. His attacks that hit only had minimal effect. The two older gentlemen must have double-booked their time as they could only stay for half the session. The remaining players did well, and lost a few more of their characters. Everyone survived with at least one character.</p> <p>Friday night I saw, <em><a rel="noreferrer noopener" label="Eye of The Beholder (opens in a new tab)" href="https://www.kickstarter.com/projects/cavegirlproductions/eye-of-the-beholder-the-art-of-dungeons-and-dragon" target="_blank" class="broken_link">Eye of The Beholder</a></em> about the artists of TSR who formed the image most of us have of what D&D is. I backed the Kickstarter and had seen the film online. Several of the artists were there and there was a Q&A. Just before the con they sent out a note that the CDs and other things were in the shipping process,<del> but I didn’t have my CD waiting for me. </del>and my CD was waiting in an unexpected location when I got home.</p> <p>Friday night I ran more play tests. I finally remembered to have my 5 x 7 index cards with the quick rules on one side and what the cards to on the other. I made the players read it to ensure they could learn the rules from that, since most people will learn a game that way. I also have index cards I cut to playing card size with bullet points of the steps of one’s turn and what the cards do on the back. Of course, they identified typos of words that I spelled right, but were in the wrong context. They also identified things I need to clarify. So the cards worked, but need some improvement.</p> <p>Saturday morning my schedule was clear. I met up with Ray Otus of the <em><a rel="noreferrer noopener" aria-label="Plundergrounds (opens in a new tab)" href="https://anchor.fm/plundergrounds" target="_blank">Plundergrounds</a></em> podcast and Coddy Mazza of the <em><a href="https://anchor.fm/nosaveforyou" target="_blank" rel="noreferrer noopener" aria-label="No Save For You (opens in a new tab)">No Save For You</a></em> podcast. Ray’s first Gary Con was last year, but we never crossed paths. This was Cody’s first. We played my card game in the open gaming area and a father and 13 year old son joined us. The son was the youngest play tester yet, so I was really interested in his reaction. Ray and Cody loved my game, and had some suggestions. The boy liked it and thought the placeholder art was cool and thought I could just use that. He also will have a credit as a play tester so he will have some extra cool factor with his friends when he gets home.</p> <p>Ray, Cody, and I did a joint podcast on Ray’s <em><a rel="noreferrer noopener" aria-label="Plundergrounds (opens in a new tab)" href="https://anchor.fm/plundergrounds" target="_blank">Plundergrounds</a></em> and they both were too kind about what they thought of my card game. You can catch that episode <a rel="noreferrer noopener" label="here (opens in a new tab)" href="https://web.archive.org/web/20210308093221/https://anchor.fm/plundergrounds/episodes/047-Gary-Con-Day-3-e3do4v" target="_blank">here</a>. </p> <p>Saturday afternoon I ran my <a rel="noreferrer noopener" aria-label="Boot Hill (opens in a new tab)" href="https://www.drivethrurpg.com/product/240118/Boot-Hill-Wild-West-RolePlaying-Game-2nd-Edition?affiliate_id=203222" target="_blank">Boot Hill</a> [<em>Affiliate Link</em>] scenario, A Posse For The School Marm. I had a lot of players who had never played it, but they all had fun. One character was injured and stunned by dynamite. Another got one bad guy and almost got the last one, but he shot her character in the chest for a mortal wound. She thought it was epic and fitting to go down fighting. She later told me that she hadn’t played an RPG in 30 years and I made it easy and walked them through what to do and she felt comfortable and welcome at the table. Also they said up front that they had another game and would have to leave early. They ended up not leaving early because they were having so much fun. Her husband is not much of a gamer, but he had a blast. I just love hearing that sort of thing.</p> <p>Saturday night was supposed to be a showing of <em><a rel="noreferrer noopener" label="The Dreams In Gary's Basement (opens in a new tab)" href="https://www.kickstarter.com/projects/dorksofyore/the-dreams-in-garys-basement-a-documentary-on-gary" target="_blank" class="broken_link">The Dreams In Gary’s Basement</a></em> by Pat Kilbane, but unfortunately he was sick and it was cancelled. I backed that Kickstarter and have been cheering it on since I met Pat at Gary Con VIII when he premiered an early showing of a few interview snippets. You can read about that <a href="https://followmeanddie.com/2016/03/09/dd-documentary-number-3-rebuilding-trust/" target="_blank" rel="noreferrer noopener" aria-label="here (opens in a new tab)">here</a>.</p> <p>Saturday evening I went to a party to see the teaser and a behind the scenes of Peter Adkinson’s <em>Chaldea</em>. It is a series of videos to highlight a campaign world setting of <em>Chaldea</em>. Very cool effects. Met some new people, and a player from my <em><a rel="noreferrer noopener" aria-label="Gamma World (opens in a new tab)" href="https://www.drivethrurpg.com/product/249987/Gamma-World-1e?affiliate_id=203222" target="_blank">Gamma World</a> [Affiliate Link]</em> game last year and he was gushing about that memory, which is so cool!</p> <p>Matt Mercer was at the con and was in the lounge, I was able to tell him a Vecna story and congratulate him on the Kickstarter and get a picture with him. Unfortunately, someone from the party who I only met at the party was drunk and not taking the hint to give people space. I was asked to escort him away from the celebrities since I knew him better than some. The fellows social intelligence was gone and he obviously wanted to communicate something, but was unable to do so beyond repeating an innocuous platitude. </p> <p>Unfortunately, he was stumbling into people and flopping his arm into them. He did not react well, but we got him out of the lounge and then out of the building. We had to call for security to ensure he didn’t try to drive or something. I heard nothing more about that, but if you go to a con, don’t go past your limit to control your motor skills or communication ability. That’s how you get banned from cons. I don’t know if it got to the level of the con knowing about it or not, as I was no longer privy to the situation. I have not witnessed anything like that at a con. In the current environment, I was disheartened to witness such a thing. Please don’t drink and be stupid, it is not fun to witness nor to be the problem person who sobers up and finds they’ve got a bad reputation. I almost didn’t report this, but I don’t want to whitewash a bad situation.</p> <p>I also told Vecna stories to Joe Manganiello and got a picture with him. I showed him my shirt that says, <em>Follow Me, And Die!</em> and he said it and then said, “Nice!” I knew he’d get a kick out of that. </p> <p>Another thing that occured at the con was rumors. Someone told me X about so and so. I will not repeat that as that does no good. I will only repeat facts I can verify or I witness personally. Rumors of game stuff and game personalities always occur, sometimes there is a grain of truth, but I won’t spread something I can’t verify.</p> <p>Sunday I did not sign up for any games. I was in the lounge all day apart from moving my bags from the room I shared with my normal con roommates, to that of my ride.</p> <p>I played my card game at least a dozen times. One player from earlier in the weekend really latched onto the game and has probably played more than anyone but me, and knows the rules as well or better than I do. She played nine games on Sunday, and was teaching the new players and we worked on how to cut the deck in half. Since there are an odd number of some cards we did a large half and small half deck. We played one hand with the large half deck as a two player game and it feels like the full deck and is faster. One game is not enough, but it does tell me I have the numbers of each card right. </p> <p>After all the play testing and suggestions for little things to improve the cards, I know I need a third play test deck and more play testing. I don’t have an artist lined up, since the rules and cards are not locked in. Unfortunately, my hopes of Kickstarting this year are not realistic. I want to avoid rushing things, as I want to do it right. I will do all I can to make launching during the first quarter of next year. This means that I need to go to more cons and FLGS’ for more play tests. Once I have a new test deck and play it a few times I will know if the cards need any more game play tweaks or only need art. The rules are really close, and I think we have to options for play, one that will be perfect for learning the game. Two player play may be as simple as a half deck, but more play test will tell.</p> <p>If you are interested in knowing when the Kickstarter is launched, you can <a rel="noreferrer noopener" aria-label="click this link to join the mailing list (opens in a new tab)" href="https://followmeanddie.com/sign-up-for-kickstarter-updates/" target="_blank">click this link to join the mailing list</a>. It is <strong><em>ONLY </em></strong>for announcing the Kickstarter launch, and possible future launches.</p> <p>Wednesday night, my roommates and I went to the same restaurant as last year and while waiting for a table, someone behind us saw my Follow Me, And Die! T-Shirt and asked if I was the guy behind the blog. I believe his name was <del>John </del> Zach from Atlanta (He messaged me on social media to correct me. I then recalled that I used the mnemonic that his name is the same as my youngest son’s.). I didn’t think to get a picture together. A couple other people told me they liked my blog and/or podcast. Erik from the Chicago area, as I recall said he’s been reading my blog for the last seven months. I did have the presence of mind to get a picture with him.</p> <p>I got pictures with many others and posted a lot of them on social media. I need to find time to make an album to share to make it easier to have all the pictures in one spot. Not sure when I’ll get to that.</p> <p>I had a blast at Gary Con and I will be back next year!</p> <p>I will have my card game there from hopefully the final pre-Kickstarter test deck and can play with those who want to see what it’s all about. I will have it at every other con I attend. </p> <p>If you will be at Gary Con next year, or any other con this year that I attend, be sure and say, “Hello!” I’d love to meet you and get a chance to game together!</p> <p></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/boot-hill/" rel="tag">Boot Hill</a><a href="https://followmeanddie.com/tag/conventions/" rel="tag">Conventions</a><a href="https://followmeanddie.com/tag/gamma-world/" rel="tag">Gamma World</a><a href="https://followmeanddie.com/tag/garycon/" rel="tag">GaryCon</a><a href="https://followmeanddie.com/tag/the-black-hack/" rel="tag">The Black Hack</a><a href="https://followmeanddie.com/tag/the-front/" rel="tag">The Front</a></span></footer></article><!-- #post-5996 --> <article id="post-5677" class="post-5677 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-add"> <a class="post-thumbnail" href="https://followmeanddie.com/2019/01/02/james-ward-on-dieties-demigods/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2019/01/DietiesDemigods2-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Dieties & Demigods - James Ward's Experience" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2019/01/DietiesDemigods2-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2019/01/DietiesDemigods2-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/2019/01/02/james-ward-on-dieties-demigods/" rel="bookmark">James Ward on Dieties & Demigods</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2019/01/02/james-ward-on-dieties-demigods/" rel="bookmark"><time class="entry-date" datetime="2019-01-02T18:44:24-05:00">January 2, 2019</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/2019/01/02/james-ward-on-dieties-demigods/#comments">4 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Jim Ward has mentioned this a few times over the years. I saved this post in FB, but then couldn’t find it when I wanted it, so I am posting it here.</p> <p>In his own words below, TSR did not remove the Cthulhu & Melnibone pantheons due to copyright infringement.</p> <p>Both <a rel="noreferrer noopener" aria-label="Wikipedia (opens in a new tab)" href="https://en.wikipedia.org/wiki/Deities_%26_Demigods" target="_blank">Wikipedia</a> and <a href="https://www.acaeum.com/ddindexes/setpages/deities.html" target="_blank" rel="noreferrer noopener" aria-label="The Acaeum (opens in a new tab)">The Acaeum</a> have a different version of events.</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p><strong>Deities & Demigods</strong><br>I’m going to print this out once a year for the rest of my years. I absolutely hate it when ignorant people say TSR/me acted in copyright infringement for the Melnibonean and Lovecraft sections of the book.</p><p>When I was given the assignment for that book I listed the various pantheons that I wanted to use. Gary noted that maybe the Lovecraft and Elric sections might be a problem. He gave me the Arkham House and Michael Morcock addresses and I immediately wrote them explaining what I was doing and asking for their permission to include their material. Wonder of wonders I got two letters back giving me permission to use their work. I foolishly gave those two letters to the lawyers at TSR. They might still be in some lost file at Wizards. I would kill for them now.</p><p>Anyway we printed up the book and it sold great. We then got a cease and desist letter from Chaosium. I don’t blame them a bit, however they didn’t know about the two letters. TSR would have won a court case hands down. However, the company wasn’t rich at that point and Brian Blume didn’t want to go to California, get a California lawyer, and spend time and money winning the case.</p><p>I went nuts because I had done way more than I was supposed to in clearing the way for those two licenses used in the book I wrote. I even offered to write two more pantheons free of charge, but the Blumes didn’t want to bother. I fumed for years.</p><p>Now, when people talk on line about TSR in copyright violation it presses my maximum angry button. Maybe some of my facebook friends can pass along this word as time goes on so that my blood pressure levels can stay in the normal range.</p><p>Now this might seem like a rant and it is. However, when people say TSR was in infringement they are calling me a plagiarizer. I consider myself a very honorable man. I would never, ever steal material that was not my own. I will not put up with that moniker. Thanks for listening.</p></blockquote> <p><a rel="noreferrer noopener" aria-label="Here is the link (opens in a new tab)" href="https://www.facebook.com/james.m.ward.7/posts/1497168903701413" target="_blank">Here is the link</a> and a screenshot of the post for documentation purposes.</p> <figure class="wp-block-image"><img loading="lazy" decoding="async" width="498" height="701" src="https://followmeanddie.com/wp-content/uploads/2019/01/JimWardonTSRCthulhuuMelnibone.png" alt="" class="wp-image-5678" srcset="https://followmeanddie.com/wp-content/uploads/2019/01/JimWardonTSRCthulhuuMelnibone.png 498w, https://followmeanddie.com/wp-content/uploads/2019/01/JimWardonTSRCthulhuuMelnibone-213x300.png 213w" sizes="auto, (max-width: 498px) 100vw, 498px" /></figure> <p><strong>[UPDATE]</strong> A few hours after I posted this article and shared to various social media, the following comment appeared in James Ward’s linked Facebook post.</p> <blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p> <a href="https://www.facebook.com/rmeints">Rick Meints</a> James Ward: I am the current President of Chaosium. I spoke with Greg Stafford, the former President of Chaosium, about the events surrounding the first edition of Deities and Demigods on a number of occasions. Greg and I know the following: You were acting in good faith and did not plagiarize the Cthulhu or Melnibonean material. We consider you an honorable man. </p><cite>Here <strong>is a screenshot of this post:</strong><br></cite></blockquote> <figure class="wp-block-image"><img loading="lazy" decoding="async" width="483" height="143" src="https://followmeanddie.com/wp-content/uploads/2019/01/CurrentChaosiumPresidentCommentingOnJimWardsFBPost.png" alt="" class="wp-image-5683" srcset="https://followmeanddie.com/wp-content/uploads/2019/01/CurrentChaosiumPresidentCommentingOnJimWardsFBPost.png 483w, https://followmeanddie.com/wp-content/uploads/2019/01/CurrentChaosiumPresidentCommentingOnJimWardsFBPost-300x89.png 300w" sizes="auto, (max-width: 483px) 100vw, 483px" /></figure> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/add/" rel="tag">AD&D</a></span></footer></article><!-- #post-5677 --> <article id="post-5661" class="post-5661 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-add tag-boot-hill tag-gamma-world tag-gangbusters tag-marvel-superheroes tag-metamorphosis-alpha tag-star-frontiers tag-top-secret"> <a class="post-thumbnail" href="https://followmeanddie.com/2018/12/29/rpgs-that-influenced-me/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2017/01/holmes-blue-box_My40Years-1038x576.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2017/01/holmes-blue-box_My40Years-1038x576.jpg 1038w, https://followmeanddie.com/wp-content/uploads/2017/01/holmes-blue-box_My40Years-672x372.jpg 672w" sizes="auto, (max-width: 1038px) 100vw, 1038px" /> </a> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"><a href="https://followmeanddie.com/category/rpgs/" rel="category tag">RPGs</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2018/12/29/rpgs-that-influenced-me/" rel="bookmark">RPGs That Influenced Me</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2018/12/29/rpgs-that-influenced-me/" rel="bookmark"><time class="entry-date" datetime="2018-12-29T10:04:04-05:00">December 29, 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/12/29/rpgs-that-influenced-me/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>This was making the rounds on various social media sites. I shared there, but wanted to make a record of it here.</p> <p>1.) Holmes Blue Box Basic – This is how I got started all because my brother convinced me to buy it.<br>2.) <a href="https://www.dmsguild.com/product/17003/Players-Handbook-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener" aria-label="AD&D 1e (opens in a new tab)">AD&D 1e</a> Because Holmes Blue Box said that’s what you had to buy.<br>The rest in the order they come to mind, I don’t remember the order we first played them.<br>3.) <a href="http://www.drivethrurpg.com/product/50526/Metamorphosis-Alpha-1st-Edition?affiliate_id=203222" target="_blank" rel="noreferrer noopener" aria-label="Metamorphosis Alpha 1e (opens in a new tab)">Metamorphosis Alpha 1e</a><br>4.) <a href="https://www.drivethrurpg.com/product/249987/Gamma-World-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener" aria-label="Gamma World 1e (opens in a new tab)">Gamma World 1e</a><br>5.) <a rel="noreferrer noopener" aria-label="Boot Hill 2e (opens in a new tab)" href="https://www.drivethrurpg.com/product/240118/Boot-Hill-Wild-West-RolePlaying-Game-2nd-Edition?affiliate_id=203222" target="_blank">Boot Hill 2e</a><br>6.) Top Secret 1e<br>7.) Gangbusters 1e<br>8.) Star Frontiers<br>9.) Marvel Superheroes<br> [<em>Affiliate Links</em>]</p> <p>We tended to buy the latest RPG from TSR. I subscribed to <em>The Dragon</em>, and was up to speed on all the newest RPGs.</p> <p>We made up our own space pirate game, very rough. It had an interplanetary war component, even rougher. There was also an RPG component that took ideas from all the other Science Fiction RPGs we could get our hands on. A lot of creativity, world building, game development, and fiction. All that survives are memories and most likely my brother’s short stories. Unless one of my brothers has any notes or documents we had, it is lost to the mists of time.</p> <p>We had one session experience with Traveller, Tunnels & Trolls, Runequest, and perhaps others. Those were presented by younger players who thought they were cool, but couldn’t present them well. For some, the character creation was too cumbersome. Some consider AD&D to be difficult, but one can still roll up a character and be up and running quickly compared to a lot of games.</p> <p>I cam to appreciate later versions of Basic D&D with the old school movement that showed me that our trained response from the verbiage in Holme’s Blue Box that it was for babies was misplaced.</p> <p>I like the simplicity and creativity of all the retroclones getting back to simpler times.</p> <p>I always struggled with aspects of game mechanics and making my own back in the day. It isn’t as difficult as I led myself to believe, and am glad I finally stepped out of my comfort zone to try my hand at it.</p> <p>Back in the day, I’d rather play than GM. Now I think for the most part, I’d rather GM than play. It ebbs and flows with my current interest/focus.</p> <p>I like to play with creative people who see things in the scenario I didn’t necessarily describe and who run with their idea of the world and make a new thing that is alive.</p> <p>I have many more ideas than I will ever be able to implement as a GM, so I share them in hopes that others will get some fun out of them. I owe a lot to my brother who got me started so long ago when he convinced me to buy Holmes Basic.</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/boot-hill/" rel="tag">Boot Hill</a><a href="https://followmeanddie.com/tag/gamma-world/" rel="tag">Gamma World</a><a href="https://followmeanddie.com/tag/gangbusters/" rel="tag">GangBusters</a><a href="https://followmeanddie.com/tag/marvel-superheroes/" rel="tag">Marvel Superheroes</a><a href="https://followmeanddie.com/tag/metamorphosis-alpha/" rel="tag">Metamorphosis Alpha</a><a href="https://followmeanddie.com/tag/star-frontiers/" rel="tag">Star Frontiers</a><a href="https://followmeanddie.com/tag/top-secret/" rel="tag">Top Secret</a></span></footer></article><!-- #post-5661 --> <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/tag/add/page/2/">2</a> <span class="page-numbers dots">…</span> <a class="page-numbers" href="https://followmeanddie.com/tag/add/page/13/">13</a> <a class="next page-numbers" href="https://followmeanddie.com/tag/add/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/2025/03/24/gary-con-xvii/?utm_source=rss&utm_medium=rss&utm_campaign=gary-con-xvii'>Gary Con XVII</a></li><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></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/2025/03/'>March 2025</a></li> <li><a href='https://followmeanddie.com/2023/12/'>December 2023</a></li> <li><a href='https://followmeanddie.com/2023/07/'>July 2023</a></li> <li><a href='https://followmeanddie.com/2023/05/'>May 2023</a></li> <li><a href='https://followmeanddie.com/2023/03/'>March 2023</a></li> <li><a href='https://followmeanddie.com/2023/01/'>January 2023</a></li> <li><a href='https://followmeanddie.com/2022/12/'>December 2022</a></li> <li><a href='https://followmeanddie.com/2022/11/'>November 2022</a></li> <li><a href='https://followmeanddie.com/2022/09/'>September 2022</a></li> <li><a href='https://followmeanddie.com/2022/04/'>April 2022</a></li> <li><a href='https://followmeanddie.com/2022/03/'>March 2022</a></li> <li><a href='https://followmeanddie.com/2021/12/'>December 2021</a></li> <li><a href='https://followmeanddie.com/2021/10/'>October 2021</a></li> <li><a href='https://followmeanddie.com/2021/07/'>July 2021</a></li> <li><a href='https://followmeanddie.com/2021/05/'>May 2021</a></li> <li><a href='https://followmeanddie.com/2021/04/'>April 2021</a></li> <li><a href='https://followmeanddie.com/2021/03/'>March 2021</a></li> <li><a href='https://followmeanddie.com/2021/02/'>February 2021</a></li> <li><a href='https://followmeanddie.com/2021/01/'>January 2021</a></li> <li><a href='https://followmeanddie.com/2020/12/'>December 2020</a></li> <li><a href='https://followmeanddie.com/2020/09/'>September 2020</a></li> <li><a href='https://followmeanddie.com/2020/08/'>August 2020</a></li> <li><a href='https://followmeanddie.com/2020/07/'>July 2020</a></li> <li><a href='https://followmeanddie.com/2020/06/'>June 2020</a></li> <li><a href='https://followmeanddie.com/2020/05/'>May 2020</a></li> <li><a href='https://followmeanddie.com/2020/04/'>April 2020</a></li> <li><a href='https://followmeanddie.com/2020/03/'>March 2020</a></li> <li><a href='https://followmeanddie.com/2020/02/'>February 2020</a></li> <li><a href='https://followmeanddie.com/2020/01/'>January 2020</a></li> <li><a href='https://followmeanddie.com/2019/12/'>December 2019</a></li> <li><a href='https://followmeanddie.com/2019/11/'>November 2019</a></li> <li><a href='https://followmeanddie.com/2019/10/'>October 2019</a></li> <li><a href='https://followmeanddie.com/2019/09/'>September 2019</a></li> <li><a href='https://followmeanddie.com/2019/08/'>August 2019</a></li> <li><a href='https://followmeanddie.com/2019/07/'>July 2019</a></li> <li><a href='https://followmeanddie.com/2019/06/'>June 2019</a></li> <li><a href='https://followmeanddie.com/2019/05/'>May 2019</a></li> <li><a href='https://followmeanddie.com/2019/04/'>April 2019</a></li> <li><a href='https://followmeanddie.com/2019/03/'>March 2019</a></li> <li><a href='https://followmeanddie.com/2019/02/'>February 2019</a></li> <li><a href='https://followmeanddie.com/2019/01/'>January 2019</a></li> <li><a href='https://followmeanddie.com/2018/12/'>December 2018</a></li> <li><a href='https://followmeanddie.com/2018/11/'>November 2018</a></li> <li><a href='https://followmeanddie.com/2018/10/'>October 2018</a></li> <li><a href='https://followmeanddie.com/2018/09/'>September 2018</a></li> <li><a href='https://followmeanddie.com/2018/08/'>August 2018</a></li> <li><a href='https://followmeanddie.com/2018/07/'>July 2018</a></li> <li><a href='https://followmeanddie.com/2018/06/'>June 2018</a></li> <li><a href='https://followmeanddie.com/2018/05/'>May 2018</a></li> <li><a href='https://followmeanddie.com/2018/04/'>April 2018</a></li> <li><a href='https://followmeanddie.com/2018/03/'>March 2018</a></li> <li><a href='https://followmeanddie.com/2018/02/'>February 2018</a></li> <li><a href='https://followmeanddie.com/2018/01/'>January 2018</a></li> <li><a href='https://followmeanddie.com/2017/12/'>December 2017</a></li> <li><a href='https://followmeanddie.com/2017/11/'>November 2017</a></li> <li><a href='https://followmeanddie.com/2017/10/'>October 2017</a></li> <li><a href='https://followmeanddie.com/2017/09/'>September 2017</a></li> <li><a href='https://followmeanddie.com/2017/08/'>August 2017</a></li> <li><a href='https://followmeanddie.com/2017/07/'>July 2017</a></li> <li><a href='https://followmeanddie.com/2017/06/'>June 2017</a></li> <li><a href='https://followmeanddie.com/2017/05/'>May 2017</a></li> <li><a href='https://followmeanddie.com/2017/04/'>April 2017</a></li> <li><a href='https://followmeanddie.com/2017/03/'>March 2017</a></li> <li><a href='https://followmeanddie.com/2017/02/'>February 2017</a></li> <li><a href='https://followmeanddie.com/2017/01/'>January 2017</a></li> <li><a href='https://followmeanddie.com/2016/12/'>December 2016</a></li> <li><a href='https://followmeanddie.com/2016/11/'>November 2016</a></li> <li><a href='https://followmeanddie.com/2016/10/'>October 2016</a></li> <li><a href='https://followmeanddie.com/2016/09/'>September 2016</a></li> <li><a href='https://followmeanddie.com/2016/08/'>August 2016</a></li> <li><a href='https://followmeanddie.com/2016/06/'>June 2016</a></li> <li><a href='https://followmeanddie.com/2016/05/'>May 2016</a></li> <li><a href='https://followmeanddie.com/2016/04/'>April 2016</a></li> <li><a href='https://followmeanddie.com/2016/03/'>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.453237410072pt;" aria-label="Blogging (76 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.848920863309pt;" aria-label="Conventions (66 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-04-11 08:16:02 by W3 Total Cache -->