{"id":295,"date":"2025-09-04T19:43:15","date_gmt":"2025-09-04T19:43:15","guid":{"rendered":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/?p=295"},"modified":"2025-11-10T21:01:06","modified_gmt":"2025-11-10T21:01:06","slug":"bl4-faq","status":"publish","type":"post","link":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/","title":{"rendered":"Borderlands 4 FAQ"},"content":{"rendered":"\r\n<style>\r\n  \/* Merged Styles: Original FAQ + Incorporated BL4 Endgame Theme *\/\r\n  .bl4-endgame { font-family: Arial, sans-serif; color: #f0e6d2; background: #111; padding: 20px; }\r\n  .bl4-endgame h1, .bl4-endgame h2 { color: #e2b200; }\r\n  .bl4-endgame h3 { color: #f04e23; }\r\n  .bl4-endgame p { line-height: 1.6; }\r\n  .muted { color: #aaa; font-size: 0.9em; }\r\n\r\n  \/* PLAYER EXPERIENCE \/ RANKS *\/\r\n  .rank-buttons-row { display: flex; gap: 8px; margin: 12px 0; flex-wrap: wrap; }\r\n  .rank-btn { background: #222; border: 1px solid #e2b200; color: #f0e6d2; padding: 8px; border-radius: 6px; cursor: pointer; font-size: 0.9em; transition: transform 0.2s; text-align: center; white-space: normal; word-wrap: break-word; hyphens: auto; min-width: 100px; }\r\n  .rank-btn:hover { transform: scale(1.05); }\r\n  .rank-info p { margin: 6px 0; display: none; }\r\n  .rank-info p.active { display: block; }\r\n\r\n  \/* SPECIALIZATIONS \/ INFO LIST *\/\r\n  .info-list { margin: 12px 0; padding-left: 20px; }\r\n  .info-list li { margin: 6px 0; }\r\n\r\n  \/* CHALLENGES *\/\r\n  .challenge-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 14px 0; }\r\n  @media (max-width: 600px) {\r\n    .challenge-cards { grid-template-columns: 1fr; }\r\n  }\r\n  .challenge-card { background: #222; border: 1px solid #f04e23; border-radius: 8px; padding: 12px; text-align: center; transition: transform 0.2s; }\r\n  .challenge-card:hover { transform: scale(1.05); }\r\n  .challenge-card i { color: #e2b200; margin-bottom: 10px; font-size: 1.5em; }\r\n\r\n  \/* FIRMWARE *\/\r\n  .firmware-builder { margin-top: 14px; }\r\n  .firmware-types { display: flex; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }\r\n  .firmware-btn { padding: 8px; border-radius: 6px; cursor: pointer; border: none; font-weight: bold; color: #fff; transition: transform 0.2s; text-align: center; white-space: normal; word-wrap: break-word; hyphens: auto; min-width: 100px; }\r\n  .firmware-btn:hover { transform: scale(1.05); }\r\n  .firmware-btn.offense { background: #f04e23; }\r\n  .firmware-btn.defense { background: #2979ff; }\r\n  .firmware-btn.utility { background: #43a047; }\r\n  .firmware-btn.godkiller { background: #6a1b9a; }\r\n  .reset-btn { background: #444; color: #f0e6d2; padding: 8px 14px; border-radius: 6px; cursor: pointer; transition: transform 0.2s; text-align: center; white-space: normal; word-wrap: break-word; hyphens: auto; min-width: 100px; }\r\n  .reset-btn:hover { transform: scale(1.05); }\r\n  .firmware-slots { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }\r\n  .slot { flex: 1; min-width: 80px; background: #333; color: #f0e6d2; padding: 14px; text-align: center; border: 2px solid #e2b200; border-radius: 8px; transition: background 0.3s; }\r\n  .slot.offense { background: #f04e23; }\r\n  .slot.defense { background: #2979ff; }\r\n  .slot.utility { background: #43a047; }\r\n  .slot.godkiller { background: #6a1b9a; }\r\n\r\n  \/* PREORDER *\/\r\n  .preorder-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-top: 12px; }\r\n  .reward-box { background: #222; border: 1px solid #e2b200; border-radius: 8px; padding: 12px; text-align: center; transition: transform 0.2s; }\r\n  .reward-box:hover { transform: scale(1.05); }\r\n  .reward-box i { color: #f04e23; margin-bottom: 10px; font-size: 1.5em; }\r\n\r\n  \/* Original FAQ Styles Adapted to Theme *\/\r\n  .faq-section { margin-bottom: 30px; }\r\n  .faq-question { \r\n    background: #222; \r\n    padding: 15px; \r\n    cursor: pointer; \r\n    border-radius: 5px; \r\n    transition: background 0.3s ease; \r\n    position: relative; \r\n    border: 1px solid #e2b200;\r\n    color: #f0e6d2;\r\n  }\r\n  .faq-question:hover { background: #333; }\r\n  .faq-question::after { \r\n    content: \"\\f078\"; \/* Font Awesome chevron-down *\/\r\n    font-family: FontAwesome; \r\n    position: absolute; \r\n    right: 15px; \r\n    transition: transform 0.3s ease; \r\n    color: #e2b200;\r\n  }\r\n  .faq-question.active::after { transform: rotate(180deg); }\r\n  .faq-answer { \r\n    display: none; \r\n    padding: 15px; \r\n    background: #1a1a1a; \r\n    border: 1px solid #ddd; \r\n    border-radius: 5px; \r\n    margin-top: 10px; \r\n    animation: fadeIn 0.5s ease; \r\n    color: #f0e6d2;\r\n  }\r\n  @keyframes fadeIn { \r\n    from { opacity: 0; transform: translateY(-10px); } \r\n    to { opacity: 1; transform: translateY(0); } \r\n  }\r\n  .interactive-chart { margin: 20px 0; }\r\n  .svg-animation { \r\n    width: 200px; \r\n    height: 200px; \r\n    margin: 20px auto; \r\n    display: block; \r\n  }\r\n  .svg-animation circle { \r\n    animation: pulse 2s infinite; \r\n    transform-origin: center; \r\n  }\r\n  @keyframes pulse { \r\n    0% { transform: scale(1); } \r\n    50% { transform: scale(1.1); } \r\n    100% { transform: scale(1); } \r\n  }\r\n  .poll-section { margin-top: 40px; }\r\n<\/style>\r\n\r\n<div class=\"bl4-endgame\">\r\n  <h2>Borderlands 4: Your Ultimate FAQ Guide to the Chaos on Kairos<\/h2>\r\n  \r\n  <p>Welcome, Vault Hunters! With Borderlands 4 launching soon, the hype is real. This first-person looter-shooter takes you to the new planet Kairos for epic battles against the Timekeeper, with fresh Vault Hunters and insane loot. Explore this interactive FAQ, click to expand answers, interact with dynamic elements, and vote in our poll!<\/p>\r\n  \r\n  <!-- Interactive SVG Animation: Pulsing Vault symbol -->\r\n  <svg class=\"svg-animation\" viewBox=\"0 0 100 100\">\r\n    <circle cx=\"50\" cy=\"50\" r=\"40\" fill=\"none\" stroke=\"#e2b200\" stroke-width=\"5\" \/>\r\n    <path d=\"M50 10 L90 50 L50 90 L10 50 Z\" fill=\"#f04e23\" stroke=\"#000\" stroke-width=\"2\" \/>\r\n  <\/svg>\r\n  \r\n  <div class=\"faq-section\">\r\n    <h2>General Game Info<\/h2>\r\n    <div class=\"faq-question\">What exactly is Borderlands 4 all about?<\/div>\r\n    <div class=\"faq-answer\">Borderlands 4 dives you into a first-person looter-shooter experience packed with high-octane action, formidable Vault Hunters, and an arsenal of countless insane weapons. You&#8217;ll land on the uncharted world of Kairos as one of four fresh Vault Hunters, chasing fortune and fame while overthrowing the despotic Timekeeper. Customize your playstyle with potent Action Skills and intricate skill trees for endless build possibilities.<grok-card data-id=\"f9aa36\" data-type=\"citation_card\"><\/grok-card><\/div>\r\n    \r\n    <div class=\"faq-question\">What&#8217;s the game&#8217;s genre?<\/div>\r\n    <div class=\"faq-answer\">It&#8217;s firmly in the first-person looter-shooter category, blending shooting mechanics with RPG elements for loot-driven fun.<\/div>\r\n    \r\n    <div class=\"faq-question\">When&#8217;s the big release date?<\/div>\r\n    <div class=\"faq-answer\">Mark your calendars: Borderlands 4 hits PC (Steam and Epic Games Store), PS5, and Xbox Series X|S on September 12, 2025. Nintendo Switch 2 owners get it a bit later on October 3, 2025.<grok-card data-id=\"cd5799\" data-type=\"citation_card\"><\/grok-card><grok-card data-id=\"27e9e7\" data-type=\"citation_card\"><\/grok-card><\/div>\r\n    \r\n    <div class=\"faq-question\">Which platforms can I play it on?<\/div>\r\n    <div class=\"faq-answer\">Available on PC via Steam and Epic, PlayStation 5, Xbox Series X|S, and Nintendo Switch 2.<grok-card data-id=\"683e5b\" data-type=\"citation_card\"><\/grok-card><grok-card data-id=\"ee5d1a\" data-type=\"citation_card\"><\/grok-card><\/div>\r\n    \r\n    <div class=\"faq-question\">Language support details?<\/div>\r\n    <div class=\"faq-answer\">UI and subtitles come in English, French, Italian, German, Spanish (Spain and Latin America), Japanese, Korean, Polish, Brazilian Portuguese, Russian, Thai, Simplified Chinese, and Traditional Chinese. Full voiceovers are in English, French, Italian, German, Spanish (Spain), Japanese, Korean, and Simplified Chinese.<\/div>\r\n    \r\n    <div class=\"faq-question\">Do I need to know the previous games&#8217; stories?<\/div>\r\n    <div class=\"faq-answer\">Not at all! Kairos introduces a standalone tale with new characters and threats, ideal for newcomers. Veterans might spot cameos, but no prior playthroughs are needed.<\/div>\r\n  <\/div>\r\n  \r\n  <div class=\"faq-section\">\r\n    <h2>Vault Hunters Spotlight<\/h2>\r\n    <div class=\"faq-question\">Meet the new Vault Hunters!<\/div>\r\n    <div class=\"faq-answer\">Launch features four originals:<br>\u2022 Vex the Siren: Harnesses phase energy to summon lethal allies, with skills adapting to your weapon&#8217;s element.<br>\u2022 Rafa the Exo-Soldier: Ex-Tediore operative in a high-tech suit, digistructs weapons on demand. His Overdrive trait amps speed and damage during skills.<br>\u2022 Amon the Forgeknight: Tanky warrior dishing out pain with Forgeweapons; Forgeskill adds a bonus ability tied to his main skill.<br>\u2022 Harlowe the Gravitar: Maliwan scientist bringing gadgets galore.<br>Two more arrive via post-launch Story Packs.<\/div>\r\n    \r\n    <div class=\"faq-question\">How do skills and trees function?<\/div>\r\n    <div class=\"faq-answer\">Pick one of three Action Skills per Hunter, some with dual modes for depth. Skill trees branch out with sockets, passives, augments, and Capstones that tweak or overhaul skills. Each has a constant Trait defining their vibe, no points required.<\/div>\r\n  <\/div>\r\n  \r\n  <div class=\"faq-section\">\r\n    <h2>Gameplay Innovations<\/h2>\r\n    <div class=\"faq-question\">New ways to move around?<\/div>\r\n    <div class=\"faq-answer\">Kairos amps mobility with double jumps, glides, dodges, and grapples, opening up vertical exploration like never before.<\/div>\r\n    \r\n    <div class=\"faq-question\">Exploration highlights on Kairos?<\/div>\r\n    <div class=\"faq-answer\">\u2022 Discover Kairos&#8217; four linked biomes: Fadefields&#8217; hills, Terminus Range&#8217;s icy heights, Carcadia Burn&#8217;s ruins, and Dominion&#8217;s urban stronghold.<br>\u2022 Customize your Digirunner vehicle for speedy travel, complete with turret and mods.<br>\u2022 Your ECHO-4 drone assists with upgrades and style swaps.<br>\u2022 Secure Points of Interest for fast travel, aerial zips, and Vault Key hunts leading to elite dungeons.<br>\u2022 Weather changes dynamically, shaking up encounters.<\/div>\r\n    \r\n    <div class=\"faq-question\">Weapon and gear updates?<\/div>\r\n    <div class=\"faq-answer\">\u2022 Endless weapon combos from eight makers.<br>\u2022 New brands: Order for burst precision, Ripper for charge-up autos, Daedalus for versatile ammo.<br>\u2022 Licensed Parts mix manufacturer traits in one gun.<br>\u2022 Rarer Legendaries for epic drops.<br>\u2022 Slots like Ordnance (grenades\/heavies on cooldown), Enhancements (manufacturer boosts), and Repkits (combat utilities).<\/div>\r\n  <\/div>\r\n  \r\n  <div class=\"faq-section\">\r\n    <h2>Co-op and Multiplayer Vibes<\/h2>\r\n    <div class=\"faq-question\">Co-op features?<\/div>\r\n    <div class=\"faq-answer\">Built for teamwork: 4-player online everywhere, 2-player splitscreen on PS5\/Xbox, local multiplayer on Switch 2 with chat and camera support.<grok-card data-id=\"d7fca7\" data-type=\"citation_card\"><\/grok-card><\/div>\r\n    \r\n    <div class=\"faq-question\">Cross-play supported?<\/div>\r\n    <div class=\"faq-answer\">Absolutely, full cross-platform at launch via SHiFT Account.<\/div>\r\n    \r\n    <div class=\"faq-question\">Handling levels and loot in groups?<\/div>\r\n    <div class=\"faq-answer\">Scaling adjusts dynamically, personal difficulty options, and per-player loot instances keep it fair.<\/div>\r\n    \r\n    <div class=\"faq-question\">Fast travel to friends?<\/div>\r\n    <div class=\"faq-answer\">Yes, zip right to your squad in the vast world.<\/div>\r\n  <\/div>\r\n  \r\n  <div class=\"faq-section\">\r\n    <h2>Endgame Thrills<\/h2>\r\n    <div class=\"faq-question\">Core endgame mode?<\/div>\r\n    <div class=\"faq-answer\">Ultimate Vault Hunter mode unlocks post-story with fresh quests and trials. Click below to explore simulated rank progression:<\/div>\r\n    \r\n    <!-- Incorporated Rank Buttons for UVH Ranks Simulation -->\r\n    <div class=\"rank-buttons-row\">\r\n      <button class=\"rank-btn\" data-rank=\"1\">Rank 1<\/button>\r\n      <button class=\"rank-btn\" data-rank=\"2\">Rank 2<\/button>\r\n      <button class=\"rank-btn\" data-rank=\"3\">Rank 3<\/button>\r\n      <button class=\"rank-btn\" data-rank=\"4\">Rank 4<\/button>\r\n    <\/div>\r\n    <div class=\"rank-info\">\r\n      <p data-rank=\"1\">Entry level: Basic challenges, intro to new missions. Gear carries over seamlessly.<\/p>\r\n      <p data-rank=\"2\">Amped enemies, added modifiers for DPS tests.<\/p>\r\n      <p data-rank=\"3\">Survival focus with tougher bosses and environmental hazards.<\/p>\r\n      <p data-rank=\"4\">Ultimate trials: Curated builds against elite foes, max rewards.<\/p>\r\n    <\/div>\r\n    \r\n    <div class=\"faq-question\">Re-grinding gear?<\/div>\r\n    <div class=\"faq-answer\">Nope\u2014your builds carry through ranks, with escalating challenges.<\/div>\r\n    \r\n    <div class=\"faq-question\">Challenge types?<\/div>\r\n    <div class=\"faq-answer\">Replay missions, boss gauntlets testing damage or tankiness against foes. Check out these challenge previews:<\/div>\r\n    \r\n    <!-- Incorporated Challenge Cards -->\r\n    <div class=\"challenge-cards\">\r\n      <div class=\"challenge-card\">\r\n        <i class=\"fa fa-trophy\"><\/i>\r\n        <h3>DPS Gauntlet<\/h3>\r\n        <p>Test your damage output against waves of enemies.<\/p>\r\n      <\/div>\r\n      <div class=\"challenge-card\">\r\n        <i class=\"fa fa-shield\"><\/i>\r\n        <h3>Survivability Trial<\/h3>\r\n        <p>Endure relentless assaults with defensive builds.<\/p>\r\n      <\/div>\r\n      <div class=\"challenge-card\">\r\n        <i class=\"fa fa-refresh\"><\/i>\r\n        <h3>Mission Replay<\/h3>\r\n        <p>Revisit story beats with new twists and loot.<\/p>\r\n      <\/div>\r\n      <div class=\"challenge-card\">\r\n        <i class=\"fa fa-bolt\"><\/i>\r\n        <h3>Boss Challenges<\/h3>\r\n        <p>Curated fights to push your limits.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    \r\n    <div class=\"faq-question\">What are Specializations?<\/div>\r\n    <div class=\"faq-answer\">Account-wide trees post-campaign, four styles via separate XP. Unlock once, use everywhere; respec with Eridium. Here&#8217;s a quick list:<\/div>\r\n    <ul class=\"info-list\">\r\n      <li>Offense: Boost damage and crits.<\/li>\r\n      <li>Defense: Enhance shields and health.<\/li>\r\n      <li>Utility: Improve mobility and utility skills.<\/li>\r\n      <li>Hybrid: Mix for versatile play.<\/li>\r\n    <\/ul>\r\n    \r\n    <div class=\"faq-question\">Start high-level alts?<\/div>\r\n    <div class=\"faq-answer\">Yes, Level 30 starts after one campaign clear for instant endgame jumps.<\/div>\r\n    \r\n    <div class=\"faq-question\">Weekly activities?<\/div>\r\n    <div class=\"faq-answer\">\u2022 Wild Card missions for guaranteed legendaries.<br>\u2022 Moxxi&#8217;s Encore for remixed boss fights with targeted drops.<br>\u2022 Maurice&#8217;s market with unique per-player loot, perfect for trading tips.<\/div>\r\n    \r\n    <div class=\"faq-question\">Firmware explained?<\/div>\r\n    <div class=\"faq-answer\">Mix gear slots for set bonuses in offense, defense, or utility; transferable for build flexibility. Try building a set below:<\/div>\r\n    \r\n    <!-- Incorporated Firmware Builder -->\r\n    <div class=\"firmware-builder\">\r\n      <div class=\"firmware-types\">\r\n        <button class=\"firmware-btn offense\">Add Offense<\/button>\r\n        <button class=\"firmware-btn defense\">Add Defense<\/button>\r\n        <button class=\"firmware-btn utility\">Add Utility<\/button>\r\n        <button class=\"firmware-btn godkiller\">Add Godkiller<\/button>\r\n        <button class=\"reset-btn\">Reset<\/button>\r\n      <\/div>\r\n      <div class=\"firmware-slots\">\r\n        <div class=\"slot\" id=\"slot1\">Empty Slot 1<\/div>\r\n        <div class=\"slot\" id=\"slot2\">Empty Slot 2<\/div>\r\n        <div class=\"slot\" id=\"slot3\">Empty Slot 3<\/div>\r\n        <div class=\"slot\" id=\"slot4\">Empty Slot 4<\/div>\r\n        <div class=\"slot\" id=\"slot5\">Empty Slot 5<\/div>\r\n      <\/div>\r\n      <p class=\"muted\">Click to fill slots; match 1-3 for bonuses like +Damage (Offense), +Shields (Defense).<\/p>\r\n    <\/div>\r\n    \r\n    <div class=\"faq-question\">Pearlescent weapons back?<\/div>\r\n    <div class=\"faq-answer\">Yes, ultra-rare (<1% drop) additions around Q1 2026 with Bounty Pack 2.<\/div>\r\n  <\/div>\r\n  \r\n  <div class=\"faq-section\">\r\n    <h2>Post-Launch Goodies<\/h2>\r\n    <div class=\"faq-question\">Free content drops?<\/div>\r\n    <div class=\"faq-answer\">\u2022 Seasonal events like October&#8217;s &#8220;Horrors of Chyros&#8221; with twists, loot, and cosmetics.<br>\u2022 Invincible Bosses in traversal-focused arenas.<\/div>\r\n    \r\n    <div class=\"faq-question\">Bounty Pack Bundle?<\/div>\r\n    <div class=\"faq-answer\">Premium DLC: Four packs with areas, missions, bosses, Vault Cards, gear, and vehicles. In Deluxe\/Super Deluxe or separate buy.<\/div>\r\n    \r\n    <div class=\"faq-question\">Vault Cards return?<\/div>\r\n    <div class=\"faq-answer\">Yes, in Bounty Packs\u2014earn loot\/XP via challenges, four total in bundles.<\/div>\r\n    \r\n    <div class=\"faq-question\">Vault Hunter Pack?<\/div>\r\n    <div class=\"faq-answer\">Two Story Packs: New Hunters, regions, stories, loot. In Super Deluxe or separate; first is &#8220;Mad Ellie and the Vault of the Damned&#8221; with horror vibes.<\/div>\r\n    \r\n    <div class=\"faq-question\">Ornate Order Pack?<\/div>\r\n    <div class=\"faq-answer\">Cosmetics: 4 skins, heads, bodies per Hunter. Super Deluxe exclusive.<\/div>\r\n  <\/div>\r\n  \r\n  <div class=\"faq-section\">\r\n    <h2>Pre-Order Perks<\/h2>\r\n    <div class=\"faq-question\">Standard pre-order bonus?<\/div>\r\n    <div class=\"faq-answer\">Gilded Glory Pack: Universal skin, weapon\/Drone cosmetics. Available post-launch too.<\/div>\r\n    \r\n    <div class=\"faq-question\">Extra bonuses announced?<\/div>\r\n    <div class=\"faq-answer\">For all pre-orders: Level 1 fireworks SMG, Level 30 Ordnance duo with Firmware, Level 50 legendary rifle, Psycho head custom. See the rewards grid:<\/div>\r\n    \r\n    <!-- Incorporated Preorder Grid -->\r\n    <div class=\"preorder-grid\">\r\n      <div class=\"reward-box\">\r\n        <i class=\"fa fa-gift\"><\/i>\r\n        <h3>Celebration Machine<\/h3>\r\n        <p>Level 1 Maliwan SMG with fireworks.<\/p>\r\n      <\/div>\r\n      <div class=\"reward-box\">\r\n        <i class=\"fa fa-rocket\"><\/i>\r\n        <h3>Sidewinder Launcher<\/h3>\r\n        <p>Level 30 Ordnance with fast regen.<\/p>\r\n      <\/div>\r\n      <div class=\"reward-box\">\r\n        <i class=\"fa fa-bomb\"><\/i>\r\n        <h3>Transmitter Grenade<\/h3>\r\n        <p>Level 30 Ripper with extras.<\/p>\r\n      <\/div>\r\n      <div class=\"reward-box\">\r\n        <i class=\"fa fa-crosshairs\"><\/i>\r\n        <h3>Cudigra Rifle<\/h3>\r\n        <p>Level 50 legendary for endgame.<\/p>\r\n      <\/div>\r\n      <div class=\"reward-box\">\r\n        <i class=\"fa fa-user\"><\/i>\r\n        <h3>Psycho Head<\/h3>\r\n        <p>Customization for all Hunters.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    \r\n    <div class=\"faq-question\">Game editions?<\/div>\r\n    <div class=\"faq-answer\">\u2022 Standard: Base + Gilded.<br>\u2022 Deluxe: + Firehawk skin, Bounty Bundle.<br>\u2022 Super Deluxe: + Ornate, Vault Hunter Pack.<\/div>\r\n    \r\n    <div class=\"faq-question\">Physical copies?<\/div>\r\n    <div class=\"faq-answer\">Yes\u2014Standard\/Super in NA for PS5\/Xbox; more editions elsewhere.<\/div>\r\n  <\/div>\r\n  \r\n  <div class=\"faq-section\">\r\n    <h2>SHiFT Accounts Basics<\/h2>\r\n    <div class=\"faq-question\">What&#8217;s SHiFT?<\/div>\r\n    <div class=\"faq-answer\">Free service for cross-play and code redemptions across Borderlands games.<\/div>\r\n    \r\n    <div class=\"faq-question\">Redeeming codes?<\/div>\r\n    <div class=\"faq-answer\">Via Gearbox site or in-game menu; accounts are free.<\/div>\r\n    \r\n    <div class=\"faq-question\">&#8220;Hazard Pay&#8221; skin?<\/div>\r\n    <div class=\"faq-answer\">Unlock by signing up, opting in to newsletters, and linking your platform.<\/div>\r\n  <\/div>\r\n  \r\n  <div class=\"poll-section\">\r\n    <h2>Join the Hype: Vote Now!<\/h2>\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>Are you planning to pre-order Borderlands 4?<\/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=\"borderlands4_excited\"]') || 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','borderlands4_excited');\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    <p>Options: Yes, No<\/p>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script src=\"https:\/\/gamingwithdaopa.ellatha.com\/media\/evefrontier\/chart.js\"><\/script>\r\n<script>\r\n  \/\/ FAQ Accordion\r\n  document.querySelectorAll('.faq-question').forEach(item => {\r\n    item.addEventListener('click', () => {\r\n      item.classList.toggle('active');\r\n      const answer = item.nextElementSibling;\r\n      answer.style.display = answer.style.display === 'block' ? 'none' : 'block';\r\n    });\r\n  });\r\n\r\n  \/\/ Rank Buttons Interaction\r\n  document.querySelectorAll('.rank-btn').forEach(btn => {\r\n    btn.addEventListener('click', () => {\r\n      const rank = btn.dataset.rank;\r\n      document.querySelectorAll('.rank-info p').forEach(p => p.classList.remove('active'));\r\n      document.querySelector(`.rank-info p[data-rank=\"${rank}\"]`).classList.add('active');\r\n    });\r\n  });\r\n\r\n  \/\/ Firmware Builder Interaction\r\n  const slots = document.querySelectorAll('.slot');\r\n  let slotIndex = 0;\r\n  document.querySelectorAll('.firmware-btn').forEach(btn => {\r\n    btn.addEventListener('click', () => {\r\n      if (slotIndex < slots.length) {\r\n        const type = btn.classList[1];\r\n        slots[slotIndex].textContent = type.charAt(0).toUpperCase() + type.slice(1);\r\n        slots[slotIndex].classList.add(type);\r\n        slotIndex++;\r\n      }\r\n    });\r\n  });\r\n  document.querySelector('.reset-btn').addEventListener('click', () => {\r\n    slots.forEach(slot => {\r\n      slot.textContent = 'Empty Slot ' + (Array.from(slots).indexOf(slot) + 1);\r\n      slot.className = 'slot';\r\n    });\r\n    slotIndex = 0;\r\n  });\r\n<\/script>\r\n","protected":false},"excerpt":{"rendered":"<p>Borderlands 4: Your Ultimate FAQ Guide to the Chaos on Kairos Welcome, Vault Hunters! With Borderlands 4 launching soon, the hype is real. This first-person looter-shooter takes you to the new planet Kairos for epic battles against the Timekeeper, with fresh Vault Hunters and insane loot. Explore this interactive FAQ, click to expand answers, interact [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":299,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[10],"class_list":["post-295","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-faqs","tag-borderlands-4"],"yoast_head":"<!-- Meta Tags -->\r\n<title>Borderlands 4 FAQ<\/title>\r\n<meta name=\"description\" content=\"Borderlands 4: Your Ultimate FAQ Guide to the Chaos on Kairos Welcome, Vault Hunters! With Borderlands 4 launching soon, the hype is real. This\" \/>\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-faq\/\" \/>\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 FAQ\" \/>\r\n<meta property=\"og:description\" content=\"Borderlands 4: Your Ultimate FAQ Guide to the Chaos on Kairos Welcome, Vault Hunters! With Borderlands 4 launching soon, the hype is real. This\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/\" \/>\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-04T19:43:15+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2025-11-10T21:01:06+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/09\/borderlands-4-faq-guide.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=\"4 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-faq\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/\"},\"author\":{\"name\":\"daopa\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#\/schema\/person\/fb03a927907d90f409fac550ba375638\"},\"headline\":\"Borderlands 4 FAQ\",\"datePublished\":\"2025-09-04T19:43:15+00:00\",\"dateModified\":\"2025-11-10T21:01:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/\"},\"wordCount\":912,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#\/schema\/person\/fb03a927907d90f409fac550ba375638\"},\"image\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/09\/borderlands-4-faq-guide.jpg\",\"keywords\":[\"Borderlands 4\"],\"articleSection\":[\"FAQs\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/\",\"url\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/\",\"name\":\"Borderlands 4 FAQ\",\"isPartOf\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/09\/borderlands-4-faq-guide.jpg\",\"datePublished\":\"2025-09-04T19:43:15+00:00\",\"dateModified\":\"2025-11-10T21:01:06+00:00\",\"description\":\"Borderlands 4: Your Ultimate FAQ Guide to the Chaos on Kairos Welcome, Vault Hunters! With Borderlands 4 launching soon, the hype is real. This\",\"breadcrumb\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/#primaryimage\",\"url\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/09\/borderlands-4-faq-guide.jpg\",\"contentUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/09\/borderlands-4-faq-guide.jpg\",\"width\":400,\"height\":263,\"caption\":\"borderlands 4 faq guide\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Borderlands 4 FAQ\"}]},{\"@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\/#\/schema\/person\/image\/\",\"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\/#\/schema\/person\/image\/\"},\"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 FAQ","description":"Borderlands 4: Your Ultimate FAQ Guide to the Chaos on Kairos Welcome, Vault Hunters! With Borderlands 4 launching soon, the hype is real. This","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-faq\/","og_locale":"en_US","og_type":"article","og_title":"Borderlands 4 FAQ","og_description":"Borderlands 4: Your Ultimate FAQ Guide to the Chaos on Kairos Welcome, Vault Hunters! With Borderlands 4 launching soon, the hype is real. This","og_url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/","og_site_name":"Borderlands","article_publisher":"facebook.com\/gamingwithdaopa\/","article_author":"facebook.com\/gamingwithdaopa\/","article_published_time":"2025-09-04T19:43:15+00:00","article_modified_time":"2025-11-10T21:01:06+00:00","og_image":[{"width":400,"height":263,"url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/09\/borderlands-4-faq-guide.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":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/#article","isPartOf":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/"},"author":{"name":"daopa","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"headline":"Borderlands 4 FAQ","datePublished":"2025-09-04T19:43:15+00:00","dateModified":"2025-11-10T21:01:06+00:00","mainEntityOfPage":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/"},"wordCount":912,"commentCount":0,"publisher":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"image":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/#primaryimage"},"thumbnailUrl":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/09\/borderlands-4-faq-guide.jpg","keywords":["Borderlands 4"],"articleSection":["FAQs"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/","url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/","name":"Borderlands 4 FAQ","isPartOf":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/#primaryimage"},"image":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/#primaryimage"},"thumbnailUrl":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/09\/borderlands-4-faq-guide.jpg","datePublished":"2025-09-04T19:43:15+00:00","dateModified":"2025-11-10T21:01:06+00:00","description":"Borderlands 4: Your Ultimate FAQ Guide to the Chaos on Kairos Welcome, Vault Hunters! With Borderlands 4 launching soon, the hype is real. This","breadcrumb":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/#primaryimage","url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/09\/borderlands-4-faq-guide.jpg","contentUrl":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/09\/borderlands-4-faq-guide.jpg","width":400,"height":263,"caption":"borderlands 4 faq guide"},{"@type":"BreadcrumbList","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-faq\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/"},{"@type":"ListItem","position":2,"name":"Borderlands 4 FAQ"}]},{"@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\/#\/schema\/person\/image\/","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\/#\/schema\/person\/image\/"},"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\/295","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=295"}],"version-history":[{"count":3,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/posts\/295\/revisions"}],"predecessor-version":[{"id":557,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/posts\/295\/revisions\/557"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/media\/299"}],"wp:attachment":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/media?parent=295"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/categories?post=295"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/tags?post=295"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}