{"id":113,"date":"2025-08-14T00:37:48","date_gmt":"2025-08-14T00:37:48","guid":{"rendered":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/?p=113"},"modified":"2025-09-11T14:29:24","modified_gmt":"2025-09-11T14:29:24","slug":"bl4-mind-map","status":"publish","type":"post","link":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/","title":{"rendered":"Borderlands 4 Interactive Mind Map: Essential Release Info, Features, and Story Overview"},"content":{"rendered":"<p>Welcome to our Borderlands fansite! As we approach the launch on September 12, 2025, here&#8217;s an interactive mind map compiling all the key details from official sources. Click on nodes to expand\/collapse branches.<\/p>\r\n\r\n<style>\r\n\/* =======================\r\n   Borderlands 4 Mind Map\r\n   ======================= *\/\r\n\/* Theme variables *\/\r\n:root {\r\n  --bg-dark: #0b0b0d;\r\n  --outline: #000;\r\n  --vault-yellow: #ffcc00;\r\n}\r\n\/* Mindmap container *\/\r\n#mindmap {\r\n  position: relative;\r\n  width: 100%;\r\n  height: 80vh;\r\n  overflow: hidden;\r\n  background: radial-gradient(circle at center, #131316 0%, #0b0b0d 100%);\r\n  background-image:\r\n    radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px),\r\n    url('https:\/\/borderlands.com\/images\/vault-symbol.png'); \/* Replace with your own Vault symbol image *\/\r\n  background-size: 28px 28px, 200px;\r\n  background-position: 0 0, center;\r\n  background-repeat: repeat, no-repeat;\r\n  border: 4px solid var(--outline);\r\n  border-radius: 12px;\r\n  box-shadow: 0 0 50px rgba(0,0,0,0.8);\r\n  cursor: grab;\r\n}\r\n#mindmap.fullscreen {\r\n  position: fixed;\r\n  top: 0;\r\n  left: 0;\r\n  width: 100vw;\r\n  height: 100vh;\r\n  z-index: 9999;\r\n  border: none;\r\n  border-radius: 0;\r\n  box-shadow: none;\r\n  overflow: hidden;\r\n  background: radial-gradient(circle at center, #131316 0%, #0b0b0d 100%);\r\n  background-image:\r\n    radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px),\r\n    url('https:\/\/borderlands.com\/images\/vault-symbol.png');\r\n  background-size: 28px 28px, 200px;\r\n  background-position: 0 0, center;\r\n  background-repeat: repeat, no-repeat;\r\n}\r\n\/* Reset \/ scope so themes can't override the list layout *\/\r\n#mindmap .tree,\r\n#mindmap .tree ul,\r\n#mindmap .tree li {\r\n  all: unset; \/* wipe inherited list\/flex styles safely within scope *\/\r\n  display: block; \/* default block flow *\/\r\n  position: relative;\r\n  box-sizing: border-box;\r\n}\r\n\/* Root UL *\/\r\n#mindmap .tree {\r\n  margin: 0;\r\n  padding: 0;\r\n}\r\n\/* Every UL of children = a vertical column pushed to the right *\/\r\n#mindmap .tree ul {\r\n  list-style: none;\r\n  margin: 0;\r\n  padding: 0 0 0 300px; \/* horizontal gap from parent node *\/\r\n  overflow: visible; \/* don't clip expanded content\/lines *\/\r\n  transition: max-height 0.35s ease, opacity 0.35s ease, padding-left 0.35s ease;\r\n}\r\n\/* Each LI = one row in that vertical column *\/\r\n#mindmap .tree ul > li {\r\n  display: block !important; \/* override any theme inline\/inline-block lists *\/\r\n  margin: 14px 0; \/* vertical spacing between siblings *\/\r\n}\r\n\/* Node pills (Borderlands yellow buttons) *\/\r\n#mindmap .tree span.node {\r\n  display: inline-flex;\r\n  align-items: center;\r\n  padding: 10px 14px;\r\n  font-family: 'Orbitron', sans-serif;\r\n  font-weight: 800;\r\n  font-size: 13px;\r\n  text-transform: uppercase;\r\n  border: 3px solid var(--outline);\r\n  border-radius: 10px;\r\n  background: var(--vault-yellow);\r\n  color: #111;\r\n  box-shadow: 3px 3px 0 var(--outline);\r\n  transition: transform 0.15s ease, box-shadow 0.3s ease;\r\n  cursor: pointer;\r\n  position: relative;\r\n  white-space: nowrap; \/* Prevent text wrapping *\/\r\n  z-index: 1; \/* keep above SVG lines *\/\r\n}\r\n\/* Hover lift + glow *\/\r\n#mindmap .tree span.node:hover {\r\n  transform: translateY(-4px) scale(1.02);\r\n  box-shadow: 0 0 18px var(--vault-yellow), 3px 3px 0 var(--outline);\r\n  z-index: 10;\r\n}\r\n\/* Toggle arrow (Borderlands style) *\/\r\n#mindmap .tree .toggle {\r\n  margin-left: 8px;\r\n  font-size: 14px;\r\n  color: var(--outline);\r\n  border: 2px solid var(--outline);\r\n  border-radius: 4px;\r\n  background: var(--vault-yellow);\r\n  padding: 0 3px;\r\n  transition: transform 0.3s ease;\r\n}\r\n#mindmap .tree .toggle.open { transform: rotate(90deg); }\r\n\/* Collapsible child lists *\/\r\n#mindmap .tree ul.collapsed {\r\n  max-height: 0;\r\n  opacity: 0;\r\n  padding-left: 0; \/* pull spine back when closed *\/\r\n  overflow: hidden; \/* hide while animating closed *\/\r\n}\r\n#mindmap .tree ul.expanded {\r\n  max-height: 5000px; \/* big enough for deep branches *\/\r\n  opacity: 1;\r\n  overflow: visible;\r\n}\r\n\/* Rarity colors *\/\r\n#mindmap .legendary { background: linear-gradient(135deg,#ffd9a8, #ffb46b); }\r\n#mindmap .epic { background: linear-gradient(135deg,#d8b3ff, #a469ff); }\r\n#mindmap .rare { background: linear-gradient(135deg,#bff7ff, #7de7ff); }\r\n#mindmap .common { background: linear-gradient(135deg,#ddd, #bbb); }\r\n\/* Pan\/Zoom cursor states *\/\r\n#mindmap.dragging { cursor: grabbing; }\r\n\/* Small tweaks for spacing look\/feel *\/\r\n#mindmap .tree li > span.node { margin: 0; }\r\n#mindmap .tree ul > li:first-child { margin-top: 6px; }\r\n#mindmap .tree ul > li:last-child { margin-bottom: 6px; }\r\n.tree span.node {\r\n  display: inline-flex;\r\n  align-items: center;\r\n  white-space: nowrap;\r\n  flex-shrink: 0;\r\n}\r\n.tree span.node .toggle {\r\n  flex-shrink: 0;\r\n}\r\n<\/style>\r\n<div id=\"mindmap\">\r\n    <!-- Your original tree content is preserved below (we only change look & behavior with CSS\/JS) -->\r\n    <ul class=\"tree\">\r\n        <li>\r\n            <span>Borderlands 4<\/span>\r\n            <ul class=\"collapsed\">\r\n                <li>\r\n                    <span>Release Information<\/span>\r\n                    <ul class=\"collapsed\">\r\n                        <li><span>Launch Date (PC, PS5, Xbox Series X|S)<\/span><ul class=\"collapsed\"><li><span>September 12, 2025<\/span><\/li><\/ul><\/li>\r\n                        <li><span>Launch Date (Nintendo Switch 2)<\/span><ul class=\"collapsed\"><li><span>October 3, 2025<\/span><\/li><\/ul><\/li>\r\n                        <li><span>Platforms<\/span><ul class=\"collapsed\"><li><span>PC (Steam, Epic Games Store)<\/span><\/li><li><span>PlayStation 5<\/span><\/li><li><span>Xbox Series X|S<\/span><\/li><li><span>Nintendo Switch 2<\/span><\/li><\/ul><\/li>\r\n                        <li>\r\n                            <span>Editions<\/span>\r\n                            <ul class=\"collapsed\">\r\n                                <li>\r\n                                    <span>Standard Edition ($69.99)<\/span>\r\n                                    <ul class=\"collapsed\">\r\n                                        <li><span>Full base game<\/span><\/li>\r\n                                        <li><span>Pre-order Bonus: Gilded Glory Pack<\/span><ul class=\"collapsed\"><li><span>1 Vault Hunter Skin<\/span><\/li><li><span>1 Weapon Skin<\/span><\/li><li><span>1 ECHO-4 Drone Skin<\/span><\/li><\/ul><\/li>\r\n                                    <\/ul>\r\n                                <\/li>\r\n                                <li>\r\n                                    <span>Deluxe Edition ($99.99)<\/span>\r\n                                    <ul class=\"collapsed\">\r\n                                        <li><span>Full base game<\/span><\/li>\r\n                                        <li><span>Pre-order Bonus: Gilded Glory Pack<\/span><\/li>\r\n                                        <li><span>Firehawk&#8217;s Fury Weapon Skin<\/span><\/li>\r\n                                        <li><span>Bounty Pack Bundle (4 post-launch DLCs)<\/span><ul class=\"collapsed\"><li><span>4 unique areas, new missions, bosses<\/span><\/li><li><span>4 Vault Cards (challenges, rewards)<\/span><\/li><li><span>New gear &#038; weapons<\/span><\/li><li><span>New Vault Hunter cosmetics<\/span><\/li><li><span>4 New vehicles, cosmetics<\/span><\/li><\/ul><\/li>\r\n                                    <\/ul>\r\n                                <\/li>\r\n                                <li>\r\n                                    <span>Super Deluxe Edition ($129.99)<\/span>\r\n                                    <ul class=\"collapsed\">\r\n                                        <li><span>Full base game<\/span><\/li>\r\n                                        <li><span>Pre-order Bonus: Gilded Glory Pack<\/span><\/li>\r\n                                        <li><span>Firehawk&#8217;s Fury Weapon Skin<\/span><\/li>\r\n                                        <li><span>Bounty Pack Bundle<\/span><\/li>\r\n                                        <li><span>Ornate Order Pack<\/span><ul class=\"collapsed\"><li><span>4 Vault Hunter Skins<\/span><\/li><li><span>4 Vault Hunter Heads<\/span><\/li><li><span>4 Vault Hunter Bodies<\/span><\/li><\/ul><\/li>\r\n                                        <li><span>Vault Hunter Pack (2 post-launch DLCs)<\/span><ul class=\"collapsed\"><li><span>2 new playable Vault Hunters<\/span><\/li><li><span>2 new Story Packs (story, side missions)<\/span><\/li><li><span>2 new map regions<\/span><\/li><li><span>New gear &#038; weapons<\/span><\/li><li><span>New Vault Hunter cosmetics<\/span><\/li><li><span>New ECHO-4 cosmetics<\/span><\/li><\/ul><\/li>\r\n                                    <\/ul>\r\n                                <\/li>\r\n                            <\/ul>\r\n                        <\/li>\r\n                    <\/ul>\r\n                <\/li>\r\n                <li>\r\n                    <span>Gameplay Features<\/span>\r\n                    <ul class=\"collapsed\">\r\n                        <li><span>Genre: First-person Looter Shooter<\/span><\/li>\r\n                        <li>\r\n                            <span>Vault Hunters<\/span>\r\n                            <ul class=\"collapsed\">\r\n                                <li><span>4 New Vault Hunters at launch<\/span><\/li>\r\n                                <li><span>2 New DLC Vault Hunters (post-launch)<\/span><\/li>\r\n                                <li><span>3 Action Skills per Vault Hunter (1 equipped)<\/span><\/li>\r\n                                <li><span>3 Branching Skill Trees per Vault Hunter<\/span><\/li>\r\n                                <li><span>Augments &#038; Capstone abilities<\/span><\/li>\r\n                                <li><span>Deep build customization<\/span><\/li>\r\n                                <li>\r\n                                    <span>Amon the Forgeknight<\/span>\r\n                                    <ul class=\"collapsed\">\r\n                                        <li><span>Resilient frontliner<\/span><\/li>\r\n                                        <li><span>Mechanically complex Action Skills<\/span><\/li>\r\n                                        <li><span>Forgeweapons via Forgedrones<\/span><\/li>\r\n                                        <li><span>Trait: Forgeskill (secondary Action Skill)<\/span><\/li>\r\n                                        <li>\r\n                                            <span>Action Skills<\/span>\r\n                                            <ul class=\"collapsed\">\r\n                                                <li><span>Crucible (Twin Forgeaxes, Incendiary\/Cryo, Primed explosion)<\/span><\/li>\r\n                                                <li><span>Scourge (Forgeshield, Vengeance Meter, Cryo Forgewave)<\/span><\/li>\r\n                                                <li><span>Onslaughter (Forgefist, Rocket Punch, Stagger)<\/span><\/li>\r\n                                            <\/ul>\r\n                                        <\/li>\r\n                                        <li>\r\n                                            <span>Forgeskills (Secondary Action Skills)<\/span>\r\n                                            <ul class=\"collapsed\">\r\n                                                <li><span>Double-Edge (Crucible equipped): Twinned Forgeaxe, Cryo\/Incendiary<\/span><\/li>\r\n                                                <li><span>Firewall (Scourge equipped): Absorbs projectiles, boosts friendly, Incendiary DoT<\/span><\/li>\r\n                                                <li><span>Molten Slam (Onslaughter equipped): Molten Forgehammer, Incendiary AoE<\/span><\/li>\r\n                                            <\/ul>\r\n                                        <\/li>\r\n                                    <\/ul>\r\n                                <\/li>\r\n                                <li>\r\n                                    <span>Vex the Siren<\/span>\r\n                                    <ul class=\"collapsed\">\r\n                                        <li><span>Supernatural Phase abilities<\/span><\/li>\r\n                                        <li><span>Companion class, elemental damage<\/span><\/li>\r\n                                        <li><span>Trait: Phase Covenant (Action Skill\/Melee attunes to weapon element)<\/span><\/li>\r\n                                        <li>\r\n                                            <span>Action Skills<\/span>\r\n                                            <ul class=\"collapsed\">\r\n                                                <li><span>Dead Ringer (Phase Clone Minions: Reapers\/Specters)<\/span><\/li>\r\n                                                <li><span>Incarnate (Phase Explosion, heal, Eldritch Blasts)<\/span><\/li>\r\n                                                <li><span>Phase Phamiliar (Trouble, teleport, Badass form)<\/span><\/li>\r\n                                            <\/ul>\r\n                                        <\/li>\r\n                                    <\/ul>\r\n                                <\/li>\r\n                                <li>\r\n                                    <span>Rafa the Exo-Soldier<\/span>\r\n                                    <ul class=\"collapsed\">\r\n                                        <li><span>Battle-ready combat veteran<\/span><\/li>\r\n                                        <li><span>Wields weapons from Deadframe exo-suit<\/span><\/li>\r\n                                        <li><span>Trait: Overdrive (Movespeed\/Damage buff when Action Skill active)<\/span><\/li>\r\n                                        <li>\r\n                                            <span>Action Skills<\/span>\r\n                                            <ul class=\"collapsed\">\r\n                                                <li><span>Arc-Knives (Twin energy blades, melee, Blade Fury Shock Damage)<\/span><\/li>\r\n                                                <li><span>Peacebreaker Cannons (Extra guns, seek\/destroy, ammo types, Insta-Fort)<\/span><\/li>\r\n                                                <li><span>APOPHIS Lance (Arm cannon, plasma orbs, piercing, charged projectiles)<\/span><\/li>\r\n                                            <\/ul>\r\n                                        <\/li>\r\n                                    <\/ul>\r\n                                <\/li>\r\n                                <li><span>Harlowe the Gravitar<\/span><\/li>\r\n                            <\/ul>\r\n                        <\/li>\r\n                        <li>\r\n                            <span>Weapons<\/span>\r\n                            <ul class=\"collapsed\">\r\n                                <li><span>Billions of guns<\/span><\/li>\r\n                                <li><span>8 unique manufacturers<\/span><ul class=\"collapsed\"><li><span>Order (precision, high-powered bursts)<\/span><\/li><li><span>Ripper (charge up to full auto)<\/span><\/li><li><span>Daedalus (easy-to-use, multiple ammo types)<\/span><\/li><li><span>Tediore (toss as grenades to reload)<\/span><\/li><li><span>Maliwan (elemental damage: burn, freeze, shock)<\/span><\/li><li><span>Jakobs (fire as fast as you shoot, ricochets)<\/span><\/li><li><span>Vladof (high rate of fire, huge magazines)<\/span><\/li><li><span>Torgue (heavy-duty explosive rounds, sticky projectiles)<\/span><\/li><\/ul><\/li>\r\n                                <li><span>New Licensed Parts system (multiple manufacturer behaviors)<\/span><\/li>\r\n                                <li><span>Reworked Legendary guns (special events)<\/span><\/li>\r\n                            <\/ul>\r\n                        <\/li>\r\n                        <li>\r\n                            <span>New Game Mechanics<\/span>\r\n                            <ul class=\"collapsed\">\r\n                                <li><span>Dynamic Movement Abilities (double jump, glide, dodge, grapple)<\/span><\/li>\r\n                                <li><span>Digirunner Vehicle (summon anywhere, customize)<\/span><\/li>\r\n                                <li><span>ECHO-4 Drone (guidance, ammo\/cosmetic upgrades)<\/span><\/li>\r\n                                <li><span>Crimson Resistance Points of Interest<\/span><ul class=\"collapsed\"><li><span>Claim safe houses (Fast Travel)<\/span><\/li><li><span>Reclaim silos (communications balloons, gliding, Vault Key Fragments, Fast Travel)<\/span><\/li><\/ul><\/li>\r\n                                <li><span>Ordnance (Grenades, Heavy Weapons, cooldown recharge)<\/span><\/li>\r\n                                <li><span>Enhancements (augment weapons based on manufacturer)<\/span><\/li>\r\n                                <li><span>Repkits (heal, temporary buffs)<\/span><\/li>\r\n                                <li><span>New gear slots<\/span><\/li>\r\n                                <li><span>Replaying missions\/Boss farming (Moxxi&#8217;s Big Encore Machine)<\/span><\/li>\r\n                                <li><span>Bigger, better boss fights<\/span><\/li>\r\n                            <\/ul>\r\n                        <\/li>\r\n                    <\/ul>\r\n                <\/li>\r\n                <li>\r\n                    <span>Story &#038; World (Kairos)<\/span>\r\n                    <ul class=\"collapsed\">\r\n                        <li><span>All-new planet: Kairos<\/span><\/li>\r\n                        <li><span>Ruled by oppressive Timekeeper (cybernetic implants: Bolts)<\/span><\/li>\r\n                        <li><span>World-altering catastrophe: Elpis (rogue moon)<\/span><\/li>\r\n                        <li><span>Population rising up (ripping out Bolts)<\/span><\/li>\r\n                        <li><span>Ignite a revolution against Timekeeper<\/span><\/li>\r\n                        <li><span>4 distinct, seamlessly connected regions<\/span><ul class=\"collapsed\"><li><span>Fadefields (temperate paradise, ruled by Idolator Sol)<\/span><\/li><li><span>Terminus Range (frigid peaks, overseen by Vile Lictor)<\/span><\/li><li><span>Carcadia Burn (shattered lands, ruled by Callis the Ripper Queen)<\/span><\/li><li><span>Dominion (Timekeeper&#8217;s fortress city)<\/span><\/li><\/ul><\/li>\r\n                        <li>\r\n                            <span>Factions &#038; Characters<\/span>\r\n                            <ul class=\"collapsed\">\r\n                                <li><span>Crimson Resistance (led by Claptrap)<\/span><\/li>\r\n                                <li><span>Outbounders (led by Rush, crash-landed, want to leave Kairos)<\/span><\/li>\r\n                                <li><span>Augers (led by Defiant Calder, mountainous miners, Kairos is home)<\/span><\/li>\r\n                                <li><span>Electi (led by Levaine, former Dominion citizens, locked out)<\/span><\/li>\r\n                                <li><span>Rippers (formerly Bolted Kairosians who removed Bolts, led by Callis)<\/span><\/li>\r\n                                <li><span>Returning characters: Amara, Moxxi, Zane<\/span><\/li>\r\n                            <\/ul>\r\n                        <\/li>\r\n                        <li><span>Perfect entry point for new players<\/span><\/li>\r\n                    <\/ul>\r\n                <\/li>\r\n                <li>\r\n                    <span>Multiplayer<\/span>\r\n                    <ul class=\"collapsed\">\r\n                        <li><span>Designed for co-op from the ground up<\/span><\/li>\r\n                        <li><span>Up to 4-player online co-op (all platforms)<\/span><\/li>\r\n                        <li><span>2-player splitscreen couch co-op (PS5, Xbox Series X|S)<\/span><\/li>\r\n                        <li><span>Full crossplay support at launch (requires SHiFT Account)<\/span><\/li>\r\n                        <li><span>Improved lobby system (drop-in\/drop-out)<\/span><\/li>\r\n                        <li><span>Instanced loot for each player<\/span><\/li>\r\n                        <li><span>Dynamic level scaling<\/span><\/li>\r\n                        <li><span>Individual difficulty settings<\/span><\/li>\r\n                        <li><span>Fast Travel directly to co-op buddies<\/span><\/li>\r\n                        <li><span>Nintendo Switch 2 local play<\/span><\/li>\r\n                        <li><span>Nintendo Switch 2 GameChat, screen sharing, camera support<\/span><\/li>\r\n                        <li><span>Nintendo Switch 2: features mouse controls with Joy-Con 2 controllers<\/span><\/li>\r\n                    <\/ul>\r\n                <\/li>\r\n                <li>\r\n                    <span>Customization<\/span>\r\n                    <ul class=\"collapsed\">\r\n                        <li><span>Vault Hunter Cosmetics<\/span><ul class=\"collapsed\"><li><span>Vault Hunter Skins<\/span><\/li><li><span>Vault Hunter Heads<\/span><\/li><li><span>Vault Hunter Bodies<\/span><\/li><\/ul><\/li>\r\n                        <li><span>Weapon Skins<\/span><\/li>\r\n                        <li><span>ECHO-4 Drone Skins<\/span><\/li>\r\n                        <li><span>Vehicle Cosmetics<\/span><\/li>\r\n                        <li><span>Cosmetics do not affect gameplay<\/span><\/li>\r\n                        <li><span>Gun behaviors\/functional components not customizable (loot chase focus)<\/span><\/li>\r\n                    <\/ul>\r\n                <\/li>\r\n                <li>\r\n                    <span>SHiFT Accounts<\/span>\r\n                    <ul class=\"collapsed\">\r\n                        <li><span>Free service for cross-platform multiplayer<\/span><\/li>\r\n                        <li><span>Redeem in-game rewards (SHiFT codes, Golden Keys)<\/span><\/li>\r\n                        <li><span>Unlock &#8216;Hazard Pay&#8217; Weapon Skin by signing up and opting into newsletters<\/span><\/li>\r\n                        <li><span>Link to preferred platform accounts<\/span><\/li>\r\n                    <\/ul>\r\n                <\/li>\r\n            <\/ul>\r\n        <\/li>\r\n    <\/ul>\r\n<\/div>\r\n<!-- JS: behavior (expand\/collapse, chevrons, rarity defaults, panning + touch) -->\r\n<script src=\"\/media\/borderlands\/tree.js\"><\/script>\r\n","protected":false},"excerpt":{"rendered":"<p>Welcome to our Borderlands fansite! As we approach the launch on September 12, 2025, here&#8217;s an interactive mind map compiling all the key details from official sources. Click on nodes to expand\/collapse branches. Borderlands 4 Release Information Launch Date (PC, PS5, Xbox Series X|S) September 12, 2025 Launch Date (Nintendo Switch 2) October 3, 2025 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":135,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,4,3],"tags":[10],"class_list":["post-113","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guides","category-maps","category-tools","tag-borderlands-4"],"yoast_head":"<!-- Meta Tags -->\r\n<title>Borderlands 4 Interactive Mind Map: Essential Release Info, Features, and Story Overview<\/title>\r\n<meta name=\"description\" content=\"Welcome to our Borderlands fansite! As we approach the launch on September 12, 2025, here&#039;s an interactive mind map compiling all the key details from\" \/>\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-mind-map\/\" \/>\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 Interactive Mind Map: Essential Release Info, Features, and Story Overview\" \/>\r\n<meta property=\"og:description\" content=\"Welcome to our Borderlands fansite! As we approach the launch on September 12, 2025, here&#039;s an interactive mind map compiling all the key details from\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/\" \/>\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-08-14T00:37:48+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2025-09-11T14:29:24+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/08\/borderlands-4-interactive-mind-map.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-mind-map\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/\"},\"author\":{\"name\":\"daopa\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#\/schema\/person\/fb03a927907d90f409fac550ba375638\"},\"headline\":\"Borderlands 4 Interactive Mind Map: Essential Release Info, Features, and Story Overview\",\"datePublished\":\"2025-08-14T00:37:48+00:00\",\"dateModified\":\"2025-09-11T14:29:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/\"},\"wordCount\":782,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#\/schema\/person\/fb03a927907d90f409fac550ba375638\"},\"image\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/08\/borderlands-4-interactive-mind-map.jpg\",\"keywords\":[\"Borderlands 4\"],\"articleSection\":[\"Guides\",\"Maps\",\"Tools\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/\",\"url\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/\",\"name\":\"Borderlands 4 Interactive Mind Map: Essential Release Info, Features, and Story Overview\",\"isPartOf\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/08\/borderlands-4-interactive-mind-map.jpg\",\"datePublished\":\"2025-08-14T00:37:48+00:00\",\"dateModified\":\"2025-09-11T14:29:24+00:00\",\"description\":\"Welcome to our Borderlands fansite! As we approach the launch on September 12, 2025, here's an interactive mind map compiling all the key details from\",\"breadcrumb\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/#primaryimage\",\"url\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/08\/borderlands-4-interactive-mind-map.jpg\",\"contentUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/08\/borderlands-4-interactive-mind-map.jpg\",\"width\":400,\"height\":263,\"caption\":\"borderlands 4 interactive mind map\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Borderlands 4 Interactive Mind Map: Essential Release Info, Features, and Story Overview\"}]},{\"@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 Interactive Mind Map: Essential Release Info, Features, and Story Overview","description":"Welcome to our Borderlands fansite! As we approach the launch on September 12, 2025, here's an interactive mind map compiling all the key details from","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-mind-map\/","og_locale":"en_US","og_type":"article","og_title":"Borderlands 4 Interactive Mind Map: Essential Release Info, Features, and Story Overview","og_description":"Welcome to our Borderlands fansite! As we approach the launch on September 12, 2025, here's an interactive mind map compiling all the key details from","og_url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/","og_site_name":"Borderlands","article_publisher":"facebook.com\/gamingwithdaopa\/","article_author":"facebook.com\/gamingwithdaopa\/","article_published_time":"2025-08-14T00:37:48+00:00","article_modified_time":"2025-09-11T14:29:24+00:00","og_image":[{"width":400,"height":263,"url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/08\/borderlands-4-interactive-mind-map.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-mind-map\/#article","isPartOf":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/"},"author":{"name":"daopa","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"headline":"Borderlands 4 Interactive Mind Map: Essential Release Info, Features, and Story Overview","datePublished":"2025-08-14T00:37:48+00:00","dateModified":"2025-09-11T14:29:24+00:00","mainEntityOfPage":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/"},"wordCount":782,"commentCount":0,"publisher":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"image":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/#primaryimage"},"thumbnailUrl":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/08\/borderlands-4-interactive-mind-map.jpg","keywords":["Borderlands 4"],"articleSection":["Guides","Maps","Tools"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/","url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/","name":"Borderlands 4 Interactive Mind Map: Essential Release Info, Features, and Story Overview","isPartOf":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/#primaryimage"},"image":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/#primaryimage"},"thumbnailUrl":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/08\/borderlands-4-interactive-mind-map.jpg","datePublished":"2025-08-14T00:37:48+00:00","dateModified":"2025-09-11T14:29:24+00:00","description":"Welcome to our Borderlands fansite! As we approach the launch on September 12, 2025, here's an interactive mind map compiling all the key details from","breadcrumb":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/#primaryimage","url":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/08\/borderlands-4-interactive-mind-map.jpg","contentUrl":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/sites\/38\/2025\/08\/borderlands-4-interactive-mind-map.jpg","width":400,"height":263,"caption":"borderlands 4 interactive mind map"},{"@type":"BreadcrumbList","@id":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/bl4-mind-map\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/"},{"@type":"ListItem","position":2,"name":"Borderlands 4 Interactive Mind Map: Essential Release Info, Features, and Story Overview"}]},{"@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\/113","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=113"}],"version-history":[{"count":3,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/posts\/113\/revisions"}],"predecessor-version":[{"id":369,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/posts\/113\/revisions\/369"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/media\/135"}],"wp:attachment":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/media?parent=113"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/categories?post=113"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-json\/wp\/v2\/tags?post=113"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}