{"id":314,"date":"2025-09-05T00:16:59","date_gmt":"2025-09-05T00:16:59","guid":{"rendered":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/?p=314"},"modified":"2025-11-10T21:01:43","modified_gmt":"2025-11-10T21:01:43","slug":"bl4-moxxis-big-encore-machine","status":"publish","type":"post","link":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-moxxis-big-encore-machine\/","title":{"rendered":"Borderlands 4 Moxxi&#8217;s Big Encore Machine"},"content":{"rendered":"\r\n<style>\r\n  \/* ===== Borderlands 4 Endgame Theme Colors (scoped) ===== *\/\r\n  .encore-article {\r\n    font-family: Arial, sans-serif;\r\n    color: #f0e6d2;\r\n    background: #111;\r\n    padding: 20px;\r\n  }\r\n  .encore-article h1 {\r\n    color: #e2b200;\r\n    text-align: center;\r\n    margin-bottom: 20px;\r\n    text-shadow: 2px 2px #000;\r\n  }\r\n  .encore-article h2 {\r\n    color: #e2b200;\r\n    margin-top: 30px;\r\n    text-shadow: 2px 2px #000;\r\n  }\r\n  .encore-article h3 {\r\n    color: #f04e23;\r\n    text-shadow: 2px 2px #000;\r\n  }\r\n  .encore-article p { line-height: 1.6; }\r\n  .encore-section {\r\n    background: #222;\r\n    padding: 20px;\r\n    border: 3px solid #000;\r\n    border-radius: 8px;\r\n    margin-bottom: 20px;\r\n    animation: fadeIn 0.6s ease-in-out;\r\n    box-shadow: 4px 4px 0 #000;\r\n  }\r\n  @keyframes fadeIn {\r\n    from { opacity: 0; transform: translateY(12px); }\r\n    to { opacity: 1; transform: translateY(0); }\r\n  }\r\n  .title-icon {\r\n    display: block;\r\n    text-align: center;\r\n    margin: 10px 0;\r\n    color: #f04e23;\r\n  }\r\n\r\n  \/* ===== Buttons & Reveal ===== *\/\r\n  .lever {\r\n    cursor: pointer;\r\n    padding: 12px 28px;\r\n    background: #f04e23;\r\n    color: #fff;\r\n    border: 4px solid #000;\r\n    border-radius: 30px;\r\n    font-size: 20px;\r\n    font-weight: 800;\r\n    text-transform: uppercase;\r\n    transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease, opacity 0.2s ease;\r\n    box-shadow: 6px 6px 0 #000;\r\n  }\r\n  .lever:hover { background: #e2b200; color: #111; transform: translateY(-1px) scale(1.03); }\r\n  .lever:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }\r\n\r\n  .boss-reveal {\r\n    margin-top: 15px;\r\n    font-size: 18px;\r\n    color: #f0e6d2;\r\n    background: #1a1a1a;\r\n    padding: 12px;\r\n    border: 3px solid #000;\r\n    border-radius: 6px;\r\n    box-shadow: inset 0 0 8px #000, 4px 4px 0 #000;\r\n    min-height: 40px;\r\n  }\r\n\r\n  \/* ===== Cel-Shaded Slot Machine ===== *\/\r\n  .slot-machine {\r\n    display: inline-block;\r\n    background: linear-gradient(145deg, #2b1a1a, #131010);\r\n    border: 6px solid #000;\r\n    border-radius: 18px;\r\n    padding: 20px 22px 26px;\r\n    text-align: center;\r\n    box-shadow: 8px 8px 0 #000, 0 0 24px rgba(226,178,0,0.25);\r\n    position: relative;\r\n    overflow: visible;\r\n  }\r\n  .slot-machine::before {\r\n    \/* marquee plate *\/\r\n    content: \"Moxxi\u2019s Big Encore\";\r\n    position: absolute;\r\n    top: -16px; left: 50%;\r\n    transform: translateX(-50%);\r\n    background: #e2b200;\r\n    color: #111;\r\n    padding: 6px 16px;\r\n    border: 4px solid #000;\r\n    border-radius: 0 0 10px 10px;\r\n    font-family: \"Impact\", sans-serif;\r\n    font-weight: 900;\r\n    letter-spacing: 0.5px;\r\n    text-shadow: 1px 1px #fff;\r\n    box-shadow: 4px 4px 0 #000;\r\n  }\r\n  .slot-window {\r\n    position: relative;\r\n    display: flex;\r\n    justify-content: center;\r\n    gap: 14px;\r\n    background: #1a1a1a;\r\n    border: 5px solid #000;\r\n    border-radius: 12px;\r\n    padding: 10px 12px;\r\n    margin: 8px auto 20px;\r\n    width: 320px;\r\n    height: 240px; \/* 3 visible rows x 80px each *\/\r\n    overflow: hidden;\r\n    box-shadow: inset 0 0 12px #000, 4px 4px 0 #000;\r\n  }\r\n  \/* payline highlight (center row) *\/\r\n  .slot-window::after {\r\n    content: \"\";\r\n    position: absolute;\r\n    left: 8px; right: 8px;\r\n    top: 80px; \/* center row start (row index 1 * 80) *\/\r\n    height: 80px;\r\n    border-top: 3px dashed #e2b200;\r\n    border-bottom: 3px dashed #e2b200;\r\n    box-shadow: 0 0 10px rgba(226,178,0,0.6) inset;\r\n    pointer-events: none;\r\n  }\r\n\r\n  .reel {\r\n    position: relative;\r\n    width: 90px;\r\n    height: 100%;\r\n    overflow: hidden;\r\n    border: 3px solid #000;\r\n    border-radius: 10px;\r\n    background: #2c2c2c;\r\n    box-shadow: inset 0 0 12px #000, 4px 4px 0 #000;\r\n  }\r\n  .strip {\r\n    will-change: transform;\r\n    transform: translateY(0);\r\n  }\r\n  .symbol {\r\n    height: 80px;        \/* row height *\/\r\n    line-height: 80px;\r\n    font-size: 46px;\r\n    text-align: center;\r\n    user-select: none;\r\n    filter: drop-shadow(2px 2px 0 #000);\r\n  }\r\n\r\n  \/* frame lights when stopping *\/\r\n  @keyframes frameFlash {\r\n    0%, 100% { box-shadow: 8px 8px 0 #000, 0 0 18px rgba(226,178,0,0.25); }\r\n    50% { box-shadow: 8px 8px 0 #000, 0 0 26px rgba(226,178,0,0.7); }\r\n  }\r\n  .slot-machine.flashing { animation: frameFlash 0.5s ease-in-out 4; }\r\n\r\n  \/* ===== Loot Chart Card ===== *\/\r\n  .chart-card {\r\n    background: #222;\r\n    padding: 10px;\r\n    border: 3px solid #000;\r\n    border-radius: 8px;\r\n    text-align: center;\r\n    box-shadow: 4px 4px 0 #000;\r\n  }\r\n  .chart-note { color: #f0e6d2; font-size: 14px; margin-top: 10px; }\r\n  .disclaimer { font-style: italic; color: #999; }\r\n  .section-title .fa { margin-right: 10px; }\r\n\r\n  \/* reduced motion consideration *\/\r\n  @media (prefers-reduced-motion: reduce) {\r\n    .strip { transition: none !important; }\r\n    .slot-machine.flashing { animation: none !important; }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"encore-article\">\r\n  <h2>Mastering the Endgame: Moxxi&#8217;s Big Encore Machine in Borderlands 4<\/h2>\r\n\r\n  <p><em>Borderlands 4<\/em> just got a major upgrade with Moxxi&#8217;s Big Encore Machine, a game-changing feature for Ultimate Vault Hunter Mode (UVHM). This isn\u2019t just another loot grind, it\u2019s a slick, player-friendly way to chase legendary gear with style and efficiency. Let\u2019s break down why this machine is stealing the show!<\/p>\r\n\r\n  <h2>What\u2019s the Deal with Moxxi\u2019s Machine?<\/h2>\r\n  <p>Moxxi&#8217;s Big Encore Machine lets you burn Eridium to instantly replay boss fights, cutting out the tedious save-quit loops of yesteryear. It\u2019s a core part of UVHM\u2019s weekly offerings, sitting alongside Weekly Wild Card missions and Maurice\u2019s Black Market. Together, these keep the endgame fresh, rewarding, and packed with <em>Borderlands<\/em>\u2019 signature mayhem.<\/p>\r\n\r\n  <!-- ===== SLOT MACHINE SECTION ===== -->\r\n  <div class=\"encore-section\">\r\n    <h3>Spin Moxxi&#8217;s Slot Machine!<\/h3>\r\n    <p>Get a taste of Moxxi\u2019s magic! Pull the lever to spin the slot and reveal a random weekly boss (demo only\u2014real bosses rotate weekly in-game).<\/p>\r\n\r\n    <div class=\"slot-machine\" id=\"slotMachine\">\r\n      <div class=\"slot-window\">\r\n        <div class=\"reel\">\r\n          <div class=\"strip\" id=\"strip1\"><\/div>\r\n        <\/div>\r\n        <div class=\"reel\">\r\n          <div class=\"strip\" id=\"strip2\"><\/div>\r\n        <\/div>\r\n        <div class=\"reel\">\r\n          <div class=\"strip\" id=\"strip3\"><\/div>\r\n        <\/div>\r\n      <\/div>\r\n      <button class=\"lever\" id=\"leverBtn\" type=\"button\">Pull the Lever!<\/button>\r\n      <div id=\"bossReveal\" class=\"boss-reveal\"><\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n      (function(){\r\n        \/\/ --- Config ---\r\n        const SYMBOL_HEIGHT = 80;             \/\/ px per row\r\n        const VISIBLE_ROWS = 3;               \/\/ show 3 symbols per reel\r\n        const CENTER_ROW = 1;                 \/\/ index of payline row (0..2)\r\n        const BASE_SYMBOLS = [\"\ud83d\udc8e\",\"\ud83d\udd2b\",\"\ud83d\udca3\",\"\ud83d\udc79\",\"\ud83d\udcb0\",\"\u26a1\",\"\ud83d\udd2e\",\"\ud83d\udc80\"]; \/\/ no external assets\r\n        const BOSSES = [\"Tyreen\",\"Troy\",\"Rampager\",\"Graveward\",\"Agonizer\",\"Katagawa\",\"Wotan\",\"Captain Traunt\"];\r\n\r\n        const strips = [\r\n          document.getElementById('strip1'),\r\n          document.getElementById('strip2'),\r\n          document.getElementById('strip3')\r\n        ];\r\n        const machine = document.getElementById('slotMachine');\r\n        const leverBtn = document.getElementById('leverBtn');\r\n        const reveal = document.getElementById('bossReveal');\r\n\r\n        \/\/ Build each strip with repeated symbol sequences for smooth long spins\r\n        const REPEAT = 18; \/\/ 18 * 8 = 144 rows per strip; plenty for long animations\r\n        function buildStrip(el){\r\n          let html = \"\";\r\n          for (let r = 0; r < REPEAT; r++){\r\n            for (let i = 0; i < BASE_SYMBOLS.length; i++){\r\n              html += `<div class=\"symbol\" aria-hidden=\"true\">${BASE_SYMBOLS[i]}<\/div>`;\r\n            }\r\n          }\r\n          el.innerHTML = html;\r\n          el.style.transform = \"translateY(0)\";\r\n          el.style.transition = \"none\";\r\n        }\r\n        strips.forEach(buildStrip);\r\n\r\n        let spinning = false;\r\n\r\n        function spin(){\r\n          if (spinning) return;\r\n          spinning = true;\r\n          leverBtn.disabled = true;\r\n          reveal.textContent = \"\";\r\n\r\n          \/\/ For each reel, pick a random stop index from the base symbol set.\r\n          \/\/ We add several full cycles so it looks like a proper spin, then align the chosen symbol on the center row.\r\n          const baseLen = BASE_SYMBOLS.length;\r\n\r\n          strips.forEach((strip, i) => {\r\n            \/\/ reset instantly to top\r\n            strip.style.transition = \"none\";\r\n            strip.style.transform = \"translateY(0)\";\r\n\r\n            \/\/ compute stop\r\n            const chosen = Math.floor(Math.random() * baseLen); \/\/ 0..baseLen-1\r\n            const cycles = 7 + i * 2; \/\/ progressively longer per reel\r\n            const finalIndex = cycles * baseLen + chosen; \/\/ row index to land ON top row\r\n            const finalOffset = -((finalIndex - CENTER_ROW) * SYMBOL_HEIGHT); \/\/ align chosen to center row\r\n\r\n            \/\/ async transition so the 'none' takes effect\r\n            setTimeout(() => {\r\n              const durationMs = 1600 + i * 450; \/\/ staggered\r\n              strip.style.transition = `transform ${durationMs}ms cubic-bezier(.17,.67,.16,1)`;\r\n              strip.style.transform = `translateY(${finalOffset}px)`;\r\n\r\n              \/\/ After the last reel completes, flash the frame and reveal the boss\r\n              if (i === strips.length - 1){\r\n                setTimeout(() => {\r\n                  \/\/ normalize position to avoid giant transforms on subsequent spins\r\n                  strip.style.transition = \"none\";\r\n                  \/\/ keep only the last baseLen*2 rows distance near the end\r\n                  const normCycles = baseLen * 2;\r\n                  const normIndex = normCycles + chosen;\r\n                  const normOffset = -((normIndex - CENTER_ROW) * SYMBOL_HEIGHT);\r\n                  strip.style.transform = `translateY(${normOffset}px)`;\r\n\r\n                  const boss = BOSSES[Math.floor(Math.random() * BOSSES.length)];\r\n                  reveal.innerHTML = `<i class=\"fa fa-trophy\"><\/i> This week\u2019s boss: <strong>${boss}<\/strong>!`;\r\n                  machine.classList.add('flashing');\r\n                  setTimeout(() => machine.classList.remove('flashing'), 1800);\r\n\r\n                  leverBtn.disabled = false;\r\n                  spinning = false;\r\n                }, durationMs + 40);\r\n              }\r\n            }, 40);\r\n          });\r\n        }\r\n\r\n        leverBtn.addEventListener('click', spin);\r\n      })();\r\n    <\/script>\r\n  <\/div>\r\n  <!-- ===== \/SLOT MACHINE SECTION ===== -->\r\n\r\n  <h2>How It Works<\/h2>\r\n  <p>Every week, Moxxi\u2019s machine picks a unique boss for UVHM, cranking up the challenge but boosting the drop rates for their exclusive legendary loot. Spend Eridium to fight this boss as many times as you want, zeroing in on the gear you\u2019re after. The weekly rotation keeps things spicy, pushing you to tackle different bosses and their loot pools over time.<\/p>\r\n  <p>This feature plays nice with other endgame activities. Weekly Wild Card missions guarantee legendary drops, and Maurice\u2019s Black Market offers tailored loot. It\u2019s all about respecting your time, letting you focus on perfecting your build without endless grinding.<\/p>\r\n\r\n  <div class=\"encore-section\">\r\n    <h2 class=\"section-title\"><i class=\"fa fa-diamond\"><\/i> Loot Rarity Distribution<\/h2>\r\n    <div class=\"chart-card\">\r\n      <canvas id=\"lootChart\" width=\"280\" height=\"280\"><\/canvas>\r\n      <p class=\"chart-note\">\r\n        Pearlescent loot debuts in Q1 2026, above Legendary rarity.<br>\r\n        <span class=\"disclaimer\">Note: These drop rate percentages are approximate estimates derived from historical data in previous Borderlands titles and community observations. They are not officially confirmed by Gearbox Software or 2K Games, and actual rates in Borderlands 4 may vary.<\/span>\r\n      <\/p>\r\n    <\/div>\r\n    <script src=\"https:\/\/gamingwithdaopa.ellatha.com\/media\/evefrontier\/chart.js\"><\/script>\r\n    <script>\r\n      new Chart(document.getElementById(\"lootChart\"), {\r\n        type: 'doughnut',\r\n        data: {\r\n          labels: [\"Common\", \"Rare\", \"Epic\", \"Legendary\", \"Pearlescent\"],\r\n          datasets: [{\r\n            data: [50, 25, 15, 8, 1],\r\n            backgroundColor: [\"#555\", \"#3498db\", \"#9b59b6\", \"#f39c12\", \"#00ffff\"],\r\n            borderColor: \"#000\",\r\n            borderWidth: 2\r\n          }]\r\n        },\r\n        options: {\r\n          plugins: { legend: { position: \"bottom\" } },\r\n          animation: { animateScale: true, duration: 1500 }\r\n        }\r\n      });\r\n    <\/script>\r\n  <\/div>\r\n\r\n  <h2>Why It\u2019s Awesome<\/h2>\r\n  <ul>\r\n    <li><i class=\"fa fa-bullseye\"><\/i> <strong>Pinpoint Farming:<\/strong> Chase specific legendary gear with ease.<\/li>\r\n    <li><i class=\"fa fa-clock-o\"><\/i> <strong>No Wasted Time:<\/strong> Instant boss fights with Eridium save hours.<\/li>\r\n    <li><i class=\"fa fa-refresh\"><\/i> <strong>Weekly Variety:<\/strong> New bosses keep the action fresh.<\/li>\r\n    <li><i class=\"fa fa-heart\"><\/i> <strong>Player-Centric:<\/strong> Enjoy your build longer, grind less.<\/li>\r\n  <\/ul>\r\n\r\n  <div class=\"encore-section\">\r\n    <h3>Your Take?<\/h3>\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>Is Moxxi&#039;s Big Encore Machine a game-changer for Borderlands 4 farming?<\/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=\"encore_machine_poll\"]') || 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','encore_machine_poll');\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  <\/div>\r\n\r\n  <h2>Closing Thoughts<\/h2>\r\n  <p>Moxxi&#8217;s Big Encore Machine is <em>Borderlands 4<\/em> at its best: chaotic, rewarding, and built for players. It\u2019s your shortcut to epic loot with all the flair Moxxi brings to the table. Ready to pull that lever and score big?<\/p>\r\n\r\n  <svg width=\"100\" height=\"100\" viewBox=\"0 0 100 100\" style=\"display: block; margin: 20px auto; animation: pulse 2s infinite;\">\r\n    <circle cx=\"50\" cy=\"50\" r=\"40\" stroke=\"#e2b200\" stroke-width=\"4\" fill=\"none\" \/>\r\n    <text x=\"50\" y=\"55\" font-size=\"20\" text-anchor=\"middle\" fill=\"#f04e23\">Encore!<\/text>\r\n    <style>\r\n      @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } }\r\n    <\/style>\r\n  <\/svg>\r\n<\/div>\r\n\r\n","protected":false},"excerpt":{"rendered":"<p>Mastering the Endgame: Moxxi&#8217;s Big Encore Machine in Borderlands 4 Borderlands 4 just got a major upgrade with Moxxi&#8217;s Big Encore Machine, a game-changing feature for Ultimate Vault Hunter Mode (UVHM). This isn\u2019t just another loot grind, it\u2019s a slick, player-friendly way to chase legendary gear with style and efficiency. Let\u2019s break down why this [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":328,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[10],"class_list":["post-314","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guides","tag-borderlands-4"],"yoast_head":"<title>Borderlands 4 Moxxi&#039;s Big Encore Machine<\/title>\r\n<meta name=\"description\" content=\"Mastering the Endgame: Moxxi&#039;s Big Encore Machine in Borderlands 4 Borderlands 4 just got a major upgrade with Moxxi&#039;s Big Encore Machine, a game-changing\" \/>\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\/bl4-moxxis-big-encore-machine\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Borderlands 4 Moxxi&#039;s Big Encore Machine\" \/>\r\n<meta property=\"og:description\" content=\"Mastering the Endgame: Moxxi&#039;s Big Encore Machine in Borderlands 4 Borderlands 4 just got a major upgrade with Moxxi&#039;s Big Encore Machine, a game-changing\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-moxxis-big-encore-machine\/\" \/>\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=\"2025-09-05T00:16:59+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2025-11-10T21:01:43+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/09\/borderlands-4-moxxis-big-encore-machine.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=\"2 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\\\/bl4-moxxis-big-encore-machine\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/bl4-moxxis-big-encore-machine\\\/\"},\"author\":{\"name\":\"daopa\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/#\\\/schema\\\/person\\\/fb03a927907d90f409fac550ba375638\"},\"headline\":\"Borderlands 4 Moxxi&#8217;s Big Encore Machine\",\"datePublished\":\"2025-09-05T00:16:59+00:00\",\"dateModified\":\"2025-11-10T21:01:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/bl4-moxxis-big-encore-machine\\\/\"},\"wordCount\":422,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/#\\\/schema\\\/person\\\/fb03a927907d90f409fac550ba375638\"},\"image\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/bl4-moxxis-big-encore-machine\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/wp-content\\\/uploads\\\/sites\\\/38\\\/2025\\\/09\\\/borderlands-4-moxxis-big-encore-machine.jpg\",\"keywords\":[\"Borderlands 4\"],\"articleSection\":[\"Guides\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/bl4-moxxis-big-encore-machine\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/bl4-moxxis-big-encore-machine\\\/\",\"url\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/bl4-moxxis-big-encore-machine\\\/\",\"name\":\"Borderlands 4 Moxxi's Big Encore Machine\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/bl4-moxxis-big-encore-machine\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/bl4-moxxis-big-encore-machine\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/wp-content\\\/uploads\\\/sites\\\/38\\\/2025\\\/09\\\/borderlands-4-moxxis-big-encore-machine.jpg\",\"datePublished\":\"2025-09-05T00:16:59+00:00\",\"dateModified\":\"2025-11-10T21:01:43+00:00\",\"description\":\"Mastering the Endgame: Moxxi's Big Encore Machine in Borderlands 4 Borderlands 4 just got a major upgrade with Moxxi's Big Encore Machine, a game-changing\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/bl4-moxxis-big-encore-machine\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/bl4-moxxis-big-encore-machine\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/bl4-moxxis-big-encore-machine\\\/#primaryimage\",\"url\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/wp-content\\\/uploads\\\/sites\\\/38\\\/2025\\\/09\\\/borderlands-4-moxxis-big-encore-machine.jpg\",\"contentUrl\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/wp-content\\\/uploads\\\/sites\\\/38\\\/2025\\\/09\\\/borderlands-4-moxxis-big-encore-machine.jpg\",\"width\":400,\"height\":263,\"caption\":\"borderlands 4 moxxi's big encore machine\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/bl4-moxxis-big-encore-machine\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/borderlands\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Borderlands 4 Moxxi&#8217;s Big Encore Machine\"}]},{\"@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":"Borderlands 4 Moxxi's Big Encore Machine","description":"Mastering the Endgame: Moxxi's Big Encore Machine in Borderlands 4 Borderlands 4 just got a major upgrade with Moxxi's Big Encore Machine, a game-changing","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\/bl4-moxxis-big-encore-machine\/","og_locale":"en_US","og_type":"article","og_title":"Borderlands 4 Moxxi's Big Encore Machine","og_description":"Mastering the Endgame: Moxxi's Big Encore Machine in Borderlands 4 Borderlands 4 just got a major upgrade with Moxxi's Big Encore Machine, a game-changing","og_url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-moxxis-big-encore-machine\/","og_site_name":"Borderlands","article_publisher":"facebook.com\/gamingwithdaopa\/","article_author":"facebook.com\/gamingwithdaopa\/","article_published_time":"2025-09-05T00:16:59+00:00","article_modified_time":"2025-11-10T21:01:43+00:00","og_image":[{"width":400,"height":263,"url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/09\/borderlands-4-moxxis-big-encore-machine.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":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-moxxis-big-encore-machine\/#article","isPartOf":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-moxxis-big-encore-machine\/"},"author":{"name":"daopa","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"headline":"Borderlands 4 Moxxi&#8217;s Big Encore Machine","datePublished":"2025-09-05T00:16:59+00:00","dateModified":"2025-11-10T21:01:43+00:00","mainEntityOfPage":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-moxxis-big-encore-machine\/"},"wordCount":422,"commentCount":0,"publisher":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"image":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-moxxis-big-encore-machine\/#primaryimage"},"thumbnailUrl":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/09\/borderlands-4-moxxis-big-encore-machine.jpg","keywords":["Borderlands 4"],"articleSection":["Guides"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-moxxis-big-encore-machine\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-moxxis-big-encore-machine\/","url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-moxxis-big-encore-machine\/","name":"Borderlands 4 Moxxi's Big Encore Machine","isPartOf":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-moxxis-big-encore-machine\/#primaryimage"},"image":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-moxxis-big-encore-machine\/#primaryimage"},"thumbnailUrl":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/09\/borderlands-4-moxxis-big-encore-machine.jpg","datePublished":"2025-09-05T00:16:59+00:00","dateModified":"2025-11-10T21:01:43+00:00","description":"Mastering the Endgame: Moxxi's Big Encore Machine in Borderlands 4 Borderlands 4 just got a major upgrade with Moxxi's Big Encore Machine, a game-changing","breadcrumb":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-moxxis-big-encore-machine\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-moxxis-big-encore-machine\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-moxxis-big-encore-machine\/#primaryimage","url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/09\/borderlands-4-moxxis-big-encore-machine.jpg","contentUrl":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/09\/borderlands-4-moxxis-big-encore-machine.jpg","width":400,"height":263,"caption":"borderlands 4 moxxi's big encore machine"},{"@type":"BreadcrumbList","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-moxxis-big-encore-machine\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/"},{"@type":"ListItem","position":2,"name":"Borderlands 4 Moxxi&#8217;s Big Encore Machine"}]},{"@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\/314","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=314"}],"version-history":[{"count":3,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/posts\/314\/revisions"}],"predecessor-version":[{"id":561,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/posts\/314\/revisions\/561"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/media\/328"}],"wp:attachment":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/media?parent=314"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/categories?post=314"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/tags?post=314"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}