{"id":23766,"date":"2025-08-07T09:06:43","date_gmt":"2025-08-07T13:06:43","guid":{"rendered":""},"modified":"2026-04-08T05:00:07","modified_gmt":"2026-04-08T09:00:07","slug":"ambrose-vasquez","status":"publish","type":"page","link":"https:\/\/havenrpg.net\/newsite\/characters\/ambrose-vasquez\/","title":{"rendered":"Ambrose Vasquez"},"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('');\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\">Ambrose Vasquez<\/h1>\n                <div class=\"rpg-follower-count\">@<span style=\"color:#a855f7\">P<span style=\"color:#a157f7\">r<span style=\"color:#9a59f7\">i<span style=\"color:#925af6\">m<span style=\"color:#008080\">.<span style=\"color:#8058db\">F<span style=\"color:#7554c0\">a<span style=\"color:#694fa5\">n<span style=\"color:#5e4b8a\">d<span style=\"color:#584482\">a<span style=\"color:#533c7a\">n<span style=\"color:#4d3571\">g<span style=\"color:#472d69\">o<span style=\"color:#c0c0c0\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span> | Followers: <span>7,610<\/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:\/\/i.imgur.com\/gLeypez.jpeg\" class=\"rpg-carousel-image active\" alt=\"Character 1\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/5X1okz3.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 2\">\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                        <\/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                        <p><strong>Society:<\/strong> <a href=\"https:\/\/havenrpg.net\/newsite\/game-info\/factions\/#courtbanner\" target=\"_blank\">The Illusium Court<\/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:#a855f7\">Librarian  <span style=\"color:#008080\">| <span style=\"color:#5e4b8a\">Relic Hunter <span style=\"color:#008080\">| <span style=\"color:#a855f7\">Practicioner <span style=\"color:#008080\">| <span style=\"color:#5e4b8a\">Psychic<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n                            <p><span style=\"color:#5e4b8a\">Alchemist  <span style=\"color:#008080\">| <span style=\"color:#a855f7\">Chamberlain  <span style=\"color:#008080\">| <span style=\"color:#5e4b8a\">Taxidermist  <span style=\"color:#008080\">| <span style=\"color:#a855f7\">Sophist<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n                            <p><span style=\"color:#a855f7\"> Espanol   <span style=\"color:#008080\">|<span style=\"color:#5e4b8a\">   Italiano   <span style=\"color:#008080\">|<span style=\"color:#a855f7\">   Wildling   <span style=\"color:#008080\">|<span style=\"color:#5e4b8a\">  Latin<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n                            <p><span style=\"color:#008080\">|           <span style=\"color:#a855f7\">710<span style=\"color:#008080\">&#8211;<span style=\"color:#a855f7\">0150<\/span><\/span><\/span><\/span>          <span style=\"color:#008080\">|<\/span><\/p>\n                            <p><span style=\"color:#008080\">@<span style=\"color:#a855f7\">P<span style=\"color:#a157f7\">r<span style=\"color:#9a59f7\">i<span style=\"color:#925af6\">m<span style=\"color:#008080\">.<span style=\"color:#8058db\">F<span style=\"color:#7554c0\">a<span style=\"color:#694fa5\">n<span style=\"color:#5e4b8a\">d<span style=\"color:#584482\">a<span style=\"color:#533c7a\">n<span style=\"color:#4d3571\">g<span style=\"color:#472d69\">o<span style=\"color:#c0c0c0\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>      <span style=\"color:#008080\">|   <span style=\"color:#472d69\">a<span style=\"color:#4b326f\">m<span style=\"color:#4f3774\">b<span style=\"color:#533c7a\">r<span style=\"color:#56417f\">o<span style=\"color:#5a4685\">s<span style=\"color:#5e4b8a\">e<span style=\"color:#008080\">@<span style=\"color:#6d51ae\">v<span style=\"color:#7554c0\">a<span style=\"color:#7c56d2\">s<span style=\"color:#8459e4\">q<span style=\"color:#8b5cf6\">u<span style=\"color:#905bf6\">e<span style=\"color:#955af6\">z<span style=\"color:#9a59f7\">.<span style=\"color:#9e57f7\">c<span style=\"color:#a356f7\">o<span style=\"color:#a855f7\">m<span style=\"color:#c0c0c0\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n                            <p><span style=\"color:#808080\">Proprietor and alchemist of <span style=\"color:#b9ffb8\">T<span style=\"color:#cbf5b0\">h<span style=\"color:#dceba8\">e <span style=\"color:#ffd797\">P<span style=\"color:#ffc595\">o<span style=\"color:#ffb393\">t<span style=\"color:#ffa090\">i<span style=\"color:#ff8e8e\">o<span style=\"color:#e97b7f\">n <span style=\"color:#be5660\">C<span style=\"color:#a84351\">e<span style=\"color:#a83f4e\">l<span style=\"color:#a73b4a\">l<span style=\"color:#a73647\">a<span style=\"color:#a63243\">r<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>.<\/p>\n                            <p><span style=\"color:#008080\"> o &#8211; <span style=\"color:#a8a8a8\">Inquiries welcome. Product available. Hiring alchemists.<\/span><\/span><\/p>\n                            <p><span style=\"color:#808080\">Proprietor and taxidermist of <span style=\"color:#b68d2d\">t<span style=\"color:#bc953d\">he<span style=\"color:#c29e4d\"> <span style=\"color:#c8a65d\">Lo<span style=\"color:#ceaf6d\">dg<span style=\"color:#d4b77d\">e<span style=\"color:#dac08d\"> o<span style=\"color:#e0c89d\">f<span style=\"color:#e6d1ad\"> t<span style=\"color:#ecdabe\">he <span style=\"color:#e4fdf9\">M<span style=\"color:#d5fbf4\">i<span style=\"color:#c6f9f0\">st<span style=\"color:#b7f7ec\">wa<span style=\"color:#c6f9f0\">lk<span style=\"color:#d5fbf4\">e<span style=\"color:#e4fdf9\">rs<span style=\"color:#808080\">.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n                            <p><span style=\"color:#008080\"> o &#8211; <span style=\"color:#a8a8a8\">Inquiries welcome. Hiring attendees and caretakers.<\/span><\/span><\/p>\n                            <p><span style=\"color:#808080\">Proprietor and manager of <span style=\"color:#a60b27\">T<span style=\"color:#bf0b20\">h<span style=\"color:#d90c19\">e <span style=\"color:#f50f12\">R<span style=\"color:#e1161a\">e<span style=\"color:#ce1d21\">d <span style=\"color:#ce312f\">H<span style=\"color:#e13e36\">e<span style=\"color:#f54b3c\">r<span style=\"color:#ee4d3e\">r<span style=\"color:#cc443d\">i<span style=\"color:#a93c3c\">n<span style=\"color:#87333b\">g<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>.<\/p>\n                            <p><span style=\"color:#008080\"> o &#8211; <span style=\"color:#a8a8a8\">Inquiries welcome. Hiring attendees.<\/span><\/span><\/p>\n                            <p><span style=\"color:#808080\">Owner and caretaker of <span style=\"color:#aa1d1d\">Ca<span style=\"color:#bb1b1b\">sa <span style=\"color:#cc1a1a\">Ca<span style=\"color:#dd1919\">lie<span style=\"color:#ee1818\">nte<span style=\"color:#808080\"> <span style=\"color:#008080\">\/ <span style=\"color:#ee1818\">Vi<span style=\"color:#dd1919\">lla<span style=\"color:#cc1a1a\"> V<span style=\"color:#bb1b1b\">asq<span style=\"color:#aa1d1d\">uez<span style=\"color:#808080\">.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n                            <p><span style=\"color:#008080\"> o &#8211; <span style=\"color:#a8a8a8\">Rooms potentially available on case-by-case basis.<\/span><\/span><\/p>\n                            <p><span style=\"color:#808080\">Practicioner <span style=\"color:#008080\">(<span style=\"color:#808080\">Illusions<span style=\"color:#008080\">, <span style=\"color:#808080\">Necromancy<span style=\"color:#008080\">)<span style=\"color:#808080\">, student of Dante Esposito, student of Elias Somervale.<\/p>\n                            <p><span style=\"color:#008080\"> o &#8211; <span style=\"color:#a8a8a8\">Apprentice<span style=\"color:#008080\">:<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span> <span style=\"color:#a8a8a8\">Patience Vasquez<\/p>\n                            <p><span style=\"color:#008080\"> o &#8211; <span style=\"color:#a8a8a8\">Apprentice<span style=\"color:#008080\">:<\/span><\/span><\/span><\/span> <span style=\"color:#a8a8a8\">Alice Renwick<\/p>\n                            <p><span style=\"color:#808080\">Keeper of vast reliquary information. Currently <span style=\"color:#008080\">26<span style=\"color:#808080\"> pieces tracked.<\/span><\/span><\/span><\/span><\/p>\n                            <p><span style=\"color:#008080\"> o &#8211; <span style=\"color:#a8a8a8\">Research assistance available, for a price.<\/span><\/span><\/p>\n                            \n                            <h3>Quote<\/h3>\n                            <p><\/p>\n                            \n                            <h3>Joke<\/h3>\n                            <p>  <span style=\"color:#5e4b8a\">Fear the dread Hatchetmen of <span style=\"color:#a855f7\">ICP<span style=\"color:#5e4b8a\">, and their foul <span style=\"color:#a855f7\">Faygo Bargains<span style=\"color:#5e4b8a\">.  <span style=\"color:#5e4b8a\">Use <span style=\"color:#a855f7\">cold iron<span style=\"color:#5e4b8a\"> against them, as <span style=\"color:#a855f7\">magnetism<span style=\"color:#5e4b8a\"> confuses and ills them.<\/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><span style=\"color:#808080\">This <span style=\"color:#808080\">profile <span style=\"color:#808080\">pic <span style=\"color:#808080\">is, <span style=\"color:#808080\">oddly, <span style=\"color:#808080\">a <span style=\"color:#808080\">snapshot <span style=\"color:#808080\">OF <span style=\"color:#808080\">a <span style=\"color:#808080\">physical <span style=\"color:#808080\">photograph, <span style=\"color:#808080\">which      <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#808080\">itself                                                                      <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#808080\">was <span style=\"color:#808080\">previously <span style=\"color:#808080\">printed <span style=\"color:#808080\">out. <span style=\"color:#808080\">It <span style=\"color:#808080\">depicts <span style=\"color:#808080\">the <span style=\"color:#808080\">man <span style=\"color:#808080\">in <span style=\"color:#808080\">question <span style=\"color:#808080\">in <span style=\"color:#808080\">full <span style=\"color:#808080\">formal   <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#808080\">dress, <span style=\"color:#808080\">chin <span style=\"color:#808080\">lifted, <span style=\"color:#808080\">as <span style=\"color:#808080\">though <span style=\"color:#808080\">posing <span style=\"color:#808080\">for <span style=\"color:#808080\">a <span style=\"color:#808080\">portrait.<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>                        <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>This is a severe, sharply-sculpted stalk of a man in his early thirties.    <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>He is 6&#8217;3&#8243; and has pale and pasty flesh, black hair, and blue eyes.         <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>You can see his face.                                                       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>Despite the sharp and slim silhouette this rawboned fellow cuts, the        <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>movements of his gangly limbs tend to be slow, methodical, and precise.     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>Expressions often are similarly deadened and delayed.                       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#6c6c6c\">A <span style=\"color:#767676\">sho<span style=\"color:#626262\">ck <span style=\"color:#6c6c6c\">of<span style=\"color:#626262\"> du<span style=\"color:#767676\">sky<span style=\"color:#585858\"> b<span style=\"color:#585858\">lac<span style=\"color:#6c6c6c\">k h<span style=\"color:#626262\">air<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span> crowns his head, a few errant locks of the      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#767676\">st<span style=\"color:#767676\">yl<span style=\"color:#585858\">iz<span style=\"color:#626262\">ed,<span style=\"color:#6c6c6c\"> t<span style=\"color:#626262\">ex<span style=\"color:#585858\">tur<span style=\"color:#6c6c6c\">ed<span style=\"color:#626262\"> s<span style=\"color:#6c6c6c\">hag<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span> framing the sharp angles of his face. Lending some  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>softness to his countenance and a much-needed splash of color amongst the   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>pallor, his <span style=\"color:#5fd7ff\">b<span style=\"color:#5fd7d7\">ab<span style=\"color:#5fd7ff\">y b<span style=\"color:#5fd7d7\">lu<span style=\"color:#5fd7ff\">e e<span style=\"color:#5fd7d7\">ye<span style=\"color:#5fd7ff\">s<\/span><\/span><\/span><\/span><\/span><\/span><\/span> nonetheless bear <span style=\"color:#b2b2b2\">d<span style=\"color:#a8a8a8\">a<span style=\"color:#9e9e9e\">r<span style=\"color:#949494\">k <span style=\"color:#8a8a8a\">c<span style=\"color:#808080\">i<span style=\"color:#8a8a8a\">r<span style=\"color:#949494\">c<span style=\"color:#9e9e9e\">l<span style=\"color:#a8a8a8\">e<span style=\"color:#b2b2b2\">s<\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span> beneath them,      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>testament to long nights. High cheekbones and a patrician nose complement   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>the defined, smooth-shaven sculpture of his jawline.                        <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>    a pale periwinkle paisley cravat, knotted and tied                      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) a knee-length ebon tailcoat with silk-faced lapels                      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) double-breasted Gramercy waistcoat in black velvet                      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) a long-sleeve eggshell dress shirt with wide cuffs                      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">D<\/span>) a long, thin pair of matte black leather gauntlets                      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">D<\/span>) a crisply pressed pair of flat-front ebon trousers                      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>    a sleek and shiny pair of round-toed penny loafers                      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#87d7d7\">S<\/span>) a crystal-inlaid silver pocketwatch with fob chain                      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">C<\/span>) a box-cornered buckling black leather attache case                      <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=\"KOOhPfMbuIQ\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"b5RuDEA20-A\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"WZxyfTi8V0M\">\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>Ambrose Vasquez @Prim.Fandango | Followers: 7,610 \u2039 \u203a Faction: The Order Society: The Illusium Court Profile Photo About Me Librarian | Relic Hunter | Practicioner | Psychic Alchemist | Chamberlain | Taxidermist | Sophist Espanol | Italiano | Wildling | Latin | 710&#8211;0150 | @Prim.Fandango&#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-23766","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/23766","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=23766"}],"version-history":[{"count":1,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/23766\/revisions"}],"predecessor-version":[{"id":23767,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/23766\/revisions\/23767"}],"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=23766"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}