{"id":112,"date":"2026-05-20T22:19:46","date_gmt":"2026-05-20T22:19:46","guid":{"rendered":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/?p=112"},"modified":"2026-05-20T22:19:46","modified_gmt":"2026-05-20T22:19:46","slug":"defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips","status":"publish","type":"post","link":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/","title":{"rendered":"Star Citizen DefenseCon 2956 Referral Bonus Guide"},"content":{"rendered":"\r\n<article id=\"custom-article\" style=\"line-height: 1.6; color: #e6e6e6; background: #18181b; padding: 30px; border-radius: 16px; max-width: 900px; margin: auto;\" itemscope itemtype=\"https:\/\/schema.org\/Article\">\r\n<style>\r\n    \/* ---------------------- BASE TYPOGRAPHY ---------------------- *\/\r\n    #custom-article { font-family: Arial, sans-serif; line-height: 1.75; max-width: 1200px; margin: 0 auto; padding: 20px; }\r\n    #custom-article p { margin-bottom: 18px; }\r\n    #custom-article h1, #custom-article h2, #custom-article h3 { color: #ff5a4f; }\r\n    #custom-article h1 { font-size: 32px; }\r\n    #custom-article h2 { font-size: 26px; margin-top: 25px; }\r\n    #custom-article h3 { font-size: 20px; margin-top: 20px; }\r\n    #custom-article p, #custom-article ul, #custom-article li { color: #e6e6e6; }\r\n    \/* ---------------------- CSS VARIABLES ---------------------- *\/\r\n    :root{\r\n        --accent-primary:#ff5a4f;\r\n        --accent-secondary:#5ac8fa;\r\n        --accent-success:#4ade80;\r\n        --bg-card:#1f1f23;\r\n        --bg-soft:#242428;\r\n        --text-main:#e6e6e6;\r\n    }\r\n    \/* ---------------------- SECTIONS ---------------------- *\/\r\n    #custom-article section { margin-bottom: 40px; padding: 20px; background-color: #1f1f23; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }\r\n    #custom-article section.visible { opacity: 1; transform: translateY(0); }\r\n    \/* ---------------------- ACCORDION & INTERACTIVE LIST ---------------------- *\/\r\n    #custom-article .accordion {\r\n        cursor: pointer;\r\n        background-color: #1f1f23;\r\n        padding: 15px;\r\n        border-radius: 5px;\r\n        transition: background-color 0.3s;\r\n        margin-bottom: 10px;\r\n        color: #e6e6e6;\r\n        font-weight: bold;\r\n        border: none;\r\n        width: 100%;\r\n        text-align: left;\r\n        display: flex;\r\n        justify-content: space-between;\r\n        align-items: center;\r\n    }\r\n    #custom-article .accordion:hover { background-color: #2a2a2e; }\r\n    #custom-article .accordion i.fa-chevron-down { transition: transform 0.3s; }\r\n    #custom-article .accordion.active i.fa-chevron-down { transform: rotate(180deg); }\r\n    #custom-article .tip-content { display: none; margin-top: 10px; padding: 10px; background-color: #1f1f23; border-radius: 5px; }\r\n    \/* ---------------------- COPY BUTTON ---------------------- *\/\r\n    #custom-article .copy-btn {\r\n        background: var(--accent-primary); color: #fff; border: none; padding: 8px 16px; border-radius: 4px; cursor: pointer; font-size: 14px; margin-left: 10px;\r\n    }\r\n    #custom-article .copy-btn:hover { background: #e14b42; }\r\n    \/* ---------------------- HERO SECTION ---------------------- *\/\r\n    #hero { position: relative; height: 420px; background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.75)), url('https:\/\/robertsspaceindustries.com\/media\/comm-link\/transmission\/21134-Countdown-To-DefenseCon\/defensecon-banner.jpg') center\/cover no-repeat; border-radius: 16px; display: flex; align-items: center; justify-content: center; text-align: center; margin-bottom: 40px; overflow: hidden; animation: heroZoom 18s ease-in-out infinite alternate; }\r\n    @keyframes heroZoom { from { background-size: 100%; } to { background-size: 108%; } }\r\n    #hero::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 40%; background: linear-gradient(transparent, #18181b); }\r\n    #hero-content { z-index: 2; max-width: 800px; padding: 0 20px; }\r\n    #hero h1 { font-size: 42px; color: #fff; text-shadow: 0 4px 12px rgba(0,0,0,0.8); margin-bottom: 10px; }\r\n    #hero .subtitle { font-size: 22px; color: #e6e6e6; margin-bottom: 25px; }\r\n    #hero .reward-cards { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }\r\n    #hero .reward-card { background: rgba(255,90,79,0.9); color: #fff; padding: 12px 20px; border-radius: 8px; font-size: 15px; display: flex; align-items: center; gap: 8px; min-width: 220px; box-shadow: 0 4px 15px rgba(255,90,79,0.3); transition: transform 0.3s; }\r\n    #hero .reward-card:hover { transform: scale(1.05); }\r\n    \/* ---------------------- PROGRESS BAR ---------------------- *\/\r\n    #progress-bar { position: fixed; top: 0; left: 0; height: 4px; background: linear-gradient(90deg, #ff5a4f, #e14b42); width: 0%; z-index: 1000; transition: width 0.1s; box-shadow: 0 0 8px #ff5a4f; }\r\n    \/* ---------------------- TABLE OF CONTENTS (PROFESSIONAL) ---------------------- *\/\r\n    #toc { position: sticky; top: 20px; background: #1f1f23; padding: 20px; border-radius: 12px; margin-bottom: 30px; z-index: 10; box-shadow: 0 4px 15px rgba(0,0,0,0.25); border: 1px solid #2a2a2e; }\r\n    #toc h3 { margin: 0 0 15px 0; color: #ff5a4f; font-size: 18px; display: flex; align-items: center; gap: 10px; }\r\n    #toc ul { list-style: none; padding: 0; margin: 0; }\r\n    #toc li { margin: 6px 0; }\r\n    #toc a { color: #e6e6e6; text-decoration: none; display: flex; align-items: center; gap: 12px; padding: 8px 12px; border-radius: 6px; transition: all 0.2s ease; font-size: 15px; }\r\n    #toc a:hover { background: #2a2a2e; color: #fff; transform: translateX(4px); }\r\n    #toc .toc-number { color: #ff5a4f; font-weight: 700; font-size: 14px; min-width: 26px; display: inline-block; }\r\n    \/* ---------------------- CARDS & GRIDS ---------------------- *\/\r\n    .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }\r\n    .info-card { background: #2a2a2e; padding: 20px; border-radius: 8px; text-align: center; transition: transform 0.3s; }\r\n    .info-card:hover { transform: translateY(-4px); }\r\n    .info-card i { font-size: 42px; color: #ff5a4f; margin-bottom: 12px; display: block; }\r\n    \/* ---------------------- TIMELINE ---------------------- *\/\r\n    .timeline { position: relative; padding-left: 40px; }\r\n    .timeline::before { content: ''; position: absolute; left: 20px; top: 0; bottom: 0; width: 4px; background: #ff5a4f; }\r\n    .timeline-item { position: relative; margin-bottom: 25px; }\r\n    .timeline-item::before { content: ''; position: absolute; left: -32px; top: 8px; width: 16px; height: 16px; background: #18181b; border: 3px solid #ff5a4f; border-radius: 50%; }\r\n    \/* ---------------------- REWARD GRID ---------------------- *\/\r\n    .reward-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }\r\n    \/* ---------------------- HIGHLIGHT & WARNING BOXES ---------------------- *\/\r\n    .highlight-box { background: rgba(90,200,250,0.08); border-left: 4px solid var(--accent-secondary); padding: 16px; border-radius: 8px; margin: 20px 0; }\r\n    .warning-box { background: rgba(255,90,79,0.1); border: 1px solid var(--accent-primary); padding: 16px; border-radius: 8px; margin: 20px 0; }\r\n    \/* ---------------------- CINEMATIC SCALE SECTION (NO EXTERNAL IMAGE) ---------------------- *\/\r\n    #scale-section .scale-block {\r\n        background: #111114;\r\n        border: 1px solid #2a2a2e;\r\n        border-radius: 14px;\r\n        padding: 50px 40px;\r\n        text-align: center;\r\n        box-shadow: 0 8px 30px rgba(0,0,0,0.4);\r\n    }\r\n    #scale-section .scale-text {\r\n        font-size: 26px;\r\n        line-height: 1.4;\r\n        font-weight: 700;\r\n        color: #fff;\r\n        max-width: 780px;\r\n        margin: 0 auto;\r\n    }\r\n    \/* ---------------------- LIGHTBOX ---------------------- *\/\r\n    #lightbox-overlay { position: fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.85); display:none; justify-content:center; align-items:center; z-index:9999; }\r\n    #lightbox-overlay img { max-width:92%; max-height:92%; border-radius:12px; box-shadow:0 0 30px rgba(0,0,0,0.7); }\r\n    \/* ---------------------- IMAGES ---------------------- *\/\r\n    #custom-article .centered-image, #custom-article .aligncenter { display:block; margin:20px auto; max-width:100%; height:auto; border-radius:8px; cursor:pointer; transition: transform 0.4s ease; }\r\n    #custom-article .centered-image:hover { transform: scale(1.03); }\r\n    \/* ---------------------- TABLE STYLING ---------------------- *\/\r\n    #custom-article table { width:100%; border-collapse:collapse; background:#2a2a2e; border-radius:12px; overflow:hidden; }\r\n    #custom-article table th, #custom-article table td { padding:12px; text-align:left; }\r\n    #custom-article table tr:nth-child(even) { background:#242428; }\r\n    #custom-article table tr:hover { background:#323238; }\r\n    \/* ---------------------- LINKS ---------------------- *\/\r\n    #custom-article a { color:#007bff; text-decoration:none; }\r\n    #custom-article a:hover { text-decoration:underline; }\r\n    \/* ---------------------- RESPONSIVE ---------------------- *\/\r\n    @media(max-width:600px) {\r\n        #custom-article { padding: 15px; }\r\n        #custom-article h1 { font-size: 24px; }\r\n        #hero h1 { font-size: 28px; }\r\n        #hero .reward-card { min-width: 100%; }\r\n        #scale-section .scale-text { font-size: 21px; }\r\n    }\r\n    \/* ---------------------- GLOWING CTA ---------------------- *\/\r\n    .glow-cta { \r\n        background: linear-gradient(135deg, #ff5a4f, #e14b42); \r\n        color: #fff; \r\n        padding: 14px 32px; \r\n        border-radius: 8px; \r\n        text-decoration: none; \r\n        font-weight: bold; \r\n        display: inline-flex; \r\n        align-items: center; \r\n        gap: 8px; \r\n        transition: all 0.3s ease; \r\n        box-shadow: 0 4px 15px rgba(255,90,79,0.4);\r\n    }\r\n    .glow-cta:hover { \r\n        transform: translateY(-3px); \r\n        box-shadow: 0 8px 25px rgba(255,90,79,0.5); \r\n    }\r\n<\/style>\r\n<header>\r\n    <meta itemprop=\"headline\" content=\"Star Citizen DefenseCon 2956 Referral Bonus Guide: Free Drake Dragonfly, Free Fly Event, Rewards &#038; Starter Tips\" \/>\r\n    <meta itemprop=\"datePublished\" content=\"2026-05-20\" \/>\r\n    <meta itemprop=\"dateModified\" content=\"2026-05-20\" \/>\r\n    <p itemprop=\"description\">DefenseCon 2956 is live in Star Citizen. Claim your free Drake Dragonfly with Coalfire paint and Lifetime Insurance, grab the exclusive Gear Pack, and jump into the Free Fly event until May 27 2026. Complete beginner guide with step by step instructions, ship recommendations, and more.<\/p>\r\n    <p style=\"text-align:center; font-size:14px; color:#bbb; margin-bottom:10px;\"><strong>Last Updated:<\/strong> May 20 2026<\/p>\r\n    <div id=\"progress-bar\"><\/div>\r\n<\/header>\r\n\r\n<!-- HERO SECTION -->\r\n<div id=\"hero\">\r\n    <div id=\"hero-content\">\r\n        <h1>DefenseCon 2956 Is Live In Star Citizen<\/h1>\r\n        <p class=\"subtitle\">Free Fly Event + Limited Referral Bonus Ends May 27<\/p>\r\n        <div class=\"reward-cards\">\r\n            <div class=\"reward-card\"><i class=\"fa fa-motorcycle\"><\/i> Free Drake Dragonfly (Coalfire + LTI)<\/div>\r\n            <div class=\"reward-card\"><i class=\"fa fa-gift\"><\/i> DefenseCon Gear Pack<\/div>\r\n            <div class=\"reward-card\"><i class=\"fa fa-plane\"><\/i> 100+ Vehicles To Fly FREE<\/div>\r\n            <div class=\"reward-card\"><i class=\"fa fa-usd\"><\/i> 50,000 aUEC Starter Bonus<\/div>\r\n        <\/div>\r\n        <div style=\"margin-top:25px;\">\r\n            <a href=\"https:\/\/www.robertsspaceindustries.com\/enlist?referral=STAR-RX3S-6HXN\"\r\n               target=\"_blank\"\r\n               class=\"glow-cta\">\r\n               <i class=\"fa fa-rocket\"><\/i> Start Free Fly Now\r\n            <\/a>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<!-- QUICK START BOX -->\r\n<section id=\"quick-start\" style=\"background:#1f1f23; padding:20px; border-radius:8px; margin-bottom:40px;\">\r\n    <h2><i class=\"fa fa-rocket\"><\/i> Quick Start In Under 5 Minutes<\/h2>\r\n    <ol style=\"margin:0; padding-left:20px;\">\r\n        <li>Create your free RSI account using a referral link<\/li>\r\n        <li>Enter code <strong>STAR-RX3S-6HXN<\/strong><\/li>\r\n        <li>Download and install the launcher (150GB initial download)<\/li>\r\n        <li>Log in and join the Free Fly<\/li>\r\n        <li>Optional: Pledge $40 or more to unlock bonuses<\/li>\r\n        <li>Claim your Drake Dragonfly and Gear Pack automatically<\/li>\r\n    <\/ol>\r\n<\/section>\r\n\r\n<!-- TABLE OF CONTENTS (PROFESSIONAL) -->\r\n<nav id=\"toc\">\r\n    <h3><i class=\"fa fa-list\"><\/i> Table of Contents<\/h3>\r\n    <ul>\r\n        <li><a href=\"#why-matters\"><span class=\"toc-number\">01<\/span> Why DefenseCon 2956 Matters<\/a><\/li>\r\n        <li><a href=\"#event-glance\"><span class=\"toc-number\">02<\/span> Event At A Glance<\/a><\/li>\r\n        <li><a href=\"#what-you-get\"><span class=\"toc-number\">03<\/span> What You Actually Get<\/a><\/li>\r\n        <li><a href=\"#referral-section\"><span class=\"toc-number\">04<\/span> Referral Bonus Guide<\/a><\/li>\r\n        <li><a href=\"#best-ships\"><span class=\"toc-number\">05<\/span> Best Ships To Test During Free Fly<\/a><\/li>\r\n        <li><a href=\"#best-location\"><span class=\"toc-number\">06<\/span> Best First Location For New Players<\/a><\/li>\r\n        <li><a href=\"#starter-packages\"><span class=\"toc-number\">07<\/span> Best Starter Packages<\/a><\/li>\r\n        <li><a href=\"#steps-accordion-section\"><span class=\"toc-number\">08<\/span> New Player Step By Step Guide<\/a><\/li>\r\n        <li><a href=\"#timeline-section\"><span class=\"toc-number\">09<\/span> DefenseCon 2956 Timeline<\/a><\/li>\r\n        <li><a href=\"#activities\"><span class=\"toc-number\">10<\/span> What Can You Actually Do In Star Citizen?<\/a><\/li>\r\n        <li><a href=\"#expectation-check\"><span class=\"toc-number\">11<\/span> New Player Expectation Check<\/a><\/li>\r\n        <li><a href=\"#worth-playing\"><span class=\"toc-number\">12<\/span> Is It Worth Playing In 2026?<\/a><\/li>\r\n        <li><a href=\"#known-issues\"><span class=\"toc-number\">13<\/span> Alpha Reality Check<\/a><\/li>\r\n        <li><a href=\"#who-should-play\"><span class=\"toc-number\">14<\/span> Who Should Try Star Citizen?<\/a><\/li>\r\n        <li><a href=\"#faq-section\"><span class=\"toc-number\">15<\/span> FAQ<\/a><\/li>\r\n    <\/ul>\r\n<\/nav>\r\n\r\n<main>\r\n<!-- WHY THIS EVENT MATTERS -->\r\n<section id=\"why-matters\">\r\n    <h2><i class=\"fa fa-info-circle\"><\/i> Why DefenseCon 2956 Matters<\/h2>\r\n    <p>According to the official RSI announcement, DefenseCon is Cloud Imperium Games annual military and manufacturer showcase. DefenseCon 2956 brings together new ship reveals, vehicle demonstrations, and one of the biggest onboarding windows of the entire year.<\/p>\r\n    <p>The limited time referral bonus featuring the Drake Dragonfly with Coalfire paint and Lifetime Insurance stands out as one of the most valuable limited rewards CIG has offered during a Free Fly event. Lifetime Insurance means your vehicle is covered forever, even through wipes or account changes.<\/p>\r\n    <div class=\"highlight-box\"><strong>Pro Tip:<\/strong> Veterans are actively recruiting right now because the Dragonfly is non-meltable and non-giftable, making this truly exclusive.<\/div>\r\n<\/section>\r\n\r\n<!-- CINEMATIC SCALE SECTION (NO EXTERNAL IMAGE) -->\r\n<section id=\"scale-section\">\r\n    <h2><i class=\"fa fa-globe\"><\/i> The Scale Of Star Citizen<\/h2>\r\n    <div class=\"scale-block\">\r\n        <div class=\"scale-text\">\r\n            From massive orbital stations to seamless planetary landings, \r\n            Star Citizen remains one of the most ambitious multiplayer games ever created.\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- EVENT AT A GLANCE -->\r\n<section id=\"event-glance\">\r\n    <h2><i class=\"fa fa-calendar\"><\/i> Event At A Glance<\/h2>\r\n    <div class=\"card-grid\">\r\n        <div class=\"info-card\"><i class=\"fa fa-clock-o\"><\/i><strong>Duration<\/strong><br>May 14 to May 27 2026<\/div>\r\n        <div class=\"info-card\"><i class=\"fa fa-usd\"><\/i><strong>Cost To Join<\/strong><br>Completely Free<\/div>\r\n        <div class=\"info-card\"><i class=\"fa fa-motorcycle\"><\/i><strong>Referral Reward<\/strong><br>Drake Dragonfly Coalfire LTI<\/div>\r\n        <div class=\"info-card\"><i class=\"fa fa-gift\"><\/i><strong>New Player Bonus<\/strong><br>50,000 aUEC + Gear Pack<\/div>\r\n        <div class=\"info-card\"><i class=\"fa fa-plane\"><\/i><strong>Vehicles<\/strong><br>100+ on rotation<\/div>\r\n        <div class=\"info-card\"><i class=\"fa fa-download\"><\/i><strong>Download Size<\/strong><br>150GB initial<\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- WHAT YOU ACTUALLY GET + NEW GEAR PACK IMAGE -->\r\n<section id=\"what-you-get\">\r\n    <h2><i class=\"fa fa-gift\"><\/i> What You Actually Get<\/h2>\r\n    <div class=\"reward-grid\">\r\n        <div style=\"background:#1f1f23; padding:20px; border-radius:8px;\">\r\n            <h3 style=\"color:#ff5a4f;\">New Player Receives<\/h3>\r\n            <ul style=\"list-style:none; padding:0;\">\r\n                <li><i class=\"fa fa-check\"><\/i> 50,000 aUEC instantly<\/li>\r\n                <li><i class=\"fa fa-check\"><\/i> DefenseCon 2956 Gear Pack (hat shirt cargo pants)<\/li>\r\n                <li><i class=\"fa fa-check\"><\/i> Full Free Fly access to the Persistent Universe<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n        <div style=\"background:#1f1f23; padding:20px; border-radius:8px;\">\r\n            <h3 style=\"color:#ff5a4f;\">Referrer Receives<\/h3>\r\n            <ul style=\"list-style:none; padding:0;\">\r\n                <li><i class=\"fa fa-check\"><\/i> Drake Dragonfly with Coalfire paint<\/li>\r\n                <li><i class=\"fa fa-check\"><\/i> Lifetime Insurance (LTI)<\/li>\r\n                <li><i class=\"fa fa-check\"><\/i> One recruitment point toward future rewards<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n    <\/div>\r\n    \r\n    <!-- NEW DEFENSECON GEAR PACK IMAGE WITH LIGHTBOX -->\r\n    <p style=\"text-align:center; margin-top:30px; font-style:italic;\">DefenseCon 2956 Gear Pack (what new players receive on the left, and vets get on the right)<\/p>\r\n    <img decoding=\"async\" loading=\"lazy\" \r\n         src=\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-content\/uploads\/sites\/12\/DefenseCon-Gear-Pack-Star-Citizen-Referral-Rewards-300x131.jpg\" \r\n         data-large=\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-content\/uploads\/sites\/12\/DefenseCon-Gear-Pack-Star-Citizen-Referral-Rewards.jpg\" \r\n         alt=\"DefenseCon GearPack - Star Citizen Referral Rewards\" \r\n         class=\"centered-image\"\/>\r\n<\/section>\r\n\r\n<!-- WHY VETERANS CARE -->\r\n<section id=\"veterans-care\">\r\n    <h2><i class=\"fa fa-users\"><\/i> Why Veterans Care About This Event<\/h2>\r\n    <p>Veteran players are especially active during DefenseCon because the Drake Dragonfly with Coalfire paint and LTI is a rare, account-bound reward that cannot be purchased later. It also counts toward their referral ladder for bigger future unlocks. Many use this window to test new patches in a high-population environment and to introduce friends to the game.<\/p>\r\n<\/section>\r\n\r\n<!-- REFERRAL MECHANICS ACCORDION -->\r\n<section id=\"referral-section\">\r\n    <h2><i class=\"fa fa-users\"><\/i> How The DefenseCon 2956 Referral Bonus Works<\/h2>\r\n    <button class=\"accordion\" aria-expanded=\"false\">Create Your Account With A Referral <i class=\"fa fa-chevron-down\"><\/i><\/button>\r\n    <div class=\"tip-content hidden-content\">Sign up using a valid referral code or link. This automatically grants the new player fifty thousand aUEC to get started in the verse immediately.<\/div>\r\n    <button class=\"accordion\" aria-expanded=\"false\">Pledge Forty Dollars Or More <i class=\"fa fa-chevron-down\"><\/i><\/button>\r\n    <div class=\"tip-content hidden-content\">Purchase any starter package or ship worth forty US dollars or higher from the pledge store. This single action unlocks the full bonus for both the new player and the referrer.<\/div>\r\n    <button class=\"accordion\" aria-expanded=\"false\">Claim Your Exclusive Rewards <i class=\"fa fa-chevron-down\"><\/i><\/button>\r\n    <div class=\"tip-content hidden-content\">The referrer receives one Drake Dragonfly with Coalfire paint and lifetime insurance. The new player receives the DefenseCon 2956 Gear Pack containing a themed hat shirt and cargo pants ready to wear in game.<\/div>\r\n    <p><strong>Use Referral Code:<\/strong> STAR-RX3S-6HXN \r\n        <button onclick=\"navigator.clipboard.writeText('STAR-RX3S-6HXN'); this.innerHTML='COPIED!'; setTimeout(()=>{this.innerHTML=&#8217;COPY CODE&#8217;},1500)&#8221; class=&#8221;copy-btn&#8221;>COPY CODE<\/button>\r\n    <\/p>\r\n    <p><strong>Direct Referral Link:<\/strong> <a href=\"https:\/\/www.robertsspaceindustries.com\/enlist?referral=STAR-RX3S-6HXN\" target=\"_blank\">https:\/\/www.robertsspaceindustries.com\/enlist?referral=STAR-RX3S-6HXN<\/a><\/p>\r\n<\/section>\r\n\r\n<!-- BEST FREE SHIPS TO TRY -->\r\n<section id=\"best-ships\">\r\n    <h2><i class=\"fa fa-plane\"><\/i> Best Free Ships To Test During DefenseCon<\/h2>\r\n    <div class=\"card-grid\">\r\n        <div class=\"info-card\"><i class=\"fa fa-fighter-jet\"><\/i><strong>Gladius<\/strong><br>Beginner friendly fighter. Excellent for learning combat basics.<\/div>\r\n        <div class=\"info-card\"><i class=\"fa fa-truck\"><\/i><strong>Cutlass Black<\/strong><br>Versatile multi role ship. Great for cargo delivery and light combat.<\/div>\r\n        <div class=\"info-card\"><i class=\"fa fa-rocket\"><\/i><strong>Avenger Titan<\/strong><br>Compact and nimble. Perfect starter for bounty hunting and exploration.<\/div>\r\n        <div class=\"info-card\"><i class=\"fa fa-cube\"><\/i><strong>Prospector<\/strong><br>Entry level mining ship. Steady income once you learn the ropes.<\/div>\r\n        <div class=\"info-card\"><i class=\"fa fa-ship\"><\/i><strong>Vulture<\/strong><br>Salvage specialist. Fun for players who enjoy wreck diving.<\/div>\r\n        <div class=\"info-card\"><i class=\"fa fa-plane\"><\/i><strong>Corsair<\/strong><br>High end explorer. Test the upper end of what is possible.<\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- BEST FIRST LOCATION -->\r\n<section id=\"best-location\">\r\n    <h2><i class=\"fa fa-map-marker\"><\/i> Best First Location For New Players<\/h2>\r\n    <p>Most new players spawn in Area18. It is the easiest starting hub with clear mission terminals and vehicle rentals nearby. From there you can quickly reach New Babbage for a more polished city feel or Lorville for gritty industrial atmosphere. Orison offers beautiful floating platforms but can feel overwhelming at first.<\/p>\r\n<\/section>\r\n\r\n<!-- BEST STARTER PACKAGES -->\r\n<section id=\"starter-packages\">\r\n    <h2><i class=\"fa fa-shopping-cart\"><\/i> Best Starter Packages During DefenseCon<\/h2>\r\n    <p>Based on current Alpha 4.8 player feedback here is a quick comparison of the most popular forty dollar plus packages that also unlock the referral bonus.<\/p>\r\n    <table>\r\n        <tr style=\"background:#1f1f23;\"><th style=\"padding:12px; text-align:left;\">Package<\/th><th style=\"padding:12px; text-align:left;\">Price<\/th><th style=\"padding:12px; text-align:left;\">Best For<\/th><th style=\"padding:12px; text-align:left;\">Why Beginners Love It<\/th><\/tr>\r\n        <tr><td style=\"padding:12px;\">Aurora MR<\/td><td style=\"padding:12px;\">$45<\/td><td style=\"padding:12px;\">All rounder<\/td><td style=\"padding:12px;\">Modular versatile and easy to upgrade<\/td><\/tr>\r\n        <tr><td style=\"padding:12px;\">Mustang Alpha<\/td><td style=\"padding:12px;\">$40<\/td><td style=\"padding:12px;\">Budget fighter<\/td><td style=\"padding:12px;\">Fast nimble and fun for combat trials<\/td><\/tr>\r\n        <tr><td style=\"padding:12px;\">Avenger Titan<\/td><td style=\"padding:12px;\">$60<\/td><td style=\"padding:12px;\">Cargo + combat<\/td><td style=\"padding:12px;\">Small cargo hold plus strong weapons<\/td><\/tr>\r\n    <\/table>\r\n<\/section>\r\n\r\n<!-- STEP BY STEP GUIDE -->\r\n<section id=\"steps-accordion-section\">\r\n    <h2><i class=\"fa fa-list-ol\"><\/i> Complete New Player Starter Guide Step By Step<\/h2>\r\n    <button class=\"accordion\" aria-expanded=\"false\">Account Creation And Download <i class=\"fa fa-chevron-down\"><\/i><\/button>\r\n    <div class=\"tip-content hidden-content\">Visit the referral link above create your free RSI account download the launcher from robertsspaceindustries.com and install the game. Expect an initial download of 150GB. Use an SSD for best performance. First time players often see a long shader compilation on initial launch which can take several minutes do not close the launcher.<\/div>\r\n    <button class=\"accordion\" aria-expanded=\"false\">Character Creation And First Steps <i class=\"fa fa-chevron-down\"><\/i><\/button>\r\n    <div class=\"tip-content hidden-content\">After login customize your character then wake up in a hab unit. Open MobiGlas with the F1 key to access contracts maps and inventory. Spawn a rented vehicle at any terminal and accept simple starter missions such as package delivery. Pro tip: Set your graphics to medium initially and turn down volumetric clouds for smoother performance.<\/div>\r\n    <button class=\"accordion\" aria-expanded=\"false\">Choosing Your First Pledge Optional <i class=\"fa fa-chevron-down\"><\/i><\/button>\r\n    <div class=\"tip-content hidden-content\">During the free play period no purchase is required. If you decide to keep permanent progress consider the RSI Aurora series or similar modular starter packages. Any pledge of $40 or more activates the referral bonus.<\/div>\r\n<\/section>\r\n\r\n<!-- TIMELINE -->\r\n<section id=\"timeline-section\">\r\n    <h2><i class=\"fa fa-clock-o\"><\/i> DefenseCon 2956 Timeline<\/h2>\r\n    <ul class=\"timeline\">\r\n        <li class=\"timeline-item\"><strong>May 14<\/strong> Event begins Free Fly and referral bonus go live<\/li>\r\n        <li class=\"timeline-item\"><strong>May 15\u201320<\/strong> Military manufacturer showcases and vehicle rotations<\/li>\r\n        <li class=\"timeline-item\"><strong>May 20<\/strong> Referral event peak new players are joining daily<\/li>\r\n        <li class=\"timeline-item\"><strong>May 27<\/strong> Free Fly ends at midnight UTC last chance to claim bonuses<\/li>\r\n    <\/ul>\r\n<\/section>\r\n\r\n<!-- NEW ACTIVITIES SECTION -->\r\n<section id=\"activities\">\r\n    <h2><i class=\"fa fa-gamepad\"><\/i> What Can You Actually Do In Star Citizen?<\/h2>\r\n    <div class=\"card-grid\">\r\n        <div class=\"info-card\">\r\n            <i class=\"fa fa-crosshairs\"><\/i>\r\n            <strong>Bounty Hunting<\/strong><br>\r\n            Hunt AI or player criminals across the system for credits and reputation.\r\n        <\/div>\r\n        <div class=\"info-card\">\r\n            <i class=\"fa fa-diamond\"><\/i>\r\n            <strong>Mining<\/strong><br>\r\n            Extract valuable resources from asteroids and planetary caves.\r\n        <\/div>\r\n        <div class=\"info-card\">\r\n            <i class=\"fa fa-recycle\"><\/i>\r\n            <strong>Salvage<\/strong><br>\r\n            Recover materials from destroyed ships and abandoned wrecks.\r\n        <\/div>\r\n        <div class=\"info-card\">\r\n            <i class=\"fa fa-truck\"><\/i>\r\n            <strong>Cargo Hauling<\/strong><br>\r\n            Transport goods between planets and stations for profit.\r\n        <\/div>\r\n        <div class=\"info-card\">\r\n            <i class=\"fa fa-heartbeat\"><\/i>\r\n            <strong>Medical Gameplay<\/strong><br>\r\n            Rescue injured players and provide emergency support in dangerous zones.\r\n        <\/div>\r\n        <div class=\"info-card\">\r\n            <i class=\"fa fa-flag-checkered\"><\/i>\r\n            <strong>Racing<\/strong><br>\r\n            Compete in high-speed ship and ground vehicle races across custom tracks.\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- NEW PLAYER EXPECTATION CHECK -->\r\n<section id=\"expectation-check\">\r\n    <h2><i class=\"fa fa-eye\"><\/i> New Player Expectation Check<\/h2>\r\n    <p>Delivery missions are easiest for beginners because they teach navigation naturally. Area18 can be overwhelming for first-time players due to elevators and transit systems. The first successful planetary landing is usually the moment Star Citizen clicks for new players. Salvage gameplay can feel surprisingly relaxing compared to combat loops.<\/p>\r\n    <div class=\"highlight-box\"><strong>Real Gameplay Insight:<\/strong> Many first-time players think the game has frozen during initial loading. In reality Star Citizen can take several minutes to fully compile shaders after major updates.<\/div>\r\n<\/section>\r\n\r\n<!-- IS IT WORTH PLAYING -->\r\n<section id=\"worth-playing\">\r\n    <h2><i class=\"fa fa-question\"><\/i> Is It Worth Playing In 2026?<\/h2>\r\n    <p>Star Citizen in Alpha 4.8 delivers one of the most immersive sci-fi sandbox experiences currently available.<\/p>\r\n    <ul>\r\n        <li>Massive seamless planets and space stations<\/li>\r\n        <li>Detailed ship interiors and multicrew gameplay<\/li>\r\n        <li>Mining, salvage, cargo hauling, bounty hunting, and exploration<\/li>\r\n        <li>Large scale multiplayer sandbox interactions<\/li>\r\n        <li>Frequent Free Fly events for new players<\/li>\r\n    <\/ul>\r\n    <p>\r\n        That said, the game is still in active alpha development.\r\n        Bugs, server instability, and occasional wipes are still part of the experience.\r\n    <\/p>\r\n<\/section>\r\n\r\n<!-- ALPHA REALITY CHECK -->\r\n<section id=\"known-issues\">\r\n    <h2><i class=\"fa fa-exclamation-triangle\"><\/i> Alpha Reality Check<\/h2>\r\n    <div class=\"warning-box\"><strong>Important:<\/strong> Star Citizen is still in active alpha development. Bugs, crashes, wipes, and server instability are part of the experience.<\/div>\r\n    <ul>\r\n        <li>Server instability during high player count events<\/li>\r\n        <li>Occasional crashes or desync during quantum travel<\/li>\r\n        <li>Inventory and item loss bugs still occur<\/li>\r\n        <li>Long term persistence wipes are announced in advance<\/li>\r\n    <\/ul>\r\n    <p>These are normal for an alpha but the community and developers are constantly improving the experience.<\/p>\r\n<\/section>\r\n\r\n<!-- WHO SHOULD TRY -->\r\n<section id=\"who-should-play\">\r\n    <h2><i class=\"fa fa-users\"><\/i> Who Should Try Star Citizen?<\/h2>\r\n    <p>You will probably enjoy Star Citizen if you like immersive sims, sandbox MMOs, flight sims, sci-fi roleplay, or emergent multiplayer situations where anything can happen.<\/p>\r\n    <p>You may struggle if you dislike bugs, unfinished systems, or complex controls. The game rewards time investment and community engagement.<\/p>\r\n<\/section>\r\n\r\n<!-- TIPS AND PITFALLS -->\r\n<section id=\"tips-accordion-section\">\r\n    <h2><i class=\"fa fa-lightbulb-o\"><\/i> Essential Tips And Common Pitfalls To Avoid<\/h2>\r\n    <button class=\"accordion\" aria-expanded=\"false\">Hardware And Performance <i class=\"fa fa-chevron-down\"><\/i><\/button>\r\n    <div class=\"tip-content hidden-content\">16GB of RAM works for minimum play but 32GB plus a modern graphics card delivers the smoothest experience. Reduce crowd density and volumetric cloud settings if you encounter lag. Many first time players think the game has frozen during initial loading in reality Star Citizen can take several minutes to fully compile shaders after major updates.<\/div>\r\n    <button class=\"accordion\" aria-expanded=\"false\">Key Mechanics To Master Early <i class=\"fa fa-chevron-down\"><\/i><\/button>\r\n    <div class=\"tip-content hidden-content\">Learn quantum travel for fast system jumps manage ship power and shields and remember to claim destroyed ships at a terminal. Reputation with factions opens better contracts over time.<\/div>\r\n    <button class=\"accordion\" aria-expanded=\"false\">Community And Resources <i class=\"fa fa-chevron-down\"><\/i><\/button>\r\n    <div class=\"tip-content hidden-content\">Join an organization through the in game menu or Spectrum forums. Veterans love helping newcomers. Check community sites like Erkul.games for loadout suggestions and official Spectrum for patch notes.<\/div>\r\n<\/section>\r\n\r\n<!-- FAQ SECTION -->\r\n<section id=\"faq-section\">\r\n    <h2><i class=\"fa fa-question-circle\"><\/i> FAQ Everything You Need To Know<\/h2>\r\n    <button class=\"accordion\" aria-expanded=\"false\">Is Star Citizen free right now? <i class=\"fa fa-chevron-down\"><\/i><\/button>\r\n    <div class=\"tip-content hidden-content\">Star Citizen is completely free to play during the DefenseCon 2956 Free Fly event running until May 27 2026. Players can download the game, access the Persistent Universe, and test over 100 ships and vehicles without purchasing a starter package.<\/div>\r\n    <button class=\"accordion\" aria-expanded=\"false\">How do referral codes work? <i class=\"fa fa-chevron-down\"><\/i><\/button>\r\n    <div class=\"tip-content hidden-content\">New players use a code at signup and pledge $40 or more. Referrers get the Dragonfly with Coalfire paint and LTI.<\/div>\r\n    <button class=\"accordion\" aria-expanded=\"false\">Do I need to spend money? <i class=\"fa fa-chevron-down\"><\/i><\/button>\r\n    <div class=\"tip-content hidden-content\">No purchase is required for the Free Fly but a $40 pledge unlocks the full referral bonus for both sides.<\/div>\r\n    <button class=\"accordion\" aria-expanded=\"false\">What is Lifetime Insurance? <i class=\"fa fa-chevron-down\"><\/i><\/button>\r\n    <div class=\"tip-content hidden-content\">LTI means your Drake Dragonfly is permanently insured even through wipes or account changes.<\/div>\r\n    <button class=\"accordion\" aria-expanded=\"false\">Can existing players get rewards? <i class=\"fa fa-chevron-down\"><\/i><\/button>\r\n    <div class=\"tip-content hidden-content\">Existing players can only receive the Dragonfly by referring a new player who meets the pledge requirement.<\/div>\r\n    <button class=\"accordion\" aria-expanded=\"false\">What happens after Free Fly ends? <i class=\"fa fa-chevron-down\"><\/i><\/button>\r\n    <div class=\"tip-content hidden-content\">Temporary rented ships disappear but any pledged ships the 50,000 aUEC and the Gear Pack remain.<\/div>\r\n    <button class=\"accordion\" aria-expanded=\"false\">Is the Dragonfly permanently owned? <i class=\"fa fa-chevron-down\"><\/i><\/button>\r\n    <div class=\"tip-content hidden-content\">Yes it is account bound non meltable and non giftable.<\/div>\r\n<\/section>\r\n\r\n<!-- POLL -->\r\n<section id=\"poll-section\">\r\n    <h2><i class=\"fa fa-question-circle\"><\/i> Quick Community Poll<\/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>Will you join the DefenseCon 2956 free play event and use a referral code?<\/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=\"defensecon-2956\"]') || 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\/starcitizen\/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','defensecon-2956');\r\n                form.append('vote',vote);\r\n\r\n                fetch(ajaxUrl,{method:'POST',body:form})\r\n                .then(r=>r.json())\r\n                .then(json=>{\r\n                    if(json && json.success && json.data){\r\n                        resultEl.textContent='Yes: '+(json.data.yes||0)+' | No: '+(json.data.no||0);\r\n                    } else {\r\n                        resultEl.textContent='Thanks for voting';\r\n                    }\r\n                }).catch(()=>{ resultEl.textContent='Network error'; });\r\n            });\r\n        });\r\n    })();\r\n    <\/script>\r\n    \r\n<\/section>\r\n\r\n<!-- SUMMARY -->\r\n<section id=\"summary\">\r\n    <h2><i class=\"fa fa-flag-checkered\"><\/i> Ready To Enlist In The Verse<\/h2>\r\n    <p>Even in alpha, few games offer the same sense of scale and immersion. DefenseCon 2956 offers one of the lowest-risk ways to see whether Star Citizen\u2019s ambitious vision clicks for you.<\/p>\r\n    <p>Use the code STAR RX3S 6HXN or the link above to unlock the bonuses automatically while supporting community content. Drop your first impressions in the comments below once you are flying. See you in the verse pilot. Fly safe.<\/p>\r\n    <a href=\"https:\/\/www.robertsspaceindustries.com\/enlist?referral=STAR-RX3S-6HXN\" target=\"_blank\" class=\"glow-cta\"><i class=\"fa fa-rocket\"><\/i> ENLIST NOW WITH REFERRAL BONUS<\/a>\r\n<\/section>\r\n<\/main>\r\n\r\n<footer>\r\n    <p><strong>Disclaimer:<\/strong> All details reflect official Cloud Imperium Games announcements for DefenseCon 2956 and Alpha 4.8 as of May 2026. Star Citizen remains in active development and features may change.<\/p>\r\n    <p style=\"margin-top:10px; font-style: italic; color: #bbb;\">Written as an expert guide to help new citizens discover the universe. All information based on current official sources and community consensus.<\/p>\r\n<\/footer>\r\n<div id=\"lightbox-overlay\"><\/div>\r\n\r\n<!-- FAQ SCHEMA -->\r\n<script type=\"application\/ld+json\">\r\n{\r\n  \"@context\": \"https:\/\/schema.org\",\r\n  \"@type\": \"FAQPage\",\r\n  \"mainEntity\": [\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Is Star Citizen free right now?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Star Citizen is completely free to play during the DefenseCon 2956 Free Fly event running until May 27 2026. Players can download the game, access the Persistent Universe, and test over 100 ships and vehicles without purchasing a starter package.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"How do referral codes work?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"New players use a code at signup and pledge $40 or more. Referrers get the Dragonfly with Coalfire paint and LTI.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Do I need to spend money?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"No purchase is required for the Free Fly but a $40 pledge unlocks the full referral bonus for both sides.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"What is Lifetime Insurance?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"LTI means your Drake Dragonfly is permanently insured even through wipes or account changes.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Can existing players get rewards?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Existing players can only receive the Dragonfly by referring a new player who meets the pledge requirement.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"What happens after Free Fly ends?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Temporary rented ships disappear but any pledged ships the 50,000 aUEC and the Gear Pack remain.\"\r\n      }\r\n    },\r\n    {\r\n      \"@type\": \"Question\",\r\n      \"name\": \"Is the Dragonfly permanently owned?\",\r\n      \"acceptedAnswer\": {\r\n        \"@type\": \"Answer\",\r\n        \"text\": \"Yes it is account bound non meltable and non giftable.\"\r\n      }\r\n    }\r\n  ]\r\n}\r\n<\/script>\r\n\r\n<!-- ARTICLE SCHEMA -->\r\n<script type=\"application\/ld+json\">\r\n{\r\n  \"@context\": \"https:\/\/schema.org\",\r\n  \"@type\": \"Article\",\r\n  \"headline\": \"Star Citizen DefenseCon 2956 Referral Bonus Guide\",\r\n  \"description\": \"Complete guide to the Star Citizen DefenseCon 2956 Free Fly event including referral bonuses, free ships, starter packages, and beginner tips.\",\r\n  \"image\": [\r\n    \"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-content\/uploads\/sites\/12\/DefenseCon-Gear-Pack-Star-Citizen-Referral-Rewards.jpg\"\r\n  ],\r\n  \"author\": {\r\n    \"@type\": \"Person\",\r\n    \"name\": \"Gaming With DaOpa\"\r\n  },\r\n  \"publisher\": {\r\n    \"@type\": \"Organization\",\r\n    \"name\": \"Gaming With DaOpa\",\r\n    \"logo\": {\r\n      \"@type\": \"ImageObject\",\r\n      \"url\": \"https:\/\/gamingwithdaopa.ellatha.com\/borderlands\/wp-content\/uploads\/2025\/05\/gaming-with-daopa-logo.png\"\r\n    }\r\n  },\r\n  \"datePublished\": \"2026-05-20\",\r\n  \"dateModified\": \"2026-05-20\",\r\n  \"mainEntityOfPage\": {\r\n    \"@type\": \"WebPage\",\r\n    \"@id\": \"https:\/\/gamingwithdaopa.ellatha.com\/star-citizen-defensecon-2956-referral-bonus-guide\"\r\n  }\r\n}\r\n<\/script>\r\n\r\n<!-- JS BEHAVIOR -->\r\n<script src=\"https:\/\/gamingwithdaopa.ellatha.com\/media\/evefrontier\/chart.js\"><\/script>\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    \/\/ Reveal Animation\r\n    const sections = document.querySelectorAll('section');\r\n    const observer = new IntersectionObserver(entries => {\r\n        entries.forEach(entry => {\r\n            if(entry.isIntersecting) entry.target.classList.add('visible');\r\n        });\r\n    }, { threshold: 0.1 });\r\n    sections.forEach(section => observer.observe(section));\r\n\r\n    \/\/ Updated Accessible Accordion\r\n    document.querySelectorAll('.accordion').forEach(el => {\r\n        el.addEventListener('click', () => {\r\n            const box = el.nextElementSibling;\r\n            el.classList.toggle('active');\r\n            const expanded = el.classList.contains('active');\r\n            el.setAttribute('aria-expanded', expanded);\r\n            if (box) {\r\n                box.style.display = box.style.display === 'block'\r\n                    ? 'none'\r\n                    : 'block';\r\n            }\r\n        });\r\n    });\r\n\r\n    \/\/ Lightbox\r\n    const lb = document.getElementById('lightbox-overlay');\r\n    if (lb) {\r\n        document.querySelectorAll('.centered-image').forEach(img => {\r\n            img.addEventListener('click', () => {\r\n                lb.innerHTML = '';\r\n                const image = document.createElement('img');\r\n                image.src = img.dataset.large || img.src;\r\n                image.alt = img.alt || 'Expanded view';\r\n                lb.appendChild(image);\r\n                lb.style.display = 'flex';\r\n            });\r\n        });\r\n        lb.addEventListener('click', () => {\r\n            lb.style.display = 'none';\r\n            lb.innerHTML = '';\r\n        });\r\n    }\r\n\r\n    \/\/ Reading Progress Bar\r\n    const progressBar = document.getElementById('progress-bar');\r\n    window.addEventListener('scroll', () => {\r\n        const scrollTop = window.scrollY;\r\n        const docHeight = document.documentElement.scrollHeight - document.documentElement.clientHeight;\r\n        const scrollPercent = (scrollTop \/ docHeight) * 100;\r\n        progressBar.style.width = scrollPercent + '%';\r\n    });\r\n\r\n    \/\/ Smooth scroll for TOC links\r\n    document.querySelectorAll('#toc a').forEach(anchor => {\r\n        anchor.addEventListener('click', function(e) {\r\n            e.preventDefault();\r\n            const target = document.querySelector(this.getAttribute('href'));\r\n            if (target) target.scrollIntoView({ behavior: 'smooth' });\r\n        });\r\n    });\r\n});\r\n<\/script>\r\n<\/article>\r\n","protected":false},"excerpt":{"rendered":"<p>DefenseCon 2956 is live in Star Citizen. Claim your free Drake Dragonfly with Coalfire paint and Lifetime Insurance, grab the exclusive Gear Pack, and jump into the Free Fly event until May 27 2026. Complete beginner guide with step by step instructions, ship recommendations, and more. Last Updated: May 20 2026 DefenseCon 2956 Is Live [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":121,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-112","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"yoast_head":"<!-- Meta Tags -->\r\n<title>Star Citizen DefenseCon 2956 Referral Bonus Guide - Star Citizen<\/title>\r\n<meta name=\"description\" content=\"DefenseCon 2956 is live in Star Citizen. Claim your free Drake Dragonfly with Coalfire paint and Lifetime Insurance, grab the exclusive Gear Pack, and\" \/>\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\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Star Citizen DefenseCon 2956 Referral Bonus Guide - Star Citizen\" \/>\r\n<meta property=\"og:description\" content=\"DefenseCon 2956 is live in Star Citizen. Claim your free Drake Dragonfly with Coalfire paint and Lifetime Insurance, grab the exclusive Gear Pack, and\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/\" \/>\r\n<meta property=\"og:site_name\" content=\"Star Citizen\" \/>\r\n<meta property=\"article:publisher\" content=\"facebook.com\/gamingwithdaopa\/\" \/>\r\n<meta property=\"article:author\" content=\"facebook.com\/gamingwithdaopa\/\" \/>\r\n<meta property=\"article:published_time\" content=\"2026-05-20T22:19:46+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-content\/uploads\/sites\/12\/star-citizen-defensecon-2956-referral-rewards.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=\"9 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/\"},\"author\":{\"name\":\"daopa\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/#\/schema\/person\/fb03a927907d90f409fac550ba375638\"},\"headline\":\"Star Citizen DefenseCon 2956 Referral Bonus Guide\",\"datePublished\":\"2026-05-20T22:19:46+00:00\",\"dateModified\":\"2026-05-20T22:19:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/\"},\"wordCount\":1824,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/#\/schema\/person\/fb03a927907d90f409fac550ba375638\"},\"image\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-content\/uploads\/sites\/12\/star-citizen-defensecon-2956-referral-rewards.jpg\",\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/\",\"url\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/\",\"name\":\"Star Citizen DefenseCon 2956 Referral Bonus Guide - Star Citizen\",\"isPartOf\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-content\/uploads\/sites\/12\/star-citizen-defensecon-2956-referral-rewards.jpg\",\"datePublished\":\"2026-05-20T22:19:46+00:00\",\"dateModified\":\"2026-05-20T22:19:46+00:00\",\"description\":\"DefenseCon 2956 is live in Star Citizen. Claim your free Drake Dragonfly with Coalfire paint and Lifetime Insurance, grab the exclusive Gear Pack, and\",\"breadcrumb\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/#primaryimage\",\"url\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-content\/uploads\/sites\/12\/star-citizen-defensecon-2956-referral-rewards.jpg\",\"contentUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-content\/uploads\/sites\/12\/star-citizen-defensecon-2956-referral-rewards.jpg\",\"width\":400,\"height\":263,\"caption\":\"star citizen defensecon 2956 referral rewards\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Star Citizen DefenseCon 2956 Referral Bonus Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/#website\",\"url\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/\",\"name\":\"Star Citizen\",\"description\":\"DaOpa&#039;s Star Citizen fansite covering ships, space, guides and write ups.\",\"publisher\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/#\/schema\/person\/fb03a927907d90f409fac550ba375638\"},\"alternateName\":\"starcitizen\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/?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\/starcitizen\/#\/schema\/person\/fb03a927907d90f409fac550ba375638\",\"name\":\"daopa\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-content\/uploads\/sites\/12\/90-90-Logo.png\",\"contentUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-content\/uploads\/sites\/12\/90-90-Logo.png\",\"width\":90,\"height\":90,\"caption\":\"daopa\"},\"logo\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/#\/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\/starcitizen\/author\/daopa\/\"}]}<\/script>","yoast_head_json":{"title":"Star Citizen DefenseCon 2956 Referral Bonus Guide - Star Citizen","description":"DefenseCon 2956 is live in Star Citizen. Claim your free Drake Dragonfly with Coalfire paint and Lifetime Insurance, grab the exclusive Gear Pack, and","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\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/","og_locale":"en_US","og_type":"article","og_title":"Star Citizen DefenseCon 2956 Referral Bonus Guide - Star Citizen","og_description":"DefenseCon 2956 is live in Star Citizen. Claim your free Drake Dragonfly with Coalfire paint and Lifetime Insurance, grab the exclusive Gear Pack, and","og_url":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/","og_site_name":"Star Citizen","article_publisher":"facebook.com\/gamingwithdaopa\/","article_author":"facebook.com\/gamingwithdaopa\/","article_published_time":"2026-05-20T22:19:46+00:00","og_image":[{"width":400,"height":263,"url":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-content\/uploads\/sites\/12\/star-citizen-defensecon-2956-referral-rewards.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":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/#article","isPartOf":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/"},"author":{"name":"daopa","@id":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"headline":"Star Citizen DefenseCon 2956 Referral Bonus Guide","datePublished":"2026-05-20T22:19:46+00:00","dateModified":"2026-05-20T22:19:46+00:00","mainEntityOfPage":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/"},"wordCount":1824,"commentCount":0,"publisher":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"image":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/#primaryimage"},"thumbnailUrl":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-content\/uploads\/sites\/12\/star-citizen-defensecon-2956-referral-rewards.jpg","articleSection":["News"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/","url":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/","name":"Star Citizen DefenseCon 2956 Referral Bonus Guide - Star Citizen","isPartOf":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/#primaryimage"},"image":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/#primaryimage"},"thumbnailUrl":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-content\/uploads\/sites\/12\/star-citizen-defensecon-2956-referral-rewards.jpg","datePublished":"2026-05-20T22:19:46+00:00","dateModified":"2026-05-20T22:19:46+00:00","description":"DefenseCon 2956 is live in Star Citizen. Claim your free Drake Dragonfly with Coalfire paint and Lifetime Insurance, grab the exclusive Gear Pack, and","breadcrumb":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/#primaryimage","url":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-content\/uploads\/sites\/12\/star-citizen-defensecon-2956-referral-rewards.jpg","contentUrl":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-content\/uploads\/sites\/12\/star-citizen-defensecon-2956-referral-rewards.jpg","width":400,"height":263,"caption":"star citizen defensecon 2956 referral rewards"},{"@type":"BreadcrumbList","@id":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/defensecon-2956-referral-bonus-guide-free-drake-dragonfly-free-fly-event-rewards-starter-tips\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/"},{"@type":"ListItem","position":2,"name":"Star Citizen DefenseCon 2956 Referral Bonus Guide"}]},{"@type":"WebSite","@id":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/#website","url":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/","name":"Star Citizen","description":"DaOpa&#039;s Star Citizen fansite covering ships, space, guides and write ups.","publisher":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"alternateName":"starcitizen","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/?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\/starcitizen\/#\/schema\/person\/fb03a927907d90f409fac550ba375638","name":"daopa","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/#\/schema\/person\/image\/","url":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-content\/uploads\/sites\/12\/90-90-Logo.png","contentUrl":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-content\/uploads\/sites\/12\/90-90-Logo.png","width":90,"height":90,"caption":"daopa"},"logo":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/#\/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\/starcitizen\/author\/daopa\/"}]}},"_links":{"self":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-json\/wp\/v2\/posts\/112","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-json\/wp\/v2\/comments?post=112"}],"version-history":[{"count":3,"href":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-json\/wp\/v2\/posts\/112\/revisions"}],"predecessor-version":[{"id":122,"href":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-json\/wp\/v2\/posts\/112\/revisions\/122"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-json\/wp\/v2\/media\/121"}],"wp:attachment":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-json\/wp\/v2\/media?parent=112"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-json\/wp\/v2\/categories?post=112"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/starcitizen\/wp-json\/wp\/v2\/tags?post=112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}