CINXE.COM

May | 2019 | 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>May | 2019 | Follow Me And Die!</title> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="pingback" href="https://followmeanddie.com/xmlrpc.php"> <!--[if lt IE 9]> <script src="https://followmeanddie.com/wp-content/themes/twentyfourteen/js/html5.js?ver=3.7.0"></script> <![endif]--> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//pagead2.googlesyndication.com' /> <link rel="alternate" type="application/rss+xml" title="Follow Me And Die! &raquo; Feed" href="https://followmeanddie.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Follow Me And Die! &raquo; Comments Feed" href="https://followmeanddie.com/comments/feed/" /> <!-- This site uses the Google Analytics by ExactMetrics plugin v8.3.2 - Using Analytics tracking - https://www.exactmetrics.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-RTY03KLJSD" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var em_version = '8.3.2'; var em_track_user = true; var em_no_track_reason = ''; var ExactMetricsDefaultLocations = {"page_location":"https:\/\/followmeanddie.com\/2019\/05\/"}; if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations ); } else { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations; } var disableStrs = [ 'ga-disable-G-RTY03KLJSD', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.ExactMetricsDualTracker = { helpers: {}, trackers: {}, }; if (em_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = exactmetrics_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') { ExactMetricsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dNDMyYj': true, }); if ( ExactMetricsLocations.page_location ) { __gtagTracker('set', ExactMetricsLocations); } __gtagTracker('config', 'G-RTY03KLJSD', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by ExactMetrics --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/followmeanddie.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=dd3741191c207e844b1a3ec6d3bbea5d"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://followmeanddie.com/wp-includes/css/dist/block-library/style.min.css?ver=dd3741191c207e844b1a3ec6d3bbea5d' media='all' /> <style id='wp-block-library-theme-inline-css'> .wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--green: #24890d;--wp--preset--color--dark-gray: #2b2b2b;--wp--preset--color--medium-gray: #767676;--wp--preset--color--light-gray: #f5f5f5;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='twentyfourteen-lato-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/fonts/font-lato.css?ver=20230328' media='all' /> <link rel='stylesheet' id='genericons-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/genericons/genericons.css?ver=3.0.3' media='all' /> <link rel='stylesheet' id='twentyfourteen-style-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/style.css?ver=20241112' media='all' /> <link rel='stylesheet' id='twentyfourteen-block-style-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/css/blocks.css?ver=20240708' media='all' /> <!--[if lt IE 9]> <link rel='stylesheet' id='twentyfourteen-ie-css' href='https://followmeanddie.com/wp-content/themes/twentyfourteen/css/ie.css?ver=20140711' media='all' /> <![endif]--> <style id='akismet-widget-style-inline-css'> .a-stats { --akismet-color-mid-green: #357b49; --akismet-color-white: #fff; --akismet-color-light-grey: #f6f7f7; max-width: 350px; width: auto; } .a-stats * { all: unset; box-sizing: border-box; } .a-stats strong { font-weight: 600; } .a-stats a.a-stats__link, .a-stats a.a-stats__link:visited, .a-stats a.a-stats__link:active { background: var(--akismet-color-mid-green); border: none; box-shadow: none; border-radius: 8px; color: var(--akismet-color-white); cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; font-weight: 500; padding: 12px; text-align: center; text-decoration: none; transition: all 0.2s ease; } /* Extra specificity to deal with TwentyTwentyOne focus style */ .widget .a-stats a.a-stats__link:focus { background: var(--akismet-color-mid-green); color: var(--akismet-color-white); text-decoration: none; } .a-stats a.a-stats__link:hover { filter: brightness(110%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16); } .a-stats .count { color: var(--akismet-color-white); display: block; font-size: 1.5em; line-height: 1.4; padding: 0 13px; white-space: nowrap; } </style> <script src="https://followmeanddie.com/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=8.3.2" id="exactmetrics-frontend-script-js" async data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" id='exactmetrics-frontend-script-js-extra'>var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/followmeanddie.com","hash_tracking":"false","v4_id":"G-RTY03KLJSD"};</script> <script src="https://followmeanddie.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://followmeanddie.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://followmeanddie.com/wp-content/themes/twentyfourteen/js/functions.js?ver=20230526" id="twentyfourteen-script-js" defer data-wp-strategy="defer"></script> <!-- Google tag (gtag.js) snippet added by Site Kit --> <!-- Google Analytics snippet added by Site Kit --> <script src="https://www.googletagmanager.com/gtag/js?id=GT-P8VL5DM" id="google_gtagjs-js" async></script> <script id="google_gtagjs-js-after"> window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag("set","linker",{"domains":["followmeanddie.com"]}); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "GT-P8VL5DM"); </script> <!-- End Google tag (gtag.js) snippet added by Site Kit --> <link rel="https://api.w.org/" href="https://followmeanddie.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://followmeanddie.com/xmlrpc.php?rsd" /> <meta name="generator" content="Site Kit by Google 1.148.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=BF70734B64AD7013001FC4F0072F54C8'); </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&amp;host=ca-host-pub-2644536267352236" crossorigin="anonymous"></script> <!-- End Google AdSense snippet added by Site Kit --> <link rel="icon" href="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-180x180.jpg" /> <meta name="msapplication-TileImage" content="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-270x270.jpg" /> </head> <body class="archive date wp-embed-responsive header-image list-view full-width footer-widgets"> <!-- Google Tag Manager (noscript) snippet added by Site Kit --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P77GVFP" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) snippet added by Site Kit --> <div id="page" class="hfeed site"> <div id="site-header"> <a href="https://followmeanddie.com/" rel="home"> <img src="https://followmeanddie.com/wp-content/uploads/2017/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 &#038; CafePress</a></li> </ul> </li> <li class="page_item page-item-4111"><a href="https://followmeanddie.com/projects/rpgosr-works/">RPG Works</a></li> <li class="page_item page-item-4270"><a href="https://followmeanddie.com/projects/selling/">Selling</a></li> </ul> </li> <li class="page_item page-item-4099"><a href="https://followmeanddie.com/reading-read/">Reading</a></li> <li class="page_item page-item-8093"><a href="https://followmeanddie.com/rpga-list/">RPGA List</a></li> <li class="page_item page-item-4128 page_item_has_children"><a href="https://followmeanddie.com/rpgs/">RPGs</a> <ul class='children'> <li class="page_item page-item-4151"><a href="https://followmeanddie.com/rpgs/add-pdfs/">AD&#038;D PDFs</a></li> <li class="page_item page-item-8000 page_item_has_children"><a href="https://followmeanddie.com/rpgs/gaming/">Gaming</a> <ul class='children'> <li class="page_item page-item-4103"><a href="https://followmeanddie.com/rpgs/gaming/playing/">Playing</a></li> <li class="page_item page-item-4105"><a href="https://followmeanddie.com/rpgs/gaming/running/">Running</a></li> </ul> </li> <li class="page_item page-item-4116"><a href="https://followmeanddie.com/rpgs/osr-search/">OSR Search</a></li> <li class="page_item page-item-4262"><a href="https://followmeanddie.com/rpgs/reviews/">Reviews</a></li> </ul> </li> </ul></div> </nav> </div> <div id="search-container" class="search-box-wrapper hide"> <div class="search-box"> <form role="search" method="get" class="search-form" action="https://followmeanddie.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div> </div> </header><!-- #masthead --> <div id="main" class="site-main"> <section id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <header class="page-header"> <h1 class="page-title"> Monthly Archives: May 2019 </h1> </header><!-- .page-header --> <article id="post-6569" class="post-6569 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-adventure-structure"> <a class="post-thumbnail" href="https://followmeanddie.com/2019/05/25/more-variety-in-adventure-structure/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2019/05/MoreVarietyInAdventurStructure-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" srcset="https://followmeanddie.com/wp-content/uploads/2019/05/MoreVarietyInAdventurStructure-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2019/05/MoreVarietyInAdventurStructure-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/2019/05/25/more-variety-in-adventure-structure/" rel="bookmark">More Variety In Adventure Structure</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2019/05/25/more-variety-in-adventure-structure/" rel="bookmark"><time class="entry-date" datetime="2019-05-25T22:05:43-04:00">May 25, 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/05/25/more-variety-in-adventure-structure/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Panzerliion on Twitter mentioned this:</p> <figure class="wp-block-embed-twitter wp-block-embed is-type-rich is-provider-twitter"><div class="wp-block-embed__wrapper"> <blockquote class="twitter-tweet" data-width="474" data-dnt="true"><p lang="en" dir="ltr">So, leafing through the Ghosts of Saltmarsh, something struck me, and I think it&#39;s a key to a lot of the issues I&#39;ve been ranting about off and on in <a href="https://twitter.com/hashtag/DnD?src=hash&amp;ref_src=twsrc%5Etfw">#DnD</a> over the last few years. I&#39;m calling it &quot;Outsider Writing Bias&quot; right now, but I probably come up with a better term.</p>&mdash; A Winterized Panzerlion (@POCGamer) <a href="https://twitter.com/POCGamer/status/1132013801853792256?ref_src=twsrc%5Etfw">May 24, 2019</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> </div></figure> <p>I retweeted it and added a thread with my response:</p> <figure class="wp-block-embed-twitter wp-block-embed is-type-rich is-provider-twitter"><div class="wp-block-embed__wrapper"> https://twitter.com/followmeanddie1/status/1132252454140219392 </div></figure> <p> In essence this is about the need for more variety in in how adventures are developed. It urges all publishers of RPG modules to stretch the bounds of their creative vision beyond the standard skeleton structure. </p> <p>As I pointed out in my Twitter response, original D&amp;D focused on the megadungeon under the city and the focus was always going there for adventure and treasure. Rarely did the dungeon force itself into the affairs of the surface.</p> <h4 class="wp-block-heading">My Idea</h4> <p>I&#8217;m not sure it&#8217;s new to me. I seem to vaguely recall something like this several years ago on a blog.</p> <p>The idea is to take <a rel="noreferrer noopener" aria-label="The Seven Basic Plots (opens in a new tab)" href="https://en.wikipedia.org/wiki/The_Seven_Basic_Plots" target="_blank">The Seven Basic Plots</a> by Christopher Booker or The <a rel="noreferrer noopener" aria-label="Thirty-Six Dramatic Situations (opens in a new tab)" href="https://en.wikipedia.org/wiki/The_Thirty-Six_Dramatic_Situations" target="_blank">Thirty-Six Dramatic Situations</a> by Georges Polti and list what classic and current modules fit each situation. The idea is to break out of the oft-repeated story structure of someone from outside has to save the day. <a rel="noreferrer noopener" aria-label="Dicegeeks has a PDF of the 36 Dramatic Situations (opens in a new tab)" href="https://www.drivethrurpg.com/product/175495/36-Dramatic-Situations?affiliate_id=203222" target="_blank">Dicegeeks has a PDF of the 36 Dramatic Situations</a> with the examples from the now public domain book. However, it does not list specific modules.</p> <p>I also found some other related ideas while trying to find what I seem to recall from an OSR blog or on G+ from several years ago. <a rel="noreferrer noopener" aria-label="John Hodgman's 55 dramatic situations (opens in a new tab)" href="http://2.bp.blogspot.com/_o1geY0xArOs/Sl2AlFtOWWI/AAAAAAAAALo/1HhfPez7KFA/s1600-h/The+55+Dramatic+Situations+pg+2.jpg" target="_blank">John Hodgman&#8217;s 55 dramatic situations</a>. This takes the <em>five primal conflicts</em> and gives 11 examples of each.</p> <h4 class="wp-block-heading"><s>Seven</s> Six Basic Plots</h4> <p><a rel="noreferrer noopener" aria-label="A computer analysis found six basic plots (opens in a new tab)" href="https://www.irishtimes.com/culture/film/data-mining-uncovers-the-six-basic-plots-of-all-stories-1.2720976" target="_blank">A computer analysis found six basic plots</a> in an analysis of 1,737 books from <a rel="noreferrer noopener" aria-label="Project Gutenberg (opens in a new tab)" href="https://www.gutenberg.org/" target="_blank">Project Gutenberg</a>&#8216;s fiction category, that matched an idea from <a rel="noreferrer noopener" aria-label="Kurt Vonnegut (opens in a new tab)" href="https://www.youtube.com/watch?time_continue=12&amp;v=oP3c1h8v2ZQ" target="_blank">Kurt Vonnegut</a>. This begs the question, what about a similar analysis of non-European languages? While there may be less than a dozen basic plots in all human literature, are we sure? I only have expertise in English, my native language, as I was born and raised in the United States. I have studied other languages, unlike the majority of Americans whose family are in the US for three or more generations. I&#8217;d love to hear from someone of a non-European background or anyone with knowledge on the topic. </p> <p><strong>The seven basic plots are: </strong></p> <ul class="wp-block-list"><li>overcoming the monster (<em>The Hunger Games</em>)</li><li>rags to riches (<em>Aladdin</em>)</li><li>the quest (<em>Lord of the Rings</em>)</li><li>voyage and return (<em>The Time Machine</em>)</li><li>comedy (<em>A Midsummer Night’s Dream</em>)</li><li>tragedy (<em>Romeo and Juliet</em>)</li><li>rebirth (<em>A Christmas Carol</em>) </li></ul> <p><strong>Computer analysis reveals these six:</strong></p> <ul class="wp-block-list"><li>rags to riches (where there’s a rise in the emotional trajectory of the main character)</li><li>riches to rags (fall); man in a hole (fall then rise)</li><li>Icarus (rise then fall)</li><li>Cinderella (rise, fall and rise)</li><li>Oedipus (fall, rise and fall) </li></ul> <h4 class="wp-block-heading">Five Primal Conflicts</h4> <ul class="wp-block-list"><li>Man versus man</li><li> Man versus nature</li><li> Man versus society</li><li> Man versus himself</li><li> Man versus cyborgs</li></ul> <p>Another interesting list is Aaron Diaz <a rel="noreferrer noopener" aria-label="Dresden Kodak's 42 Essential Third Act Twists (opens in a new tab)" href="http://dresdencodak.com/2009/05/11/42-essential-3rd-act-twists/" target="_blank">Dresden Kodak&#8217;s 42 Essential Third Act Twists</a>, which refers to most plays and movies with a 3 act structure having a big twist at the end.</p> <p>Of course, let us not forget <a rel="noreferrer noopener" aria-label="Joseph Campbell's Hero's Journey (opens in a new tab)" href="https://en.wikipedia.org/wiki/Hero%27s_journey" target="_blank">Joseph Campbell&#8217;s Hero&#8217;s Journey</a>, and <a rel="noreferrer noopener" label="Satine Phoenix&#039;s (opens in a new tab)" href="https://web.archive.org/web/20220615214217/https://www.gildinglight.tv/" target="_blank">Satine Phoenix&#8217;s</a> <a rel="noreferrer noopener" aria-label="The Action Heroine's Journey (opens in a new tab)" href="https://www.amazon.com/Action-Heroines-Journey-Distilling-Exploding/dp/1910890030" target="_blank">The Action Heroine&#8217;s Journey</a> that looks at it from the perspective of a female protagonist.</p> <h4 class="wp-block-heading">Five Common Character Archetypes</h4> <p>There are five <a href="https://www.scribendi.com/advice/character_archetypes_in_literature.en.html" target="_blank" rel="noreferrer noopener" aria-label="common character archetypes (opens in a new tab)">common character archetypes</a>:</p> <ul class="wp-block-list"><li>The Hero</li><li>The Mentor</li><li>The Everyman</li><li>The Innocent</li><li>The Villain</li></ul> <h4 class="wp-block-heading">Other Ideas</h4> <p><a rel="noreferrer noopener" label="The Alexandrian (opens in a new tab)" href="https://thealexandrian.net/" target="_blank">The Alexandrian</a> has an article, <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://thealexandrian.net/wordpress/4147/roleplaying-games/dont-prep-plots" target="_blank">Don&#8217;t Prep Plots</a>. He argues to prep situations instead of plots, since plots are the sequence of events that drive a story. Just like a ship&#8217;s navigator plots its course. For the open world sandbox style of play, the situation is definitely desirable. The plot works better in a one shot, module, or streamed game where time and focus is a must. </p> <h4 class="wp-block-heading">NPCs Should Have A Life Of Their Own</h4> <p>Whether you focus on a plot or a situation for your adventures, the key is how to diversify and have a story that doesn&#8217;t treat the NPCs as merely window dressing in the world? To make your campaign world seem more alive, the NPCs have to be more than cardboard cutouts. Think of it as the difference between special effects in 1960&#8217;s Star Trek and the Star Trek movies and later TV shows. NPCs as merely one-dimensional fonts of information, money, or conflict are low budget special effects. NPCs with a voice, mannerisms, or something else to make them stand out as individuals brings more life into your world. NPCs aren&#8217;t stupid or dumb. Weighted random encounter reactions make more sense. A group on a bandit raid is leaning to either fight or flee. A warband is more weighted to fight. A suspicious person is less likely to be persuaded to do something outside their normal behavior.</p> <h4 class="wp-block-heading">More on the 36 Dramatic Situations</h4> <p><a href="https://web.archive.org/web/20230319190425/https://www.rpglibrary.org/articles/storytelling/36plots.php">Loren J. Miller applies RPG examples to the 36 situations</a>, I think this is the website I recalled, as mentioned above. One should keep in mind that these plots from Georges Polti were from an analysis of ancient Greek literature and more current French works. The original French was published in the late 19th century and translated to English in 1916. I am unaware, and so far, not finding anything similar that may contradict or expand this list from other literary traditions. Having seen this list, and the other examples I have listed, I am not sure what I would add as a general category. </p> <p>Old Man Grognard mentioned the 36 plots on the <a rel="noreferrer noopener" label="109th episode of his Radio Grognard podcast (opens in a new tab)" href="https://web.archive.org/web/20200508055512/https://anchor.fm/radio-grognard/episodes/Code-36-STAT-e29b7r" target="_blank">109th episode of his Radio Grognard podcast</a>.</p> <p>In my Twitter reply above, I mentioned making a list of the 36 plots with a module that represents each. I thought of them as plots and not dramatic situations, as I had mis-characterized the list in my recollection. I think such a list will still be helpful, but I want to know examples where the players are not outsiders coming in to solve the locals&#8217; problems.</p> <h4 class="wp-block-heading">Motivations</h4> <p>Originally, the motivations of characters in D&amp;D were to go to the dungeon to get loot with the ultimate goal of retiring with a stronghold or a castle, temple, or tower. Adventurers were not necessarily good, or even heroic. In general, from my experience of playing AD&amp;D when it came out and it presenting the entire wilderness, cities, and other plans as a place to find adventure, it also leaned toward presenting most classes as heroic. Except for the assassin, and some aspects of the thief, the rest of the classes tended towards good or benign. Subsequent versions of D&amp;D portrayed the adventurers as heroes doing heroic things. Many modules required characters to be heroic and save the day, such as with the slavers and the drow modules.</p> <p>So the characters have somewhat transitioned from merely treasure seeking to adventure seeking to being heroes with gold as a nice fringe benefit. </p> <p>However, the characters are the only ones who can save the day in most modules. Are there any older or current modules that don&#8217;t require the heroes to be the outsiders who rescue the natives?</p> <h4 class="wp-block-heading">Change It Up</h4> <p>While the seven plots and 36 dramatic situations may be truly universal among human storytelling, when it comes to RPGs, we can find new ways to express them. The biggest challenge for those raised in the European tradition of literature, is to find new hooks for our adventures. </p> <p>Can we avoid writing modules and convention games that don&#8217;t involve outsiders solving the problem for the natives? We are so used to it that it is hard not to think like that. </p> <ul class="wp-block-list"><li>It is reasonable for the adventurers to save themselves. If they can&#8217;t keep themselves alive long enough to return to town, who will save them? </li><li>Occasionally, having an object or a person to rescue is valid, but not every module or adventure should begin that way. </li><li>Go to the roots of D&amp;D and stick to the megadungeon.</li><li>DCC in my experience, tends to do things right with 0 level funnels where the characters are all from the same village. So the villagers save themselves. </li><li>Why don&#8217;t more adventurers make enemies from villages near the tombs they just looted for taking ancestral burial goods? (Does that happen in your world?)</li><li>In cities, the watch should be competent unless the city is a corrupt place on the verge of societal collapse and riot. (See the above comment on NPCs &#8211; not all oblivious and complacent to the player&#8217;s whims.)</li></ul> <p>Once the characters leave their home turf, how can they not be the outsiders solving problems for others? Wandering adventurers can easily be sidetracked from their initial goals. Have you even not taken weeks to deal with a side quest? </p> <p>At the very least, language and cultural barriers should rise up once characters leave their starting location. If elves, dwarves and other non-human characters come from far away, how will those types fit in? Is your world a mish-mash high fantasy where all possible species intermingle at every village? If elves and dwarves mistrust each other and are mistrusted by the humans in your world, how will a party form from that? </p> <h4 class="wp-block-heading">Conclusion</h4> <p>I must admit, I&#8217;m having a struggle determining more than the few ideas above for avoiding the outsiders have to save us trope. I&#8217;ve seen that in some foreign films too, most recently from China. While the outsider was from outside the village, it was the same culture/nation. The biggest problems are when the nation or culture changes from the one to which the characters are native. Here, let the foreigners fix it for you&#8230;.</p> <p> How do we get past that? I&#8217;m not sure that there&#8217;s an easy solution other than to put our efforts as GMs to be more creative about the plot and make them such that they don&#8217;t reinforce ideas from the era of colonialism and imperialism. </p> <p>One option is to make the villains the imperialistic colonialists. This would put the characters in the role of rebels and freedom fighters. Something those who know the origins of the USA should get behind. </p> <p>I&#8217;d like to know your solutions to this. What plot hooks would you use that are not the characters swooping in to save the day?</p> <p><a href="https://anchor.fm/follow-me-and-die/episodes/Episode-123---Saturday-Scrawl---More-Variety-In-Adventure-Structure-e45697" target="_blank" rel="noreferrer noopener" aria-label="Listen to the companion podcast here (opens in a new tab)">Listen to the companion podcast here</a>.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/adventure-structure/" rel="tag">Adventure Structure</a></span></footer></article><!-- #post-6569 --> <article id="post-6558" class="post-6558 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-blood-trail tag-spell-idea"> <a class="post-thumbnail" href="https://followmeanddie.com/2019/05/21/spell-idea-blood-trail/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2019/05/Spell-Idea-Blood-Trail-1038x576.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="" decoding="async" srcset="https://followmeanddie.com/wp-content/uploads/2019/05/Spell-Idea-Blood-Trail-1038x576.jpg 1038w, https://followmeanddie.com/wp-content/uploads/2019/05/Spell-Idea-Blood-Trail-672x372.jpg 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/2019/05/21/spell-idea-blood-trail/" rel="bookmark">Spell Idea: Blood Trail</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2019/05/21/spell-idea-blood-trail/" rel="bookmark"><time class="entry-date" datetime="2019-05-21T22:06:48-04:00">May 21, 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/05/21/spell-idea-blood-trail/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>If you need a spell to let the BBEG wizard track the party, here&#8217;s a way to do it that doesn&#8217;t require a crystal ball or other scrying device. It doesn&#8217;t require summoning a dangerous creature and risking it attacking you. Send a powerful ally or minion after the party.</p> <h4 class="wp-block-heading">SPELL IDEA:</h4> <p>If you need a spell to let the BBEG wizard track the party, here&#8217;s a way to do it that doesn&#8217;t require a crystal ball or other scrying device. It doesn&#8217;t require summoning a dangerous creature and risking it attacking you. Send a powerful ally or minion after the party.</p> <h4 class="wp-block-heading">Spell Name:</h4> <p>Blood Trail</p> <h4 class="wp-block-heading">EFFECT: </h4> <p>Allows the caster or other recipient of the spell to track anyone to a point where they spill blood. </p> <p>Can be cast on a hired bounty hunter/killer/assassin.</p> <p>A monstrous creature &#8211; either one summoned and bound to service, or an ally of the caster. Perhaps the creature is now an ally of convenience with the caster as the party or other target has plundered both of them.</p> <p>Undead can also be the spell recipient.</p> <p>The recipient of the spell can &#8220;see&#8221; or &#8220;know&#8221; who was at a site of a fight or battle, and distinguish which side of a fight each participant was on.</p> <p>Commands, such as,<em> find &amp; kill the minions who were defeated and ran, then bring me the heads of those who defeated them.</em></p> <p><em>Find the winners of this fight and keep tabs on them and report back to me. </em></p> <p><em>Befriend them and betray them to another.</em></p> <p><em>Retrieve what was stolen from me. Do not let them live so they can&#8217;t follow you.</em></p> <h4 class="wp-block-heading">DURATION:</h4> <p>Until the command related to the tracking is satisfied, either by the letter or spirit of the command as best fits the mood and personality of the recipient, or until dispelled.</p> <p><strong>NOTE:</strong> While dispel magic will remove the magical ability to track the party, the creature may have other reasons to continue their pursuit.</p> <h4 class="wp-block-heading">HIGHER LEVELS:</h4> <p><strong><em>Improved Blood Trail &#8211;</em></strong> The recipient knows the location of the next fight the party will have. They may warn their opponents and help them set an ambush, or wait until the party has fought the other group and strike while they are weakened.</p> <p><strong><em>Superior Blood Trail &#8211; </em></strong>The recipient can teleport to an advantageous position to observe the next fight and either follow more closely, or attack when most advantageous.</p> <h4 class="wp-block-heading">GM NOTES:</h4> <p>Give party hints that they feel like they&#8217;re being followed but never see anything. When they defeat some other creature or group, such as a large predator that was tracking them, mention that they still feel like they are being followed.</p> <p>Listen to the <a href="https://anchor.fm/follow-me-and-die/episodes/Episode-121---Tuesday-Talk---Spell-Idea-Blood-Trail-e43rd7" target="_blank" rel="noreferrer noopener" aria-label="companion podcast episode here (opens in a new tab)">companion podcast episode here</a>.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/blood-trail/" rel="tag">Blood Trail</a><a href="https://followmeanddie.com/tag/spell-idea/" rel="tag">Spell Idea</a></span></footer></article><!-- #post-6558 --> <article id="post-6553" class="post-6553 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-cultural-idea tag-undead"> <a class="post-thumbnail" href="https://followmeanddie.com/2019/05/18/cultural-idea-the-dead-are-put-to-work/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2019/05/CulturalIdea-TheDeadArePutToWork-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/2019/05/CulturalIdea-TheDeadArePutToWork-1038x576.jpg 1038w, https://followmeanddie.com/wp-content/uploads/2019/05/CulturalIdea-TheDeadArePutToWork-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/2019/05/18/cultural-idea-the-dead-are-put-to-work/" rel="bookmark">Cultural Idea &#8211; the Dead Are Put to work</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2019/05/18/cultural-idea-the-dead-are-put-to-work/" rel="bookmark"><time class="entry-date" datetime="2019-05-18T19:13:21-04:00">May 18, 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/05/18/cultural-idea-the-dead-are-put-to-work/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I have an area in my campaign world that is yet to be visited by player characters, so I haven&#8217;t worked out all the details. The area is a place with high plateaus, more like mesas, that are isolated and self-contained places for those who live atop them. Islands, isolated valleys, or deep caverns could also be the locale.</p> <p>It occurred to me that not all plateaus will be large and spacious, and that fertile land for crops is at a premium. Perhaps fuel for large fires, such as for cremation is also limited. How would they dispose of the dead, if not by burial? I imagined that the rock is tough and takes a lot of effort that one does not desire to waste it on the dead.</p> <p>Whether they are a dwindling group in need of workers, or an overcrowded living space where everyone must do their part, even in death. </p> <p>Whether it is their religion and the priests raise the undead after the conclusion of the funeral ceremonies, if there are such, or wizards in service to the state. The end result is a loyal workforce who unquestioningly do the most back breaking and dangerous tasks. </p> <p>To avoid both odor and the unpleasant possibility of seeing a loved one in a state of decay, skeletons are the preferred type of undead. To prevent them from getting in the way, they can hang from the rooftops or the edges of the cliffs atop the mesa. </p> <h4 class="wp-block-heading">What might the undead do?</h4> <ul class="wp-block-list"><li>Backbreaking labor, like digging into the rock to make more living space for the populace.</li><li>Guard the most dangerous approaches from which predators, monsters, or raiders might attempt to attack.</li><li>Serve as the bulk of the military.</li><li>Serve as the body guard for the monarch, oligarchs, or other ruling elite. (Enough armor and cloaks can hide their true nature.)</li><li>Perform as beasts of burden for moving goods or pulling plows. (Perhaps they turn over the soil with shovels and hoes, or their hands.)</li></ul> <h4 class="wp-block-heading">Socio Economic Effects</h4> <p>Essentially enslaving the bodies of the dead until they wear our or are destroyed through accident or battle will elevate the lot of the poorest among them. The wisest among them will live healthy lives to lengthen their years, the foolish will die at a younger age. Those who object to eternal undeath might attempt to flee. By using undead to do all the most menial and dangerous jobs, what might that do to the populace? Will they be degenerate and fall into sloth, leading to a decline in their numbers? Will they use the time to focus on improving their society and both skilled craft and art receive a greater stature? Will there be less crime? Will all have enough?</p> <h4 class="wp-block-heading">Aren&#8217;t They Evil?</h4> <p>If they aren&#8217;t going around killing people to make their undead slaves, then they aren&#8217;t necessarily evil. If their religion understands that the vital essence or spirit leaves the body and what remains is just a framework from which the society will benefit. If their religion only calls for this out of necessity for preservation of their ways, and only accepts new undead from the ranks of the group&#8217;s recent dead, then most likely, not evil. </p> <p>An evil twist might be that due to the predations of raiders or ravaging monsters or a battle they lost has left them short of troops. &#8220;Lost travelers&#8221; might be intercepted by patrols and volunteered into the &#8220;skeleton corps.&#8221; Only strangers would be targeted. Merchants bring needed supplies they can&#8217;t get any other way. Not being fools, they will ensure to learn that no one will miss them, and interrogate them to learn what the prisoners know that might be useful, before inducting them into the undead. </p> <h4 class="wp-block-heading">Evil Versions:</h4> <p>If they are an evil cult, they will gladly take all lost travelers in and make them part of their undying servants. How might word of this group get out to warn those who border them? </p> <p>It might not be an evil cult, it might be a powerful necromancer who is the only one strong enough to keep them safe from warring neighbors, raiders, or monsters, and the populace just goes along with it. So the evil is the silence of those who benefit from it, while the necromancer delves into more ingenious ways to use the dead to serve their means.</p> <h4 class="wp-block-heading">How Obvious Is It?</h4> <p>Some might relegate the undead laborers to only work at night, so the populace doesn&#8217;t have to look on them. In this case, the undead could be zombies. </p> <p>Visitors to the plateaus might not see the silent servants, whether they are hidden by natural or magical means. Are they invisible?</p> <h4 class="wp-block-heading">How are they Controlled?</h4> <p>Rather than have the priests or wizards guiding their undead creations about, they will develop amulets or other devices to allow overseers to coordinate groups of undead. Ranked devices will allow more control and coordination of groups to common tasks. This will expand the ability to maintain control of the undead and prevent rival clerics or wizards from wresting control of them easily.</p> <h4 class="wp-block-heading">Other Ideas:</h4> <p>I&#8217;m interested in other ideas, how might a culture use undead that are not necessarily evil?</p> <p>Listen to the <a href="https://anchor.fm/follow-me-and-die/episodes/Episode-120---Saturday-Scrawl---Cultural-Idea-The-Dead-Are-Put-To-Work-e42r37" target="_blank" rel="noreferrer noopener" aria-label="companion podcast episode here (opens in a new tab)">companion podcast episode here</a>.</p> <p></p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/cultural-idea/" rel="tag">Cultural Idea</a><a href="https://followmeanddie.com/tag/undead/" rel="tag">Undead</a></span></footer></article><!-- #post-6553 --> <article id="post-6545" class="post-6545 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-character-concepts"> <a class="post-thumbnail" href="https://followmeanddie.com/2019/05/15/character-concept-whistling-clan/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2019/05/CharacterConceptWhistlingClan-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/2019/05/CharacterConceptWhistlingClan-1038x576.jpg 1038w, https://followmeanddie.com/wp-content/uploads/2019/05/CharacterConceptWhistlingClan-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/2019/05/15/character-concept-whistling-clan/" rel="bookmark">Character Concept &#8211; Whistling clan</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2019/05/15/character-concept-whistling-clan/" rel="bookmark"><time class="entry-date" datetime="2019-05-15T00:02:05-04:00">May 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/05/15/character-concept-whistling-clan/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I get all kinds of ideas when I&#8217;m occupied with a mindless task like housework, or in today&#8217;s case, mowing the lawn. My mind wanders and makes all kinds of associations, often things I can use for RPGs.</p> <p>Today, what came to mind is a character concept for a character from a tribe, clan, or culture for which whistling is a major theme. Whistling is a language like that of the <a href="https://en.wikipedia.org/wiki/Silbo_Gomero" target="_blank" rel="noreferrer noopener" aria-label="Canary Isles (opens in a new tab)">Canary Isles</a>, and used for signals and coordination for hunting and war. It is also used for all forms of music from great tunes of worship, celebration, to bawdy bar tunes. There are bards who specialize in whistling and masters have developed skills like throat singing or making the tones last while they chant, recite, or sing. Great performances of soloists and choirs perform for royalty. Instruments to magnify and focus the sound of whistling are developed. Mages and clerics use whistling for the verbal component of their spells. The list could go on.</p> <p>Whether a small tribe or clan, or a nation spanning culture, the other characters would know of this, unless from a distant part of the world.</p> <p>The reason for the character to be abroad and away from their homeland is a matter of shame, embarrassment, or exile, whether by the culture or self-imposed. The issue is that they cannot whistle and their name is actually a title, &#8220;He or She or The One Who Cannot Whistle.&#8221; Whistless, a contraction of Whistle-less might be used, or some phrase made up by the player or GM. The character is on a quest, to &#8220;find their whistle.&#8221; </p> <p>This leaves open why the character can&#8217;t whistle. Are they tone-deaf? This would limit their ability to match the tones and clearly understand the whistle language. Perhaps they just can&#8217;t whistle. Maybe they are a mage and tried to hide their lack of skill or talent at whistling via audible glammer and got found out. Whether banished by law, custom, or shame, the result is the same. </p> <p>Whatever reason they cannot whistle, they are prohibited by law, custom, or sense of pride from ever returning until they can whistle.</p> <p>Their quest is only fulfilled if they can learn or be cured of their inability to whistle. Some players might desire it to be a hopeless quest thinking they can never return home. Other players might want an epic result that allows them to return home triumphant. For me, I wouldn&#8217;t want my character to succeed. They would have to find some other way to make their own unique contribution to the world. While they might succeed at finding a new focus, the nagging desire to find their whistle prompts them to continue to adventure. </p> <p>This quest could be mystical, emotional, physical, etc. Perhaps the touch of the gods, a boon from a patron, or discovering a wish might solve their problem. However, put a high price on it that means someone else must lose their special gift to preserve the balance.</p> <p>The character may hide where they are from, or say that they are seeking someone who is worthy to hear their whistle, if they are too embarrassed by it. The more I write about this, the more ideas come. I can see making a short story or more about this. Yet another thing for my list that I don&#8217;t have time for right now.</p> <p>I&#8217;m trying to think of other kinds of character concepts that are in some way similar to this. All great adventurers are prompted to go adventuring by something. Even if it is only gold and glory. </p> <p>I challenge you to think of a character concept. Even if it isn&#8217;t one you&#8217;d ever play, something fun and interesting. It is a great exercise for honing your creative muscles.</p> <p><a href="https://anchor.fm/follow-me-and-die/episodes/Episode-118---Tuesday-Talk---Whistling-Clan-e41i6l" target="_blank" rel="noreferrer noopener" aria-label="Listen to the companion podcast episode here. (opens in a new tab)">Listen to the companion podcast episode here.</a></p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/character-concepts/" rel="tag">Character Concepts</a></span></footer></article><!-- #post-6545 --> <article id="post-6497" class="post-6497 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-download tag-tables tag-treasure"> <a class="post-thumbnail" href="https://followmeanddie.com/2019/05/12/tweaking-random-treasure-maps/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2019/05/TweakingRandomTreasureMaps-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Treasure Map with text of article&#039;s title." decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2019/05/TweakingRandomTreasureMaps-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2019/05/TweakingRandomTreasureMaps-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/05/12/tweaking-random-treasure-maps/" rel="bookmark">Tweaking Random Treasure Maps</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2019/05/12/tweaking-random-treasure-maps/" rel="bookmark"><time class="entry-date" datetime="2019-05-12T21:35:54-04:00">May 12, 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/05/12/tweaking-random-treasure-maps/#comments">2 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>An idea came to me to make treasure maps more interesting. I used a combination of a table from <a rel="noreferrer noopener" aria-label="Kelri's 4 - ENCOUNTERS Reference.pdf (opens in a new tab)" href="https://drive.google.com/file/d/0B8l15nXmXT3BSmdOaG1nRnVnbzA/view?usp=sharing" target="_blank">Kelri&#8217;s 4 &#8211; ENCOUNTERS Reference.pdf</a>, page 130 gives 3 tables, a 2d8 table for the form of the map, a percentile table like in the <a href="https://www.dmsguild.com/product/17004/Dungeon-Masters-Guide-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">1e DMG</a> for what the map goes to, and the best one a d10 table for the status of the treasure. This is on page 120 of the <a rel="noreferrer noopener" aria-label="1e DMG (opens in a new tab)" href="https://www.dmsguild.com/product/17004/Dungeon-Masters-Guide-1e?affiliate_id=203222" target="_blank">1e DMG</a>.</p> <p>Surprisingly, <a href="http://www.knights-n-knaves.com/osric/" target="_blank" rel="noreferrer noopener" aria-label="OSRIC (opens in a new tab)">OSRIC</a> does not have tables for determining the type of map one finds. While AD&amp;D assumes a treasure map, OSRIC just says the GM will have to make their own treasure maps.</p> <p>Just because one has a treasure map does not mean that the treasure the map leads to is real, or if real, is still there. In the <a href="https://www.dmsguild.com/product/17004/Dungeon-Masters-Guide-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener" aria-label="DMG (opens in a new tab)">DMG</a>, 5% of all treasure maps are false maps.What does that mean? The treasure is gone, or it&#8217;s like a scam where there is no really <em>Lost Dutchman Mine</em>, or the monsters in the dungeon are hoping to lead the adventurer&#8217;s away.</p> <p>I combined the ideas from Kelri&#8217;s map table, the <a aria-label="1e DMG (opens in a new tab)" rel="noreferrer noopener" href="https://www.dmsguild.com/product/17004/Dungeon-Masters-Guide-1e?affiliate_id=203222" target="_blank">1e DMG</a> map tables, <a rel="noreferrer noopener" aria-label="Grim's all the dice Treasure Map Generator (opens in a new tab)" href="https://web.archive.org/web/20160331195624/http://www.swordsandwizardry.com/grimtreasuremapgenerator.pdf" target="_blank">Grim&#8217;s all the dice Treasure Map Generator</a>, and <a rel="noreferrer noopener" aria-label="Richard LeBlanc's New Big Dragon A to Z d30 Treasure Map Generator (opens in a new tab)" href="http://savevsdragon.blogspot.com/2014/04/a-to-z-d30-x-marks-spot.html" target="_blank">Richard LeBlanc&#8217;s New Big Dragon A to Z d30 Treasure Map Generator</a>.</p> <p>Grim&#8217;s table is a way to indicate landmarks, obstacles, or destinations on the map. The d30 map generator is one of 30 d30 PDFs written as part of the annual <a rel="noreferrer noopener" aria-label="2014 A to Z blogging challenge (opens in a new tab)" href="http://savevsdragon.blogspot.com/search/label/A%20to%20Z%20Challenge" target="_blank">2014 A to Z blogging challenge</a>. It details the materials used for the map, the condition of the map, and the language or code it is written in.</p> <p>My need for these map tables arose several years ago, in my home campaign, I created a map seller and decided to randomly determine how many treasure maps he had. The party bought every map he had in the general location where they were adventuring. I determined there were 32 maps and the party bought 17 maps. I then determined all kinds of things about the maps using all these resources, plus some additional things.</p> <p>I built a spreadsheet to track it. The first column is Source, where did the map come from. I used the name of the map seller. I did not determine where he got them, so that is another layer one could add. Then I had Quality of the cartography, Size in square feet, Condition, Language, Details, General location depicted on map, Treasure status, 6 columns for the general terrain, landmarks, obstacles to put on the map, and Notes about exactly where a pristine or mostly pristine treasure is in the dungeon or other location. Determining treasure can also lead to their being more maps. <a href="https://drive.google.com/file/d/1tgSMylvTGv8obroKokwDCkBRBWvkTPEX/view?usp=sharing" target="_blank" rel="noreferrer noopener">Here is a link to a PDF of what I ended up with.</a> Don&#8217;t ask me how I got to this point. It was just a mis-mash of different tables jammed into something I wanted. <strong><em>It was a lot of work.</em></strong></p> <p>This leads to all kinds of ways to use each map in game. Can the player&#8217;s read or decipher it? Is it good enough quality for the party to figure out where it is? And it the treasure still there?</p> <p>For really large treasures, some are still &#8220;there&#8221;. That is there are in the general area, but have been found and moved and hidden by others who found it first. If the moved treasure is still there, it has either been found recently, or the finders never returned to claim it. If the moved treasure is &#8220;gone&#8221; it was either retrieved by the initial finders or still others. A large enough horde might get found and moved and hidden many times over the millennia as different groups find it and take what they can carry, and hide the rest hoping to come back later. </p> <p>Some treasure might be found and dealt with in interesting ways. I have one treasure somewhere in my world that was found by a reclusive individual who built a shack over a treasure found by adventurers in the past who moved and buried it. The recluse is either unwise or untrusting, I haven&#8217;t decided yet, but won&#8217;t leave his shack except when in need of something, and only carries enough money to buy what he needs in town. Portions of the horde are scattered about his &#8220;range&#8221; so that he has multiple nest eggs in case something bad happens, but the treasure is so huge, he can never move it all on his own. </p> <p>My idea is to create a PDF in the coming months with these ideas.</p> <p>Generate random treasure maps and determine if the treasures are intact, partially looted, or cleaned out.<br><br>Cleaned out can be complete, bits in the corners left, smaller piles &amp; stashes of coins in nooks, crannies, crevices, or ledges, or undiscovered rooms. </p> <p>There are tons of maps available online for dungeons and other adventure locations, but I&#8217;m not aware of any maps that actually lead to these locations. Is there anyone out there creating treasure maps or maps to various locations?<br><br>Here is the <a rel="noreferrer noopener" aria-label="companion podcast episode #116 (opens in a new tab)" href="https://anchor.fm/follow-me-and-die/episodes/Episode-116--Thursday-Thoughts---Tweaking-Random-Treasure-Maps-e401a6" target="_blank">companion podcast episode #116</a> from Thursday, May 9, 2019.<br> </p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/download/" rel="tag">Download</a><a href="https://followmeanddie.com/tag/tables/" rel="tag">Tables</a><a href="https://followmeanddie.com/tag/treasure/" rel="tag">Treasure</a></span></footer></article><!-- #post-6497 --> <article id="post-6535" class="post-6535 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-fund-raiser tag-jaspers-game-day"> <a class="post-thumbnail" href="https://followmeanddie.com/2019/05/12/jaspers-game-day-2019/" aria-hidden="true"> <img width="500" height="576" src="https://followmeanddie.com/wp-content/uploads/2019/05/Jaspers-not-500x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Jasper&#039;s Game Day information and Suicide Hotline Number." decoding="async" loading="lazy" /> </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/05/12/jaspers-game-day-2019/" rel="bookmark">Jasper&#8217;s Game Day 2019</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2019/05/12/jaspers-game-day-2019/" rel="bookmark"><time class="entry-date" datetime="2019-05-12T03:40:02-04:00">May 12, 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/05/12/jaspers-game-day-2019/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I attended the inaugural jasper&#8217;s Game Day in 2018 and the second annual event on Saturday, May 11, 2019. This event raised $12,001.00.</p> <p>Next week is <strong>Jasper&#8217;s Game Week</strong> with a week of online gaming and more opportunities to give and a chance to win donated items in a raffle.</p> <p>I conducted several interviews at Saturday&#8217;s event and you can listen to them on my podcast, <a href="https://anchor.fm/follow-me-and-die/episodes/Episode-117---Saturday-Scrawl---Jaspers-Game-Day-e40jun" target="_blank" rel="noreferrer noopener" aria-label="Episode 117 - Saturday Scrawl - Jasper's Game Day (opens in a new tab)">Episode 117 &#8211; Saturday Scrawl &#8211; Jasper&#8217;s Game Day</a>.</p> <p><em>#Jasper&#8217;s Game Day #Jasper&#8217;s Game Week</em></p> <p><strong>May is Mental Health Awareness Month</strong></p> <p>For more information about <em><a href="https://web.archive.org/web/20240917075102/http://jaspersgameday.com/" target="_blank" rel="noreferrer noopener" label=" (opens in a new tab)">Jasper&#8217;s Game Day</a></em></p> <p><a href="https://web.archive.org/web/20231110031634/https://suicidology.org/" target="_blank" rel="noreferrer noopener" label=" (opens in a new tab)">American Association of Suicidology</a></p> <h4 class="wp-block-heading"><strong>Those Interviewed:</strong></h4> <ul class="wp-block-list"><li><a rel="noreferrer noopener" label=" (opens in a new tab)" href="https://twitter.com/FenwayTeenDM" target="_blank" class="broken_link">Fenway Jones</a>  serves on the Youth Advisory Board of Suicidology, and gave a <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://www.youtube.com/watch?v=9w4sgH998q8&amp;feature=youtu.be" target="_blank">talk at a recent conference</a>.</li><li>Aaron Jones, Fenway&#8217;s father.</li><li>Lucas Curell, Jasper&#8217;s Uncle and 30+ year gaming friend of Aaron Jones.</li><li>Satine Phoenix <a rel="noreferrer noopener" label=" (opens in a new tab)" href="https://twitter.com/satinephoenix" target="_blank" class="broken_link">Twitter</a> &amp; <a rel="noreferrer noopener" label=" (opens in a new tab)" href="https://web.archive.org/web/20220615214217/https://www.gildinglight.tv/" target="_blank">Gilding Light</a></li><li>Jake Noorman of Mini Terrain Domain <a href="https://twitter.com/MTD_Jake" class="broken_link">Twitter</a> &amp; <a href="https://www.youtube.com/channel/UC679xVp3WzXFGlUdJvPksWA">YouTube</a></li><li>Jessie Swinton one of the owners of <a href="https://web.archive.org/web/20181206171201/http://www.ziegegames.com:80/" target="_blank" rel="noreferrer noopener" label=" (opens in a new tab)">Ziege Games</a>. </li></ul> <h4 class="wp-block-heading"><strong>My Motivation To Participate:</strong></h4> <p><a href="https://anchor.fm/follow-me-and-die/episodes/Episode-72---Tuesday-Tales-13---Insanity-e30q6v" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Episode #72 Tuesday Tales #13 Insanity</a> &#8211; Where I discuss insanity as a game mechanic and it moves into my experience with a loved one&#8217;s hints at thoughts of self harm. I provide a content warning for that portion of the episode. </p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/fund-raiser/" rel="tag">Fund Raiser</a><a href="https://followmeanddie.com/tag/jaspers-game-day/" rel="tag">Jasper&#039;s Game Day</a></span></footer></article><!-- #post-6535 --> <article id="post-6505" class="post-6505 post type-post status-publish format-standard has-post-thumbnail hentry category-cards tag-art tag-card-games tag-kickstarter tag-my-card-game"> <a class="post-thumbnail" href="https://followmeanddie.com/2019/05/09/artist-for-the-card-game/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2019/05/ArtistAnnounced-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Lady Random Box contact info" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2019/05/ArtistAnnounced-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2019/05/ArtistAnnounced-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/cards/" rel="category tag">Cards</a></span> </div> <h1 class="entry-title"><a href="https://followmeanddie.com/2019/05/09/artist-for-the-card-game/" rel="bookmark">Artist For the Card Game</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2019/05/09/artist-for-the-card-game/" rel="bookmark"><time class="entry-date" datetime="2019-05-09T09:10:57-04:00">May 9, 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/05/09/artist-for-the-card-game/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Follow Me, And Die! Is happy to announce<strong><em> Lindsay Poulos</em></strong> as the artist doing the art for the <a rel="noreferrer noopener" aria-label="card game so often mentioned here (opens in a new tab)" href="https://followmeanddie.com/tag/my-card-game/" target="_blank">card game so often mentioned here</a>. </p> <p>I met Lindsay at Marmalade Dog in March, where I interviewed her for my podcast and commissioned a picture for my granddaughter, as I discussed in<a href="https://followmeanddie.com/2019/03/23/target-date-seeking-artists-for-card-game-kickstarter/" target="_blank" rel="noreferrer noopener" aria-label=" this post (opens in a new tab)"> this post</a>.</p> <p>Once the art is complete at some point in 2020, the Kickstarter will be launched. The anticipated launch date will be sometime between March and June.</p> <h4 class="wp-block-heading">Where To Find Lindsay</h4> <p>You can find Lindsay and examples of here art at the following sites:</p> <ul class="wp-block-list"><li>Twitter: <a rel="noreferrer noopener" label=" (opens in a new tab)" href="https://twitter.com/ladyrandombox" target="_blank" class="broken_link">@ladyrandombox</a></li><li>Facebook: <a rel="noreferrer noopener" aria-label="Lady.Random.Box.12 (opens in a new tab)" href="https://www.facebook.com/Lady.Random.Box.12/" target="_blank">Lady.Random.Box.12</a></li><li>DeviantArt: <a rel="noreferrer noopener" aria-label="Lindsay-N-Poulos (opens in a new tab)" href="https://www.deviantart.com/lindsay-n-poulos" target="_blank">Lindsay-N-Poulos</a></li><li>Instagram: <a href="https://www.instagram.com/ladyrandombox/" target="_blank" rel="noreferrer noopener">ladyrandombox</a></li><li>ArtStation: <a rel="noreferrer noopener" aria-label="ladyrandombox (opens in a new tab)" href="https://www.artstation.com/ladyrandombox" target="_blank">ladyrandombox</a></li><li>Etsy: <a rel="noreferrer noopener" aria-label="LadyRandomBox (opens in a new tab)" href="https://www.etsy.com/shop/LadyRandomBox" target="_blank">LadyRandomBox</a></li><li>YouTube: <a rel="noreferrer noopener" aria-label="Lady Random Box (opens in a new tab)" href="https://www.youtube.com/channel/UC7QUlzuHZpfxMorruZHhbFw" target="_blank">Lady Random Box</a></li></ul> <p>Lindsay is a trained artist who wants to make that her main means of support instead of needing a full time job. She lives in Grand Rapids, MI. </p> <p>She interned with <a rel="noreferrer noopener" aria-label="Comfort and Adam (opens in a new tab)" href="http://www.comfortandadam.com/" target="_blank">Comfort and Adam</a>, and has done art for a board game. Lindsay is an avid gamer of all kinds of games both tabletop and computer/console. She likes RPGs but doesn&#8217;t have a local group.</p> <h4 class="wp-block-heading">Playtesting Update</h4> <p>While Lindsay is busy at work with the art, I and another helper will be running as many playtests as possible to refine the information on the cards and in the rules. Basically, we are working to revise the deck to ensure it is easy to play your first game. Playtest deck 3.0 was ordered a few days ago and will arrive any day. I will proof it for errors then order a second deck for the other helper.</p> <h4 class="wp-block-heading">When Do We Find Out The Name Of The Game</h4> <p>Once we are sure the layout and verbiage on the cards are clear and no major changes are needed, you can expect another announcement. This is projected to be sometime this summer.</p> <h4 class="wp-block-heading">I Have A YouTube Channel, Blog, Etc. Can I get a review copy?</h4> <p>The plan is to resolve all the card and rule issues and a review deck will be created. Some of my friends have offered to do a review, and I will be approaching others. Should you wish to do a review, please direct message Follow Me, And Die! at any of the sites at <a rel="noreferrer noopener" aria-label="Where To Find Me (opens in a new tab)" href="https://wheretofind.me/@followmeanddie" target="_blank">Where To Find Me</a>. </p> <h4 class="wp-block-heading">FAQ</h4> <p>A list of <a href="https://followmeanddie.com/sign-up-for-kickstarter-updates/card-game-faq/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Frequently Asked Questions is available here</a>.</p> <h4 class="wp-block-heading">Kickstarter Launch Announcement Email List</h4> <p>To get an email when the Kickstarter launches, you can <a rel="noreferrer noopener" aria-label="sign up for the email list here (opens in a new tab)" href="https://followmeanddie.com/sign-up-for-kickstarter-updates/" target="_blank">sign up for the email list here</a>. It will only be used to announce the Kickstarter.</p> <h4 class="wp-block-heading">Thanks!</h4> <p>I want to thank everyone who has playtested and made suggestions for the game! Every interaction has shown that this game has promise and is fun. All of the support and encouragement from everyone is greatly appreciated! </p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/art/" rel="tag">Art</a><a href="https://followmeanddie.com/tag/card-games/" rel="tag">Card Games</a><a href="https://followmeanddie.com/tag/kickstarter/" rel="tag">Kickstarter</a><a href="https://followmeanddie.com/tag/my-card-game/" rel="tag">My Card Game</a></span></footer></article><!-- #post-6505 --> <article id="post-6484" class="post-6484 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-government tag-regalia"> <a class="post-thumbnail" href="https://followmeanddie.com/2019/05/04/royal-regalia-and-symbols-of-monarchy/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2019/05/crown-759296_1280-1038x576.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Royal Regalia &amp; Symbols Of Monarchy" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2019/05/crown-759296_1280-1038x576.jpg 1038w, https://followmeanddie.com/wp-content/uploads/2019/05/crown-759296_1280-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/2019/05/04/royal-regalia-and-symbols-of-monarchy/" rel="bookmark">Royal Regalia And Symbols Of Monarchy</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2019/05/04/royal-regalia-and-symbols-of-monarchy/" rel="bookmark"><time class="entry-date" datetime="2019-05-04T04:59:19-04:00">May 4, 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/05/04/royal-regalia-and-symbols-of-monarchy/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>With the recent abdication and coronation of a new emperor in Japan and coronation of the King of Thailand, my interest in monarchies has been renewed. I am not a monarchist, I just think it is an interesting topic and ties in to my history degree where I focused on ancient and medieval history. At least as much as one can do with a BA. I also have an interest in European history up to WWII, which includes Napoleon, etc.</p> <p>Regalia are the emblems or royalty. Possession of these items brings legitimacy to a monarch&#8217;s rule.</p> <p>In the European and many other traditions, regalia are often a crown, scepter, orb, sword, or other physical item.</p> <p>In <a rel="noreferrer noopener" aria-label="Japan, the regalia (opens in a new tab)" href="https://en.wikipedia.org/wiki/Imperial_Regalia_of_Japan" target="_blank">Japan, the regalia</a> are a bit different, for one, emperors do not wear crowns. They have 3 regalia, a sword, a mirror, and a jewel. All three have mystical origins with the sun god, who is the ancestor of the emperor. Instead of the palace, they are kept at different Shinto shrines, and even the emperor doesn&#8217;t get to see them, as they are wrapped up. In addition, the imperial household seal and the great seal of Japan were presented. </p> <p>That throws in an interesting plot hook for a game. The regalia are stolen and it turns out they are something unexpected, like the Ark of the Covenant in <em>Raiders of the Lost Ark</em>. Such a scenario works with any genre of RPG.</p> <p>For <a rel="noreferrer noopener" aria-label="Thailand, the regalia (opens in a new tab)" href="https://en.wikipedia.org/wiki/Category:Regalia_of_Thailand" target="_blank">Thailand, the regalia</a> are a 16 pound (7.3 kg) crown, slippers, fan and fly whisk, the Sword of Victory, and the royal scepter. It is interesting that on the surface, some of the items, like the fan and fly whisk are very practical for the tropical climate. </p> <p>Any country with a monarch in their history will have some sort of regalia, you can find them on Wikipedia by searching for royal or imperial regalia of [country]. </p> <p>While I have not done an exhaustive search, it is a topic I think about for expressing royal office in a unique way in game. Not all monarchs will have a sword or crown. </p> <p>Not all heads of state will be royalty. They may be some other variation, whether elected, or a council, etc. The <a href="https://www.dmsguild.com/product/17004/Dungeon-Masters-Guide-1e?affiliate_id=203222" target="_blank" rel="noreferrer noopener" aria-label="AD&amp;D 1e DMG (opens in a new tab)">AD&amp;D 1e DMG</a> [<em>Affiliate Link</em>] had a great section on types of government. Perhaps the ruler of a magocracy will posses a Wand of the Arch Magi. An oligarchy might use ceremonial gold coins to cast votes, <em>heads</em> for and <em>tails</em> against.</p> <p>In more recent times, possession of the great seal of a state implies legitimacy. During the American Civil War, the pro South governor of Missouri fled with the great seal, as I recall, but I&#8217;m not finding a reference to clarify the details. Missouri stayed in the Union and the confederate state government spent most of the war in exile in Texas. So while the Confederate state government had the seal, they did not have control of the state and their decision to secede from the Union gave them seats in the Confederate government. A new seal had to be made, as I recall. </p> <p>[<strong>Edit:</strong> I found a vague reference <a href="https://web.archive.org/web/20190222095244/https://www.jstor.org/stable/30236239?seq=1">here</a>. Further, a direct quote from <a rel="noreferrer noopener" label="here (opens in a new tab)" href="https://web.archive.org/web/20210129232949/https://opinionator.blogs.nytimes.com/2011/06/11/missouris-war-within-the-war/" target="_blank">here</a>:<br> <em>The day after that meeting, Jackson issued a proclamation denouncing the federal government and calling for 50,000 militia volunteers to fight the Union invaders. Within hours, Lyon embarked with 2,000 men on a river expedition to the state capital, Jefferson City, to capture the governor and any state guard troops who might follow him. Tipped off to Lyon’s impending arrival, Jackson and his staff frantically gathered papers, money and the state seal and headed west, ordering the destruction of three railroad bridges along the way to impede pursuit. The legally elected state government was now fugitive. </em>]</p> <p>There have been other instances in history, where control of a symbol of authority, whether a piece of royal regalia, or a government seal were a source of great controversy. </p> <p>In Japan they have named the throne, the <a href="https://en.wikipedia.org/wiki/Chrysanthemum_Throne" target="_blank" rel="noreferrer noopener" aria-label="Chrysanthemum Throne (opens in a new tab)">Chrysanthemum Throne</a>. A few years ago I did some research and as I recall, not many thrones are named. </p> <p>In Roman Catholicism the bishops chair is a <a rel="noreferrer noopener" aria-label="cathedra (opens in a new tab)" href="https://en.wikipedia.org/wiki/Cathedra" target="_blank">cathedra</a> and is in the <a href="https://en.wikipedia.org/wiki/Cathedral" target="_blank" rel="noreferrer noopener" aria-label="cathedral (opens in a new tab)">cathedral</a>. The Pope has to be in his official chair as the bishop of Rome to make a pronouncement that is infallible. The Pope is also an example of an elected monarch, as he is effectively a king in the temporal sense. <strong>Note:</strong> Bishops in the Anglican and Orthodox traditions also have cathedra.</p> <p>In Great Britain, when a monarch is crowned, all the nobles have their <a href="https://en.wikipedia.org/wiki/Coronet" target="_blank" rel="noreferrer noopener" aria-label="coronets (opens in a new tab)">coronets</a>, which are like little crowns of different size depending on the title. They also have their coronation robes. By tradition, they only wear them on coronation day. If you watch video of past coronations, all the nobles put on their coronets at the moment the monarch had the crown placed on their head. </p> <p>All kinds of symbolism in ceremonies that evolve over hundreds or thousands of years. Some aspects may seem quite strange if you don&#8217;t know or understand the origin and it&#8217;s significance in myth and/or history.</p> <h4 class="wp-block-heading">Questions To Ask For Your Campaign</h4> <ul class="wp-block-list"><li>Whether you have monarchs or other types of heads of state, what is their symbol of office? </li><li>How is it significant? </li><li>What is it&#8217;s backstory. </li><li>Is it rooted in myth and legend? </li><li>Is it magical? (Does the bearer know &amp; know how to use it?)</li><li>How many are there? 1d6</li><li>What cool name does each item have? (If rooted in myth &amp; legend, a cool name is important.)</li><li>What does this item indicate about the culture, ruler, government?</li><li>Do the regalia/symbols of office grant authority or are they merely symbols of office? (It might be a big deal not to have the crown of legend passed down through the ages.)</li><li>Does it have a secret compartment? </li></ul> <p><strong>If a secret compartment:</strong></p> <ul class="wp-block-list"><li>Does the bearer or anyone with access know about it?</li><li>How big is the compartment?</li><li>What is in it? (Note, map, key, jewel, magic item, etc.)</li><li>Could it be detachable, like a key?</li><li>If not known, is it documented somewhere?</li></ul> <p></p> <p></p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/government/" rel="tag">Government</a><a href="https://followmeanddie.com/tag/regalia/" rel="tag">Regalia</a></span></footer></article><!-- #post-6484 --> <article id="post-6477" class="post-6477 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-campaign-setting tag-eilean-dubh tag-modules tag-tenkars-landing"> <a class="post-thumbnail" href="https://followmeanddie.com/2019/05/01/more-on-the-screaming-swamp/" aria-hidden="true"> <img width="1038" height="576" src="https://followmeanddie.com/wp-content/uploads/2019/05/MoreOntheScreamingSwamp-1038x576.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="More On The Screaming Swamp" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2019/05/MoreOntheScreamingSwamp-1038x576.png 1038w, https://followmeanddie.com/wp-content/uploads/2019/05/MoreOntheScreamingSwamp-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/05/01/more-on-the-screaming-swamp/" rel="bookmark">More On The Screaming Swamp</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2019/05/01/more-on-the-screaming-swamp/" rel="bookmark"><time class="entry-date" datetime="2019-05-01T19:41:03-04:00">May 1, 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/05/01/more-on-the-screaming-swamp/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>My <a href="https://www.patreon.com/FollowMeAndDie" target="_blank" rel="noreferrer noopener" aria-label="Patrons (opens in a new tab)">Patrons</a> have spoken and have voted for me to work on an expansion of my hex, <em>The Screaming Swamp</em>, from the <a rel="noreferrer noopener" aria-label="Tenkar's Landing Project (opens in a new tab)" href="https://web.archive.org/web/20190211125752/https://plus.google.com/communities/108924907625049062401" target="_blank">Tenkar&#8217;s Landing Project</a>, <em>Eilean Dubh</em>. This was a community world building project, focused on an islands and the area around it. It started on G+ and finished a few months before the end of G+. </p> <p>I&#8217;ll flesh out some hinted options for encounter tables and such. I plan to make it a stand alone swamp area with improved encounter tables from those in <em>Eilean Dubh</em> , with some ideas for adventures. </p> <p>I packed a lot in a 6 mile hex, as published in <em>Eilean Dubh</em>. Making it a larger area with some ideas for generating swampy areas will fit with my theme of useful collections of tables as in my more well received PDFs.</p> <p>You can get the free map and PDF at <a href="https://www.dropbox.com/sh/jcjn3jmynpunzu1/AACiuhPWwyayOQ_WdWEFSWyHa" target="_blank" rel="noreferrer noopener" aria-label="Dropbox (opens in a new tab)">Dropbox</a>.</p> <p>You can order a softcover book from LuLu, <a href="http://www.lulu.com/shop/jed-mcclure-and-frabrice-kahlong-brabon-and-hal-burdick-and-blackie-carbon/eilean-dubh-the-black-isle-gazetteer/paperback/product-23940739.html" rel="noreferrer noopener" target="_blank">here</a>. (At cost for printing &amp; shipping.)</p> <p>You can get a canvas map of the Isle <a href="https://www.spoonflower.com/en/fabric/6750308-eilean-dubh-the-black-isle-by-jedo" rel="noreferrer noopener" target="_blank">here</a>.&nbsp;</p> <p>I discuss the release of <em>Eilean Dubh</em> in <a rel="noreferrer noopener" href="https://anchor.fm/follow-me-and-die/episodes/Follow-Me--And-Die----Episode-6-e1r1ph" target="_blank">episode 6</a> of my podcast.</p> <p>You can read what I&#8217;ve written about<em> Eilean Dubh</em> elswhere on my blog at this <a rel="noreferrer noopener" href="https://followmeanddie.com/tag/eilean-dubh/" target="_blank">tag</a>.</p> <p>I look forward to discussing the details of this project with patrons on the monthly-pdf channel on the Patron Discord.&nbsp;</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/campaign-setting/" rel="tag">Campaign Setting</a><a href="https://followmeanddie.com/tag/eilean-dubh/" rel="tag">Eilean Dubh</a><a href="https://followmeanddie.com/tag/modules/" rel="tag">Modules</a><a href="https://followmeanddie.com/tag/tenkars-landing/" rel="tag">Tenkar's Landing</a></span></footer></article><!-- #post-6477 --> </div><!-- #content --> </section><!-- #primary --> <div id="secondary"> <h2 class="site-description">Ramblings of an Old Gamer</h2> <nav class="navigation site-navigation secondary-navigation"> <div class="menu-site-badges-container"><ul id="menu-site-badges" class="menu"><li id="menu-item-7984" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7984"><a rel="me" href="https://dice.camp/@FollowMeAndDie">Mastodon</a></li> <li id="menu-item-7985" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7985"><a href="https://www.youtube.com/c/Followmeanddie">You Tube</a></li> <li id="menu-item-7986" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7986"><a href="https://twitter.com/followmeanddie1">Twitter</a></li> <li id="menu-item-7987" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7987"><a href="https://www.facebook.com/FollowMeAndDie">Facebook</a></li> <li id="menu-item-7988" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7988"><a href="https://www.instagram.com/followme_anddie/?hl=en">Instagram</a></li> <li id="menu-item-7989" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7989"><a href="https://www.tiktok.com/@follow.me.and.die?">TikTok</a></li> <li id="menu-item-7990" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7990"><a href="https://www.twitch.tv/followmeanddie">Twitch</a></li> </ul></div> </nav> <div id="primary-sidebar" class="primary-sidebar widget-area" role="complementary"> <aside id="text-35" class="widget widget_text"><h1 class="widget-title">Support My Blog</h1> <div class="textwidget"><p>Links to DriveThruRPG and Game Science are Affiliate links. A portion of your purchase price supports this blog and my other efforts.</p> </div> </aside><aside id="custom_html-3" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://www.drivethrurpg.com//saleguide.php?affiliate_id=203222"><img src="http://www.drivethrurpg.com//images/site_resources/DTRPG-HugeDiscounts-BannerB.png" border="0" alt="Huge Discounts on your Favorite RPGs @ DriveThruRPG.com" /></a></div></aside><aside id="custom_html-2" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://www.gamescience.com/?AffId=22"><img border="0" src="http://followmeanddie.com/wp-content/uploads/2017/09/GameScience.png"></a></div></aside><aside id="custom_html-10" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="https://www.patreon.com/bePatron?u=604764" data-patreon-widget-type="become-patron-button">Become a Patron!</a><script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script></div></aside><aside id="custom_html-9" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#46b798', 'P5P4SPFF');kofiwidget2.draw();</script> </div></aside><aside id="custom_html-11" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div class="alignleft"> <script type="text/javascript"> amzn_assoc_ad_type = "banner"; amzn_assoc_marketplace = "amazon"; amzn_assoc_region = "US"; amzn_assoc_placement = "assoc_banner_placement_default"; amzn_assoc_campaigns = "amazonhomepage"; amzn_assoc_banner_type = "rotating"; amzn_assoc_p = "42"; amzn_assoc_width = "234"; amzn_assoc_height = "60"; amzn_assoc_tracking_id = "fmad20-20"; amzn_assoc_linkid = "2d640fe573ea07c548ad1a8933b3f12e"; </script> <script src="//z-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetScript&ID=OneJS&WS=1"></script> </div></div></aside><aside id="custom_html-5" class="widget_text widget widget_custom_html"><h1 class="widget-title">Listen on Anchor</h1><div class="textwidget custom-html-widget"><iframe src="https://anchor.fm/follow-me-and-die/embed" height="102px" width="400px" frameborder="0" scrolling="no"></iframe></div></aside><aside id="rss-2" class="widget widget_rss"><h1 class="widget-title"><a class="rsswidget rss-widget-feed" href="http://followmeanddie.com/feed/"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://followmeanddie.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://followmeanddie.com/">Follow Me And Die!</a></h1><nav aria-label="Follow Me And Die!"><ul><li><a class='rsswidget' href='https://followmeanddie.com/2023/12/31/time-rolls-on/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=time-rolls-on'>Time Rolls On</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/07/29/the-dreams-in-garys-basement-update/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-dreams-in-garys-basement-update'>The Dreams In Gary’s Basement Update</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/07/18/14th-blogversary/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=14th-blogversary'>14th Blogversary!</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/05/07/my-first-experience-using-chatgpt/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-first-experience-using-chatgpt'>My First Experience Using ChatGPT</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/03/28/gary-con-15/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gary-con-15'>Gary Con 15</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/01/28/ogl-rollercoaster-end-of-the-ride/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ogl-rollercoaster-end-of-the-ride'>OGL Rollercoaster – End of the Ride?</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/31/making-up-a-game-with-my-granddaughter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=making-up-a-game-with-my-granddaughter'>Making up A Game with My Granddaughter</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/13/farewell-rpgba/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=farewell-rpgba'>Farewell RPGBA</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/11/dungeon-23-challenge-narrowing-the-scope/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dungeon-23-challenge-narrowing-the-scope'>Dungeon 23 Challenge Narrowing The Scope</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/09/dungeon-23-challenge/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dungeon-23-challenge'>Dungeon 23 Challenge</a></li></ul></nav></aside><aside id="custom_html-7" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://www.drivethrurpg.com/browse/pub/13430/Follow-Me-And-Die-Entertainment-LLC?affiliate_id=203222"><img border="0" src="https://followmeanddie.com/wp-content/uploads/2022/11/DTRPGPubPageForBlog140x200Avatar.png" alt="My Publisher Page on DriveThruRPG"></a></div></aside><aside id="custom_html-8" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="https://secure.backblaze.com/r/01cjx8"><img border="0" src="https://followmeanddie.com/wp-content/uploads/2018/08/backblaze-logo.gif" alt="Get a free month of BackBlaze"></a></div></aside><aside id="linkcat-108" class="widget widget_links"><h1 class="widget-title">TABLES</h1> <ul class='xoxo blogroll'> <li><a href="http://followmeanddie.com/2014/10/26/10-tons-cement-reveal-ant-nest/" title="Not my table, but a very interesting one.">10 Tons Cement Reveal Ant Nest</a></li> <li><a href="http://followmeanddie.com/2014/11/24/adventuremodule-names/">Adventure/Module Names</a></li> <li><a href="http://followmeanddie.com/2014/11/07/all-the-dice-tablesgenerators/" title="A collection of tables from across the OSR.">All The Dice Tables/Generators</a></li> <li><a href="http://followmeanddie.com/2014/05/15/calendar-and-random-generation/">Calendar And Random Generation</a></li> <li><a href="http://followmeanddie.com/2016/09/04/dice-chain-to-inspire-number-of-player-character-racial-enclaves/" title="Dice Chain For Number of Racial Enclaves">Dice Chain For Number of Racial Enclaves</a></li> <li><a href="http://followmeanddie.com/2014/11/07/dice-drop-generators/" title="A collection of tables from across the OSR.">Dice Drop Generators</a></li> <li><a href="http://followmeanddie.com/2012/08/28/directions/">Directions</a></li> <li><a href="http://followmeanddie.com/2014/03/15/encounter-tables/">ENCOUNTER TABLES Aren’t Just For Monsters</a></li> <li><a href="http://followmeanddie.com/2016/12/19/undead-in-add-part-2/" title="Expanded Turning Undead Chart">Expanded Turning Undead Chart</a></li> <li><a href="http://followmeanddie.com/2015/03/29/fmad-humanoid-age-table/">FMAD Humanoid Age Table</a></li> <li><a href="http://followmeanddie.com/2015/03/29/fmad-name-generator/">FMAD Name Generator</a></li> <li><a href="http://followmeanddie.com/2014/11/27/group-name-generator/">Group Name Generator</a></li> <li><a href="http://followmeanddie.com/2016/02/25/ideas-for-hidden-itemssecret-doors/" title="Hidden &amp; Secret">Hidden &amp; Secret</a></li> <li><a href="http://followmeanddie.com/2014/06/21/how-many-hours-of-daylight/">How Many Hours of Daylight?</a></li> <li><a href="http://followmeanddie.com/2015/02/21/locks/">Locks</a></li> <li><a href="http://followmeanddie.com/2015/05/27/loot-carriers-table/" title="Loot Carriers">Loot Carriers</a></li> <li><a href="http://followmeanddie.com/2014/11/01/osr-converters/">OSR Converters</a></li> <li><a href="http://followmeanddie.com/2014/03/26/rule-of-9s/">Rule of 9’s</a></li> <li><a href="http://followmeanddie.com/2016/09/06/ship-names/" title="Ship Names">Ship Names</a></li> <li><a href="http://followmeanddie.com/2014/10/17/what-is-the-osr-2/">What is the OSR?</a></li> </ul> </aside> <aside id="archives-2" class="widget widget_archive"><h1 class="widget-title">Archives</h1><nav aria-label="Archives"> <ul> <li><a href='https://followmeanddie.com/2023/12/'>December 2023</a></li> <li><a href='https://followmeanddie.com/2023/07/'>July 2023</a></li> <li><a href='https://followmeanddie.com/2023/05/'>May 2023</a></li> <li><a href='https://followmeanddie.com/2023/03/'>March 2023</a></li> <li><a href='https://followmeanddie.com/2023/01/'>January 2023</a></li> <li><a href='https://followmeanddie.com/2022/12/'>December 2022</a></li> <li><a href='https://followmeanddie.com/2022/11/'>November 2022</a></li> <li><a href='https://followmeanddie.com/2022/09/'>September 2022</a></li> <li><a href='https://followmeanddie.com/2022/04/'>April 2022</a></li> <li><a href='https://followmeanddie.com/2022/03/'>March 2022</a></li> <li><a href='https://followmeanddie.com/2021/12/'>December 2021</a></li> <li><a href='https://followmeanddie.com/2021/10/'>October 2021</a></li> <li><a href='https://followmeanddie.com/2021/07/'>July 2021</a></li> <li><a href='https://followmeanddie.com/2021/05/'>May 2021</a></li> <li><a href='https://followmeanddie.com/2021/04/'>April 2021</a></li> <li><a href='https://followmeanddie.com/2021/03/'>March 2021</a></li> <li><a href='https://followmeanddie.com/2021/02/'>February 2021</a></li> <li><a href='https://followmeanddie.com/2021/01/'>January 2021</a></li> <li><a href='https://followmeanddie.com/2020/12/'>December 2020</a></li> <li><a href='https://followmeanddie.com/2020/09/'>September 2020</a></li> <li><a href='https://followmeanddie.com/2020/08/'>August 2020</a></li> <li><a href='https://followmeanddie.com/2020/07/'>July 2020</a></li> <li><a href='https://followmeanddie.com/2020/06/'>June 2020</a></li> <li><a href='https://followmeanddie.com/2020/05/'>May 2020</a></li> <li><a href='https://followmeanddie.com/2020/04/'>April 2020</a></li> <li><a href='https://followmeanddie.com/2020/03/'>March 2020</a></li> <li><a href='https://followmeanddie.com/2020/02/'>February 2020</a></li> <li><a href='https://followmeanddie.com/2020/01/'>January 2020</a></li> <li><a href='https://followmeanddie.com/2019/12/'>December 2019</a></li> <li><a href='https://followmeanddie.com/2019/11/'>November 2019</a></li> <li><a href='https://followmeanddie.com/2019/10/'>October 2019</a></li> <li><a href='https://followmeanddie.com/2019/09/'>September 2019</a></li> <li><a href='https://followmeanddie.com/2019/08/'>August 2019</a></li> <li><a href='https://followmeanddie.com/2019/07/'>July 2019</a></li> <li><a href='https://followmeanddie.com/2019/06/'>June 2019</a></li> <li><a href='https://followmeanddie.com/2019/05/' aria-current="page">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&#039;s Game Stuff</a></li> <li><a href="http://oldguyrpg.blogspot.com/" rel="noopener" title="Sharing joy of playing the original editions of Dungeons &amp; Dragons." target="_blank">Chgowiz&#039;s Old Guy RPG Blog</a></li> <li><a href="https://chgowiz-games.blogspot.com/" rel="noopener" target="_blank">CHICAGOWIZ&#039;S GAMES</a></li> <li><a href="https://web.archive.org/web/20240414183825/http://unknownzine.blogspot.com/" rel="noopener" target="_blank">Destination Unknown</a></li> <li><a href="http://harbingergames.blogspot.com/" rel="noopener" target="_blank">Don&#039;t Split The Party</a></li> <li><a href="https://doomslakers.blogspot.com/" rel="noopener" title="James V. West&#8217;s blog" target="_blank">Doomslakers</a></li> <li><a href="http://www.dragonsfoot.org/" rel="noopener" title="Welcome to Dragonsfoot, the home of First Edition Advanced Dungeons &amp; Dragons!" target="_blank">Dragons Foot</a></li> <li><a href="https://dreamsofmythicfantasy.blogspot.com/" title="Regular lists of what&#8217;s new in the OSR on DTRPG.">Dreams of Mythic Fantasy</a></li> <li><a href="http://rpg.drivethrustuff.com/index.php" rel="noopener" title="Online Store for Electronic Versions of Rules and Supplemental Materials for a variety of companies and genres." target="_blank">DriveThru RPG</a></li> <li><a href="http://dungeonsndigressions.blogspot.com/" rel="noopener" title="Sharing my love of early edition D&amp;D, its modern clones, and the inspiration I derive from them. Sieze la rolo lud tago!" target="_blank">Dungeons and Digressions</a></li> <li><a href="https://dungeonspossums.blogspot.com/" rel="noopener" title="Reviews, Art, and More" target="_blank">Dungeons and Possums</a></li> <li><a href="http://www.dwarvenautomata.com/" rel="noopener" title="A blog detailing the process of creating/running the Curabel campaign setting." target="_blank">Dwarven Automata</a></li> <li><a href="http://rpgcharacters.wordpress.com/" rel="noopener" target="_blank">Dyson&#039;s Dodecahedron (Maps)</a></li> <li><a href="https://fantasyheartbreak.blogspot.com/" rel="noopener" target="_blank">Fantasy Heartbreak Workshop</a></li> <li><a href="http://gothridgemanor.blogspot.com/" rel="noopener" target="_blank">Gothridge Manor</a></li> <li><a href="http://greyhawkgrognard.blogspot.com/" rel="noopener" target="_blank">Greyhawk Grognard</a></li> <li><a href="http://greyhawkery.blogspot.com/" rel="noopener" target="_blank">Greyhawkery</a></li> <li><a href="http://grumblingrognard.blogspot.com/" rel="noopener" title="Grumbler, old school gamer and adventurer. In other words, quite the curmudgeon." target="_blank">Grumbling Grognard</a></li> <li><a href="http://hillcantons.blogspot.com/" rel="noopener" target="_blank">Hill Cantons</a></li> <li><a href="http://inkwellideas.com/" rel="noopener" title=" Inkwell Ideas specializes in RPG Software &amp; Tools such as our Hexographer &amp; Dungeonographer map creation software and the DungeonMorph Dice &amp; Cards." target="_blank">Inkwell Ideas</a></li> <li><a href="https://web.archive.org/web/20230715061117/https://www.lostkingdom.net/" rel="noopener" target="_blank">Lost Kingdom</a></li> <li><a href="http://nerdomancerofdork.wordpress.com/" rel="noopener" target="_blank">NERD-O-MANCER OF DORK</a></li> <li><a href="https://www.dungeoncontest.com/" rel="noopener" title="The Annual One Page Dungeon Contest is a great source of maps and ideas." target="_blank">One Page Dungeon</a></li> <li><a href="http://www.giantitp.com/comics/oots.html" rel="noopener" title="Online comic about stick figure adventures that mocks and celebrates RPGs at the same time." target="_blank">Order of the Stick</a></li> <li><a href="http://osrsearch.blogspot.com/" rel="noopener" target="_blank">OSR Search</a></li> <li><a href="https://web.archive.org/web/20170606055841/http://osrtoday.com/" rel="noopener" target="_blank">OSR Today</a></li> <li><a href="https://web.archive.org/web/20200927031008/http://www.penandpapergames.com/" rel="noopener" title="Resource for finding players and GMs for various RPGs." target="_blank">Pen And Paper Games</a></li> <li><a href="https://web.archive.org/web/20200817162022/https://www.rueink.com/" rel="noopener" title="Illustrator &amp; Cartographer" target="_blank">Rue Ink &#8211; Deven Rue</a></li> <li><a href="http://sandboxofdoom.blogspot.com/" rel="noopener" target="_blank">Sandbox of Doom</a></li> <li><a href="http://www.tabletopgameandhobby.com/" rel="noopener" title="This game store is owned by one of the guys in one of the groups I played D&amp;D with in high School. It turns out I used to live just a few miles from here, but did not learn about it until several years after I moved to Michigan." target="_blank">Table Top Game and Hobby</a></li> <li><a href="http://www.tenkarstavern.com/" rel="noopener" target="_blank">Tenkar&#039;s Tavern</a></li> <li><a href="http://www.theescapist.com/" rel="noopener" title="The Reality of Fantasy Games Roleplaying Advocacy Since 1995" target="_blank">The Escapist</a></li> <li><a href="https://goblinburg.blogspot.com/" rel="noopener" target="_blank">The Goblinburg Notebook</a></li> <li><a href="http://muleabides.wordpress.com/" rel="noopener" target="_blank">The Mule Abides</a></li> <li><a href="http://timbrannan.blogspot.com/" rel="noopener" target="_blank">The Other Side</a></li> <li><a href="https://web.archive.org/web/20231201055053/http://thegreatblackbell.blogspot.com/" rel="noopener" target="_blank">The Tolling of the Great Black Bell</a></li> <li><a href="https://frothsofdnd.blogspot.com/" rel="noopener" target="_blank">Thought Eater</a></li> <li><a href="https://www.martinralya.com/yore/" rel="noopener" target="_blank">Yore</a></li> </ul> </aside> <aside id="categories-4" class="widget widget_categories"><h1 class="widget-title">Categories</h1><nav aria-label="Categories"> <ul> <li class="cat-item cat-item-12"><a href="https://followmeanddie.com/category/board-games/">Board Games</a> </li> <li class="cat-item cat-item-154"><a href="https://followmeanddie.com/category/cards/">Cards</a> </li> <li class="cat-item cat-item-324"><a href="https://followmeanddie.com/category/rant/">Rant</a> </li> <li class="cat-item cat-item-177"><a href="https://followmeanddie.com/category/rpgs/">RPGs</a> </li> <li class="cat-item cat-item-57"><a href="https://followmeanddie.com/category/writing/">Writing</a> </li> </ul> </nav></aside><aside id="tag_cloud-2" class="widget widget_tag_cloud"><h1 class="widget-title">Tags</h1><nav aria-label="Tags"><div class="tagcloud"><ul class='wp-tag-cloud' role='list'> <li><a href="https://followmeanddie.com/tag/2015-a-to-z-blogging-challenge/" class="tag-cloud-link tag-link-89 tag-link-position-1" style="font-size: 11.625899280576pt;" aria-label="2015 A to Z Blogging Challenge (31 items)">2015 A to Z Blogging Challenge</a></li> <li><a href="https://followmeanddie.com/tag/add/" class="tag-cloud-link tag-link-61 tag-link-position-2" style="font-size: 17.467625899281pt;" aria-label="AD&amp;D (121 items)">AD&amp;D</a></li> <li><a href="https://followmeanddie.com/tag/advicetools/" class="tag-cloud-link tag-link-14 tag-link-position-3" style="font-size: 21.89928057554pt;" aria-label="Advice/Tools (337 items)">Advice/Tools</a></li> <li><a href="https://followmeanddie.com/tag/april-2014-a-to-z-blogging-challenge/" class="tag-cloud-link tag-link-32 tag-link-position-4" style="font-size: 11.726618705036pt;" aria-label="April, 2014 A to Z Blogging Challenge (32 items)">April, 2014 A to Z Blogging Challenge</a></li> <li><a href="https://followmeanddie.com/tag/art/" class="tag-cloud-link tag-link-92 tag-link-position-5" style="font-size: 8.8057553956835pt;" aria-label="Art (16 items)">Art</a></li> <li><a href="https://followmeanddie.com/tag/blogging/" class="tag-cloud-link tag-link-44 tag-link-position-6" style="font-size: 15.352517985612pt;" aria-label="Blogging (75 items)">Blogging</a></li> <li><a href="https://followmeanddie.com/tag/campaign-building/" class="tag-cloud-link tag-link-9 tag-link-position-7" style="font-size: 10.31654676259pt;" aria-label="Campaign Building (23 items)">Campaign Building</a></li> <li><a href="https://followmeanddie.com/tag/cities/" class="tag-cloud-link tag-link-96 tag-link-position-8" style="font-size: 12.63309352518pt;" aria-label="Cities (40 items)">Cities</a></li> <li><a href="https://followmeanddie.com/tag/contests/" class="tag-cloud-link tag-link-40 tag-link-position-9" style="font-size: 9.5107913669065pt;" aria-label="Contests (19 items)">Contests</a></li> <li><a href="https://followmeanddie.com/tag/conventions/" class="tag-cloud-link tag-link-34 tag-link-position-10" style="font-size: 14.748201438849pt;" aria-label="Conventions (65 items)">Conventions</a></li> <li><a href="https://followmeanddie.com/tag/httpd20darkages-blogspot-compd-40th-anniversary-blog-hop-challenge-html/" class="tag-cloud-link tag-link-125 tag-link-position-11" style="font-size: 11.625899280576pt;" aria-label="D&amp;D 40th Anniversary Blogging Challenge (31 items)">D&amp;D 40th Anniversary Blogging Challenge</a></li> <li><a href="https://followmeanddie.com/tag/dcc/" class="tag-cloud-link tag-link-86 tag-link-position-12" style="font-size: 9.3093525179856pt;" aria-label="DCC (18 items)">DCC</a></li> <li><a href="https://followmeanddie.com/tag/dice/" class="tag-cloud-link tag-link-81 tag-link-position-13" style="font-size: 10.820143884892pt;" aria-label="Dice (26 items)">Dice</a></li> <li><a href="https://followmeanddie.com/tag/flavor/" class="tag-cloud-link tag-link-7 tag-link-position-14" style="font-size: 18.071942446043pt;" aria-label="Flavor (141 items)">Flavor</a></li> <li><a href="https://followmeanddie.com/tag/fluffinspiration/" class="tag-cloud-link tag-link-15 tag-link-position-15" style="font-size: 20.187050359712pt;" aria-label="Fluff/Inspiration (226 items)">Fluff/Inspiration</a></li> <li><a href="https://followmeanddie.com/tag/follow-me-and-die/" class="tag-cloud-link tag-link-5 tag-link-position-16" style="font-size: 8.3021582733813pt;" aria-label="Follow Me And Die (14 items)">Follow Me And Die</a></li> <li><a href="https://followmeanddie.com/tag/game-design/" class="tag-cloud-link tag-link-16 tag-link-position-17" style="font-size: 17.769784172662pt;" aria-label="Game Design (131 items)">Game Design</a></li> <li><a href="https://followmeanddie.com/tag/garycon/" class="tag-cloud-link tag-link-93 tag-link-position-18" style="font-size: 11.021582733813pt;" aria-label="GaryCon (27 items)">GaryCon</a></li> <li><a href="https://followmeanddie.com/tag/inspiration/" class="tag-cloud-link tag-link-8 tag-link-position-19" style="font-size: 8pt;" aria-label="Inspiration (13 items)">Inspiration</a></li> <li><a href="https://followmeanddie.com/tag/kickstarter/" class="tag-cloud-link tag-link-37 tag-link-position-20" style="font-size: 14.748201438849pt;" aria-label="Kickstarter (65 items)">Kickstarter</a></li> <li><a href="https://followmeanddie.com/tag/legacy-dd/" class="tag-cloud-link tag-link-17 tag-link-position-21" style="font-size: 11.323741007194pt;" aria-label="Legacy D&amp;D (29 items)">Legacy D&amp;D</a></li> <li><a href="https://followmeanddie.com/tag/manuals/" class="tag-cloud-link tag-link-60 tag-link-position-22" style="font-size: 12.532374100719pt;" aria-label="Manuals (39 items)">Manuals</a></li> <li><a href="https://followmeanddie.com/tag/maps/" class="tag-cloud-link tag-link-38 tag-link-position-23" style="font-size: 14.647482014388pt;" aria-label="Maps (64 items)">Maps</a></li> <li><a href="https://followmeanddie.com/tag/marmalade-dog/" class="tag-cloud-link tag-link-84 tag-link-position-24" style="font-size: 8.8057553956835pt;" aria-label="Marmalade Dog (16 items)">Marmalade Dog</a></li> <li><a href="https://followmeanddie.com/tag/megadungeons/" class="tag-cloud-link tag-link-43 tag-link-position-25" style="font-size: 12.532374100719pt;" aria-label="Megadungeons (39 items)">Megadungeons</a></li> <li><a href="https://followmeanddie.com/tag/metamorphosis-alpha/" class="tag-cloud-link tag-link-100 tag-link-position-26" style="font-size: 9.5107913669065pt;" aria-label="Metamorphosis Alpha (19 items)">Metamorphosis Alpha</a></li> <li><a href="https://followmeanddie.com/tag/modules/" class="tag-cloud-link tag-link-39 tag-link-position-27" style="font-size: 11.625899280576pt;" aria-label="Modules (31 items)">Modules</a></li> <li><a href="https://followmeanddie.com/tag/monsters/" class="tag-cloud-link tag-link-71 tag-link-position-28" style="font-size: 9.5107913669065pt;" aria-label="Monsters (19 items)">Monsters</a></li> <li><a href="https://followmeanddie.com/tag/movies/" class="tag-cloud-link tag-link-45 tag-link-position-29" style="font-size: 10.31654676259pt;" aria-label="Movies (23 items)">Movies</a></li> <li><a href="https://followmeanddie.com/tag/news/" class="tag-cloud-link tag-link-18 tag-link-position-30" style="font-size: 9.5107913669065pt;" aria-label="News (19 items)">News</a></li> <li><a href="https://followmeanddie.com/tag/news-reviews-culture/" class="tag-cloud-link tag-link-20 tag-link-position-31" style="font-size: 20.287769784173pt;" aria-label="News Reviews &amp; Culture (236 items)">News Reviews &amp; Culture</a></li> <li><a href="https://followmeanddie.com/tag/opdc/" class="tag-cloud-link tag-link-33 tag-link-position-32" style="font-size: 8.5035971223022pt;" aria-label="OPDC (15 items)">OPDC</a></li> <li><a href="https://followmeanddie.com/tag/osr/" class="tag-cloud-link tag-link-51 tag-link-position-33" style="font-size: 22pt;" aria-label="OSR (349 items)">OSR</a></li> <li><a href="https://followmeanddie.com/tag/play/" class="tag-cloud-link tag-link-22 tag-link-position-34" style="font-size: 14.647482014388pt;" aria-label="Play (63 items)">Play</a></li> <li><a href="https://followmeanddie.com/tag/reviews/" class="tag-cloud-link tag-link-200 tag-link-position-35" style="font-size: 12.129496402878pt;" aria-label="Reviews (35 items)">Reviews</a></li> <li><a href="https://followmeanddie.com/tag/reviews-culture/" class="tag-cloud-link tag-link-19 tag-link-position-36" style="font-size: 12.330935251799pt;" aria-label="Reviews &amp; Culture (37 items)">Reviews &amp; Culture</a></li> <li><a href="https://followmeanddie.com/tag/roll20/" class="tag-cloud-link tag-link-95 tag-link-position-37" style="font-size: 9.3093525179856pt;" aria-label="Roll20 (18 items)">Roll20</a></li> <li><a href="https://followmeanddie.com/tag/science-fiction/" class="tag-cloud-link tag-link-109 tag-link-position-38" style="font-size: 10.31654676259pt;" aria-label="Science Fiction (23 items)">Science Fiction</a></li> <li><a href="https://followmeanddie.com/tag/software/" class="tag-cloud-link tag-link-10 tag-link-position-39" style="font-size: 8.3021582733813pt;" aria-label="Software (14 items)">Software</a></li> <li><a href="https://followmeanddie.com/tag/stories/" class="tag-cloud-link tag-link-6 tag-link-position-40" style="font-size: 9.7122302158273pt;" aria-label="Stories (20 items)">Stories</a></li> <li><a href="https://followmeanddie.com/tag/swords-wizardry/" class="tag-cloud-link tag-link-110 tag-link-position-41" style="font-size: 8.8057553956835pt;" aria-label="Swords &amp; Wizardry (16 items)">Swords &amp; Wizardry</a></li> <li><a href="https://followmeanddie.com/tag/tables/" class="tag-cloud-link tag-link-66 tag-link-position-42" style="font-size: 12.532374100719pt;" aria-label="Tables (39 items)">Tables</a></li> <li><a href="https://followmeanddie.com/tag/take-one-thing-and-expand-on-it/" class="tag-cloud-link tag-link-234 tag-link-position-43" style="font-size: 8.8057553956835pt;" aria-label="Take One Thing and Expand on It (16 items)">Take One Thing and Expand on It</a></li> <li><a href="https://followmeanddie.com/tag/ucon/" class="tag-cloud-link tag-link-68 tag-link-position-44" style="font-size: 8.3021582733813pt;" aria-label="UCON (14 items)">UCON</a></li> <li><a href="https://followmeanddie.com/tag/white-star/" class="tag-cloud-link tag-link-114 tag-link-position-45" style="font-size: 10.31654676259pt;" aria-label="White Star (23 items)">White Star</a></li> </ul> </div> </nav></aside><aside id="block-5" class="widget widget_block widget_text"> <p></p> </aside> </div><!-- #primary-sidebar --> </div><!-- #secondary --> </div><!-- #main --> <footer id="colophon" class="site-footer"> <div id="supplementary"> <div id="footer-sidebar" class="footer-sidebar widget-area" role="complementary"> <aside id="block-10" class="widget widget_block"> <ul class="wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex"></ul> </aside> </div><!-- #footer-sidebar --> </div><!-- #supplementary --> <div class="site-info"> <a href="https://wordpress.org/" class="imprint"> Proudly powered by WordPress </a> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <script src="https://followmeanddie.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script src="https://followmeanddie.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script> <script src="https://followmeanddie.com/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b" id="jquery-masonry-js"></script> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/ Page Caching using Disk Served from: followmeanddie.com @ 2025-03-21 02:23:21 by W3 Total Cache -->

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