CINXE.COM
March | 2015 | Follow Me And Die!
<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" lang="en-US"> <![endif]--> <!--[if !(IE 7) & !(IE 8)]><!--> <html lang="en-US"> <!--<![endif]--> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>March | 2015 | Follow Me And Die!</title> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="pingback" href="https://followmeanddie.com/xmlrpc.php"> <!--[if lt IE 9]> <script src="https://followmeanddie.com/wp-content/themes/twentyfourteen/js/html5.js?ver=3.7.0"></script> <![endif]--> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//pagead2.googlesyndication.com' /> <link rel="alternate" type="application/rss+xml" title="Follow Me And Die! » Feed" href="https://followmeanddie.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Follow Me And Die! » Comments Feed" href="https://followmeanddie.com/comments/feed/" /> <!-- This site uses the Google Analytics by ExactMetrics plugin v8.3.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\/2015\/03\/"}; if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations ); } else { var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations; } var disableStrs = [ 'ga-disable-G-RTY03KLJSD', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.ExactMetricsDualTracker = { helpers: {}, trackers: {}, }; if (em_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = exactmetrics_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof ExactMetricsDualTracker.trackers[hookName] !== 'undefined') { ExactMetricsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dNDMyYj': true, }); if ( ExactMetricsLocations.page_location ) { __gtagTracker('set', ExactMetricsLocations); } __gtagTracker('config', 'G-RTY03KLJSD', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by ExactMetrics --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/followmeanddie.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=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=5BAF60518EDE2AF17B2CC1FADFB71E09'); </script> <!-- Google AdSense meta tags added by Site Kit --> <meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236"> <meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com"> <!-- End Google AdSense meta tags added by Site Kit --> <style type="text/css">.broken_link, a.broken_link { text-decoration: line-through; }</style> <!-- Google Tag Manager snippet added by Site Kit --> <script> ( function( w, d, s, l, i ) { w[l] = w[l] || []; w[l].push( {'gtm.start': new Date().getTime(), event: 'gtm.js'} ); var f = d.getElementsByTagName( s )[0], j = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore( j, f ); } )( window, document, 'script', 'dataLayer', 'GTM-P77GVFP' ); </script> <!-- End Google Tag Manager snippet added by Site Kit --> <!-- Google AdSense snippet added by Site Kit --> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6927444287228882&host=ca-host-pub-2644536267352236" crossorigin="anonymous"></script> <!-- End Google AdSense snippet added by Site Kit --> <link rel="icon" href="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-192x192.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-180x180.jpg" /> <meta name="msapplication-TileImage" content="https://followmeanddie.com/wp-content/uploads/2023/08/cropped-FMADAvatar-270x270.jpg" /> </head> <body class="archive date wp-embed-responsive header-image list-view full-width footer-widgets"> <!-- Google Tag Manager (noscript) snippet added by Site Kit --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P77GVFP" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) snippet added by Site Kit --> <div id="page" class="hfeed site"> <div id="site-header"> <a href="https://followmeanddie.com/" rel="home"> <img src="https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black.jpg" width="1260" height="303" alt="Follow Me And Die!" srcset="https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black.jpg 1260w, https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black-300x72.jpg 300w, https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black-768x185.jpg 768w, https://followmeanddie.com/wp-content/uploads/2017/01/FMAD_banner_black-1024x246.jpg 1024w" sizes="(max-width: 1260px) 100vw, 1260px" decoding="async" fetchpriority="high" /> </a> </div> <header id="masthead" class="site-header"> <div class="header-main"> <h1 class="site-title"><a href="https://followmeanddie.com/" rel="home">Follow Me And Die!</a></h1> <div class="search-toggle"> <a href="#search-container" class="screen-reader-text" aria-expanded="false" aria-controls="search-container"> Search </a> </div> <nav id="primary-navigation" class="site-navigation primary-navigation"> <button class="menu-toggle">Primary Menu</button> <a class="screen-reader-text skip-link" href="#content"> Skip to content </a> <div id="primary-menu" class="nav-menu"><ul> <li class="page_item page-item-2 page_item_has_children"><a href="https://followmeanddie.com/about/">About</a> <ul class='children'> <li class="page_item page-item-4119 page_item_has_children"><a href="https://followmeanddie.com/about/other-sites/">Social</a> <ul class='children'> <li class="page_item page-item-4094"><a href="https://followmeanddie.com/about/other-sites/badges/">Badges</a></li> <li class="page_item page-item-4132"><a href="https://followmeanddie.com/about/other-sites/tsr/">TSR</a></li> </ul> </li> </ul> </li> <li class="page_item page-item-5636"><a href="https://followmeanddie.com/medieval-demographics-made-easy-2/">Medieval Demographics Made Easy</a></li> <li class="page_item page-item-8042"><a href="https://followmeanddie.com/my-podcast/">My Podcast</a></li> <li class="page_item page-item-8041"><a href="https://followmeanddie.com/my-youtube/">My YouTube</a></li> <li class="page_item page-item-7981 page_item_has_children"><a href="https://followmeanddie.com/projects/">Projects</a> <ul class='children'> <li class="page_item page-item-5070 page_item_has_children"><a href="https://followmeanddie.com/projects/sign-up-for-kickstarter-updates/">Card Game</a> <ul class='children'> <li class="page_item page-item-6517"><a href="https://followmeanddie.com/projects/sign-up-for-kickstarter-updates/card-game-faq/">Card Game FAQ</a></li> </ul> </li> <li class="page_item page-item-4352 page_item_has_children"><a href="https://followmeanddie.com/projects/patreon/">Patreon</a> <ul class='children'> <li class="page_item page-item-4348"><a href="https://followmeanddie.com/projects/patreon/kickstarters/">Kickstarters</a></li> <li class="page_item page-item-4460"><a href="https://followmeanddie.com/projects/patreon/cafepress-shop/">TeeSpring & CafePress</a></li> </ul> </li> <li class="page_item page-item-4111"><a href="https://followmeanddie.com/projects/rpgosr-works/">RPG Works</a></li> <li class="page_item page-item-4270"><a href="https://followmeanddie.com/projects/selling/">Selling</a></li> </ul> </li> <li class="page_item page-item-4099"><a href="https://followmeanddie.com/reading-read/">Reading</a></li> <li class="page_item page-item-8093"><a href="https://followmeanddie.com/rpga-list/">RPGA List</a></li> <li class="page_item page-item-4128 page_item_has_children"><a href="https://followmeanddie.com/rpgs/">RPGs</a> <ul class='children'> <li class="page_item page-item-4151"><a href="https://followmeanddie.com/rpgs/add-pdfs/">AD&D PDFs</a></li> <li class="page_item page-item-8000 page_item_has_children"><a href="https://followmeanddie.com/rpgs/gaming/">Gaming</a> <ul class='children'> <li class="page_item page-item-4103"><a href="https://followmeanddie.com/rpgs/gaming/playing/">Playing</a></li> <li class="page_item page-item-4105"><a href="https://followmeanddie.com/rpgs/gaming/running/">Running</a></li> </ul> </li> <li class="page_item page-item-4116"><a href="https://followmeanddie.com/rpgs/osr-search/">OSR Search</a></li> <li class="page_item page-item-4262"><a href="https://followmeanddie.com/rpgs/reviews/">Reviews</a></li> </ul> </li> </ul></div> </nav> </div> <div id="search-container" class="search-box-wrapper hide"> <div class="search-box"> <form role="search" method="get" class="search-form" action="https://followmeanddie.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form> </div> </div> </header><!-- #masthead --> <div id="main" class="site-main"> <section id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <header class="page-header"> <h1 class="page-title"> Monthly Archives: March 2015 </h1> </header><!-- .page-header --> <article id="post-1750" class="post-1750 post type-post status-publish format-standard hentry category-rpgs tag-advicetools tag-dice tag-news-reviews-culture tag-osr"> <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/2015/03/31/all-my-dice/" rel="bookmark">All My Dice</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2015/03/31/all-my-dice/" rel="bookmark"><time class="entry-date" datetime="2015-03-31T00:01:42-04:00">March 31, 2015</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/2015/03/31/all-my-dice/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Now that I have all my dice cleaned up and inked, as needed. I thought I should take a picture of all of them. I am sure I will be buying more dice as time goes on. I think I can go a bit longer until my next purchase, perhaps waiting until my next convention….</p> <p>While getting things on the table to take pictures, I realized that the Game Science Dice I bought last year at Gen Con 2014 had not been inked, so after taking a picture of all the dice and putting them away, I inked them and include before and after pictures at the end.</p> <p>I don’t jumble all my dice together. I keep some of them separated out so I can have a full set quickly. The only ones I jumble up are the ones in my leather dice bag. I don’t recall where I got that dice bag, if was at the Renaissance Festival in Bonner Springs, Kansas, or at a what ever that con was called in Kansas City. I’ve had it for over thirty years, since I got it in high school.</p> <p>I just realized that this picture does not include all of my original chipping dice. Only the yellow d4, that I still use, since it doesn’t seem to chip like the others.</p> <p>So I guess these are the dice that I will actually use in play.</p> <p>It also does not include three other sets of Chessex dice for my two sons and my oldest son’s girlfriend.</p> <p>Still, that’s a decent collection. It more than suits my needs and there are some specialty dice too. The only kind of dice I don’t have are Fate/Fudge dice. I don’t know that I’d ever use/need them. I did listen to the <a href="https://web.archive.org/web/20150305184535/http://drinkspinrun.blogspot.com/">Drink Spin Run</a> podcast (also on<a href="https://plus.google.com/u/0/b/107411251706927346819/109489330229766530543"> G+</a>)of their play session with Fate, and with the right group of people and someone who understands the rules, it could be a blast.</p> <p>I am sure there are those that easily have me beat, but this time last year, I did not have a d30 or more than a Game Science set I have had over 30 years, and a couple of Chessex sets, and a bunch of d6’s from WalMart.</p> <p>Of the dice I can think of that I would get in the future (I will be getting some, the rest of my <a href="http://inkwellideas.com/">Inkwell Ideas</a> <a href="https://www.kickstarter.com/projects/inkwellideas/dungeonmorphs-2-cities-and-villages-map-generator" class="broken_link">DungeonMorphs 2Kickstarter</a>.), will be additional DungeonMorph dice, and perhaps Fate/Fudge dice. If I could get a full set of dice from d3 to d30 in a matched set, I would buy that. So there’s my wishlist/future purchase list for dice.</p> <figure id="attachment_1774" aria-describedby="caption-attachment-1774" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/01AllDiceBags.jpg"><img decoding="async" class="size-medium wp-image-1774" src="http://followmeanddie.com/wp-content/uploads/2015/03/01AllDiceBags-300x225.jpg" alt="All Dice & Bags" width="300" height="225" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/01AllDiceBags-300x225.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/01AllDiceBags-1024x768.jpg 1024w" sizes="(max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-1774" class="wp-caption-text">All Dice & Bags</figcaption></figure> <figure id="attachment_1775" aria-describedby="caption-attachment-1775" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/02AllDice.jpg"><img decoding="async" class="size-medium wp-image-1775" src="http://followmeanddie.com/wp-content/uploads/2015/03/02AllDice-300x225.jpg" alt="All Dice" width="300" height="225" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/02AllDice-300x225.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/02AllDice-1024x768.jpg 1024w" sizes="(max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-1775" class="wp-caption-text">All Dice</figcaption></figure> <figure id="attachment_1776" aria-describedby="caption-attachment-1776" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/03AllDiceClose.jpg"><img loading="lazy" decoding="async" class="size-medium wp-image-1776" src="http://followmeanddie.com/wp-content/uploads/2015/03/03AllDiceClose-300x225.jpg" alt="All Dice Close" width="300" height="225" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/03AllDiceClose-300x225.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/03AllDiceClose-1024x768.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-1776" class="wp-caption-text">All Dice Close</figcaption></figure> <figure id="attachment_1777" aria-describedby="caption-attachment-1777" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/04GS.jpg"><img loading="lazy" decoding="async" class="size-medium wp-image-1777" src="http://followmeanddie.com/wp-content/uploads/2015/03/04GS-300x213.jpg" alt="Games Science from Gen Con 2014" width="300" height="213" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/04GS-300x213.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/04GS-1024x728.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2015/03/04GS.jpg 1677w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-1777" class="wp-caption-text">Games Science from Gen Con 2014</figcaption></figure> <figure id="attachment_1778" aria-describedby="caption-attachment-1778" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/05GSInked.jpg"><img loading="lazy" decoding="async" class="size-medium wp-image-1778" src="http://followmeanddie.com/wp-content/uploads/2015/03/05GSInked-300x285.jpg" alt="Game Sciense - Inked" width="300" height="285" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/05GSInked-300x285.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/05GSInked-1024x972.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2015/03/05GSInked.jpg 2005w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-1778" class="wp-caption-text">Game Science – Inked</figcaption></figure> <figure id="attachment_1779" aria-describedby="caption-attachment-1779" style="width: 227px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/06GSInkedWhiteBackground.jpg"><img loading="lazy" decoding="async" class="size-medium wp-image-1779" src="http://followmeanddie.com/wp-content/uploads/2015/03/06GSInkedWhiteBackground-227x300.jpg" alt="Game Science Inked White Background" width="227" height="300" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/06GSInkedWhiteBackground-227x300.jpg 227w, https://followmeanddie.com/wp-content/uploads/2015/03/06GSInkedWhiteBackground-774x1024.jpg 774w, https://followmeanddie.com/wp-content/uploads/2015/03/06GSInkedWhiteBackground.jpg 989w" sizes="auto, (max-width: 227px) 100vw, 227px" /></a><figcaption id="caption-attachment-1779" class="wp-caption-text">Game Science Inked White Background</figcaption></figure> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/advicetools/" rel="tag">Advice/Tools</a><a href="https://followmeanddie.com/tag/dice/" rel="tag">Dice</a><a href="https://followmeanddie.com/tag/news-reviews-culture/" rel="tag">News Reviews & Culture</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a></span></footer></article><!-- #post-1750 --> <article id="post-2150" class="post-2150 post type-post status-publish format-standard hentry category-rpgs tag-advicetools tag-fluffinspiration tag-game-design tag-news-reviews-culture tag-opdc"> <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/2015/03/30/ancient-anti-biotics/" rel="bookmark">Ancient Anti-Biotics</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2015/03/30/ancient-anti-biotics/" rel="bookmark"><time class="entry-date" datetime="2015-03-30T21:01:56-04:00">March 30, 2015</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/2015/03/30/ancient-anti-biotics/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I saw this on my FB feed, and had to read the <a href="http://www.medievalists.net/2015/03/30/anglo-saxon-medicine-is-able-to-kill-modern-day-superbug-researchers-find/">article</a> and watch the YouTube <a href="https://www.youtube.com/watch?v=mo4K51bQVs0">video</a>.</p> <p>Very interesting!</p> <p>Not only did they know about honey, but they knew to mix other materials together and get good results. Granted, not all ancient medicine is something I would want to try, but this one gives me hope that we can deal with MRSA and other “superbugs”. I can’t imagine putting that solution in my eye, but I bet it did the trick.</p> <p>Washing wounds, and treating them with wine, vinegar, honey, and “garlic & onions” would be a good way to prevent infection. In game terms, it would also make it hard to be sneaky around creatures with a good sense of smell. Perhaps good to repel vampires. What other creatures would garlic & onions repel or attract? Garlic would attract the attention of a vampire, and it would send its minions or use long range things, such as spells to deal with the unpleasantness.</p> <p>Silver is also known to have antibiotic properties, one reason the wealthy used silver tableware. Copper also has antibiotic properties and is why ships were given copper sheeting, to help repel barnacles and other critters that bore into wooden ships and affect either the speed of the ship, its structural integrity, or both</p> <p>The Roman doctors who treated gladiators and soldiers were very skilled at treating flesh wounds and setting broken bones.</p> <p>The importance of keeping clean was also known in medieval Europe. The image of the unwashed masses that seems to prevail in textbooks and entertainment media is not accurate.</p> <p>While the ideas about how the body worked were not accurate, and the reliance on magic and strange concoctions with no modern scientific basis, some of the medicinal knowledge was effective. Some ancient ideas, such as bleeding, do have a very narrow application for a very narrow set of conditions. Leeches are used not for bleeding, but to help improve blood flow in wounds, and the right kind of fly larvae eat necrotic tissue and not healthy tissue. The heads of some kinds of ants after they bite can be used as stitches. There are many strange things that really can and do work, even in the present day.</p> <p>What kind of weird ideas from the past can be put into play in an RPG?</p> <p> </p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/advicetools/" rel="tag">Advice/Tools</a><a href="https://followmeanddie.com/tag/fluffinspiration/" rel="tag">Fluff/Inspiration</a><a href="https://followmeanddie.com/tag/game-design/" rel="tag">Game Design</a><a href="https://followmeanddie.com/tag/news-reviews-culture/" rel="tag">News Reviews & Culture</a><a href="https://followmeanddie.com/tag/opdc/" rel="tag">OPDC</a></span></footer></article><!-- #post-2150 --> <article id="post-1739" class="post-1739 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-advicetools tag-art tag-fluffinspiration tag-maps tag-news-reviews-culture tag-osr"> <a class="post-thumbnail" href="https://followmeanddie.com/2015/03/30/gaming-paper-review/" aria-hidden="true"> <img width="1038" height="474" src="https://followmeanddie.com/wp-content/uploads/2015/03/GamingPaper.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Gaming Paper" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/GamingPaper.jpg 1457w, https://followmeanddie.com/wp-content/uploads/2015/03/GamingPaper-300x137.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/GamingPaper-1024x467.jpg 1024w" 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/2015/03/30/gaming-paper-review/" rel="bookmark">Gaming Paper Review</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2015/03/30/gaming-paper-review/" rel="bookmark"><time class="entry-date" datetime="2015-03-30T00:01:34-04:00">March 30, 2015</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/2015/03/30/gaming-paper-review/#comments">3 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I bought a roll of hex Gaming Paper <a href="http://followmeanddie.com/2015/03/21/flgs-trip/" target="_blank" rel="noopener noreferrer">a couple weekends ago</a>. Here is a quick review and some ideas I have for using it.</p> <p>I had heard of Gaming Paper a few years ago, and I like the idea. One can use it for instant terrain maps for use with miniatures. It is also useful to cut some out and use to generate a hex crawl area map and take notes.</p> <p>It is designed to write in pencil and be able to erase it. I tested and dry erase markers will wipe off, just like an ink pen, if you do so right away. I drew an X with a purple dry erase marker and waited for it to dry. It mostly wiped off, but left a faded X. So if you want to write something that it not permanent, do it in pencil, a high quality eraser is key.</p> <p>I like the idea of cutting out a piece big enough to generate a hex crawl area map, and use it to write notes. Rather than writing or typing a list that then has to be translated to a map, one can do the initial notes in pencil, and then use ink when plans are solidified.</p> <p>A similar sized piece can be cut and given to the players and let them map things out as they go.</p> <p>The FAQ states that it did not feed well through printes when they tried it. Most likely because of how thin and slick it is. The rubber rollers need to get a good grip on the paper for it to feed properly. The blue color of the lines is the kind of blue that probably won’t scan or photocopy well. If you are using pieces larger than a standard scanner, you would not be able to scan it easily.</p> <p>The only time I really use miniatures at the table is for marching order and placement in combat. Gaming paper is a much less expensive option to a battle mat. The paper is generally spill resistant, and it is designed to be rolled up and re-used.</p> <p>It is tear resistant, so there is not much worry about frayed edges. It tries to roll itself up, so a means to get it flat might be needed. I tried blue painter’s tape and it did not take away the surface when removed. I even put a piece of Scotch Tape on it and it did not pull away the surface.</p> <p>I cut a piece about 18 inches wide, and was going to use it to re-do and clarify the peninsula where the players in my AD&D campaign are running around. I then realized, depending on the scale for each hex, I didn’t cut it wide enough. So remember, measure twice, but once….</p> <p>From my experience, very sharp scissors are better. The paper resists tearing so you can’t just slide your scissors along to make a quick cut.</p> <p>Below you can see the piece I cut and how well it covers my work space.</p> <figure id="attachment_1763" aria-describedby="caption-attachment-1763" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/GamingPaper-2.jpg"><img loading="lazy" decoding="async" class="size-medium wp-image-1763" src="http://followmeanddie.com/wp-content/uploads/2015/03/GamingPaper-2-300x265.jpg" alt="Gaming Paper" width="300" height="265" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/GamingPaper-2-300x265.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/GamingPaper-2-1024x903.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2015/03/GamingPaper-2.jpg 1893w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-1763" class="wp-caption-text">Gaming Paper</figcaption></figure> <p>If your FLGS doesn’t have it, you can go to the <a href="http://www.gamingpaper.com/" target="_blank" rel="noopener noreferrer">Gaming Paper website</a> and order direct. They have free shipping on orders over $50.00.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/advicetools/" rel="tag">Advice/Tools</a><a href="https://followmeanddie.com/tag/art/" rel="tag">Art</a><a href="https://followmeanddie.com/tag/fluffinspiration/" rel="tag">Fluff/Inspiration</a><a href="https://followmeanddie.com/tag/maps/" rel="tag">Maps</a><a href="https://followmeanddie.com/tag/news-reviews-culture/" rel="tag">News Reviews & Culture</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a></span></footer></article><!-- #post-1739 --> <article id="post-2144" class="post-2144 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-advicetools tag-download tag-fluffinspiration tag-monsters tag-news-reviews-culture tag-osr tag-tables"> <a class="post-thumbnail" href="https://followmeanddie.com/2015/03/29/fmad-humanoid-age-table/" aria-hidden="true"> <img width="744" height="576" src="https://followmeanddie.com/wp-content/uploads/2015/03/FMAD-HumanoidAgeChart.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="FMAD Humanoid Age Chart" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/FMAD-HumanoidAgeChart.png 1164w, https://followmeanddie.com/wp-content/uploads/2015/03/FMAD-HumanoidAgeChart-300x232.png 300w, https://followmeanddie.com/wp-content/uploads/2015/03/FMAD-HumanoidAgeChart-1024x793.png 1024w" sizes="auto, (max-width: 744px) 100vw, 744px" /> </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/2015/03/29/fmad-humanoid-age-table/" rel="bookmark">FMAD Humanoid Age Table</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2015/03/29/fmad-humanoid-age-table/" rel="bookmark"><time class="entry-date" datetime="2015-03-29T23:37:08-04:00">March 29, 2015</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/2015/03/29/fmad-humanoid-age-table/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Last year I was reading the entry in the Monster Manual on ogres and saw what it said about their age. I realized that I had not seen a table on the ages of the various humanoids like for the player character races, so I built my own chart in June, 2014 about the same time I made my <a href="http://followmeanddie.com/2015/03/29/fmad-name-generator/">name generator</a>. You can get my humanoid age chart <a href="https://drive.google.com/file/d/0B916seBA0oZcN2hNdW9jamhsdXc/view?usp=sharing" target="_blank" rel="noreferrer noopener">here</a>.</p> <p>Some of these creatures are quite long-lived, so it is reasonable for some of them to know quite a lot about regions they have lived for a few generations. How long has that ogre been under the bridge, etc.</p> <p>This is not a table to roll on, but a chart showing the age breakdown based on how ages for the player character races ages are broken down in the Dungeon Master’s Guide. It has the ages for young adults on up and a basic age spread for each category. There may be other creatures that I missed that have ages listed, they can easily be added.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/advicetools/" rel="tag">Advice/Tools</a><a href="https://followmeanddie.com/tag/download/" rel="tag">Download</a><a href="https://followmeanddie.com/tag/fluffinspiration/" rel="tag">Fluff/Inspiration</a><a href="https://followmeanddie.com/tag/monsters/" rel="tag">Monsters</a><a href="https://followmeanddie.com/tag/news-reviews-culture/" rel="tag">News Reviews & Culture</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a><a href="https://followmeanddie.com/tag/tables/" rel="tag">Tables</a></span></footer></article><!-- #post-2144 --> <article id="post-2137" class="post-2137 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-advicetools tag-download tag-fluffinspiration tag-game-design tag-news-reviews-culture tag-osr tag-tables"> <a class="post-thumbnail" href="https://followmeanddie.com/2015/03/29/fmad-name-generator/" aria-hidden="true"> <img width="744" height="576" src="https://followmeanddie.com/wp-content/uploads/2015/03/FMAD-NameGenerator.png" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="FMAD Name Generator" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/FMAD-NameGenerator.png 1164w, https://followmeanddie.com/wp-content/uploads/2015/03/FMAD-NameGenerator-300x232.png 300w, https://followmeanddie.com/wp-content/uploads/2015/03/FMAD-NameGenerator-1024x793.png 1024w" sizes="auto, (max-width: 744px) 100vw, 744px" /> </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/2015/03/29/fmad-name-generator/" rel="bookmark">FMAD Name Generator</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2015/03/29/fmad-name-generator/" rel="bookmark"><time class="entry-date" datetime="2015-03-29T23:16:35-04:00">March 29, 2015</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/2015/03/29/fmad-name-generator/#comments">1 Comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I made my own name generator back in June, 2014, and thought I had posted it to my blog, but I can’t find it. So, I am posting this article and will link to the PDF <a href="https://drive.google.com/file/d/1fBwr2fqK0Re1lkO7250Qe_oR8vlRomnP/view?usp=sharing" target="_blank" rel="noreferrer noopener">here</a>.</p> <p>This table uses a couple each of d6’s, d10’s, and d20’s. If you have multiple dice of different colors, you can roll your own.</p> <p>This table is based on English and treats Y a little differently, giving 20 consonants to choose from. I would mix X and Y, or Q and Y. I am a visual person, so seeing the two letter consonant and vowel combinations helps me to come up with names just by looking at this chart.</p> <p>One could also make card decks of different letter/syllable combinations and deal out random names that way.</p> <p>There are also a lot of good online generators. I find it easier to have a long list of names and mark when I have used a name. I then circle back through the list. However, I like certain NPCs to be more memorable and have more unique names.</p> <p>One could have a town where all the men are Jim, and all the women are Sally, and it is one’s occupation or other feature that distinguishes them. Jim the barber, Jim the butcher, or they just call them Barber or Butcher. Sally the Sorceress, or Sally the Scullery maid, etc. Jim the dark is the farmer with dark hair, and Sally the fair is his wife, for example. I think of everyone named Johnson in the town in Blazing Saddles.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/advicetools/" rel="tag">Advice/Tools</a><a href="https://followmeanddie.com/tag/download/" rel="tag">Download</a><a href="https://followmeanddie.com/tag/fluffinspiration/" rel="tag">Fluff/Inspiration</a><a href="https://followmeanddie.com/tag/game-design/" rel="tag">Game Design</a><a href="https://followmeanddie.com/tag/news-reviews-culture/" rel="tag">News Reviews & Culture</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a><a href="https://followmeanddie.com/tag/tables/" rel="tag">Tables</a></span></footer></article><!-- #post-2137 --> <article id="post-1737" class="post-1737 post type-post status-publish format-standard hentry category-rpgs tag-advicetools tag-art tag-fluffinspiration tag-kickstarter tag-miniatures tag-minis tag-osr"> <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/2015/03/29/painting-hero-forge-mini-part-1/" rel="bookmark">Painting Hero Forge Mini – Part 1</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2015/03/29/painting-hero-forge-mini-part-1/" rel="bookmark"><time class="entry-date" datetime="2015-03-29T00:01:01-04:00">March 29, 2015</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/2015/03/29/painting-hero-forge-mini-part-1/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Here are the in-process pictures of my painting efforts for my <a href="http://followmeanddie.com/2015/01/19/hero-forge-update-2/">Hero Forge Miniature</a> of Griswald, my representation of my favorite AD&D character, from my brother Robert’s AD&D campaign.</p> <p>While I was at it, I also painted my <a href="http://followmeanddie.com/2014/02/13/day-13-first-miniatures-you-used-for-dd/">miniatures that I have had from back in the day</a> and not yet painted.</p> <p>I began with washing them with warm soapy water and gently scrubbed the non-painted ones with an old toothbrush.</p> <p>After letting them air dry a few hours, I painted them with a coat of white Testors acrylic as a primer. I know there is a special primer, but my hand is not the steadiest for this detail work, and my eyes don’t see those small details so well. I finally have the patience to do a good job, but my hands aren’t as steady and my eyes aren’t as goo up close. Well, I have been nearsighted since junior high, and now have bifocals, but I have to take of my glasses to see anything closer than about 6-8 inches, like the back of my hand or when I am shaving. So I am curious to see how well this turns out. So we’ll call it an experiment. I don’t think I’ll have people seeking me out to do their miniatures, unless their eyes are in worse shape than mine.</p> <p>There aren’t enough hours in the day to paint and let dry and repeat to get each part painted. I focused on the big parts, the cloaks. I let them dry overnight after each step. So instead of one article showing all the progress and the final result. I will break this up into multiple postings.</p> <p>It takes up my work space to spread out my game materials. I have to use that space because I can close the door to keep my son’s cats out. The last thing I need is cats breaking or hiding these.</p> <p>So here are the before and after priming pictures. Yes, those are blue shop towels under them. Much thicker than regular paper towels and I can wipe off excess paint from the rush without it soaking through.</p> <p><figure id="attachment_2002" aria-describedby="caption-attachment-2002" style="width: 283px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00632.jpg"><img loading="lazy" decoding="async" class="wp-image-2002 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00632-283x300.jpg" alt="CAM00632" width="283" height="300" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00632-283x300.jpg 283w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00632-966x1024.jpg 966w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00632.jpg 1561w" sizes="auto, (max-width: 283px) 100vw, 283px" /></a><figcaption id="caption-attachment-2002" class="wp-caption-text">Hero Forge</figcaption></figure></p> <p><figure id="attachment_2001" aria-describedby="caption-attachment-2001" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00631.jpg"><img loading="lazy" decoding="async" class="wp-image-2001 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00631-300x266.jpg" alt="CAM00631" width="300" height="266" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00631-300x266.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00631-1024x908.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00631.jpg 1829w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2001" class="wp-caption-text">Hero Forge</figcaption></figure></p> <p><figure id="attachment_2003" aria-describedby="caption-attachment-2003" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00633.jpg"><img loading="lazy" decoding="async" class="wp-image-2003 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00633-300x178.jpg" alt="CAM00633" width="300" height="178" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00633-300x178.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00633-1024x608.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2003" class="wp-caption-text">Oldest Minis – Example of the ones I pained decades ago vs. one unpainted.</figcaption></figure></p> <p><figure id="attachment_2004" aria-describedby="caption-attachment-2004" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00634.jpg"><img loading="lazy" decoding="async" class="wp-image-2004 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00634-300x156.jpg" alt="CAM00634" width="300" height="156" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00634-300x156.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00634-1024x532.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2004" class="wp-caption-text">Oldest Minis – Example of the ones I pained decades ago vs. one unpainted.</figcaption></figure></p> <p><figure id="attachment_2005" aria-describedby="caption-attachment-2005" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00635.jpg"><img loading="lazy" decoding="async" class="wp-image-2005 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00635-300x185.jpg" alt="CAM00635" width="300" height="185" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00635-300x185.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00635-1024x632.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2005" class="wp-caption-text">Oldest Minis – Example of the ones I pained decades ago vs. one unpainted.</figcaption></figure></p> <p><figure id="attachment_2006" aria-describedby="caption-attachment-2006" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00636.jpg"><img loading="lazy" decoding="async" class="wp-image-2006 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00636-300x166.jpg" alt="CAM00636" width="300" height="166" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00636-300x166.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00636-1024x567.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2006" class="wp-caption-text">Oldest Minis – Example of the ones I pained decades ago vs. one unpainted.</figcaption></figure></p> <p><figure id="attachment_2011" aria-describedby="caption-attachment-2011" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00628.jpg"><img loading="lazy" decoding="async" class="wp-image-2011 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00628-300x112.jpg" alt="CAM00628" width="300" height="112" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00628-300x112.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00628-1024x383.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2011" class="wp-caption-text">All my minis</figcaption></figure></p> <p><figure id="attachment_2012" aria-describedby="caption-attachment-2012" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00629.jpg"><img loading="lazy" decoding="async" class="wp-image-2012 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00629-300x107.jpg" alt="CAM00629" width="300" height="107" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00629-300x107.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00629-1024x366.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2012" class="wp-caption-text">All my minis</figcaption></figure></p> <p><figure id="attachment_2013" aria-describedby="caption-attachment-2013" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00630.jpg"><img loading="lazy" decoding="async" class="wp-image-2013 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00630-300x290.jpg" alt="CAM00630" width="300" height="290" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00630-300x290.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00630-1024x989.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00630.jpg 1513w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2013" class="wp-caption-text">Hero Forge</figcaption></figure></p> <p><figure id="attachment_2007" aria-describedby="caption-attachment-2007" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00637.jpg"><img loading="lazy" decoding="async" class="wp-image-2007 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00637-300x226.jpg" alt="CAM00637" width="300" height="226" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00637-300x226.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00637-1024x771.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2007" class="wp-caption-text">Dwarves with mattocks painted vs. unpainted. There were six in the original package. I’m not sure why I only ever painted one. Perhaps I was going to make each one look different.</figcaption></figure></p> <p><figure id="attachment_2008" aria-describedby="caption-attachment-2008" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00638.jpg"><img loading="lazy" decoding="async" class="wp-image-2008 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00638-300x206.jpg" alt="CAM00638" width="300" height="206" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00638-300x206.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00638-1024x702.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2008" class="wp-caption-text">Dwarves with mattocks painted vs. unpainted.</figcaption></figure></p> <p><figure id="attachment_2009" aria-describedby="caption-attachment-2009" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00639.jpg"><img loading="lazy" decoding="async" class="wp-image-2009 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00639-300x268.jpg" alt="CAM00639" width="300" height="268" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00639-300x268.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00639-1024x913.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00639.jpg 1957w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2009" class="wp-caption-text">Dwarves with mattocks painted vs. unpainted.</figcaption></figure></p> <p><figure id="attachment_2010" aria-describedby="caption-attachment-2010" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00640.jpg"><img loading="lazy" decoding="async" class="wp-image-2010 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00640-300x261.jpg" alt="CAM00640" width="300" height="261" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00640-300x261.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00640-1024x892.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00640.jpg 2009w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2010" class="wp-caption-text">Dwarves with mattocks painted vs. unpainted.</figcaption></figure></p> <p> </p> <p>Here are the after painting the cloaks & boots pictures. Yes, I know, that black is really dark, but it is a work in progress. It is only paint after all, and I can just start over if I goof it up or don’t like the end result. I had to take off my glasses so I could see the details when I had to hold them close. Do I get extra XP because I didn’t get paint on my glasses?</p> <p><figure id="attachment_2015" aria-describedby="caption-attachment-2015" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00641.jpg"><img loading="lazy" decoding="async" class="wp-image-2015 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00641-300x173.jpg" alt="CAM00641" width="300" height="173" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00641-300x173.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00641-1024x590.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2015" class="wp-caption-text">Long shot – all primed.</figcaption></figure></p> <p><figure id="attachment_2016" aria-describedby="caption-attachment-2016" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00642.jpg"><img loading="lazy" decoding="async" class="wp-image-2016 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00642-300x278.jpg" alt="CAM00642" width="300" height="278" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00642-300x278.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00642-1024x951.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00642.jpg 1730w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2016" class="wp-caption-text">Hero Forge & Dwarven Mattockers primed.</figcaption></figure></p> <p><figure id="attachment_2018" aria-describedby="caption-attachment-2018" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00644.jpg"><img loading="lazy" decoding="async" class="wp-image-2018 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00644-300x173.jpg" alt="CAM00644" width="300" height="173" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00644-300x173.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00644-1024x589.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2018" class="wp-caption-text">Hero Forge & Dwarven Mattockers primed.</figcaption></figure></p> <p><figure id="attachment_2017" aria-describedby="caption-attachment-2017" style="width: 252px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00643.jpg"><img loading="lazy" decoding="async" class="wp-image-2017 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00643-252x300.jpg" alt="CAM00643" width="252" height="300" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00643-252x300.jpg 252w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00643-859x1024.jpg 859w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00643.jpg 1541w" sizes="auto, (max-width: 252px) 100vw, 252px" /></a><figcaption id="caption-attachment-2017" class="wp-caption-text">Ral Partha Three In One Pack Half-Elves Primed.</figcaption></figure></p> <p><figure id="attachment_2019" aria-describedby="caption-attachment-2019" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00645.jpg"><img loading="lazy" decoding="async" class="wp-image-2019 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00645-300x233.jpg" alt="CAM00645" width="300" height="233" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00645-300x233.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00645-1024x794.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00645.jpg 1725w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2019" class="wp-caption-text">Hero Forge & Ral Partha Three In One Pack Half-Elves cloaks painted.</figcaption></figure></p> <p><figure id="attachment_2020" aria-describedby="caption-attachment-2020" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00646.jpg"><img loading="lazy" decoding="async" class="wp-image-2020 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00646-300x286.jpg" alt="CAM00646" width="300" height="286" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00646-300x286.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00646-1024x977.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00646.jpg 1321w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2020" class="wp-caption-text">Hero Forge & Ral Partha Three In One Pack Half-Elves cloaks painted.</figcaption></figure></p> <p><figure id="attachment_2021" aria-describedby="caption-attachment-2021" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00647.jpg"><img loading="lazy" decoding="async" class="wp-image-2021 size-medium" src="http://followmeanddie.com/wp-content/uploads/2015/03/CAM00647-300x249.jpg" alt="CAM00647" width="300" height="249" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/CAM00647-300x249.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00647-1024x850.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2015/03/CAM00647.jpg 1365w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-2021" class="wp-caption-text">Hero Forge & Ral Partha Three In One Pack Half-Elves cloaks painted.</figcaption></figure></p> <p> </p> <p> </p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/advicetools/" rel="tag">Advice/Tools</a><a href="https://followmeanddie.com/tag/art/" rel="tag">Art</a><a href="https://followmeanddie.com/tag/fluffinspiration/" rel="tag">Fluff/Inspiration</a><a href="https://followmeanddie.com/tag/kickstarter/" rel="tag">Kickstarter</a><a href="https://followmeanddie.com/tag/miniatures/" rel="tag">Miniatures</a><a href="https://followmeanddie.com/tag/minis/" rel="tag">Minis</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a></span></footer></article><!-- #post-1737 --> <article id="post-1735" class="post-1735 post type-post status-publish format-standard has-post-thumbnail hentry category-rpgs tag-advicetools tag-art tag-dcc tag-dice tag-news-reviews-culture tag-osr"> <a class="post-thumbnail" href="https://followmeanddie.com/2015/03/28/clean-up-of-new-purple-game-science-dice/" aria-hidden="true"> <img width="982" height="576" src="https://followmeanddie.com/wp-content/uploads/2015/03/14InkedDice.jpg" class="attachment-twentyfourteen-full-width size-twentyfourteen-full-width wp-post-image" alt="Inked Dice" decoding="async" loading="lazy" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/14InkedDice.jpg 2013w, https://followmeanddie.com/wp-content/uploads/2015/03/14InkedDice-300x176.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/14InkedDice-1024x601.jpg 1024w" sizes="auto, (max-width: 982px) 100vw, 982px" /> </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/2015/03/28/clean-up-of-new-purple-game-science-dice/" rel="bookmark">Clean up of New Purple Game Science Dice</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2015/03/28/clean-up-of-new-purple-game-science-dice/" rel="bookmark"><time class="entry-date" datetime="2015-03-28T00:01:17-04:00">March 28, 2015</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/2015/03/28/clean-up-of-new-purple-game-science-dice/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I tried using my camera for better pictures to show the burrs on my new Game Science dice, but it is a cheap camera and better suited to taking pictures of people and larger objects.</p> <p>The burrs turned “white” and did not come off in big pieces, so what I ended up with were flecks that barely showed up. I did not have a dark background to place them against.</p> <p>Below shows the transition in brief.</p> <p>I have had this X-Acto knife for a couple of years, but only now took it out of the package.</p> <p>I had to buy silver Sharpies. This was not a fine point, so ink was both in the groove of each number and on the face of the die. As soon as I filled in the number, I used a napkin to rub the face and only the ink inside the numbers was left.</p> <p>I have about five reams of paper that is printed on one side, from moving to working at home. I use it for taking notes when I am on the phone or when working on a data issue for a client. I folded over about ten sheets of paper and slowly shaved off the burrs. The burr on the d24 was huge. A large piece of it broke off and I heard it bounce off something, so I don’t know where it went. <strong>NOTE:</strong> An old catalog or phone book or magazine also works well for a surface for using an X-acto knife.</p> <p>I like the final results, and it makes these dice usable. Without coloring them in, I had to pick them up to attempt to read them. Certain rolls, you don’t want to pick up without others verifying. Older eyes make reading un-inked dice quite the challenge. I used to be able to do the fine work, like inking these dice with my glasses on, but now I have to take them off to see clearly such close up work. Let that inform your purchases and products going forward.</p> <p><figure id="attachment_1759" aria-describedby="caption-attachment-1759" style="width: 157px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/01Exacto.jpg"><img loading="lazy" decoding="async" class="size-medium wp-image-1759" src="http://followmeanddie.com/wp-content/uploads/2015/03/01Exacto-157x300.jpg" alt="Exacto" width="157" height="300" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/01Exacto-157x300.jpg 157w, https://followmeanddie.com/wp-content/uploads/2015/03/01Exacto-536x1024.jpg 536w, https://followmeanddie.com/wp-content/uploads/2015/03/01Exacto.jpg 1261w" sizes="auto, (max-width: 157px) 100vw, 157px" /></a><figcaption id="caption-attachment-1759" class="wp-caption-text">Exacto</figcaption></figure></p> <p><figure id="attachment_1755" aria-describedby="caption-attachment-1755" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/02Exacto.jpg"><img loading="lazy" decoding="async" class="size-medium wp-image-1755" src="http://followmeanddie.com/wp-content/uploads/2015/03/02Exacto-300x46.jpg" alt="Exacto" width="300" height="46" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/02Exacto-300x46.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/02Exacto-1024x159.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-1755" class="wp-caption-text">Exacto</figcaption></figure></p> <p><figure id="attachment_1754" aria-describedby="caption-attachment-1754" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/01SilverSharpie.jpg"><img loading="lazy" decoding="async" class="size-medium wp-image-1754" src="http://followmeanddie.com/wp-content/uploads/2015/03/01SilverSharpie-300x300.jpg" alt="Silver Sharpie" width="300" height="300" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/01SilverSharpie-300x300.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/01SilverSharpie-150x150.jpg 150w, https://followmeanddie.com/wp-content/uploads/2015/03/01SilverSharpie-1024x1022.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2015/03/01SilverSharpie.jpg 1713w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-1754" class="wp-caption-text">Silver Sharpie</figcaption></figure></p> <p><figure id="attachment_1756" aria-describedby="caption-attachment-1756" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/03Burrs.jpg"><img loading="lazy" decoding="async" class="size-medium wp-image-1756" src="http://followmeanddie.com/wp-content/uploads/2015/03/03Burrs-300x300.jpg" alt="Burrs" width="300" height="300" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/03Burrs-300x300.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/03Burrs-150x150.jpg 150w, https://followmeanddie.com/wp-content/uploads/2015/03/03Burrs-1020x1024.jpg 1020w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-1756" class="wp-caption-text">Burrs</figcaption></figure></p> <p><figure id="attachment_1757" aria-describedby="caption-attachment-1757" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/04DeBurred.jpg"><img loading="lazy" decoding="async" class="size-medium wp-image-1757" src="http://followmeanddie.com/wp-content/uploads/2015/03/04DeBurred-300x287.jpg" alt="De-Burred" width="300" height="287" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/04DeBurred-300x287.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/04DeBurred-1024x981.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-1757" class="wp-caption-text">De-Burred</figcaption></figure></p> <p><figure id="attachment_1758" aria-describedby="caption-attachment-1758" style="width: 300px" class="wp-caption aligncenter"><a href="http://followmeanddie.com/wp-content/uploads/2015/03/14InkedDice.jpg"><img loading="lazy" decoding="async" class="size-medium wp-image-1758" src="http://followmeanddie.com/wp-content/uploads/2015/03/14InkedDice-300x176.jpg" alt="Inked Dice" width="300" height="176" srcset="https://followmeanddie.com/wp-content/uploads/2015/03/14InkedDice-300x176.jpg 300w, https://followmeanddie.com/wp-content/uploads/2015/03/14InkedDice-1024x601.jpg 1024w, https://followmeanddie.com/wp-content/uploads/2015/03/14InkedDice.jpg 2013w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><figcaption id="caption-attachment-1758" class="wp-caption-text">Inked Dice</figcaption></figure></p> <p> </p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/advicetools/" rel="tag">Advice/Tools</a><a href="https://followmeanddie.com/tag/art/" rel="tag">Art</a><a href="https://followmeanddie.com/tag/dcc/" rel="tag">DCC</a><a href="https://followmeanddie.com/tag/dice/" rel="tag">Dice</a><a href="https://followmeanddie.com/tag/news-reviews-culture/" rel="tag">News Reviews & Culture</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a></span></footer></article><!-- #post-1735 --> <article id="post-1732" class="post-1732 post type-post status-publish format-standard hentry category-rpgs tag-advicetools tag-flavor tag-fluffinspiration tag-metamorphosis-alpha tag-monsters tag-news-reviews-culture tag-osr"> <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/2015/03/27/zombie-plague-innnn-spaaaace/" rel="bookmark">Zombie Plague – Innnn Spaaaace!</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2015/03/27/zombie-plague-innnn-spaaaace/" rel="bookmark"><time class="entry-date" datetime="2015-03-27T00:01:28-04:00">March 27, 2015</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/2015/03/27/zombie-plague-innnn-spaaaace/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I’m sure that I’m not the first one to suggest zombies in a science fiction, post apocalypse, or <a href="http://www.drivethrurpg.com/product/50526/Metamorphosis-Alpha-1st-Edition?affiliate_id=203222" target="_blank" rel="noopener noreferrer">Metamorphosis Alpha</a> (MA) setting.</p> <p>In my recent MA kick, I had an idea for one level to have some sort of zombie plague, whether by disease, radiation, or the effects of some plant or animal poison. Would it only affect humans, or mutated humans, or any animal forms. What about intelligent plants?</p> <p>I don’t have any specific game mechanics in mind, but there are certain questions to be resolved.</p> <ul> <ul> <li>What are the zombies after? <ul> <li>Do they want brains, entrails, or just to kill the living?</li> <li>Are the zombies mindless killing machines, or do they have some level of intelligence.</li> </ul> </li> <li>Is this form of zombieism contagious? Does being killed by a zombie make you a zombie? <ul> <li>If it is caused by radiation, does any dead body left near the radiation become a zombie, or only those killed by the radiation?</li> <li>If caused by a plant or animal poison, what are the limitations and possible antidotes to that poison?</li> <li>If caused by a virus or microbe, is there a cure or inoculation?</li> </ul> </li> <li>Do you have to destroy the brain to kill them, or just do enough damage? <ul> <li>If the brain, then does it require a called shot, or some special mechanic? <ul> <li>I vote for just enough damage to keep combat moving.</li> </ul> </li> </ul> </li> <li>Will their be warning signs on doors? <ul> <li>If so, will the characters be able to read or understand them?</li> <li>What happens when the doors are opened? <ul> <li>Are their hoards of zombies on the other side, or a single one to give the players a chance. <ul> <li>I smell a random table!</li> </ul> </li> </ul> </li> </ul> </li> <li>How long will the zombies last? <ul> <li>If you have an ongoing campaign, will the zombies reach a point where they cease to be and there are no more new ones? <ul> <li>Who am I kidding? These suckers are going to happen whenever the players stumble upon them!</li> </ul> </li> </ul> </li> <li>If the zombie’s quarantine/containment is breached, how far will it spread beyond the containment point? <ul> <li>Is the nature of the substance that makes a zombie able to spread throughout the ship?</li> </ul> </li> <li>Fast zombies or slow zombies? <ul> <li>I think let them move at 75% or so of their living speed, unless they are fresh. <ul> <li>Fresh zombies do surprise and initiative standard. (Can you tell I play AD&D?)</li> <li>Really old zombies that are becoming skeletal would be the slow kind. <ul> <li>They could have tatters of colonists’ clothing, or crew uniforms. <ul> <li>Have a valued arm band on one of them in the midst of the swarm</li> <li>Perhaps one of the captain’s rings could be here. (How bad do you want that ring, and will the player’s even know it is there?)</li> </ul> </li> </ul> </li> <li>Not so fresh zombies only get initiative on an exceptional roll, and surprise is by chance when players stumble on one and are surprised. <ul> <li>Keep this mechanic simple and consistent.</li> </ul> </li> </ul> </li> </ul> </li> <li>Can the computer or medibots be of any use? <ul> <li>If the computer is cut off from this area of the ship, it may not be able to update the programs of the medibots.</li> <li>There could be one or two medibots with helpful answers, including inoculations, or some sort of spray or foam that stops the zombies. <ul> <li>It depends on how detailed you want to be, and if you want to be this “nice” to the players.</li> </ul> </li> </ul> </li> <li>If the players let it loose on the whole ship, are you ok with the rest of your campaign being about pockets of survivors who have zones where the zombies can’t or don’t enter? <ul> <li>If you are the referee, then you can control this however you like, just think it through to the logical conclusion. If you want a game like this, then you are OK with it being like that. If this is too much change to your vision for the campaign, you can make it work however you want; it is your campaign.</li> </ul> </li> </ul> </ul> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/advicetools/" rel="tag">Advice/Tools</a><a href="https://followmeanddie.com/tag/flavor/" rel="tag">Flavor</a><a href="https://followmeanddie.com/tag/fluffinspiration/" rel="tag">Fluff/Inspiration</a><a href="https://followmeanddie.com/tag/metamorphosis-alpha/" rel="tag">Metamorphosis Alpha</a><a href="https://followmeanddie.com/tag/monsters/" rel="tag">Monsters</a><a href="https://followmeanddie.com/tag/news-reviews-culture/" rel="tag">News Reviews & Culture</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a></span></footer></article><!-- #post-1732 --> <article id="post-1730" class="post-1730 post type-post status-publish format-standard hentry category-rpgs tag-advicetools tag-family tag-fluffinspiration tag-news-reviews-culture tag-osr"> <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/2015/03/26/rule-1/" rel="bookmark">Rule (-1)</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2015/03/26/rule-1/" rel="bookmark"><time class="entry-date" datetime="2015-03-26T00:01:04-04:00">March 26, 2015</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/2015/03/26/rule-1/#comments">4 Comments</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Everyone knows about Rule 0 – “The DM/GM makes the rulings.” Or some variant to that effect. Briefly, this means that the DM uses the rules that fit the spirit of the game(s) he or she run. This can include adding new rules, ignoring or changing existing rules. It especially involves borrowing ideas for rules from other DMs.</p> <p>What many don’t talk about is what I call Rule (-1). It is so simple and involves the whole idea of playing games. “If you’re not having fun, you’re doing it wrong.”</p> <p>This concept applies to any game, boardgames, RPG’s, card games, sports, computer games, etc.</p> <p>This concept also applies to life. Perhaps the best example is sex. If you don’t like it, you’re doing it wrong.</p> <p>We don’t eat foods we don’t like. Why should we do anything else we don’t like?</p> <p>Some might point out holes in this concept of applying to all of life. Exercise – you may not like exercise, but you have to pay the price to get the degree of health and fitness you like. If you like being overweight, good for you. If you like being fit and trim, good for you. But neither should get into a war about which is better. There is an RPG, <a href="http://darebee.com/programs/hero-journey.html">Hero’s Journey</a>, that mirrors ” every hero’s transformation from minion to master.” That is a way to make things fun!</p> <p>We may not like going to work, but we like the things money can buy, like food, clothing, shelter, and GAMES! We like our stuff, so the things we don’t like should be seen as journeys, challenges, etc. to overcome, like adventurers in a tomb or dungeon seeking treasure. The goal is the loot and experience points, even if you risk your favorite character dying to do it. I read an article a couple of years ago, that talked about people new to the workforce only working enough to support them and the things they wanted to do.</p> <p>So if edition wars and railing against X because it isn’t Y is your thing, do you really have fun with that? Does putting others down bring you joy? Well, then you’re doing it wrong. Everyone knows that having fun at the expense of others in a mean and hurtful way is wrong. So take your toys and go home.</p> <p>You don’t want to game with women? Well, then good luck getting a girlfriend or wife. If you already have a girlfriend or wife, good luck keeping them.</p> <p>The whole essence of RPGs is true of life, we need to get along to succeed. How many hours have you played an RPG solo, i.e. no GM? It isn’t too much fun, other than as a different type of diversion once in a while, or if you are in a strange situation that it is your only option.</p> <p>RPGs are about bringing people together to PLAY. I have played with people that are of the total opposite political spectrum to me, who have different ideas about ethics, politics, religion, etc. Since I don’t post about those things here, those people may not have any clue what I believe. Such discussions don’t go at the gaming table, if the goal is for everyone at the table to truly have fun. If you can’t game with people who are vastly different from you in ideas and opinions, then find a way to do that without being an ass about it. I know people on all aspects of the political divide, and just like any other topic, some of each general leaning can be total jerks to people who disagree with their position.</p> <p>The specific definitions of how that fun plays out will depend on the group. A group of teenage boys is going to have fun in ways we may not approve of. That’s why we need teenage girls involved in RPGs, so that those hormone laden fools learn how to interact with females at a young age. Fathers should step up to DM/GM to show his sons how to treat a woman with respect. Or to make sure the boys in the game treat his daughter(s) with respect. Mothers should also DM/GM to keep her boys in line and support her daughters.</p> <p>The OSR is partly about perpetuating our hobby to the next generation. With all the weirdos we hear about on the news, it is unfortunately asking for trouble for a group of teenagers to come to your house to game, if there are no children of your own, or other adults present. Finding a venue at the local library, or a place at school after hours, or going to one of the kid’s homes when their parents are there would be the smart course of action. (Can you tell I’ve been to multiple mandatory work seminars about how not to get sued?)</p> <p>Players that talk over everyone else, and who try to be rules lawyers need special handling. Depending on their age, they may just need to have it explained to them. If they are 18+, then you should be able to talk to them without an emotional meltdown. However, age does not equate to maturity. If the person is emotionally fragile, I would suggest that RPGs where you pretend to be someone else is not always the best way for someone to deal with severe mental or emotional issues. The group should do their best to help someone with no social skills to fit in. If you have to talk about health and hygiene so others can stand to sit next to that player, then have that talk. Such a person obviously needs social interaction, and they will enjoy it more as they build their social interaction skill set. If all the players are not having fun, then there is a problem. This requires that all players stand up for themselves in a positive way. The DM/GM has a part to play her in making sure each player has their moment to shine, their share of speaking and interacting with the game world.</p> <p>DMs/GMs should not be dictators that force the players to do what they don’t want to do. They should not totally ignore players’ suggestions for interpreting situations. At least acknowledge their input and move on. A good referee clearly describes things so that players make informed decisions. The referee who is a self centered, self righteous, egotistical, control freak, will have a hard time finding a consistent group of players for more than a few sessions. The DM’s fun should be had in watching how the players go off in unexpected directions, and misinterpret things, not in making them follow some elaborate script. If you have a novel to write, write the novel; don’t force your players to act out a script, when they want a world to explore. If you can’t find a way to have fun without alienating players, perhaps you should not be a DM; or go online and clearly advertise for online players that want your style of running a game.</p> <p>I wrote this post a couple weeks ago, and on March 16, I ran across this article on <a href="http://dubbeers.blogspot.com/2015/03/no-one-true-path.html">Beer, Pretzels, and 20-Sided Dice</a>. It is another way of saying what I am saying. Cameron sums it up nicely, “To my mind, the key is to have fun. If you aren’t enjoying yourself, find a different group or run a campaign yourself.”</p> <p>Just yesterday, <a href="http://towerofthearchmage.blogspot.com/">Tower of the Archmage</a>, had this article, <a href="http://towerofthearchmage.blogspot.com/2015/03/playing-with-adults.html">Playing With Adults</a>, about the challenges of interpersonal interaction at the game table, and how cooperation is key. Dealing with the threats to maintaining a regular game is like facing the boss monster. It is so worth it when it’s over.</p> <p>Game play options on the internet, like G+ and Roll20, for example, make it easier for those of us that can’t seem to find a local group. Also it can help us find more opportunities to game, if we have the time to put into gaming more frequently. There are more choices than one could hope to ever experience.</p> <p>Similar things have been said by others in recent years. Editions don’t matter. The point is, find the rules and the group that work for you and enjoy it!</p> <p>So go out there, find the RPG of your choice, and have FUN!</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/advicetools/" rel="tag">Advice/Tools</a><a href="https://followmeanddie.com/tag/family/" rel="tag">Family</a><a href="https://followmeanddie.com/tag/fluffinspiration/" rel="tag">Fluff/Inspiration</a><a href="https://followmeanddie.com/tag/news-reviews-culture/" rel="tag">News Reviews & Culture</a><a href="https://followmeanddie.com/tag/osr/" rel="tag">OSR</a></span></footer></article><!-- #post-1730 --> <article id="post-1718" class="post-1718 post type-post status-publish format-standard hentry category-rpgs tag-advicetools tag-dice tag-flavor tag-fluffinspiration tag-manuals tag-megadungeons tag-metamorphosis-alpha tag-monsters tag-news-reviews-culture tag-osr-converters"> <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/2015/03/25/metamorphosis-alpha-random-plants-animals/" rel="bookmark">Metamorphosis Alpha – Random Plants & Animals</a></h1> <div class="entry-meta"> <span class="entry-date"><a href="https://followmeanddie.com/2015/03/25/metamorphosis-alpha-random-plants-animals/" rel="bookmark"><time class="entry-date" datetime="2015-03-25T00:01:51-04:00">March 25, 2015</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/2015/03/25/metamorphosis-alpha-random-plants-animals/#respond">Leave a comment</a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>I posted a few days ago about my <a href="http://followmeanddie.com/2015/03/22/metamorphosis-alpha/">itch</a> to dig into <a href="http://www.drivethrurpg.com/product/50526/Metamorphosis-Alpha-1st-Edition?affiliate_id=203222" target="_blank" rel="noopener noreferrer">Metamorphosis Alpha</a>. While starting to write this post, I realized that the Starship Warden is a megadungeon Innnn Spaaaaace. 17 levels plus the mid levels. Except like one may normally think of a dungeon, it does not have a clear 1st level equals easier. Particular locations double as both traversing the wilderness and dungeoneering. The inhabitants see themselves as travelling in wilderness, and the inter and intra level tunnels and so forth and the buildings on the habitation levels are the dungeons.</p> <p>After getting that realization out of the way, on to random plants and animals.</p> <p>On page 19 there is a procedure for Creating Non-Player Creature Mutations. This table focuses on animals, but is easily modified to substitute the plant mutations on page 16.</p> <p>Begin by choosing the plant or animal type, then determining the number of generations for which a new mutation might be introduced. The rules say 1 – 10 generations, so a d10 easily handles that.</p> <p>Then roll percentile dice for each generation to determine if a physical, mental, physical and mental, or no mutation for that generation.</p> <p>Then roll 1-50, d100/2 and look at the physical and mental mutation charts, and if the roll is off the chart, there is a sub-chart for physical mutations, and for mental it always means higher intelligence.</p> <p>It is simple to do the same procedure and substitute the plant mutations for the physical mutations..</p> <p>Finally, there is a note that if there are two or three early generations with a defect mutation, that that organism was not viable and start over.</p> <p>One need not limit themselves to the mutations available in the rules. Make up your own, or borrow from other games. There are enough options here that one need not expand unless a busy campaign with lots of players digs into a lot of options.</p> <p>I rolled up one animal and one plant using this method.</p> <p>Chipmunks are small and cute, so why not randomly mutate one and see what happens?</p> <p>I rolled a 5 on my d10, for 5 generations. So next I rolled percentile dice for each generation to determine what kind of mutation. I came up with physical, physical, no mutation, mental, and physical. Next I rolled d50 (d100/2) for each mutation. In the first generation, I rolled a defect of skin structure change. Then I rolled heightened strength, heightened intelligence,and ended with a defect of anti-reflection, which means that a mental attack or defense has a 25% chance to backfire.</p> <p>My interpretation of all this is that these are normal looking, if slightly larger chipmunks, that are physically strong, but can’t take a hit. They are smart so they know to avoid a physical fight. They have a crude mental attack ability that sometimes backfires, so they need a few more generations for this power to strengthen and for the defect to fade. These small creatures can get into nooks and crannies and might have arm bands and other useful, but small devices; and know how to use them. They don’t have the power of speech or telepathy, so communication will be crude unless a member of the party speaks chipmunk, or has telepathy.</p> <p>For a plant, I did not initially specify a plant, but let’s say it’s a dandelion. I rolled 9 on a d10 for nine generations of mutations. I rolled five generations of physical mutations, one generation of mental mutations, and ended with three generations of physical mutations.</p> <p>The physical mutations are: electrical or heat generation, symbiotic attachment for both the second and third generations, contact poison sap, a defect of an attractive odor, poison thorns, manipulative vines, and texture changes. The mental mutation is telekinetic arm. Since there is no heightened intelligence, there is no communicating with this plant. It merely seeks to eat to survive and reproduce.</p> <p>It can generate an electric shock to stun or perhaps kill small prey. It has two methods of symbiotic attachment that allow it to control another creature. It’s manipulative vines are a refinement of it’s ability to make symbiotic attachments. It has a contact poison sap, like poison ivy, yet it has an attractive odor that puts it at risk of being uprooted before it bears seeds. It also has poison thorns that keep away unarmored creatures. I interpret this defect to be attractive to some creature or other plant that is immune to its poisons, thus making it vulnerable to specific animals. It must be armored to resist the symbiotic attachment, and have some way to minimize the effects of the telekinetic arm. This means that another creature needs to be generated to fill this niche. Perhaps the skin of this creature will allow the party to pass through an area of these plants with minimal difficulty. Or it could get all the plants in the area to gang up on the party….</p> <p>The manipulative vines and telekinetic arm server to draw in nutrition from the surrounding area, whether plant or animal. Its poison sap is a weak digestive enzyme that with prolonged contact helps speed the breakdown of plant and animal matter into the soil. It has a structure change to its leaves that are rougher in texture to normal dandelions, but its characteristic bright yellow flower and white seeds remain. One thing it will do with its symbiotic attachments is control a creature to blow its seeds to reproduce. Like dandelions, unless the root is sufficiently uprooted, it can come back. Like regular dandelions, I can see there being a thick patch of these that are slowly growing and spreading throughout their area. Their symbiotic/manipulative vines have a length of 1d3 feet. Perhaps in a few generations the manipulative vines will enable these plants to move towards food, rather than merely draw it in. They could become mindless predators only seeking food when their current soil becomes used up.</p> <p>It is easy to create new creatures and plants for a variety of purposes, both helpful, neutral, and dangerous. Some dangerous things could be harnessed to be of use, like poison glands, or explosive fruit.</p> <p>I like how simple this was, and in a few minutes I had two new creatures. The GM can determine how long a generation is and how many generations for negative mutations to fade and something new result. Exposure to additional radiation and other environmental toxins might speed up the possibility of new mutations.</p> <p>Since some levels are sealed off from others, one could easily generate different plants and animals using the same type as a starting point. One chipmunk on one level has descendants who are intelligent creatures, another remains mostly unchanged, while another might be a deadly and vicious predator.</p> <p>Of course, as with any RPG, the GM is free to ignore or tweak any random roll, or just make up a creature to suit their tastes or needs.</p> </div><!-- .entry-content --> <footer class="entry-meta"><span class="tag-links"><a href="https://followmeanddie.com/tag/advicetools/" rel="tag">Advice/Tools</a><a href="https://followmeanddie.com/tag/dice/" rel="tag">Dice</a><a href="https://followmeanddie.com/tag/flavor/" rel="tag">Flavor</a><a href="https://followmeanddie.com/tag/fluffinspiration/" rel="tag">Fluff/Inspiration</a><a href="https://followmeanddie.com/tag/manuals/" rel="tag">Manuals</a><a href="https://followmeanddie.com/tag/megadungeons/" rel="tag">Megadungeons</a><a href="https://followmeanddie.com/tag/metamorphosis-alpha/" rel="tag">Metamorphosis Alpha</a><a href="https://followmeanddie.com/tag/monsters/" rel="tag">Monsters</a><a href="https://followmeanddie.com/tag/news-reviews-culture/" rel="tag">News Reviews & Culture</a><a href="https://followmeanddie.com/tag/osr-converters/" rel="tag">OSR Converters</a></span></footer></article><!-- #post-1718 --> <nav class="navigation paging-navigation"> <h1 class="screen-reader-text"> Posts navigation </h1> <div class="pagination loop-pagination"> <span aria-current="page" class="page-numbers current">1</span> <a class="page-numbers" href="https://followmeanddie.com/2015/03/page/2/">2</a> <span class="page-numbers dots">…</span> <a class="page-numbers" href="https://followmeanddie.com/2015/03/page/5/">5</a> <a class="next page-numbers" href="https://followmeanddie.com/2015/03/page/2/">Next →</a> </div><!-- .pagination --> </nav><!-- .navigation --> </div><!-- #content --> </section><!-- #primary --> <div id="secondary"> <h2 class="site-description">Ramblings of an Old Gamer</h2> <nav class="navigation site-navigation secondary-navigation"> <div class="menu-site-badges-container"><ul id="menu-site-badges" class="menu"><li id="menu-item-7984" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7984"><a rel="me" href="https://dice.camp/@FollowMeAndDie">Mastodon</a></li> <li id="menu-item-7985" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7985"><a href="https://www.youtube.com/c/Followmeanddie">You Tube</a></li> <li id="menu-item-7986" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7986"><a href="https://twitter.com/followmeanddie1">Twitter</a></li> <li id="menu-item-7987" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7987"><a href="https://www.facebook.com/FollowMeAndDie">Facebook</a></li> <li id="menu-item-7988" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7988"><a href="https://www.instagram.com/followme_anddie/?hl=en">Instagram</a></li> <li id="menu-item-7989" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7989"><a href="https://www.tiktok.com/@follow.me.and.die?">TikTok</a></li> <li id="menu-item-7990" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7990"><a href="https://www.twitch.tv/followmeanddie">Twitch</a></li> </ul></div> </nav> <div id="primary-sidebar" class="primary-sidebar widget-area" role="complementary"> <aside id="text-35" class="widget widget_text"><h1 class="widget-title">Support My Blog</h1> <div class="textwidget"><p>Links to DriveThruRPG and Game Science are Affiliate links. A portion of your purchase price supports this blog and my other efforts.</p> </div> </aside><aside id="custom_html-3" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://www.drivethrurpg.com//saleguide.php?affiliate_id=203222"><img src="http://www.drivethrurpg.com//images/site_resources/DTRPG-HugeDiscounts-BannerB.png" border="0" alt="Huge Discounts on your Favorite RPGs @ DriveThruRPG.com" /></a></div></aside><aside id="custom_html-2" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://www.gamescience.com/?AffId=22"><img border="0" src="http://followmeanddie.com/wp-content/uploads/2017/09/GameScience.png"></a></div></aside><aside id="custom_html-10" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="https://www.patreon.com/bePatron?u=604764" data-patreon-widget-type="become-patron-button">Become a Patron!</a><script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script></div></aside><aside id="custom_html-9" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#46b798', 'P5P4SPFF');kofiwidget2.draw();</script> </div></aside><aside id="custom_html-11" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><div class="alignleft"> <script type="text/javascript"> amzn_assoc_ad_type = "banner"; amzn_assoc_marketplace = "amazon"; amzn_assoc_region = "US"; amzn_assoc_placement = "assoc_banner_placement_default"; amzn_assoc_campaigns = "amazonhomepage"; amzn_assoc_banner_type = "rotating"; amzn_assoc_p = "42"; amzn_assoc_width = "234"; amzn_assoc_height = "60"; amzn_assoc_tracking_id = "fmad20-20"; amzn_assoc_linkid = "2d640fe573ea07c548ad1a8933b3f12e"; </script> <script src="//z-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&Operation=GetScript&ID=OneJS&WS=1"></script> </div></div></aside><aside id="custom_html-5" class="widget_text widget widget_custom_html"><h1 class="widget-title">Listen on Anchor</h1><div class="textwidget custom-html-widget"><iframe src="https://anchor.fm/follow-me-and-die/embed" height="102px" width="400px" frameborder="0" scrolling="no"></iframe></div></aside><aside id="rss-2" class="widget widget_rss"><h1 class="widget-title"><a class="rsswidget rss-widget-feed" href="http://followmeanddie.com/feed/"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://followmeanddie.com/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://followmeanddie.com/">Follow Me And Die!</a></h1><nav aria-label="Follow Me And Die!"><ul><li><a class='rsswidget' href='https://followmeanddie.com/2023/12/31/time-rolls-on/?utm_source=rss&utm_medium=rss&utm_campaign=time-rolls-on'>Time Rolls On</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/07/29/the-dreams-in-garys-basement-update/?utm_source=rss&utm_medium=rss&utm_campaign=the-dreams-in-garys-basement-update'>The Dreams In Gary’s Basement Update</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/07/18/14th-blogversary/?utm_source=rss&utm_medium=rss&utm_campaign=14th-blogversary'>14th Blogversary!</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/05/07/my-first-experience-using-chatgpt/?utm_source=rss&utm_medium=rss&utm_campaign=my-first-experience-using-chatgpt'>My First Experience Using ChatGPT</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/03/28/gary-con-15/?utm_source=rss&utm_medium=rss&utm_campaign=gary-con-15'>Gary Con 15</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2023/01/28/ogl-rollercoaster-end-of-the-ride/?utm_source=rss&utm_medium=rss&utm_campaign=ogl-rollercoaster-end-of-the-ride'>OGL Rollercoaster – End of the Ride?</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/31/making-up-a-game-with-my-granddaughter/?utm_source=rss&utm_medium=rss&utm_campaign=making-up-a-game-with-my-granddaughter'>Making up A Game with My Granddaughter</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/13/farewell-rpgba/?utm_source=rss&utm_medium=rss&utm_campaign=farewell-rpgba'>Farewell RPGBA</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/11/dungeon-23-challenge-narrowing-the-scope/?utm_source=rss&utm_medium=rss&utm_campaign=dungeon-23-challenge-narrowing-the-scope'>Dungeon 23 Challenge Narrowing The Scope</a></li><li><a class='rsswidget' href='https://followmeanddie.com/2022/12/09/dungeon-23-challenge/?utm_source=rss&utm_medium=rss&utm_campaign=dungeon-23-challenge'>Dungeon 23 Challenge</a></li></ul></nav></aside><aside id="custom_html-7" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="http://www.drivethrurpg.com/browse/pub/13430/Follow-Me-And-Die-Entertainment-LLC?affiliate_id=203222"><img border="0" src="https://followmeanddie.com/wp-content/uploads/2022/11/DTRPGPubPageForBlog140x200Avatar.png" alt="My Publisher Page on DriveThruRPG"></a></div></aside><aside id="custom_html-8" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a href="https://secure.backblaze.com/r/01cjx8"><img border="0" src="https://followmeanddie.com/wp-content/uploads/2018/08/backblaze-logo.gif" alt="Get a free month of BackBlaze"></a></div></aside><aside id="linkcat-108" class="widget widget_links"><h1 class="widget-title">TABLES</h1> <ul class='xoxo blogroll'> <li><a href="http://followmeanddie.com/2014/10/26/10-tons-cement-reveal-ant-nest/" title="Not my table, but a very interesting one.">10 Tons Cement Reveal Ant Nest</a></li> <li><a href="http://followmeanddie.com/2014/11/24/adventuremodule-names/">Adventure/Module Names</a></li> <li><a href="http://followmeanddie.com/2014/11/07/all-the-dice-tablesgenerators/" title="A collection of tables from across the OSR.">All The Dice Tables/Generators</a></li> <li><a href="http://followmeanddie.com/2014/05/15/calendar-and-random-generation/">Calendar And Random Generation</a></li> <li><a href="http://followmeanddie.com/2016/09/04/dice-chain-to-inspire-number-of-player-character-racial-enclaves/" title="Dice Chain For Number of Racial Enclaves">Dice Chain For Number of Racial Enclaves</a></li> <li><a href="http://followmeanddie.com/2014/11/07/dice-drop-generators/" title="A collection of tables from across the OSR.">Dice Drop Generators</a></li> <li><a href="http://followmeanddie.com/2012/08/28/directions/">Directions</a></li> <li><a href="http://followmeanddie.com/2014/03/15/encounter-tables/">ENCOUNTER TABLES Aren’t Just For Monsters</a></li> <li><a href="http://followmeanddie.com/2016/12/19/undead-in-add-part-2/" title="Expanded Turning Undead Chart">Expanded Turning Undead Chart</a></li> <li><a href="http://followmeanddie.com/2015/03/29/fmad-humanoid-age-table/">FMAD Humanoid Age Table</a></li> <li><a href="http://followmeanddie.com/2015/03/29/fmad-name-generator/">FMAD Name Generator</a></li> <li><a href="http://followmeanddie.com/2014/11/27/group-name-generator/">Group Name Generator</a></li> <li><a href="http://followmeanddie.com/2016/02/25/ideas-for-hidden-itemssecret-doors/" title="Hidden & Secret">Hidden & Secret</a></li> <li><a href="http://followmeanddie.com/2014/06/21/how-many-hours-of-daylight/">How Many Hours of Daylight?</a></li> <li><a href="http://followmeanddie.com/2015/02/21/locks/">Locks</a></li> <li><a href="http://followmeanddie.com/2015/05/27/loot-carriers-table/" title="Loot Carriers">Loot Carriers</a></li> <li><a href="http://followmeanddie.com/2014/11/01/osr-converters/">OSR Converters</a></li> <li><a href="http://followmeanddie.com/2014/03/26/rule-of-9s/">Rule of 9’s</a></li> <li><a href="http://followmeanddie.com/2016/09/06/ship-names/" title="Ship Names">Ship Names</a></li> <li><a href="http://followmeanddie.com/2014/10/17/what-is-the-osr-2/">What is the OSR?</a></li> </ul> </aside> <aside id="archives-2" class="widget widget_archive"><h1 class="widget-title">Archives</h1><nav aria-label="Archives"> <ul> <li><a href='https://followmeanddie.com/2023/12/'>December 2023</a></li> <li><a href='https://followmeanddie.com/2023/07/'>July 2023</a></li> <li><a href='https://followmeanddie.com/2023/05/'>May 2023</a></li> <li><a href='https://followmeanddie.com/2023/03/'>March 2023</a></li> <li><a href='https://followmeanddie.com/2023/01/'>January 2023</a></li> <li><a href='https://followmeanddie.com/2022/12/'>December 2022</a></li> <li><a href='https://followmeanddie.com/2022/11/'>November 2022</a></li> <li><a href='https://followmeanddie.com/2022/09/'>September 2022</a></li> <li><a href='https://followmeanddie.com/2022/04/'>April 2022</a></li> <li><a href='https://followmeanddie.com/2022/03/'>March 2022</a></li> <li><a href='https://followmeanddie.com/2021/12/'>December 2021</a></li> <li><a href='https://followmeanddie.com/2021/10/'>October 2021</a></li> <li><a href='https://followmeanddie.com/2021/07/'>July 2021</a></li> <li><a href='https://followmeanddie.com/2021/05/'>May 2021</a></li> <li><a href='https://followmeanddie.com/2021/04/'>April 2021</a></li> <li><a href='https://followmeanddie.com/2021/03/'>March 2021</a></li> <li><a href='https://followmeanddie.com/2021/02/'>February 2021</a></li> <li><a href='https://followmeanddie.com/2021/01/'>January 2021</a></li> <li><a href='https://followmeanddie.com/2020/12/'>December 2020</a></li> <li><a href='https://followmeanddie.com/2020/09/'>September 2020</a></li> <li><a href='https://followmeanddie.com/2020/08/'>August 2020</a></li> <li><a href='https://followmeanddie.com/2020/07/'>July 2020</a></li> <li><a href='https://followmeanddie.com/2020/06/'>June 2020</a></li> <li><a href='https://followmeanddie.com/2020/05/'>May 2020</a></li> <li><a href='https://followmeanddie.com/2020/04/'>April 2020</a></li> <li><a href='https://followmeanddie.com/2020/03/'>March 2020</a></li> <li><a href='https://followmeanddie.com/2020/02/'>February 2020</a></li> <li><a href='https://followmeanddie.com/2020/01/'>January 2020</a></li> <li><a href='https://followmeanddie.com/2019/12/'>December 2019</a></li> <li><a href='https://followmeanddie.com/2019/11/'>November 2019</a></li> <li><a href='https://followmeanddie.com/2019/10/'>October 2019</a></li> <li><a href='https://followmeanddie.com/2019/09/'>September 2019</a></li> <li><a href='https://followmeanddie.com/2019/08/'>August 2019</a></li> <li><a href='https://followmeanddie.com/2019/07/'>July 2019</a></li> <li><a href='https://followmeanddie.com/2019/06/'>June 2019</a></li> <li><a href='https://followmeanddie.com/2019/05/'>May 2019</a></li> <li><a href='https://followmeanddie.com/2019/04/'>April 2019</a></li> <li><a href='https://followmeanddie.com/2019/03/'>March 2019</a></li> <li><a href='https://followmeanddie.com/2019/02/'>February 2019</a></li> <li><a href='https://followmeanddie.com/2019/01/'>January 2019</a></li> <li><a href='https://followmeanddie.com/2018/12/'>December 2018</a></li> <li><a href='https://followmeanddie.com/2018/11/'>November 2018</a></li> <li><a href='https://followmeanddie.com/2018/10/'>October 2018</a></li> <li><a href='https://followmeanddie.com/2018/09/'>September 2018</a></li> <li><a href='https://followmeanddie.com/2018/08/'>August 2018</a></li> <li><a href='https://followmeanddie.com/2018/07/'>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/' aria-current="page">March 2015</a></li> <li><a href='https://followmeanddie.com/2015/02/'>February 2015</a></li> <li><a href='https://followmeanddie.com/2015/01/'>January 2015</a></li> <li><a href='https://followmeanddie.com/2014/12/'>December 2014</a></li> <li><a href='https://followmeanddie.com/2014/11/'>November 2014</a></li> <li><a href='https://followmeanddie.com/2014/10/'>October 2014</a></li> <li><a href='https://followmeanddie.com/2014/08/'>August 2014</a></li> <li><a href='https://followmeanddie.com/2014/07/'>July 2014</a></li> <li><a href='https://followmeanddie.com/2014/06/'>June 2014</a></li> <li><a href='https://followmeanddie.com/2014/05/'>May 2014</a></li> <li><a href='https://followmeanddie.com/2014/04/'>April 2014</a></li> <li><a href='https://followmeanddie.com/2014/03/'>March 2014</a></li> <li><a href='https://followmeanddie.com/2014/02/'>February 2014</a></li> <li><a href='https://followmeanddie.com/2012/08/'>August 2012</a></li> <li><a href='https://followmeanddie.com/2009/08/'>August 2009</a></li> <li><a href='https://followmeanddie.com/2009/07/'>July 2009</a></li> </ul> </nav></aside><aside id="linkcat-2" class="widget widget_links"><h1 class="widget-title">Blogroll</h1> <ul class='xoxo blogroll'> <li><a href="http://alexschroeder.ch/wiki/RPG" rel="noopener" title="An RPG blogger from Germany who blogs in English." target="_blank">Alex Schroeder</a></li> <li><a href="http://arsphantasia.wordpress.com/" rel="noopener" title="A blog about fantasy cartography and game design." target="_blank">ars phantasia</a></li> <li><a href="http://batintheattic.blogspot.com/" rel="noopener" title="A blog on 30 years of gaming and Sandbox Fantasy." target="_blank">Bat In The Attic</a></li> <li><a href="http://blogofholding.com/" rel="noopener" target="_blank">Blog of Holding</a></li> <li><a href="http://blogsontape.paperspencils.com/" rel="noopener" title="Blogs read so they can benefit visually impaired and those with long commutes." target="_blank">Blogs On Tape</a></li> <li><a href="http://cartographersguild.com/" rel="noopener" title="A forum created by and for map makers and aficionados, a place where every aspect of cartography can be admired, examined, learned, and discussed." target="_blank">Cartographers Guild</a></li> <li><a href="https://cavegirlgames.blogspot.com/" rel="noopener" target="_blank">Cavegirl's Game Stuff</a></li> <li><a href="http://oldguyrpg.blogspot.com/" rel="noopener" title="Sharing joy of playing the original editions of Dungeons & Dragons." target="_blank">Chgowiz's Old Guy RPG Blog</a></li> <li><a href="https://chgowiz-games.blogspot.com/" rel="noopener" target="_blank">CHICAGOWIZ'S GAMES</a></li> <li><a href="https://web.archive.org/web/20240414183825/http://unknownzine.blogspot.com/" rel="noopener" target="_blank">Destination Unknown</a></li> <li><a href="http://harbingergames.blogspot.com/" rel="noopener" target="_blank">Don't Split The Party</a></li> <li><a href="https://doomslakers.blogspot.com/" rel="noopener" title="James V. West’s blog" target="_blank">Doomslakers</a></li> <li><a href="http://www.dragonsfoot.org/" rel="noopener" title="Welcome to Dragonsfoot, the home of First Edition Advanced Dungeons & Dragons!" target="_blank">Dragons Foot</a></li> <li><a href="https://dreamsofmythicfantasy.blogspot.com/" title="Regular lists of what’s new in the OSR on DTRPG.">Dreams of Mythic Fantasy</a></li> <li><a href="http://rpg.drivethrustuff.com/index.php" rel="noopener" title="Online Store for Electronic Versions of Rules and Supplemental Materials for a variety of companies and genres." target="_blank">DriveThru RPG</a></li> <li><a href="http://dungeonsndigressions.blogspot.com/" rel="noopener" title="Sharing my love of early edition D&D, its modern clones, and the inspiration I derive from them. Sieze la rolo lud tago!" target="_blank">Dungeons and Digressions</a></li> <li><a href="https://dungeonspossums.blogspot.com/" rel="noopener" title="Reviews, Art, and More" target="_blank">Dungeons and Possums</a></li> <li><a href="http://www.dwarvenautomata.com/" rel="noopener" title="A blog detailing the process of creating/running the Curabel campaign setting." target="_blank">Dwarven Automata</a></li> <li><a href="http://rpgcharacters.wordpress.com/" rel="noopener" target="_blank">Dyson's Dodecahedron (Maps)</a></li> <li><a href="https://fantasyheartbreak.blogspot.com/" rel="noopener" target="_blank">Fantasy Heartbreak Workshop</a></li> <li><a href="http://gothridgemanor.blogspot.com/" rel="noopener" target="_blank">Gothridge Manor</a></li> <li><a href="http://greyhawkgrognard.blogspot.com/" rel="noopener" target="_blank">Greyhawk Grognard</a></li> <li><a href="http://greyhawkery.blogspot.com/" rel="noopener" target="_blank">Greyhawkery</a></li> <li><a href="http://grumblingrognard.blogspot.com/" rel="noopener" title="Grumbler, old school gamer and adventurer. In other words, quite the curmudgeon." target="_blank">Grumbling Grognard</a></li> <li><a href="http://hillcantons.blogspot.com/" rel="noopener" target="_blank">Hill Cantons</a></li> <li><a href="http://inkwellideas.com/" rel="noopener" title=" Inkwell Ideas specializes in RPG Software & Tools such as our Hexographer & Dungeonographer map creation software and the DungeonMorph Dice & Cards." target="_blank">Inkwell Ideas</a></li> <li><a href="https://web.archive.org/web/20230715061117/https://www.lostkingdom.net/" rel="noopener" target="_blank">Lost Kingdom</a></li> <li><a href="http://nerdomancerofdork.wordpress.com/" rel="noopener" target="_blank">NERD-O-MANCER OF DORK</a></li> <li><a href="https://www.dungeoncontest.com/" rel="noopener" title="The Annual One Page Dungeon Contest is a great source of maps and ideas." target="_blank">One Page Dungeon</a></li> <li><a href="http://www.giantitp.com/comics/oots.html" rel="noopener" title="Online comic about stick figure adventures that mocks and celebrates RPGs at the same time." target="_blank">Order of the Stick</a></li> <li><a href="http://osrsearch.blogspot.com/" rel="noopener" target="_blank">OSR Search</a></li> <li><a href="https://web.archive.org/web/20170606055841/http://osrtoday.com/" rel="noopener" target="_blank">OSR Today</a></li> <li><a href="https://web.archive.org/web/20200927031008/http://www.penandpapergames.com/" rel="noopener" title="Resource for finding players and GMs for various RPGs." target="_blank">Pen And Paper Games</a></li> <li><a href="https://web.archive.org/web/20200817162022/https://www.rueink.com/" rel="noopener" title="Illustrator & Cartographer" target="_blank">Rue Ink – Deven Rue</a></li> <li><a href="http://sandboxofdoom.blogspot.com/" rel="noopener" target="_blank">Sandbox of Doom</a></li> <li><a href="http://www.tabletopgameandhobby.com/" rel="noopener" title="This game store is owned by one of the guys in one of the groups I played D&D with in high School. It turns out I used to live just a few miles from here, but did not learn about it until several years after I moved to Michigan." target="_blank">Table Top Game and Hobby</a></li> <li><a href="http://www.tenkarstavern.com/" rel="noopener" target="_blank">Tenkar's Tavern</a></li> <li><a href="http://www.theescapist.com/" rel="noopener" title="The Reality of Fantasy Games Roleplaying Advocacy Since 1995" target="_blank">The Escapist</a></li> <li><a href="https://goblinburg.blogspot.com/" rel="noopener" target="_blank">The Goblinburg Notebook</a></li> <li><a href="http://muleabides.wordpress.com/" rel="noopener" target="_blank">The Mule Abides</a></li> <li><a href="http://timbrannan.blogspot.com/" rel="noopener" target="_blank">The Other Side</a></li> <li><a href="https://web.archive.org/web/20231201055053/http://thegreatblackbell.blogspot.com/" rel="noopener" target="_blank">The Tolling of the Great Black Bell</a></li> <li><a href="https://frothsofdnd.blogspot.com/" rel="noopener" target="_blank">Thought Eater</a></li> <li><a href="https://www.martinralya.com/yore/" rel="noopener" target="_blank">Yore</a></li> </ul> </aside> <aside id="categories-4" class="widget widget_categories"><h1 class="widget-title">Categories</h1><nav aria-label="Categories"> <ul> <li class="cat-item cat-item-12"><a href="https://followmeanddie.com/category/board-games/">Board Games</a> </li> <li class="cat-item cat-item-154"><a href="https://followmeanddie.com/category/cards/">Cards</a> </li> <li class="cat-item cat-item-324"><a href="https://followmeanddie.com/category/rant/">Rant</a> </li> <li class="cat-item cat-item-177"><a href="https://followmeanddie.com/category/rpgs/">RPGs</a> </li> <li class="cat-item cat-item-57"><a href="https://followmeanddie.com/category/writing/">Writing</a> </li> </ul> </nav></aside><aside id="tag_cloud-2" class="widget widget_tag_cloud"><h1 class="widget-title">Tags</h1><nav aria-label="Tags"><div class="tagcloud"><ul class='wp-tag-cloud' role='list'> <li><a href="https://followmeanddie.com/tag/2015-a-to-z-blogging-challenge/" class="tag-cloud-link tag-link-89 tag-link-position-1" style="font-size: 11.625899280576pt;" aria-label="2015 A to Z Blogging Challenge (31 items)">2015 A to Z Blogging Challenge</a></li> <li><a href="https://followmeanddie.com/tag/add/" class="tag-cloud-link tag-link-61 tag-link-position-2" style="font-size: 17.467625899281pt;" aria-label="AD&D (121 items)">AD&D</a></li> <li><a href="https://followmeanddie.com/tag/advicetools/" class="tag-cloud-link tag-link-14 tag-link-position-3" style="font-size: 21.89928057554pt;" aria-label="Advice/Tools (337 items)">Advice/Tools</a></li> <li><a href="https://followmeanddie.com/tag/april-2014-a-to-z-blogging-challenge/" class="tag-cloud-link tag-link-32 tag-link-position-4" style="font-size: 11.726618705036pt;" aria-label="April, 2014 A to Z Blogging Challenge (32 items)">April, 2014 A to Z Blogging Challenge</a></li> <li><a href="https://followmeanddie.com/tag/art/" class="tag-cloud-link tag-link-92 tag-link-position-5" style="font-size: 8.8057553956835pt;" aria-label="Art (16 items)">Art</a></li> <li><a href="https://followmeanddie.com/tag/blogging/" class="tag-cloud-link tag-link-44 tag-link-position-6" style="font-size: 15.352517985612pt;" aria-label="Blogging (75 items)">Blogging</a></li> <li><a href="https://followmeanddie.com/tag/campaign-building/" class="tag-cloud-link tag-link-9 tag-link-position-7" style="font-size: 10.31654676259pt;" aria-label="Campaign Building (23 items)">Campaign Building</a></li> <li><a href="https://followmeanddie.com/tag/cities/" class="tag-cloud-link tag-link-96 tag-link-position-8" style="font-size: 12.63309352518pt;" aria-label="Cities (40 items)">Cities</a></li> <li><a href="https://followmeanddie.com/tag/contests/" class="tag-cloud-link tag-link-40 tag-link-position-9" style="font-size: 9.5107913669065pt;" aria-label="Contests (19 items)">Contests</a></li> <li><a href="https://followmeanddie.com/tag/conventions/" class="tag-cloud-link tag-link-34 tag-link-position-10" style="font-size: 14.748201438849pt;" aria-label="Conventions (65 items)">Conventions</a></li> <li><a href="https://followmeanddie.com/tag/httpd20darkages-blogspot-compd-40th-anniversary-blog-hop-challenge-html/" class="tag-cloud-link tag-link-125 tag-link-position-11" style="font-size: 11.625899280576pt;" aria-label="D&D 40th Anniversary Blogging Challenge (31 items)">D&D 40th Anniversary Blogging Challenge</a></li> <li><a href="https://followmeanddie.com/tag/dcc/" class="tag-cloud-link tag-link-86 tag-link-position-12" style="font-size: 9.3093525179856pt;" aria-label="DCC (18 items)">DCC</a></li> <li><a href="https://followmeanddie.com/tag/dice/" class="tag-cloud-link tag-link-81 tag-link-position-13" style="font-size: 10.820143884892pt;" aria-label="Dice (26 items)">Dice</a></li> <li><a href="https://followmeanddie.com/tag/flavor/" class="tag-cloud-link tag-link-7 tag-link-position-14" style="font-size: 18.071942446043pt;" aria-label="Flavor (141 items)">Flavor</a></li> <li><a href="https://followmeanddie.com/tag/fluffinspiration/" class="tag-cloud-link tag-link-15 tag-link-position-15" style="font-size: 20.187050359712pt;" aria-label="Fluff/Inspiration (226 items)">Fluff/Inspiration</a></li> <li><a href="https://followmeanddie.com/tag/follow-me-and-die/" class="tag-cloud-link tag-link-5 tag-link-position-16" style="font-size: 8.3021582733813pt;" aria-label="Follow Me And Die (14 items)">Follow Me And Die</a></li> <li><a href="https://followmeanddie.com/tag/game-design/" class="tag-cloud-link tag-link-16 tag-link-position-17" style="font-size: 17.769784172662pt;" aria-label="Game Design (131 items)">Game Design</a></li> <li><a href="https://followmeanddie.com/tag/garycon/" class="tag-cloud-link tag-link-93 tag-link-position-18" style="font-size: 11.021582733813pt;" aria-label="GaryCon (27 items)">GaryCon</a></li> <li><a href="https://followmeanddie.com/tag/inspiration/" class="tag-cloud-link tag-link-8 tag-link-position-19" style="font-size: 8pt;" aria-label="Inspiration (13 items)">Inspiration</a></li> <li><a href="https://followmeanddie.com/tag/kickstarter/" class="tag-cloud-link tag-link-37 tag-link-position-20" style="font-size: 14.748201438849pt;" aria-label="Kickstarter (65 items)">Kickstarter</a></li> <li><a href="https://followmeanddie.com/tag/legacy-dd/" class="tag-cloud-link tag-link-17 tag-link-position-21" style="font-size: 11.323741007194pt;" aria-label="Legacy D&D (29 items)">Legacy D&D</a></li> <li><a href="https://followmeanddie.com/tag/manuals/" class="tag-cloud-link tag-link-60 tag-link-position-22" style="font-size: 12.532374100719pt;" aria-label="Manuals (39 items)">Manuals</a></li> <li><a href="https://followmeanddie.com/tag/maps/" class="tag-cloud-link tag-link-38 tag-link-position-23" style="font-size: 14.647482014388pt;" aria-label="Maps (64 items)">Maps</a></li> <li><a href="https://followmeanddie.com/tag/marmalade-dog/" class="tag-cloud-link tag-link-84 tag-link-position-24" style="font-size: 8.8057553956835pt;" aria-label="Marmalade Dog (16 items)">Marmalade Dog</a></li> <li><a href="https://followmeanddie.com/tag/megadungeons/" class="tag-cloud-link tag-link-43 tag-link-position-25" style="font-size: 12.532374100719pt;" aria-label="Megadungeons (39 items)">Megadungeons</a></li> <li><a href="https://followmeanddie.com/tag/metamorphosis-alpha/" class="tag-cloud-link tag-link-100 tag-link-position-26" style="font-size: 9.5107913669065pt;" aria-label="Metamorphosis Alpha (19 items)">Metamorphosis Alpha</a></li> <li><a href="https://followmeanddie.com/tag/modules/" class="tag-cloud-link tag-link-39 tag-link-position-27" style="font-size: 11.625899280576pt;" aria-label="Modules (31 items)">Modules</a></li> <li><a href="https://followmeanddie.com/tag/monsters/" class="tag-cloud-link tag-link-71 tag-link-position-28" style="font-size: 9.5107913669065pt;" aria-label="Monsters (19 items)">Monsters</a></li> <li><a href="https://followmeanddie.com/tag/movies/" class="tag-cloud-link tag-link-45 tag-link-position-29" style="font-size: 10.31654676259pt;" aria-label="Movies (23 items)">Movies</a></li> <li><a href="https://followmeanddie.com/tag/news/" class="tag-cloud-link tag-link-18 tag-link-position-30" style="font-size: 9.5107913669065pt;" aria-label="News (19 items)">News</a></li> <li><a href="https://followmeanddie.com/tag/news-reviews-culture/" class="tag-cloud-link tag-link-20 tag-link-position-31" style="font-size: 20.287769784173pt;" aria-label="News Reviews & Culture (236 items)">News Reviews & Culture</a></li> <li><a href="https://followmeanddie.com/tag/opdc/" class="tag-cloud-link tag-link-33 tag-link-position-32" style="font-size: 8.5035971223022pt;" aria-label="OPDC (15 items)">OPDC</a></li> <li><a href="https://followmeanddie.com/tag/osr/" class="tag-cloud-link tag-link-51 tag-link-position-33" style="font-size: 22pt;" aria-label="OSR (349 items)">OSR</a></li> <li><a href="https://followmeanddie.com/tag/play/" class="tag-cloud-link tag-link-22 tag-link-position-34" style="font-size: 14.647482014388pt;" aria-label="Play (63 items)">Play</a></li> <li><a href="https://followmeanddie.com/tag/reviews/" class="tag-cloud-link tag-link-200 tag-link-position-35" style="font-size: 12.129496402878pt;" aria-label="Reviews (35 items)">Reviews</a></li> <li><a href="https://followmeanddie.com/tag/reviews-culture/" class="tag-cloud-link tag-link-19 tag-link-position-36" style="font-size: 12.330935251799pt;" aria-label="Reviews & Culture (37 items)">Reviews & Culture</a></li> <li><a href="https://followmeanddie.com/tag/roll20/" class="tag-cloud-link tag-link-95 tag-link-position-37" style="font-size: 9.3093525179856pt;" aria-label="Roll20 (18 items)">Roll20</a></li> <li><a href="https://followmeanddie.com/tag/science-fiction/" class="tag-cloud-link tag-link-109 tag-link-position-38" style="font-size: 10.31654676259pt;" aria-label="Science Fiction (23 items)">Science Fiction</a></li> <li><a href="https://followmeanddie.com/tag/software/" class="tag-cloud-link tag-link-10 tag-link-position-39" style="font-size: 8.3021582733813pt;" aria-label="Software (14 items)">Software</a></li> <li><a href="https://followmeanddie.com/tag/stories/" class="tag-cloud-link tag-link-6 tag-link-position-40" style="font-size: 9.7122302158273pt;" aria-label="Stories (20 items)">Stories</a></li> <li><a href="https://followmeanddie.com/tag/swords-wizardry/" class="tag-cloud-link tag-link-110 tag-link-position-41" style="font-size: 8.8057553956835pt;" aria-label="Swords & Wizardry (16 items)">Swords & Wizardry</a></li> <li><a href="https://followmeanddie.com/tag/tables/" class="tag-cloud-link tag-link-66 tag-link-position-42" style="font-size: 12.532374100719pt;" aria-label="Tables (39 items)">Tables</a></li> <li><a href="https://followmeanddie.com/tag/take-one-thing-and-expand-on-it/" class="tag-cloud-link tag-link-234 tag-link-position-43" style="font-size: 8.8057553956835pt;" aria-label="Take One Thing and Expand on It (16 items)">Take One Thing and Expand on It</a></li> <li><a href="https://followmeanddie.com/tag/ucon/" class="tag-cloud-link tag-link-68 tag-link-position-44" style="font-size: 8.3021582733813pt;" aria-label="UCON (14 items)">UCON</a></li> <li><a href="https://followmeanddie.com/tag/white-star/" class="tag-cloud-link tag-link-114 tag-link-position-45" style="font-size: 10.31654676259pt;" aria-label="White Star (23 items)">White Star</a></li> </ul> </div> </nav></aside><aside id="block-5" class="widget widget_block widget_text"> <p></p> </aside> </div><!-- #primary-sidebar --> </div><!-- #secondary --> </div><!-- #main --> <footer id="colophon" class="site-footer"> <div id="supplementary"> <div id="footer-sidebar" class="footer-sidebar widget-area" role="complementary"> <aside id="block-10" class="widget widget_block"> <ul class="wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex"></ul> </aside> </div><!-- #footer-sidebar --> </div><!-- #supplementary --> <div class="site-info"> <a href="https://wordpress.org/" class="imprint"> Proudly powered by WordPress </a> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <script src="https://followmeanddie.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script src="https://followmeanddie.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script> <script src="https://followmeanddie.com/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b" id="jquery-masonry-js"></script> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/ Page Caching using Disk Served from: followmeanddie.com @ 2025-03-21 05:50:06 by W3 Total Cache -->