{"id":29634,"date":"2026-04-11T07:28:44","date_gmt":"2026-04-11T11:28:44","guid":{"rendered":""},"modified":"2026-04-29T05:00:05","modified_gmt":"2026-04-29T09:00:05","slug":"yukino-mikage","status":"publish","type":"page","link":"https:\/\/havenrpg.net\/newsite\/characters\/yukino-mikage\/","title":{"rendered":"Yukino Mikage"},"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:\/\/i.imgur.com\/XT1FlCB.jpeg');\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\">Yukino Mikage<\/h1>\n                <div class=\"rpg-follower-count\">@MikageYukino | Followers: <span>20,570<\/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\/RQzCb0L.jpeg\" class=\"rpg-carousel-image active\" alt=\"Character 1\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/djcTi1O.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 2\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/Aa8iKRe.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 3\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/2WVeZrJ.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 4\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/7XRrWnD.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 5\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/3tXQUjj.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 6\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/WOcYFP0.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 7\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/Z3DsXCL.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 8\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/PcYyGiI.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 9\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/cHKtbFr.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 10\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/yeszWuz.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 11\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/uEpptn1.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 12\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/yw1ulAw.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 13\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/C4WngWL.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 14\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/kCcmYLA.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 15\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/jOsfv2J.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 16\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/8wzZ1bU.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 17\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/egHfS7f.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 18\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/zOQBjCo.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 19\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/zvon3SV.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 20\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/AWpDcpH.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 21\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/FkiMayg.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 22\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/MaSVwBQ.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 23\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/lFVAk2S.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 24\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/pkrO1GV.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 25\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/i2czTdd.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 26\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/ldQjWPr.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 27\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/NdJzGVQ.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 28\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/WkOkBAu.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 29\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/rau2I58.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 30\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/Lm8y2cm.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 31\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/63LnrFh.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 32\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/Q0quU4C.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 33\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/lRCjiMX.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 34\">\n                        <img decoding=\"async\" src=\"https:\/\/i.imgur.com\/gRMCVaH.jpeg\" class=\"rpg-carousel-image\" alt=\"Character 35\">\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                            <button class=\"rpg-carousel-dot\" data-index=\"5\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"6\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"7\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"8\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"9\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"10\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"11\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"12\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"13\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"14\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"15\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"16\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"17\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"18\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"19\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"20\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"21\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"22\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"23\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"24\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"25\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"26\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"27\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"28\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"29\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"30\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"31\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"32\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"33\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"34\"><\/button>\n                        <\/div>\n                    <\/div>\n                    \n                    \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>Born: December 2007, Kanazawa<\/p>\n                            <p>Education: Kanazawa Izumigaoka High School (graduated 2025)<\/p>\n                            <p>Residence: Currently abroad (New Haven, United States) for a gap year<\/p>\n                            <p>Status: Dependent of estate, trust beneficiary<\/p>\n                            <p>Blood type: A+<\/p>\n                            \n                            <h3>Quote<\/h3>\n                            <p><\/p>\n                            \n                            <h3>Joke<\/h3>\n                            <p><\/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>Her chin rests lightly on her hand, dark eyes are drifting somewhere past   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>the lens, and a faint smile suggests she&#8217;s thinking of something.           <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>This is a wisp of an asian girl in her late teens with small F cup breasts. <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>You would judge her to be a <span style=\"color:#00d7ff\">9.0<\/span> out of 10.                                  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>She is 4&#8217;10&#8221; and has <span style=\"color:#fff4eb\">crea<span style=\"color:#fff5ef\">my pale <span style=\"color:#fff4eb\">skin<span style=\"color:#c0c0c0\"><\/span><\/span><\/span><\/span>, <span style=\"color:#191970\">s<span style=\"color:#262662\">o<span style=\"color:#373754\">ft <span style=\"color:#353354\">l<span style=\"color:#36323f\">us<span style=\"color:#36302f\">t<span style=\"color:#343131\">r<span style=\"color:#292728\">o<span style=\"color:#1b1a1b\">us <span style=\"color:#343131\">b<span style=\"color:#36302f\">l<span style=\"color:#36323f\">ac<span style=\"color:#353354\">k <span style=\"color:#373754\">ha<span style=\"color:#262662\">i<span style=\"color:#191970\">r<span style=\"color:#c0c0c0\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>, and        <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#424242\">a<span style=\"color:#3e332a\">lm<span style=\"color:#3b2412\">os<span style=\"color:#361902\">t-<span style=\"color:#2d1b0c\">bl<span style=\"color:#241c16\">ack <span style=\"color:#2d1b0c\">br<span style=\"color:#361902\">ow<span style=\"color:#3b2412\">n <span style=\"color:#3e332a\">ey<span style=\"color:#424242\">es<span style=\"color:#c0c0c0\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>.                                                    <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>You can see her face, neck, upper chest, arms with an animated tattoo, and  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>hands.                                                                      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#ff99cc\">She is extremely petite, carrying curves that seem to belong to a larger    <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>woman, and she moves light on her feet.<span style=\"color:#c0c0c0\"><\/span> <span style=\"color:#000000\">.<span style=\"color:#c0c0c0\"><\/span><\/span>                                   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#000000\">.<span style=\"color:#c0c0c0\"><\/span><\/span>                                                                           <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#000000\">.<span style=\"color:#c0c0c0\"><\/span><\/span> <span style=\"color:#38302c\">A ribbon <span style=\"color:#363247\">gathers her hai<span style=\"color:#35355a\">r at the nape of <span style=\"color:#373753\">her neck, the length falling in  <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#35355a\">a low tail that <span style=\"color:#363247\">sways with her <span style=\"color:#38302c\">movement.<span style=\"color:#c0c0c0\"><\/span><\/span><\/span><\/span> <span style=\"color:#eae0d8\">Her forehead is sm<span style=\"color:#f0e7e3\">ooth and gently  <span style=\"color:#008080\">| <\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>rounded, it may partially veiled by her hair, the sk<span style=\"color:#eae0d8\">in clear and even.<span style=\"color:#c0c0c0\"><\/span><\/span> <span style=\"color:#eae0d8\">Her  <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>eyes are <span style=\"color:#424242\">de<span style=\"color:#3f342b\">ep <span style=\"color:#3b2514\">b<span style=\"color:#371901\">ro<span style=\"color:#2e1b0b\">wn<span style=\"color:#261c14\">, ne<span style=\"color:#2e1b0b\">ar<span style=\"color:#371901\">ly <span style=\"color:#3b2514\">b<span style=\"color:#3f342b\">la<span style=\"color:#424242\">ck<span style=\"color:#c0c0c0\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><span style=\"color:#f0e7e3\">, framed by soft natural brows. The outer  <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>corners tilt gently downward. Her lashes are long and dark, her double lids <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>are smooth, wit<span style=\"color:#eae0d8\">h soft puffiness beneath her eyes.<span style=\"color:#c0c0c0\"><\/span><\/span> <span style=\"color:#fff4eb\">Her face tapers softly    <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>from a feminine jaw to a deli<span style=\"color:#fff5ef\">cate chin, the lines gentle rather than sharp. <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>Her lips are full and softly shaped, tinted a muted coral<span style=\"color:#fff4eb\">-rose, the lower   <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>lip slightly fuller than the upper.<span style=\"color:#c0c0c0\"><\/span> <span style=\"color:#000000\">.<span style=\"color:#c0c0c0\"><\/span><\/span>                                       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#000000\">.<span style=\"color:#c0c0c0\"><\/span><\/span>                                                                           <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#000000\">.<span style=\"color:#c0c0c0\"><\/span><\/span> <span style=\"color:#fff4eb\">Her neck is slender a<span style=\"color:#fff5ef\">nd graceful, the line from jaw to shoulder <span style=\"color:#fff4eb\">smooth    <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>and unbroken.<span style=\"color:#c0c0c0\"><\/span> <span style=\"color:#fff4eb\">Her upper arms ar<span style=\"color:#fff5ef\">e slim and soft, lacking visible m<span style=\"color:#fff4eb\">uscle      <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>definition while <span style=\"color:#fff8e8\">a <span style=\"color:#fff5df\">pa<span style=\"color:#fff1d7\">le <span style=\"color:#ffeece\">b<span style=\"color:#ffe8c1\">ut<span style=\"color:#ffeccc\">te<span style=\"color:#fff1da\">rf<span style=\"color:#fff6e7\">ly <span style=\"color:#fffbf5\">dr<span style=\"color:#f6f7f9\">if<span style=\"color:#d2d8e1\">ts <span style=\"color:#afb8c9\">a<span style=\"color:#7989a5\">cr<span style=\"color:#5e7293\">os<span style=\"color:#7d8eab\">s <span style=\"color:#9baac3\">her <span style=\"color:#bac7db\">u<span style=\"color:#d9e3f3\">pp<span style=\"color:#e9f2ff\">er <span style=\"color:#ebf4ff\">a<span style=\"color:#edf5ff\">rm<span style=\"color:#eff6ff\">, <span style=\"color:#eff7ff\">its <span style=\"color:#eef6ff\">w<span style=\"color:#ecf4ff\">in<span style=\"color:#ebf3ff\">gs    <span style=\"color:#008080\">| <\/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>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#e9f2ff\">f<span style=\"color:#ebf3ff\">ai<span style=\"color:#ecf4ff\">nt<span style=\"color:#eef6ff\">ly <span style=\"color:#eff7ff\">lu<span style=\"color:#eff6ff\">mi<span style=\"color:#edf5ff\">no<span style=\"color:#ebf4ff\">us<span style=\"color:#e9f2ff\">, <span style=\"color:#d9e3f3\">tr<span style=\"color:#bac7db\">ai<span style=\"color:#9baac3\">lin<span style=\"color:#7d8eab\">g <span style=\"color:#5e7293\">so<span style=\"color:#7989a5\">ft <span style=\"color:#afb8c9\">s<span style=\"color:#d2d8e1\">ta<span style=\"color:#f6f7f9\">rl<span style=\"color:#fffbf5\">ig<span style=\"color:#fff6e7\">ht <span style=\"color:#fff1da\">as <span style=\"color:#ffeccc\">i<span style=\"color:#ffe8c1\">t <span style=\"color:#ffeece\">wa<span style=\"color:#fff1d7\">nd<span style=\"color:#fff5df\">er<span style=\"color:#fff8e8\">s.<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><\/span><\/span><\/span><\/span><\/span><\/span><\/span> <span style=\"color:#fff4eb\">Her hands are      <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>small and <span style=\"color:#fff5ef\">fine-boned, fingers slender and tapered, nai<span style=\"color:#fff4eb\">ls kept neat and      <span style=\"color:#008080\">| <\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>clean.<span style=\"color:#c0c0c0\"><\/span> <span style=\"color:#fff4eb\">Her upper chest has the collarbones v<span style=\"color:#fff5ef\">isible but not sharp, curving   <span style=\"color:#008080\">| <\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>gently beneath her skin. The hollow at the b<span style=\"color:#fff4eb\">ase of her throat is soft and   <span style=\"color:#008080\">| <\/span><\/span>\n<span style=\"color:#008080\">| <\/span>shallow.<span style=\"color:#c0c0c0\"><\/span>                                                                    <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><u>She is using:<\/u>                                                               <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) <span style=\"color:#788db5\">a<span style=\"color:#6c96be\">n <span style=\"color:#53a8d1\">i<span style=\"color:#46b1db\">P<span style=\"color:#3abae4\">h<span style=\"color:#2ec3ee\">o<span style=\"color:#21ccf7\">n<span style=\"color:#18d4ff\">e <span style=\"color:#1fdaff\">1<span style=\"color:#23deff\">6 <span style=\"color:#2ae5ff\">P<span style=\"color:#2ee8ff\">r<span style=\"color:#32ecff\">o <span style=\"color:#43ddff\">M<span style=\"color:#4fd0ff\">a<span style=\"color:#5ac3ff\">x <span style=\"color:#71a9ff\">i<span style=\"color:#7d9cff\">n <span style=\"color:#9589ff\">a <span style=\"color:#b08bff\">p<span style=\"color:#be8cff\">e<span style=\"color:#cc8dff\">a<span style=\"color:#da8eff\">r<span style=\"color:#e88fff\">l<span style=\"color:#f590ff\">e<span style=\"color:#fa92f5\">s<span style=\"color:#fb96e5\">c<span style=\"color:#fc99d5\">e<span style=\"color:#fc9dc5\">n<span style=\"color:#fda0b6\">t <span style=\"color:#fea796\">s<span style=\"color:#ffaa87\">h<span style=\"color:#ffb28d\">e<span style=\"color:#ffbb98\">l<span style=\"color:#ffc3a2\">l <span style=\"color:#ffd4b8\">c<span style=\"color:#ffddc3\">a<span style=\"color:#ffe5cd\">s<span style=\"color:#ffeed8\">e<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><\/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\">| <\/span>(<span style=\"color:#008080\">E<\/span>) <span style=\"color:#1a4a96\">a <span style=\"color:#1d53a4\">len<span style=\"color:#205cb3\">gth <span style=\"color:#2469c1\">of <span style=\"color:#2c75cc\">de<span style=\"color:#3981d3\">ep s<span style=\"color:#4d92dd\">app<span style=\"color:#5d9ee3\">hir<span style=\"color:#6ea7e7\">e s<span style=\"color:#7fb1eb\">ilk <span style=\"color:#91baee\">ribbo<span style=\"color:#7fb1eb\">n t<span style=\"color:#6ea7e7\">ied <span style=\"color:#5d9ee3\">so<span style=\"color:#4d92dd\">ftl<span style=\"color:#3981d3\">y th<span style=\"color:#2c75cc\">rou<span style=\"color:#2469c1\">gh <span style=\"color:#205cb3\">the <span style=\"color:#1d53a4\">ha<span style=\"color:#1a4a96\">ir<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><\/span>      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) <span style=\"color:#42424a\">a s<span style=\"color:#4d4243\">oft bl<span style=\"color:#4e424c\">ack o<span style=\"color:#424b5f\">ff-sho<span style=\"color:#425358\">ulder <span style=\"color:#4b5e63\">top w<span style=\"color:#5a5a70\">ith l<span style=\"color:#495d61\">ong fi<span style=\"color:#425358\">tted <span style=\"color:#43495e\">sleeve<span style=\"color:#4e424c\">s at <span style=\"color:#4c4243\">the wr<span style=\"color:#42424a\">ist<span style=\"color:#c0c0c0\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) <span style=\"color:#334a73\">a p<span style=\"color:#38527e\">air o<span style=\"color:#3e5988\">f sl<span style=\"color:#4a6289\">im-cu<span style=\"color:#5b6d8a\">t dar<span style=\"color:#59667a\">k jea<span style=\"color:#4e5662\">ns with a <span style=\"color:#59667a\">mid-<span style=\"color:#5b6d8a\">rise <span style=\"color:#4a6289\">waist <span style=\"color:#3e5988\">and <span style=\"color:#38527e\">raw <span style=\"color:#334a73\">hem<span style=\"color:#c0c0c0\"><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>         <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(<span style=\"color:#008080\">E<\/span>) <span style=\"color:#3f3f43\">a pa<span style=\"color:#4a4d50\">ir of <span style=\"color:#54585b\">simple <span style=\"color:#5f5f5e\">black <span style=\"color:#6a635b\">leather <span style=\"color:#746961\">flats <span style=\"color:#6a635b\">with a <span style=\"color:#5e5f5f\">soft <span style=\"color:#54585b\">rounded <span style=\"color:#494b4e\">toe s<span style=\"color:#3f3f43\">hape<span style=\"color:#c0c0c0\"><\/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=\"HMLW6s-_MlE\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"M6-vUDih4iA\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"w8ZFj8NNuHA\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"UajUwW7WlOs\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    <div class=\"rpg-video-item\" data-video-id=\"M4qia9UdLdM\">\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                        <button class=\"rpg-carousel-dot\" data-video-index=\"6\"><\/button>\n                        <button class=\"rpg-carousel-dot\" data-video-index=\"8\"><\/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>Yukino Mikage @MikageYukino | Followers: 20,570 \u2039 \u203a Profile Photo About Me Born: December 2007, Kanazawa Education: Kanazawa Izumigaoka High School (graduated 2025) Residence: Currently abroad (New Haven, United States) for a gap year Status: Dependent of estate, trust beneficiary Blood type: A+ Quote Joke&#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-29634","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/29634","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=29634"}],"version-history":[{"count":0,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/29634\/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=29634"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}