{"id":23771,"date":"2025-08-07T10:33:52","date_gmt":"2025-08-07T14:33:52","guid":{"rendered":""},"modified":"2026-04-08T05:00:07","modified_gmt":"2026-04-08T09:00:07","slug":"obadiah-mercer","status":"publish","type":"page","link":"https:\/\/havenrpg.net\/newsite\/characters\/obadiah-mercer\/","title":{"rendered":"Obadiah Mercer"},"content":{"rendered":"\n<!-- Character Page HTML for WordPress -->\n<style>\n    \/* Full page background *\/\n    .rpg-background-overlay {\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        z-index: -1;\n        background-image: url('https:\/\/cdn.imgpile.com\/f\/K31FoJy_xl.png');\n        background-size: cover;\n        background-position: center;\n        background-attachment: fixed;\n        background-repeat: no-repeat;\n    }\n    \n    \/* Character page wrapper - transparent, just for positioning *\/\n    .rpg-character-page {\n        position: relative;\n        width: 100%;\n        margin-top: -180px;\n        margin-bottom: -180px;\n        padding: 90px 0;\n        background: transparent;\n    }\n    \n    \/* The black semi-transparent container - only this has the black background *\/\n    .rpg-character-inner {\n        max-width: 1200px;\n        margin: 0 auto;\n        background-color: rgba(0, 0, 0, 0.8);\n        box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);\n    }\n    \n    .rpg-character-container {\n        padding: 40px;\n        position: relative;\n    }\n    \n    \/* Header styling *\/\n    .rpg-header {\n        text-align: center;\n        margin-bottom: 30px;\n        color: white;\n    }\n    \n    .rpg-character-name {\n        font-size: 48px;\n        font-weight: 300;\n        letter-spacing: 3px;\n        margin-bottom: 10px;\n        font-family: 'Georgia', serif;\n        text-transform: uppercase;\n        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);\n        color: white;\n    }\n    \n    .rpg-follower-count {\n        font-size: 18px;\n        color: #ccc;\n        margin-bottom: 30px;\n    }\n    \n    .rpg-follower-count span {\n        color: #ff6b6b;\n        font-weight: bold;\n    }\n    \n    \/* Content section *\/\n    .rpg-content-section {\n        display: flex;\n        gap: 40px;\n        margin-bottom: 40px;\n        align-items: flex-start;\n    }\n    \n    \/* Image carousel *\/\n    .rpg-image-carousel-container {\n        flex: 0 0 400px;\n        position: relative;\n    }\n    \n    .rpg-faction-society {\n        margin-top: 20px;\n        padding: 15px;\n        background: rgba(0, 0, 0, 0.5);\n        border-radius: 10px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\n    }\n    \n    .rpg-faction-society p {\n        margin-bottom: 10px;\n        color: #ddd;\n        font-size: 15px;\n    }\n    \n    .rpg-faction-society p:last-child {\n        margin-bottom: 0;\n    }\n    \n    .rpg-faction-society strong {\n        color: white;\n        font-weight: 600;\n    }\n    \n    .rpg-faction-society a {\n        color: #ff6b6b;\n        text-decoration: none;\n        transition: color 0.3s;\n    }\n    \n    .rpg-faction-society a:hover {\n        color: #ff9999;\n        text-decoration: underline;\n    }\n    \n    .rpg-image-carousel {\n        position: relative;\n        width: 100%;\n        height: 600px;\n        overflow: hidden;\n        border-radius: 10px;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);\n        background: #000;\n    }\n    \n    .rpg-carousel-image {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        opacity: 0;\n        transition: opacity 0.5s ease-in-out;\n    }\n    \n    .rpg-carousel-image.active {\n        opacity: 1;\n    }\n    \n    .rpg-carousel-controls {\n        position: absolute;\n        bottom: 20px;\n        left: 50%;\n        transform: translateX(-50%);\n        display: flex;\n        gap: 10px;\n        z-index: 10;\n    }\n    \n    .rpg-carousel-dot {\n        width: 12px;\n        height: 12px;\n        border-radius: 50%;\n        background-color: rgba(255, 255, 255, 0.5);\n        cursor: pointer;\n        transition: background-color 0.3s;\n        border: none;\n        padding: 0;\n    }\n    \n    .rpg-carousel-dot.active {\n        background-color: white;\n    }\n    \n    .rpg-carousel-nav {\n        position: absolute;\n        top: 50%;\n        transform: translateY(-50%);\n        background-color: rgba(0, 0, 0, 0.5);\n        color: white;\n        border: none;\n        padding: 10px 15px;\n        cursor: pointer;\n        font-size: 24px;\n        transition: background-color 0.3s;\n        z-index: 10;\n        line-height: 1;\n    }\n    \n    .rpg-carousel-nav:hover {\n        background-color: rgba(0, 0, 0, 0.8);\n    }\n    \n    .rpg-prev {\n        left: 10px;\n    }\n    \n    .rpg-next {\n        right: 10px;\n    }\n    \n    \/* Text blurb with tabs *\/\n    .rpg-text-blurb {\n        flex: 1;\n        color: #ddd;\n        line-height: 1.8;\n        font-size: 16px;\n    }\n    \n    .rpg-text-blurb h3 {\n        color: white;\n        margin-bottom: 20px;\n        font-size: 28px;\n        font-weight: 300;\n        letter-spacing: 1px;\n    }\n    \n    .rpg-text-blurb p {\n        margin-bottom: 15px;\n        color: #ddd;\n    }\n    \n    .rpg-text-blurb a {\n        color: #ff6b6b;\n        text-decoration: none;\n        transition: color 0.3s;\n    }\n    \n    .rpg-text-blurb a:hover {\n        color: #ff9999;\n        text-decoration: underline;\n    }\n    \n    .rpg-text-blurb strong {\n        color: white;\n    }\n    \n    \/* Tab styles *\/\n    .rpg-tabs {\n        width: 100%;\n    }\n    \n    .rpg-tab-buttons {\n        display: flex;\n        border-bottom: 2px solid #444;\n        margin-bottom: 20px;\n        gap: 10px;\n    }\n    \n    .rpg-tab-button {\n        background: transparent;\n        border: none;\n        color: #999;\n        padding: 12px 24px;\n        font-size: 16px;\n        cursor: pointer;\n        position: relative;\n        transition: color 0.3s;\n        font-weight: 300;\n        letter-spacing: 0.5px;\n    }\n    \n    .rpg-tab-button:hover {\n        color: #ccc;\n    }\n    \n    .rpg-tab-button.active {\n        color: white;\n    }\n    \n    .rpg-tab-button.active::after {\n        content: '';\n        position: absolute;\n        bottom: -2px;\n        left: 0;\n        right: 0;\n        height: 2px;\n        background: #ff6b6b;\n    }\n    \n    .rpg-tab-content {\n        display: none;\n        animation: fadeIn 0.3s;\n    }\n    \n    .rpg-tab-content.active {\n        display: block;\n    }\n    \n    .rpg-tab-content.profile-tab {\n        text-align: justify;\n    }\n    \n    .rpg-tab-content.photo-tab {\n        font-family: 'Courier New', Courier, monospace;\n        font-size: 12px;\n        line-height: 1.4;\n        white-space: pre;\n        overflow-x: auto;\n        background: rgba(0, 0, 0, 0.3);\n        padding: 20px;\n        border-radius: 5px;\n        color: #ddd;\n    }\n    \n    @keyframes fadeIn {\n        from { opacity: 0; }\n        to { opacity: 1; }\n    }\n    \n    \/* Video carousel *\/\n    .rpg-video-section {\n        margin-top: 40px;\n    }\n    \n    .rpg-video-section h3 {\n        color: white;\n        text-align: center;\n        margin-bottom: 30px;\n        font-size: 28px;\n        font-weight: 300;\n        letter-spacing: 1px;\n    }\n    \n    .rpg-video-carousel {\n        position: relative;\n        width: 100%;\n        height: 500px;\n        overflow: hidden;\n        border-radius: 10px;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);\n        background: #000;\n    }\n    \n    .rpg-video-item {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        opacity: 0;\n        transition: opacity 0.5s ease-in-out;\n        pointer-events: none;\n    }\n    \n    .rpg-video-item.active {\n        opacity: 1;\n        pointer-events: auto;\n    }\n    \n    .rpg-video-placeholder {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        height: 100%;\n        color: #666;\n        font-size: 18px;\n    }\n    \n    .rpg-video-item iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n        border-radius: 10px;\n    }\n    \n    \/* Force visibility for our iframes *\/\n    .rpg-protected-iframe {\n        display: block !important;\n        visibility: visible !important;\n        opacity: 1 !important;\n    }\n    \n    \/* Responsive *\/\n    @media (max-width: 1300px) {\n        .rpg-character-inner {\n            margin: 0 20px;\n        }\n    }\n    \n    @media (max-width: 768px) {\n        .rpg-character-container {\n            padding: 20px;\n        }\n        \n        .rpg-content-section {\n            flex-direction: column;\n        }\n        \n        .rpg-image-carousel-container {\n            flex: 1;\n            width: 100%;\n            max-width: 100%;\n        }\n        \n        .rpg-character-name {\n            font-size: 36px;\n        }\n        \n        .rpg-image-carousel {\n            height: 400px;\n        }\n        \n        .rpg-video-carousel {\n            height: 300px;\n        }\n        \n        .rpg-character-inner {\n            margin: 0 10px;\n        }\n        \n        .rpg-tab-button {\n            padding: 10px 16px;\n            font-size: 14px;\n        }\n        \n        .rpg-tab-content.photo-tab {\n            font-size: 10px;\n            padding: 10px;\n        }\n        \n        .rpg-faction-society {\n            margin-bottom: 20px;\n        }\n    }\n<\/style>\n\n<!-- Background image element -->\n<div class=\"rpg-background-overlay\"><\/div>\n\n<!-- Main content -->\n<div class=\"rpg-character-page\">\n    <div class=\"rpg-character-inner\">\n        <div class=\"rpg-character-container\">\n            <div class=\"rpg-header\">\n                <h1 class=\"rpg-character-name\">Obadiah Mercer<\/h1>\n                <div class=\"rpg-follower-count\">@<span style=\"color:#2547bd\"><span style=\"color:#224fbe\"><span style=\"color:#2057bf\">B<span style=\"color:#1d60c1\"><span style=\"color:#1b68c2\">r<span style=\"color:#1870c4\"><span style=\"color:#1679c5\">i<span style=\"color:#1381c7\"><span style=\"color:#1189c8\">n<span style=\"color:#0f92ca\"><span style=\"color:#0f92ca\"><span style=\"color:#1189c8\">y<span style=\"color:#1381c7\"><span style=\"color:#1679c5\">B<span style=\"color:#1870c4\"><span style=\"color:#1b68c2\">l<span style=\"color:#1d60c1\"><span style=\"color:#2057bf\">u<span style=\"color:#224fbe\"><span style=\"color:#2547bd\">e<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span> | Followers: <span>80,683<\/span><\/div>\n            <\/div>\n            \n            <div class=\"rpg-content-section\">\n                <div class=\"rpg-image-carousel-container\">\n                    <div class=\"rpg-image-carousel\" id=\"rpgImageCarousel\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.imgpile.com\/f\/iM5LmJu_xl.jpeg\" class=\"rpg-carousel-image active\" alt=\"Character 1\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.imgpile.com\/f\/DIDt6O0_xl.png\" class=\"rpg-carousel-image\" alt=\"Character 2\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.imgpile.com\/f\/8PPg9BD_xl.png\" class=\"rpg-carousel-image\" alt=\"Character 3\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.imgpile.com\/f\/yQmSPlV_xl.png\" class=\"rpg-carousel-image\" alt=\"Character 4\">\n                        <img decoding=\"async\" src=\"https:\/\/cdn.imgpile.com\/f\/xL9yKjK_xl.png\" class=\"rpg-carousel-image\" alt=\"Character 5\">\n                        \n                        <button class=\"rpg-carousel-nav rpg-prev\" id=\"rpgPrevImage\">\u2039<\/button>\n                        <button class=\"rpg-carousel-nav rpg-next\" id=\"rpgNextImage\">\u203a<\/button>\n                        \n                        <div class=\"rpg-carousel-controls\">\n                            <button class=\"rpg-carousel-dot active\" data-index=\"0\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"1\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"2\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"3\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"4\"><\/button>\n                        <\/div>\n                    <\/div>\n                    \n                    \n                    <div class=\"rpg-faction-society\">\n                        <p><strong>Faction:<\/strong> <a href=\"https:\/\/havenrpg.net\/newsite\/game-info\/factions\/#orderbanner\" target=\"_blank\">The Order<\/a><\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"rpg-text-blurb\">\n                    <div class=\"rpg-tabs\">\n                        <div class=\"rpg-tab-buttons\">\n                            <button class=\"rpg-tab-button active\" data-tab=\"profile\">Profile<\/button>\n                            <button class=\"rpg-tab-button\" data-tab=\"photo\">Photo<\/button>\n                        <\/div>\n                        \n                        <div id=\"profile\" class=\"rpg-tab-content profile-tab active\">\n                            <h3>About Me<\/h3>\n                            <p><span style=\"color:#2547bd\">My name&#8217;s Obadiah, b<span style=\"color:#224fbe\">ut most people call <span style=\"color:#2057bf\">me Obie. I run The B<span style=\"color:#1d60c1\">rine Pool Lounge and<span style=\"color:#1b68c2\"> Obie&#8217;s Tacos, where<span style=\"color:#1870c4\"> the drinks are stro<span style=\"color:#1679c5\">ng, the music&#8217;s smoo<span style=\"color:#1381c7\">th, and the lighting<span style=\"color:#1189c8\"> is always flatterin<span style=\"color:#0f92ca\">g. I&#8217;m a sucker for <span style=\"color:#0f92ca\">old sea stories, wel<span style=\"color:#1189c8\">l-made cocktails, an<span style=\"color:#1381c7\">d people who can kee<span style=\"color:#1679c5\">p up with a little b<span style=\"color:#1870c4\">anter. Most days you<span style=\"color:#1b68c2\">&#8216;ll find me behind t<span style=\"color:#1d60c1\">he bar or out wander<span style=\"color:#2057bf\">ing antique shops lo<span style=\"color:#224fbe\">oking for something <span style=\"color:#2547bd\">weird and wonderful.<\/span><br><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n                            \n                            <h3>Quote<\/h3>\n                            <p><span style=\"color:#2547bd\">Have<span style=\"color:#224fbe\"> you<span style=\"color:#2057bf\"> met<span style=\"color:#1d60c1\"> my c<span style=\"color:#1b68c2\">ousi<span style=\"color:#1870c4\">ns? <span style=\"color:#1679c5\">They<span style=\"color:#1381c7\"> are <span style=\"color:#1189c8\">so c<span style=\"color:#0f92ca\">ool.<span style=\"color:#0f92ca\"> &#8211; M<span style=\"color:#1189c8\">e (Se<span style=\"color:#1381c7\">riou<span style=\"color:#1679c5\">sly.<span style=\"color:#1870c4\"> The<span style=\"color:#1b68c2\">y are<span style=\"color:#1d60c1\"> coo<span style=\"color:#2057bf\">ler <span style=\"color:#224fbe\">than<span style=\"color:#2547bd\"> me.)<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n                            \n                            <h3>Joke<\/h3>\n                            <p><span style=\"color:#2547bd\">Let<span style=\"color:#224fbe\"> mi<span style=\"color:#2057bf\">nno<span style=\"color:#1d60c1\">w i<span style=\"color:#1b68c2\">f y<span style=\"color:#1870c4\">ou <span style=\"color:#1679c5\">wan<span style=\"color:#1381c7\">t t<span style=\"color:#1189c8\">o h<span style=\"color:#0f92ca\">ave<span style=\"color:#0f92ca\"> di<span style=\"color:#1189c8\">nne<span style=\"color:#1381c7\">r. <span style=\"color:#1679c5\">I O<span style=\"color:#1870c4\">fis<span style=\"color:#1b68c2\">hal<span style=\"color:#1d60c1\">ly <span style=\"color:#2057bf\">hav<span style=\"color:#224fbe\">e t<span style=\"color:#2547bd\">ime.<\/span>  <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n                        <\/div>\n                        \n                        <div id=\"photo\" class=\"rpg-tab-content photo-tab\"><span style=\"color:#008080\"> _____________________________________________________________________________\n<\/span><span style=\"color:#008080\">| <\/span>This man stands in an oak and mahogany library, leaning against the wall,   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>eyes downcast reading a book. It is very much staged to make him appear     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>smart and mysterious.                                                       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>This is a bronzed skin man with tousled brown hair in his early thirties.   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>He is 5&#8217;9&#8243; and has sun-kissed bronze skin, brown hair, and green eyes.      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>You can see his face, neck, and hands.                                      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>His hair is a <span style=\"color:#585858\">dark,<span style=\"color:#5f5f00\"> unrul<span style=\"color:#875f00\">y wav<span style=\"color:#af8700\">e that<span style=\"color:#af8700\"> is th<span style=\"color:#875f00\">ick a<span style=\"color:#5f5f00\">nd tou<span style=\"color:#585858\">chable<span style=\"color:#c0c0c0\">, with a slight  <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>curl that grows more pronounced the closer it gets to his collar. It always <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>looks like it&#8217;s just barely recovered from a  sea breeze, artfully tousled  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>without seeming styled. A few strands fall over his brow when he leans      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>forward, and though he occasionally ties it back with a leather cord or     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>lets it fall messily around his face, it somehow suits every look he throws <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>together. His forehead is smooth but expressive, with a slight crease that  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>appears whenever he&#8217;s concentrating, or pretending to. There&#8217;s a faint      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>weathering to it, the kind of soft wear that suggests years under sun and   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>moonlight. A faint scar, nearly invisible, runs diagonally through his      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>right brow. These <span style=\"color:#00d7af\">s<span style=\"color:#00d787\">e<span style=\"color:#00ff87\">a<span style=\"color:#5fff87\">&#8211;<span style=\"color:#5fffaf\">g<span style=\"color:#5fffd7\">re<span style=\"color:#5fffd7\">e<span style=\"color:#5fffaf\">n<span style=\"color:#5fff87\"> <span style=\"color:#00ff87\">e<span style=\"color:#00d787\">y<span style=\"color:#00d7af\">es<span style=\"color:#c0c0c0\"> are the kind that seem to shift with the   <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>light. Sometimes they are a soft, murky jade, other times the sharp glint   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>of bottle glass dragged from the ocean floor. They&#8217;re framed by long, dark  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>lashes and faint crow&#8217;s feet that speak more to laughter and mischief than  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>age. His gaze is steady, often unreadable, but not cold &#8211; there&#8217;s always    <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>something dancing beneath the surface, whether it&#8217;s amusement, curiosity,   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>or the weight something unspeakable. He sports a narrow jawline that tapers <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>into a clean, shadowed chin, usually brushed with a short, deliberate       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>stubble. His lips are full and frequently fall into a &#8220;resting tease face.&#8221; <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>There&#8217;s a certain roguish curve to his mouth. When he speaks, it&#8217;s often    <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>with the corners of his mouth tugged slightly upward, like he&#8217;s in on a     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>joke no one else has heard yet. His neck is lean and smooth, lightly        <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>freckled along the sides from long days in the sun. Just under the          <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>collarbone, the faint edge of an inked symbol occasionally peeks out: <span style=\"color:#5f5f00\">a<span style=\"color:#af5f00\">     <span style=\"color:#008080\">| <\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>k<span style=\"color:#875f00\">n<span style=\"color:#878700\">ot<span style=\"color:#875f00\">w<span style=\"color:#5f5f00\">or<span style=\"color:#875f00\">k a<span style=\"color:#af5f00\">nch<span style=\"color:#5f5f00\">o<span style=\"color:#af5f00\">r <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"color:#875f00\">w<span style=\"color:#878700\">ra<span style=\"color:#875f00\">p<span style=\"color:#af5f00\">pe<span style=\"color:#af8700\">d<span style=\"color:#878700\"> i<span style=\"color:#875f00\">n<span style=\"color:#5f5f00\"> t<span style=\"color:#878700\">hor<span style=\"color:#875f00\">ns<span style=\"color:#bcbcbc\">.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span> From left jugular to just about his      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>Adam&#8217;s Apple, in a diagonal slashing motion, are three parallel scars that  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>are consistent with a powerful clawing wound. His hands are long-fingered   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>and dexterous, the kind of hands that can palm a coin, pour a flawless      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>drink, or tie a sailor&#8217;s knot without looking. His nails are clean and a    <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>few faded scars crisscross his knuckles. On the inside of his right wrist   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>is a tattoo of <span style=\"color:#6e737b\">a <span style=\"color:#7e8085\">s<span style=\"color:#838589\">wi<span style=\"color:#7a7f86\">rl<span style=\"color:#6d7580\">in<span style=\"color:#66707d\">g <span style=\"color:#6d7580\">bl<span style=\"color:#7a7f86\">ac<span style=\"color:#838589\">k <span style=\"color:#7e8085\">ey<span style=\"color:#6e737b\">e<\/span> He smells faintly of expensive rum,     <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>citrus, exotic spices, and the sea.                                         <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><u>He is using:<\/u>                                                                <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) a newer generation iPhone protected in a blue OtterBox                  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">D<\/span>) a tailored black vest with subtle embroidered detailing                 <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">D<\/span>) an orange silk dress shirt with French cuffs                            <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#ffd700\">S<\/span>) a band of tarnished silver that holds a polished onyx stone             <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">D<\/span>) a pair of charcoal suiting slacks with clean-cut ankles                 <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">D<\/span>) polished oxblood brogues with subtle wingtip detailing                  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(intertwined)  (<span style=\"color:#008080\">E<\/span>) <span style=\"color:#67bb85\">a<span style=\"color:#66ba88\"> <span style=\"color:#65ba8c\">ja<span style=\"color:#63ba90\">d<span style=\"color:#63ba94\">e <span style=\"color:#62ba98\">r<span style=\"color:#61ba9c\">i<span style=\"color:#60b99f\">ng<span style=\"color:#5fb9a3\"> <span style=\"color:#5eb9a7\">s<span style=\"color:#5db9ab\">ha<span style=\"color:#5cb9af\">p<span style=\"color:#5bb9b3\">ed<span style=\"color:#5ab8b6\"> <span style=\"color:#59b8ba\">l<span style=\"color:#58b8be\">ik<span style=\"color:#57b8c2\">e<span style=\"color:#56b8c6\"> a<span style=\"color:#55b8ca\"> <span style=\"color:#54b8ce\">c<span style=\"color:#54b8ce\">oi<span style=\"color:#57b3cd\">l<span style=\"color:#5baecc\">ed<span style=\"color:#5ea9cb\"> <span style=\"color:#62a4ca\">s<span style=\"color:#659fca\">er<span style=\"color:#699ac9\">p<span style=\"color:#6d95c8\">en<span style=\"color:#7090c7\">t<span style=\"color:#748bc6\"> i<span style=\"color:#7786c6\">n<span style=\"color:#7b81c5\"> <span style=\"color:#7e7cc4\">oc<span style=\"color:#8277c3\">e<span style=\"color:#8672c2\">an<span style=\"color:#896dc2\">i<span style=\"color:#8d68c1\">c<span style=\"color:#9063c0\"> h<span style=\"color:#945ebf\">u<span style=\"color:#985abf\">es<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span> <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">|_____________________________________________________________________________|\n<\/span><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"rpg-video-section\">\n                <div class=\"rpg-video-carousel\" id=\"rpgVideoCarousel\">\n                    <div class=\"rpg-video-item active\" data-video-id=\"47dtFZ8CFo8\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"edP0L6LQzZE\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"YD6fvzGIBfQ\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    \n                    <button class=\"rpg-carousel-nav rpg-prev\" id=\"rpgPrevVideo\">\u2039<\/button>\n                    <button class=\"rpg-carousel-nav rpg-next\" id=\"rpgNextVideo\">\u203a<\/button>\n                    \n                    <div class=\"rpg-carousel-controls\" style=\"bottom: 30px;\">\n                        <button class=\"rpg-carousel-dot active\" data-video-index=\"0\"><\/button>\n                        <button class=\"rpg-carousel-dot\" data-video-index=\"2\"><\/button>\n                        <button class=\"rpg-carousel-dot\" data-video-index=\"4\"><\/button>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\njQuery(document).ready(function($) {\n    'use strict';\n    \n    let currentImageIndex = 0;\n    let currentVideoIndex = 0;\n    let imageAutoAdvance;\n    let videosLoaded = false;\n    let protectionActive = false;\n    \n    \/\/ Tab switching functionality\n    $('.rpg-tab-button').on('click', function() {\n        var tabName = $(this).data('tab');\n        \n        \/\/ Hide all tab contents\n        $('.rpg-tab-content').removeClass('active');\n        \n        \/\/ Remove active class from all buttons\n        $('.rpg-tab-button').removeClass('active');\n        \n        \/\/ Show the selected tab and mark button as active\n        $('#' + tabName).addClass('active');\n        $(this).addClass('active');\n    });\n    \n    \/\/ Function to create and insert iframe\n    function createIframe(videoId) {\n        const iframe = document.createElement('iframe');\n        iframe.src = 'https:\/\/www.youtube.com\/embed\/' + videoId;\n        iframe.setAttribute('allowfullscreen', 'true');\n        iframe.setAttribute('frameborder', '0');\n        iframe.setAttribute('allow', 'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture');\n        iframe.className = 'rpg-protected-iframe';\n        iframe.style.cssText = 'width: 100%; height: 100%; border: none; border-radius: 10px;';\n        return iframe;\n    }\n    \n    \/\/ Function to load video iframes\n    function loadVideoIframes() {\n        if (videosLoaded) return;\n        \n        console.log('RPG: Loading video iframes...');\n        \n        $('.rpg-video-item').each(function() {\n            const $item = $(this);\n            const videoId = $item.data('video-id');\n            \n            if (videoId && !$item.find('iframe').length) {\n                $item.find('.rpg-video-placeholder').remove();\n                const iframe = createIframe(videoId);\n                $item.append(iframe);\n            }\n        });\n        \n        videosLoaded = true;\n        \n        \/\/ Start protection after a short delay\n        setTimeout(startProtection, 500);\n    }\n    \n    \/\/ Smart protection system\n    function startProtection() {\n        if (protectionActive) return;\n        protectionActive = true;\n        \n        \/\/ Check every second for hidden iframes\n        setInterval(function() {\n            $('.rpg-protected-iframe').each(function() {\n                const $iframe = $(this);\n                const computedStyle = window.getComputedStyle(this);\n                \n                \/\/ Only fix if actually hidden\n                if (computedStyle.display === 'none' || \n                    computedStyle.visibility === 'hidden' || \n                    computedStyle.opacity === '0') {\n                    \n                    console.log('RPG: Fixing hidden iframe');\n                    $iframe.css({\n                        'display': 'block',\n                        'visibility': 'visible',\n                        'opacity': '1'\n                    });\n                }\n            });\n        }, 1000);\n    }\n    \n    \/\/ Image carousel functions\n    function changeImage(direction) {\n        const images = $('#rpgImageCarousel .rpg-carousel-image');\n        const dots = $('.rpg-image-carousel-container .rpg-carousel-dot');\n        \n        images.eq(currentImageIndex).removeClass('active');\n        dots.eq(currentImageIndex).removeClass('active');\n        \n        currentImageIndex = (currentImageIndex + direction + images.length) % images.length;\n        \n        images.eq(currentImageIndex).addClass('active');\n        dots.eq(currentImageIndex).addClass('active');\n    }\n    \n    function setCurrentImage(index) {\n        const images = $('#rpgImageCarousel .rpg-carousel-image');\n        const dots = $('.rpg-image-carousel-container .rpg-carousel-dot');\n        \n        images.eq(currentImageIndex).removeClass('active');\n        dots.eq(currentImageIndex).removeClass('active');\n        \n        currentImageIndex = index;\n        \n        images.eq(currentImageIndex).addClass('active');\n        dots.eq(currentImageIndex).addClass('active');\n    }\n    \n    \/\/ Video carousel functions\n    function changeVideo(direction) {\n        const videos = $('#rpgVideoCarousel .rpg-video-item');\n        const dots = $('.rpg-video-section .rpg-carousel-dot');\n        \n        videos.eq(currentVideoIndex).removeClass('active');\n        dots.eq(currentVideoIndex).removeClass('active');\n        \n        currentVideoIndex = (currentVideoIndex + direction + videos.length) % videos.length;\n        \n        videos.eq(currentVideoIndex).addClass('active');\n        dots.eq(currentVideoIndex).addClass('active');\n    }\n    \n    function setCurrentVideo(index) {\n        const videos = $('#rpgVideoCarousel .rpg-video-item');\n        const dots = $('.rpg-video-section .rpg-carousel-dot');\n        \n        videos.eq(currentVideoIndex).removeClass('active');\n        dots.eq(currentVideoIndex).removeClass('active');\n        \n        currentVideoIndex = index;\n        \n        videos.eq(currentVideoIndex).addClass('active');\n        dots.eq(currentVideoIndex).addClass('active');\n    }\n    \n    \/\/ Event handlers\n    $('#rpgPrevImage').on('click', function() {\n        changeImage(-1);\n        clearInterval(imageAutoAdvance);\n    });\n    \n    $('#rpgNextImage').on('click', function() {\n        changeImage(1);\n        clearInterval(imageAutoAdvance);\n    });\n    \n    $('.rpg-image-carousel-container .rpg-carousel-dot').on('click', function() {\n        const index = parseInt($(this).data('index'));\n        setCurrentImage(index);\n        clearInterval(imageAutoAdvance);\n    });\n    \n    $('#rpgPrevVideo').on('click', function() {\n        changeVideo(-1);\n    });\n    \n    $('#rpgNextVideo').on('click', function() {\n        changeVideo(1);\n    });\n    \n    $('.rpg-video-section .rpg-carousel-dot').on('click', function() {\n        const index = parseInt($(this).data('video-index'));\n        setCurrentVideo(index);\n    });\n    \n    \/\/ Auto-advance image carousel only\n    imageAutoAdvance = setInterval(function() {\n        changeImage(1);\n    }, 5000);\n    \n    \/\/ Load videos after 2 second delay\n    setTimeout(loadVideoIframes, 2000);\n});\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Obadiah Mercer @BrinyBlue | Followers: 80,683 \u2039 \u203a Faction: The Order Profile Photo About Me My name&#8217;s Obadiah, but most people call me Obie. I run The Brine Pool Lounge and Obie&#8217;s Tacos, where the drinks are strong, the music&#8217;s smooth, and the lighting is&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":16918,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-23771","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/23771","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/comments?post=23771"}],"version-history":[{"count":0,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/23771\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/16918"}],"wp:attachment":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/media?parent=23771"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}