{"id":563,"date":"2026-02-18T13:59:19","date_gmt":"2026-02-18T13:59:19","guid":{"rendered":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/?p=563"},"modified":"2026-02-18T14:51:16","modified_gmt":"2026-02-18T14:51:16","slug":"unlocked-borderlands-4s-youre-so-vein-skin","status":"publish","type":"post","link":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/","title":{"rendered":"We Didn&#8217;t Let Go: The Bloody, Beautiful Weekend That Unlocked Borderlands 4&#8217;s &#8220;You&#8217;re So Vein&#8221; Skin"},"content":{"rendered":"\r\n<article id=\"custom-article\" style=\"line-height: 1.6; color: #e6e6e6; background: #18181b; padding: 30px; border-radius: 16px; max-width: 900px; margin: auto;\" itemscope itemtype=\"https:\/\/schema.org\/Article\">\r\n<style>\r\n    \/* ---------------------- BASE TYPOGRAPHY ---------------------- *\/\r\n    #custom-article { font-family: Arial, sans-serif; line-height: 1.6; max-width: 1200px; margin: 0 auto; padding: 20px; }\r\n    #custom-article h1, #custom-article h2, #custom-article h3 { color: #F44336; }\r\n    #custom-article h1 { font-size: 32px; }\r\n    #custom-article h2 { font-size: 26px; margin-top: 25px; }\r\n    #custom-article h3 { font-size: 20px; margin-top: 20px; }\r\n    #custom-article p, #custom-article ul, #custom-article li { color: #e6e6e6; }\r\n    \/* ---------------------- SECTIONS ---------------------- *\/\r\n    #custom-article section { margin-bottom: 40px; padding: 20px; background-color: #1f1f23; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }\r\n    #custom-article section.visible { opacity: 1; transform: translateY(0); }\r\n    \/* ---------------------- ACCORDION & INTERACTIVE LIST ---------------------- *\/\r\n    #custom-article .accordion, #custom-article .tips-list li {\r\n        cursor: pointer;\r\n        background-color: #1f1f23;\r\n        padding: 15px;\r\n        border-radius: 5px;\r\n        transition: background-color 0.3s;\r\n        margin-bottom: 10px;\r\n        color: #e6e6e6;\r\n        font-weight: bold;\r\n    }\r\n    #custom-article .accordion:hover, #custom-article .tips-list li:hover { background-color: #2a2a2e; }\r\n    #custom-article .accordion i.fa-chevron-down, #custom-article .tips-list li i.fa-chevron-down { float: right; transition: transform 0.3s; }\r\n    #custom-article .accordion.active i.fa-chevron-down, #custom-article .tips-list li.active i.fa-chevron-down { transform: rotate(180deg); }\r\n    #custom-article .hidden-content, #custom-article .tip-content { display: none; margin-top: 10px; padding: 10px; background-color: #1f1f23; border-radius: 5px; }\r\n    \/* ---------------------- LIGHTBOX ---------------------- *\/\r\n    #lightbox-overlay { position: fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.85); display:none; justify-content:center; align-items:center; z-index:9999; }\r\n    #lightbox-overlay img { max-width:90%; max-height:90%; border-radius:8px; box-shadow:0 0 20px rgba(0,0,0,0.5); }\r\n    \/* ---------------------- IMAGES ---------------------- *\/\r\n    #custom-article .centered-image, #custom-article .aligncenter { display:block; margin:20px auto; max-width:300px; height:auto; border-radius:8px; cursor:pointer; }\r\n    \/* ---------------------- LINKS ---------------------- *\/\r\n    #custom-article a { color:#007bff; text-decoration:none; }\r\n    #custom-article a:hover { text-decoration:underline; }\r\n    \/* ---------------------- RESPONSIVE ---------------------- *\/\r\n    @media(max-width:600px) {\r\n        #custom-article { padding: 15px; }\r\n        #custom-article h1 { font-size: 24px; }\r\n        #custom-article h2 { font-size: 20px; }\r\n        #custom-article .centered-image { margin: 10px auto; }\r\n    }\r\n    \/* ---------------------- VEIN ANIMATION ---------------------- *\/\r\n    #custom-article .vein-tease { position: relative; overflow: hidden; }\r\n    #custom-article .vein-tease::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,0,80,0.3) 0%, transparent 70%); opacity: 0; transition: opacity 0.4s; animation: pulseVein 3s infinite; }\r\n    #custom-article .vein-tease:hover::after { opacity: 1; }\r\n    @keyframes pulseVein { 0%,100% { transform: scale(0.8); } 50% { transform: scale(1.1); } }\r\n    \/* ---------------------- PREMIUM COPY CODE PANEL ---------------------- *\/\r\n    .code-panel {\r\n        background: #0a0a0f;\r\n        border: 4px solid #ff3366;\r\n        border-radius: 20px;\r\n        padding: 32px;\r\n        box-shadow: 0 0 50px rgba(255,51,102,0.45);\r\n        margin-top: 15px;\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n    .code-panel::before {\r\n        content: '';\r\n        position: absolute;\r\n        top: -2px; left: -2px; right: -2px; bottom: -2px;\r\n        border: 2px solid #ff6699;\r\n        border-radius: 20px;\r\n        opacity: 0.3;\r\n        animation: neonPulse 2s infinite alternate;\r\n    }\r\n    @keyframes neonPulse { from { opacity: 0.2; } to { opacity: 0.5; } }\r\n    .code-header {\r\n        font-size: 13px;\r\n        letter-spacing: 2px;\r\n        color: #bbb;\r\n        text-transform: uppercase;\r\n        margin-bottom: 12px;\r\n    }\r\n    .code-display {\r\n        background: #111118;\r\n        border: 3px solid #ff3366;\r\n        border-radius: 12px;\r\n        padding: 18px;\r\n        margin-bottom: 20px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 8px;\r\n    }\r\n    .code-line {\r\n        font-family: monospace;\r\n        font-size: 21px;\r\n        color: #ff66aa;\r\n        letter-spacing: 3px;\r\n        line-height: 1.1;\r\n    }\r\n    .copy-btn-wrapper {\r\n        display: flex;\r\n        justify-content: center;\r\n    }\r\n    .copy-btn {\r\n        background: linear-gradient(135deg, #ff3366, #ff6699);\r\n        color: #fff;\r\n        border: none;\r\n        padding: 16px 38px;\r\n        border-radius: 50px;\r\n        font-size: 17px;\r\n        font-weight: bold;\r\n        cursor: pointer;\r\n        display: inline-flex;\r\n        align-items: center;\r\n        gap: 12px;\r\n        box-shadow: 0 8px 25px rgba(255,51,102,0.6);\r\n        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\r\n        white-space: nowrap;\r\n        min-width: 220px;\r\n        justify-content: center;\r\n    }\r\n    .copy-btn:hover {\r\n        transform: translateY(-3px) scale(1.04);\r\n        box-shadow: 0 15px 35px rgba(255,51,102,0.75);\r\n    }\r\n    .copy-btn.copied {\r\n        background: linear-gradient(135deg, #4caf50, #66bb6a);\r\n        box-shadow: 0 8px 25px rgba(76,175,80,0.6);\r\n    }\r\n    .copy-btn i { font-size: 20px; transition: transform 0.3s; }\r\n    .copy-btn.copied i { transform: scale(1.4); }\r\n    #copy-toast {\r\n        position: fixed;\r\n        bottom: 30px;\r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        background: #4caf50;\r\n        color: white;\r\n        padding: 16px 32px;\r\n        border-radius: 50px;\r\n        box-shadow: 0 10px 30px rgba(0,0,0,0.7);\r\n        font-weight: bold;\r\n        display: none;\r\n        align-items: center;\r\n        gap: 12px;\r\n        z-index: 10000;\r\n        animation: toastPop 0.4s ease;\r\n    }\r\n    @keyframes toastPop { 0% { transform: translateX(-50%) scale(0.7); opacity:0; } 100% { transform: translateX(-50%) scale(1); opacity:1; } }\r\n    \/* ---------------------- SKIN SHOWCASE GRID ---------------------- *\/\r\n    .showcase-grid {\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        justify-content: center;\r\n        gap: 25px;\r\n        margin: 25px 0;\r\n    }\r\n    .showcase-grid .centered-image {\r\n        flex: 1 1 45%;\r\n        max-width: 45%;\r\n        box-shadow: 0 8px 25px rgba(0,0,0,0.5);\r\n        transition: transform 0.3s ease;\r\n    }\r\n    .showcase-grid .centered-image:hover {\r\n        transform: scale(1.03);\r\n    }\r\n    @media(max-width: 700px) {\r\n        .showcase-grid .centered-image {\r\n            flex: 1 1 100%;\r\n            max-width: 100%;\r\n        }\r\n    }\r\n<\/style>\r\n<header>\r\n    <meta itemprop=\"headline\" content=\"Borderlands 4 Community Triumph The Weekend We Hit 543035 Revives And Unlocked Youre So Vein Skin\" \/>\r\n    <meta itemprop=\"datePublished\" content=\"2026-02-18\" \/>\r\n    <meta itemprop=\"dateModified\" content=\"2026-02-18\" \/>\r\n    <p itemprop=\"description\">Vault Hunters across every platform smashed a global revive goal and earned a throbbing crimson skin for every hunter. Here is the full story plus how to claim yours right now.<\/p>\r\n<\/header>\r\n<main>\r\n<!-- ===================== INTRO SECTION ===================== -->\r\n<section id=\"intro\">\r\n    <h2><i class=\"fa fa-info-circle\"><\/i> The Weekend That Proved Co Op Still Rules Borderlands 4 <\/h2>\r\n    <p>Between February 12 and 16 2026 Gearbox Software challenged the entire player base to hit 500000 successful revives in co op matches. The reward was a brand new Vault Hunter skin called Youre So Vein. This pulsating crimson and violet design covers armor in throbbing veins and makes eyes glow with Eridium energy. It works on all four hunters.<\/p>\r\n    <div class=\"vein-tease\">\r\n        <img decoding=\"async\" src=\"https:\/\/gamingwithdaopa.ellatha.com\/wp-content\/uploads\/2026\/02\/bl4-vein-skin-tease.jpg\" data-large=\"https:\/\/gamingwithdaopa.ellatha.com\/wp-content\/uploads\/2026\/02\/bl4-vein-skin-tease-large.jpg\" alt=\"Youre So Vein skin preview on Vault Hunters\" class=\"centered-image\"\/>\r\n    <\/div>\r\n    <p>We did not just reach the mark. The final tally reached 543035 revives. Gearbox announced the victory on social media with the message That was some sweet lovin. Along with the news came the SHiFT code that unlocks the skin for every account.<\/p>\r\n<\/section>\r\n\r\n<!-- ===================== PREMIUM COPY CODE SECTION ===================== -->\r\n<section id=\"instant-copy\">\r\n    <h2><i class=\"fa fa-gift\" style=\"color:#ff3366\"><\/i> Grab The Code In One Tap <\/h2>\r\n    <div class=\"code-panel\">\r\n        <div class=\"code-header\">SHIFT CODE READY TO REDEEM<\/div>\r\n        <div class=\"code-display\">\r\n            <div class=\"code-line\">BH633-66F5C-<\/div>\r\n            <div class=\"code-line\">WFBB5-33TJB-CBSR9<\/div>\r\n        <\/div>\r\n        <div class=\"copy-btn-wrapper\">\r\n            <button id=\"copy-button\" class=\"copy-btn\">\r\n                <i class=\"fa fa-clipboard\"><\/i>\r\n                <span id=\"copy-text\">COPY TO CLIPBOARD<\/span>\r\n            <\/button>\r\n        <\/div>\r\n    <\/div>\r\n    <p style=\"text-align:center; margin-top:18px; font-size:15px; color:#ccc;\">Valid until December 31 2030. One redemption per account. Works on Steam Epic PlayStation Xbox and 2K Launcher.<\/p>\r\n<\/section>\r\n\r\n<!-- ===================== SKIN SHOWCASE SECTION ===================== -->\r\n<section id=\"skin-showcase\">\r\n    <h2><i class=\"fa fa-eye\"><\/i> Youre So Vein Skin In Action <\/h2>\r\n    <p>Click any image below to enlarge and see the full high resolution detail of this community earned skin on different Vault Hunters.<\/p>\r\n    <div class=\"showcase-grid\">\r\n        <img decoding=\"async\" src=\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2026\/02\/exo-soldier-youre-so-vein-skin-300x268.jpg\" data-large=\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2026\/02\/exo-soldier-youre-so-vein-skin.jpg\" alt=\"exo soldier youre so vein skin\" class=\"centered-image\"\/>\r\n        <img decoding=\"async\" src=\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2026\/02\/echo-youre-so-vein-skin-300x181.jpg\" data-large=\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2026\/02\/echo-youre-so-vein-skin.jpg\" alt=\"echo youre so vein skin\" class=\"centered-image\"\/>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- ===================== ACCORDION SECTION 1 ===================== -->\r\n<section id=\"accordion-section\">\r\n    <h2><i class=\"fa fa-list\"><\/i> Everything You Need To Know About The Skin And How To Get It <\/h2>\r\n    <ul class=\"tips-list\">\r\n        <li class=\"accordion\"> Who Can Wear Youre So Vein <i class=\"fa fa-chevron-down\"><\/i>\r\n            <div class=\"tip-content hidden-content\">Every Vault Hunter receives the skin. That means Amon the tank Harlowe the versatile fighter Rafa the tech specialist and Vex the agile damage dealer all look incredible in the vein covered glory. No class is left out.<\/div>\r\n        <\/li>\r\n        <li class=\"accordion\"> Step By Step Redemption Guide <i class=\"fa fa-chevron-down\"><\/i>\r\n            <div class=\"tip-content hidden-content\">Visit shift.gearboxsoftware.com. Sign in with your 2K Epic Steam PlayStation or Xbox account. Paste the code in the redemption box and confirm. The skin appears instantly in your cosmetic locker ready for any loadout.<\/div>\r\n        <\/li>\r\n    <\/ul>\r\n<\/section>\r\n\r\n<!-- ===================== POLL SECTION ===================== -->\r\n<section id=\"poll-section\" style=\"text-align:center;\">\r\n    <h2><i class=\"fa fa-poll-h\"><\/i> Did You Help Unlock The Skin <\/h2>\r\n    <p>Share your story in the comments below but first vote here.<\/p>\r\n        <div class=\"quiz-section\" style=\"margin:30px auto; padding:20px; border:2px solid #3399ff; border-radius:12px; background:#0d0d0d; color:#fff; text-align:center; max-width:500px;\">\r\n        <h3><i class=\"fa fa-question-circle\" aria-hidden=\"true\"><\/i> Quick Poll: Your Take<\/h3>\r\n        <p>Did you jump into co op and help rack up revives for the Youre So Vein skin?<\/p>\r\n\r\n        <button class=\"poll-btn\" data-vote=\"yes\" style=\"background:#00ff88; border:none; padding:10px 20px; margin:5px; border-radius:8px; cursor:pointer; color:#000;\">\r\n            Yes <i class=\"fa fa-thumbs-up\"><\/i>\r\n        <\/button>\r\n        <button class=\"poll-btn\" data-vote=\"no\" style=\"background:#ff4444; border:none; padding:10px 20px; margin:5px; border-radius:8px; cursor:pointer; color:#fff;\">\r\n            No <i class=\"fa fa-thumbs-down\"><\/i>\r\n        <\/button>\r\n\r\n        <p class=\"poll-result\" style=\"font-weight:bold; margin-top:10px;\"><\/p>\r\n    <\/div>\r\n\r\n    <script>\r\n    (function(){\r\n        var container = document.querySelector('.quiz-section[data-poll-id=\"bl4-til-death-revive\"]') || document.querySelector('.quiz-section');\r\n        if(!container) return;\r\n\r\n        var buttons = container.querySelectorAll('.poll-btn');\r\n        var resultEl = container.querySelector('.poll-result');\r\n        var ajaxUrl = \"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-admin\/admin-ajax.php\";\r\n\r\n        function disableButtons(){\r\n            buttons.forEach(function(b){\r\n                b.disabled = true;\r\n                b.style.opacity = '0.6';\r\n                b.style.cursor = 'not-allowed';\r\n            });\r\n        }\r\n\r\n        buttons.forEach(function(btn){\r\n            btn.addEventListener('click', function(){\r\n                disableButtons();\r\n                var vote = btn.getAttribute('data-vote');\r\n                var form = new FormData();\r\n                form.append('action','minimal_save_poll_vote');\r\n                form.append('poll_id','bl4-til-death-revive');\r\n                form.append('vote',vote);\r\n\r\n                fetch(ajaxUrl,{method:'POST',body:form})\r\n                .then(r=>r.json())\r\n                .then(json=>{\r\n                    if(json && json.success && json.data){\r\n                        resultEl.textContent='Yes: '+(json.data.yes||0)+' | No: '+(json.data.no||0);\r\n                    } else {\r\n                        resultEl.textContent='Thanks for voting';\r\n                    }\r\n                }).catch(()=>{ resultEl.textContent='Network error'; });\r\n            });\r\n        });\r\n    })();\r\n    <\/script>\r\n    \r\n<\/section>\r\n\r\n<!-- ===================== CHART SECTION ===================== -->\r\n<section id=\"chart-section\">\r\n    <h2><i class=\"fa fa-chart-line\"><\/i> How The Global Revive Counter Exploded <\/h2>\r\n    <canvas id=\"customChart\" width=\"800\" height=\"400\"><\/canvas>\r\n    <p style=\"text-align:center; font-size:14px; margin-top:10px;\">Official final numbers from Gearbox show we crushed the 500000 revive goal by a huge margin.<\/p>\r\n<\/section>\r\n\r\n<!-- ===================== ACCORDION SECTION 2 ===================== -->\r\n<section id=\"tips-accordion\">\r\n    <h2><i class=\"fa fa-lightbulb-o\"><\/i> Pro Tips That Made The Weekend Legendary <\/h2>\r\n    <ul class=\"tips-list\">\r\n        <li class=\"accordion\"> Best Places To Farm Revives Fast <i class=\"fa fa-chevron-down\"><\/i>\r\n            <div class=\"tip-content hidden-content\">Public Mayhem 10 lobbies filled with endgame bosses deliver constant downs. Jump into match making and stay close to your squad. Fresh players in Carcadia Burn paired with veterans in Terminus Range kept the count climbing every hour.<\/div>\r\n        <\/li>\r\n        <li class=\"accordion\"> Why This Event Felt Special <i class=\"fa fa-chevron-down\"><\/i>\r\n            <div class=\"tip-content hidden-content\">Reviving a stranger in the middle of chaos creates instant bonds. Voice chat exploded with cheers every time someone got back up. The event turned random lobbies into tight crews that kept playing long after the goal was smashed.<\/div>\r\n        <\/li>\r\n        <li class=\"accordion\"> What Happens Next For Borderlands 4 Community Events <i class=\"fa fa-chevron-down\"><\/i>\r\n            <div class=\"tip-content hidden-content\">Gearbox already teased more free content including the upcoming Stone Demon Bounty Pack. Expect more skin drops and challenges that reward everyone who shows up and plays together.<\/div>\r\n        <\/li>\r\n    <\/ul>\r\n<\/section>\r\n\r\n<!-- ===================== WRAP-UP SECTION ===================== -->\r\n<section id=\"summary\">\r\n    <h2><i class=\"fa fa-flag-checkered\"><\/i> Why This Victory Matters For Every Vault Hunter <\/h2>\r\n    <p>Borderlands has always been about more than solo loot runs. This weekend reminded us that the real power comes when thousands of players press that revive button at the same time. The Youre So Vein skin is now yours to wear as a badge of that shared victory. Equip it on Amon for maximum tank impact or on Vex for that glowing agile look. Either way it screams we did this together.<\/p>\r\n    <img decoding=\"async\" src=\"https:\/\/gamingwithdaopa.ellatha.com\/wp-content\/uploads\/2026\/02\/bl4-vault-hunters-group.jpg\" data-large=\"https:\/\/gamingwithdaopa.ellatha.com\/wp-content\/uploads\/2026\/02\/bl4-vault-hunters-group-large.jpg\" alt=\"All four Vault Hunters ready for action\" class=\"centered-image\"\/>\r\n    <p>Grab the code today squad up and get ready for whatever Gearbox drops next. The next challenge is coming and we will be there hands ready to lift each other up once again.<\/p>\r\n<\/section>\r\n<\/main>\r\n<footer>\r\n    <p><strong>Disclaimer:<\/strong> All numbers dates and code details come directly from official Gearbox and 2K announcements. Redeem at your own platform account. One code per account only.<\/p>\r\n    <p style=\"margin-top:10px; font-style: italic; color: #bbb;\">Written with love for the Borderlands community by DaOpa. Keep reviving keep looting and keep the chaos alive.<\/p>\r\n<\/footer>\r\n<div id=\"lightbox-overlay\"><\/div>\r\n<div id=\"copy-toast\"><i class=\"fa fa-check-circle\"><\/i> Code copied to clipboard<\/div>\r\n<!-- ===================== JS BEHAVIOR ===================== -->\r\n<script src=\"https:\/\/gamingwithdaopa.ellatha.com\/media\/evefrontier\/chart.js\"><\/script>\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n\/\/ Reveal Animation\r\nconst sections = document.querySelectorAll('section');\r\nconst observer = new IntersectionObserver(entries => {\r\n    entries.forEach(entry => {\r\n        if(entry.isIntersecting) entry.target.classList.add('visible');\r\n    });\r\n}, { threshold: 0.1 });\r\nsections.forEach(section => observer.observe(section));\r\n\r\n\/\/ Accordion\r\ndocument.querySelectorAll('.accordion').forEach(el => {\r\n    el.addEventListener('click', () => {\r\n        const box = el.querySelector('.tip-content');\r\n        el.classList.toggle('active');\r\n        box.style.display = box.style.display === 'block' ? 'none' : 'block';\r\n    });\r\n});\r\n\r\n\/\/ Lightbox\r\nconst lb = document.getElementById('lightbox-overlay');\r\nif (lb) {\r\ndocument.querySelectorAll('.centered-image').forEach(img => {\r\n    img.addEventListener('click', () => {\r\n        lb.innerHTML = '<img decoding=\"async\" src=\"' + img.dataset.large + '\" \/>'; lb.style.display = 'flex';\r\n    });\r\n});\r\nlb.addEventListener('click', () => lb.style.display = 'none');\r\n}\r\n\r\n\/\/ Chart\r\nconst ctx = document.getElementById('customChart');\r\nif(ctx){ new Chart(ctx, {\r\n    type: 'bar',\r\n    data: { labels: [\"Goal\", \"Achieved\"], datasets: [{ label: 'Total Revives', data: [500000, 543035], backgroundColor: '#F44336', borderColor: '#ffffff', borderWidth: 2 }] },\r\n    options: { scales: { y: { beginAtZero: true, ticks:{ color:'#e6e6e6'} }, x: { ticks:{ color:'#e6e6e6'} } }, plugins: { legend: { labels: { color: '#e6e6e6' } } } }\r\n}); }\r\n\r\n\/\/ INSTANT COPY BUTTON\r\nconst copyBtn = document.getElementById('copy-button');\r\nconst fullCode = \"BH633-66F5C-WFBB5-33TJB-CBSR9\";\r\nconst toast = document.getElementById('copy-toast');\r\nlet copyTimeout;\r\n\r\ncopyBtn.addEventListener('click', async () => {\r\n    try {\r\n        await navigator.clipboard.writeText(fullCode);\r\n        \r\n        const icon = copyBtn.querySelector('i');\r\n        const btnText = document.getElementById('copy-text');\r\n        \r\n        icon.classList.remove('fa-clipboard');\r\n        icon.classList.add('fa-check-circle');\r\n        btnText.textContent = 'COPIED!';\r\n        copyBtn.classList.add('copied');\r\n        \r\n        toast.style.display = 'flex';\r\n        \r\n        clearTimeout(copyTimeout);\r\n        copyTimeout = setTimeout(() => {\r\n            icon.classList.remove('fa-check-circle');\r\n            icon.classList.add('fa-clipboard');\r\n            btnText.textContent = 'COPY TO CLIPBOARD';\r\n            copyBtn.classList.remove('copied');\r\n            toast.style.display = 'none';\r\n        }, 2800);\r\n        \r\n    } catch(err) {\r\n        alert('Copy failed. Please select and copy the code manually.');\r\n    }\r\n});\r\n});\r\n<\/script>\r\n<\/article>\r\n","protected":false},"excerpt":{"rendered":"<p>Vault Hunters across every platform smashed a global revive goal and earned a throbbing crimson skin for every hunter. Here is the full story plus how to claim yours right now. The Weekend That Proved Co Op Still Rules Borderlands 4 Between February 12 and 16 2026 Gearbox Software challenged the entire player base to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":570,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[10],"class_list":["post-563","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-borderlands-4"],"yoast_head":"<title>We Didn&#039;t Let Go: The Bloody, Beautiful Weekend That Unlocked Borderlands 4&#039;s &quot;You&#039;re So Vein&quot; Skin<\/title>\r\n<meta name=\"description\" content=\"Vault Hunters across every platform smashed a global revive goal and earned a throbbing crimson skin for every hunter. Here is the full story plus how to\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"We Didn&#039;t Let Go: The Bloody, Beautiful Weekend That Unlocked Borderlands 4&#039;s &quot;You&#039;re So Vein&quot; Skin\" \/>\r\n<meta property=\"og:description\" content=\"Vault Hunters across every platform smashed a global revive goal and earned a throbbing crimson skin for every hunter. Here is the full story plus how to\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/\" \/>\r\n<meta property=\"og:site_name\" content=\"Borderlands\" \/>\r\n<meta property=\"article:publisher\" content=\"facebook.com\/gamingwithdaopa\/\" \/>\r\n<meta property=\"article:author\" content=\"facebook.com\/gamingwithdaopa\/\" \/>\r\n<meta property=\"article:published_time\" content=\"2026-02-18T13:59:19+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2026-02-18T14:51:16+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2026\/02\/youre-so-vein-skin.jpg\" \/>\r\n\t<meta property=\"og:image:width\" content=\"400\" \/>\r\n\t<meta property=\"og:image:height\" content=\"263\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\r\n<meta name=\"author\" content=\"daopa\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:creator\" content=\"@gamingwithdaopa\" \/>\r\n<meta name=\"twitter:site\" content=\"@gamingwithdaopa\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"daopa\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/unlocked-borderlands-4s-youre-so-vein-skin\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/unlocked-borderlands-4s-youre-so-vein-skin\\\/\"},\"author\":{\"name\":\"daopa\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/#\\\/schema\\\/person\\\/fb03a927907d90f409fac550ba375638\"},\"headline\":\"We Didn&#8217;t Let Go: The Bloody, Beautiful Weekend That Unlocked Borderlands 4&#8217;s &#8220;You&#8217;re So Vein&#8221; Skin\",\"datePublished\":\"2026-02-18T13:59:19+00:00\",\"dateModified\":\"2026-02-18T14:51:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/unlocked-borderlands-4s-youre-so-vein-skin\\\/\"},\"wordCount\":669,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/#\\\/schema\\\/person\\\/fb03a927907d90f409fac550ba375638\"},\"image\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/unlocked-borderlands-4s-youre-so-vein-skin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/wp-content\\\/uploads\\\/sites\\\/38\\\/2026\\\/02\\\/youre-so-vein-skin.jpg\",\"keywords\":[\"Borderlands 4\"],\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/unlocked-borderlands-4s-youre-so-vein-skin\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/unlocked-borderlands-4s-youre-so-vein-skin\\\/\",\"url\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/unlocked-borderlands-4s-youre-so-vein-skin\\\/\",\"name\":\"We Didn't Let Go: The Bloody, Beautiful Weekend That Unlocked Borderlands 4's \\\"You're So Vein\\\" Skin\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/unlocked-borderlands-4s-youre-so-vein-skin\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/unlocked-borderlands-4s-youre-so-vein-skin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/wp-content\\\/uploads\\\/sites\\\/38\\\/2026\\\/02\\\/youre-so-vein-skin.jpg\",\"datePublished\":\"2026-02-18T13:59:19+00:00\",\"dateModified\":\"2026-02-18T14:51:16+00:00\",\"description\":\"Vault Hunters across every platform smashed a global revive goal and earned a throbbing crimson skin for every hunter. Here is the full story plus how to\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/unlocked-borderlands-4s-youre-so-vein-skin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/unlocked-borderlands-4s-youre-so-vein-skin\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/unlocked-borderlands-4s-youre-so-vein-skin\\\/#primaryimage\",\"url\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/wp-content\\\/uploads\\\/sites\\\/38\\\/2026\\\/02\\\/youre-so-vein-skin.jpg\",\"contentUrl\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/wp-content\\\/uploads\\\/sites\\\/38\\\/2026\\\/02\\\/youre-so-vein-skin.jpg\",\"width\":400,\"height\":263,\"caption\":\"youre-so-vein-skin\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/unlocked-borderlands-4s-youre-so-vein-skin\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"We Didn&#8217;t Let Go: The Bloody, Beautiful Weekend That Unlocked Borderlands 4&#8217;s &#8220;You&#8217;re So Vein&#8221; Skin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/#website\",\"url\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/\",\"name\":\"Borderlands\",\"description\":\"DaOpa&#039;s All Things Borderlaneds fansite for showcasing collection of videos, in-depth guides, detailed maps, and a wealth of game-related insights and articles.\",\"publisher\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/#\\\/schema\\\/person\\\/fb03a927907d90f409fac550ba375638\"},\"alternateName\":\"borderlands\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/#\\\/schema\\\/person\\\/fb03a927907d90f409fac550ba375638\",\"name\":\"daopa\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/wp-content\\\/uploads\\\/sites\\\/38\\\/2025\\\/07\\\/Icon-2.png\",\"url\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/wp-content\\\/uploads\\\/sites\\\/38\\\/2025\\\/07\\\/Icon-2.png\",\"contentUrl\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/wp-content\\\/uploads\\\/sites\\\/38\\\/2025\\\/07\\\/Icon-2.png\",\"width\":260,\"height\":260,\"caption\":\"daopa\"},\"logo\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/wp-content\\\/uploads\\\/sites\\\/38\\\/2025\\\/07\\\/Icon-2.png\"},\"description\":\"DaOpa has been variety streamer since 2009 with game focuses on primarily MMOs, Sandbox, RPG and FPS genres. For inquires comment in the comments sections. This channel is syndicated across various micro niche gaming related blogs operated by DaOpa. He creates fansites, guides, tools for gamers\",\"sameAs\":[\"https:\\\/\\\/gamingwithdaopa.ellatha.com\",\"facebook.com\\\/gamingwithdaopa\\\/\",\"https:\\\/\\\/x.com\\\/gamingwithdaopa\",\"youtube.com\\\/@daopa\"],\"url\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/author\\\/daopa\\\/\"}]}<\/script>","yoast_head_json":{"title":"We Didn't Let Go: The Bloody, Beautiful Weekend That Unlocked Borderlands 4's \"You're So Vein\" Skin","description":"Vault Hunters across every platform smashed a global revive goal and earned a throbbing crimson skin for every hunter. Here is the full story plus how to","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/","og_locale":"en_US","og_type":"article","og_title":"We Didn't Let Go: The Bloody, Beautiful Weekend That Unlocked Borderlands 4's \"You're So Vein\" Skin","og_description":"Vault Hunters across every platform smashed a global revive goal and earned a throbbing crimson skin for every hunter. Here is the full story plus how to","og_url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/","og_site_name":"Borderlands","article_publisher":"facebook.com\/gamingwithdaopa\/","article_author":"facebook.com\/gamingwithdaopa\/","article_published_time":"2026-02-18T13:59:19+00:00","article_modified_time":"2026-02-18T14:51:16+00:00","og_image":[{"width":400,"height":263,"url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2026\/02\/youre-so-vein-skin.jpg","type":"image\/jpeg"}],"author":"daopa","twitter_card":"summary_large_image","twitter_creator":"@gamingwithdaopa","twitter_site":"@gamingwithdaopa","twitter_misc":{"Written by":"daopa","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/#article","isPartOf":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/"},"author":{"name":"daopa","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"headline":"We Didn&#8217;t Let Go: The Bloody, Beautiful Weekend That Unlocked Borderlands 4&#8217;s &#8220;You&#8217;re So Vein&#8221; Skin","datePublished":"2026-02-18T13:59:19+00:00","dateModified":"2026-02-18T14:51:16+00:00","mainEntityOfPage":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/"},"wordCount":669,"commentCount":1,"publisher":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"image":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/#primaryimage"},"thumbnailUrl":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2026\/02\/youre-so-vein-skin.jpg","keywords":["Borderlands 4"],"articleSection":["News"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/","url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/","name":"We Didn't Let Go: The Bloody, Beautiful Weekend That Unlocked Borderlands 4's \"You're So Vein\" Skin","isPartOf":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/#primaryimage"},"image":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/#primaryimage"},"thumbnailUrl":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2026\/02\/youre-so-vein-skin.jpg","datePublished":"2026-02-18T13:59:19+00:00","dateModified":"2026-02-18T14:51:16+00:00","description":"Vault Hunters across every platform smashed a global revive goal and earned a throbbing crimson skin for every hunter. Here is the full story plus how to","breadcrumb":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/#primaryimage","url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2026\/02\/youre-so-vein-skin.jpg","contentUrl":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2026\/02\/youre-so-vein-skin.jpg","width":400,"height":263,"caption":"youre-so-vein-skin"},{"@type":"BreadcrumbList","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/unlocked-borderlands-4s-youre-so-vein-skin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/"},{"@type":"ListItem","position":2,"name":"We Didn&#8217;t Let Go: The Bloody, Beautiful Weekend That Unlocked Borderlands 4&#8217;s &#8220;You&#8217;re So Vein&#8221; Skin"}]},{"@type":"WebSite","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#website","url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/","name":"Borderlands","description":"DaOpa&#039;s All Things Borderlaneds fansite for showcasing collection of videos, in-depth guides, detailed maps, and a wealth of game-related insights and articles.","publisher":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"alternateName":"borderlands","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#\/schema\/person\/fb03a927907d90f409fac550ba375638","name":"daopa","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/07\/Icon-2.png","url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/07\/Icon-2.png","contentUrl":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/07\/Icon-2.png","width":260,"height":260,"caption":"daopa"},"logo":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/07\/Icon-2.png"},"description":"DaOpa has been variety streamer since 2009 with game focuses on primarily MMOs, Sandbox, RPG and FPS genres. For inquires comment in the comments sections. This channel is syndicated across various micro niche gaming related blogs operated by DaOpa. He creates fansites, guides, tools for gamers","sameAs":["https:\/\/gamingwithdaopa.ellatha.com","facebook.com\/gamingwithdaopa\/","https:\/\/x.com\/gamingwithdaopa","youtube.com\/@daopa"],"url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/author\/daopa\/"}]}},"_links":{"self":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/posts\/563","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/comments?post=563"}],"version-history":[{"count":3,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/posts\/563\/revisions"}],"predecessor-version":[{"id":569,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/posts\/563\/revisions\/569"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/media\/570"}],"wp:attachment":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/media?parent=563"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/categories?post=563"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/tags?post=563"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}