{"id":153,"date":"2025-11-28T23:00:48","date_gmt":"2025-11-28T23:00:48","guid":{"rendered":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/?p=153"},"modified":"2025-12-01T12:40:54","modified_gmt":"2025-12-01T12:40:54","slug":"season-of-growth-comprehensive-guide","status":"publish","type":"post","link":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/","title":{"rendered":"Legend of Ymir: Season 1 &#8211; Season of Growth Comprehensive 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\r\n<style>\r\n    \/* ---------------------- BASE TYPOGRAPHY ---------------------- *\/\r\n    #custom-article { font-family: Arial, sans-serif; line-height: 1.6; max-width: 1200px; margin: 0 auto; padding: 20px; }\r\n    #custom-article h1, #custom-article h2, #custom-article h3 { color: #F44336; }\r\n    #custom-article h1 { font-size: 32px; }\r\n    #custom-article h2 { font-size: 26px; margin-top: 25px; }\r\n    #custom-article h3 { font-size: 20px; margin-top: 20px; }\r\n    #custom-article p, #custom-article ul, #custom-article li { color: #e6e6e6; }\r\n\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\r\n    \/* ---------------------- ACCORDION & INTERACTIVE LIST ---------------------- *\/\r\n    #custom-article .accordion, #custom-article .tips-list li {\r\n        cursor: pointer;\r\n        background-color: #1f1f23;\r\n        padding: 15px;\r\n        border-radius: 5px;\r\n        transition: background-color 0.3s;\r\n        margin-bottom: 10px;\r\n        color: #e6e6e6;\r\n        font-weight: bold;\r\n    }\r\n    #custom-article .accordion:hover, #custom-article .tips-list li:hover { background-color: #2a2a2e; }\r\n    #custom-article .accordion i.fa-chevron-down, #custom-article .tips-list li i.fa-chevron-down { float: right; transition: transform 0.3s; }\r\n    #custom-article .accordion.active i.fa-chevron-down, #custom-article .tips-list li.active i.fa-chevron-down { transform: rotate(180deg); }\r\n    #custom-article .hidden-content, #custom-article .tip-content { display: none; margin-top: 10px; padding: 10px; background-color: #1f1f23; border-radius: 5px; }\r\n\r\n    \/* ---------------------- LIGHTBOX ---------------------- *\/\r\n    #lightbox-overlay { position: fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.85); display:none; justify-content:center; align-items:center; z-index:9999; }\r\n    #lightbox-overlay img { max-width:90%; max-height:90%; border-radius:8px; box-shadow:0 0 20px rgba(0,0,0,0.5); }\r\n\r\n    \/* ---------------------- IMAGES ---------------------- *\/\r\n    #custom-article .centered-image, #custom-article .aligncenter { display:block; margin:20px auto; max-width:300px; height:auto; border-radius:8px; cursor:pointer; }\r\n\r\n    \/* ---------------------- LINKS ---------------------- *\/\r\n    #custom-article a { color:#007bff; text-decoration:none; }\r\n    #custom-article a:hover { text-decoration:underline; }\r\n\r\n    \/* ---------------------- RESPONSIVE ---------------------- *\/\r\n    @media(max-width:600px) {\r\n        #custom-article { padding: 15px; }\r\n        #custom-article h1 { font-size: 24px; }\r\n        #custom-article h2 { font-size: 20px; }\r\n        #custom-article .centered-image { margin: 10px auto; }\r\n    }\r\n\r\n    \/* Enhanced Table Styles - Gamer Neon Theme, Responsive with Shrink & Scroll *\/\r\n    .enhanced-table-wrapper {\r\n      overflow-x: auto;\r\n      margin: 20px 0;\r\n      border-radius: 15px;\r\n      box-shadow: 0 0 40px rgba(0, 255, 65, 0.4);\r\n      background: linear-gradient(135deg, #001100, #003300);\r\n      padding: 20px;\r\n    }\r\n    .enhanced-table {\r\n      width: 100%;\r\n      min-width: 500px; \/* Adjusted min-width for better fit *\/\r\n      border-collapse: separate;\r\n      border-spacing: 0 5px;\r\n      color: #fff;\r\n      font-family: 'Courier New', monospace;\r\n      text-shadow: 0 0 5px rgba(0, 255, 65, 0.5);\r\n    }\r\n    .enhanced-table th, .enhanced-table td {\r\n      padding: 12px 6px; \/* Adjusted padding *\/\r\n      text-align: center;\r\n      border: 1px solid rgba(0, 255, 65, 0.3);\r\n      background: rgba(0, 20, 0, 0.7);\r\n      transition: all 0.3s ease;\r\n      position: relative;\r\n      font-size: 0.85em; \/* Slightly smaller base font *\/\r\n      white-space: nowrap; \/* Prevent wrapping *\/\r\n    }\r\n    .enhanced-table th {\r\n      background: linear-gradient(90deg, #004400, #006600);\r\n      font-weight: bold;\r\n      text-transform: uppercase;\r\n      letter-spacing: 1px;\r\n      box-shadow: inset 0 0 10px rgba(0, 255, 65, 0.2);\r\n    }\r\n    .enhanced-table th[scope=\"row\"] {\r\n      padding: 12px 4px; \/* Smaller padding for first column *\/\r\n    }\r\n    .enhanced-table th[scope=\"row\"] i {\r\n      font-size: 0.8em; \/* Smaller icon *\/\r\n      margin-left: 2px;\r\n    }\r\n    .enhanced-table tbody tr {\r\n      opacity: 0;\r\n      transform: translateY(20px);\r\n      animation: rowFadeIn 0.8s ease-out forwards;\r\n    }\r\n    .enhanced-table tbody tr:nth-child(1) { animation-delay: 0.1s; }\r\n    .enhanced-table tbody tr:nth-child(2) { animation-delay: 0.2s; }\r\n    .enhanced-table tbody tr:nth-child(3) { animation-delay: 0.3s; }\r\n    .enhanced-table tbody tr:nth-child(4) { animation-delay: 0.4s; }\r\n    .enhanced-table tbody tr:nth-child(5) { animation-delay: 0.5s; }\r\n    .enhanced-table tbody tr:nth-child(6) { animation-delay: 0.6s; }\r\n    .enhanced-table tbody tr:nth-child(7) { animation-delay: 0.7s; }\r\n    @keyframes rowFadeIn {\r\n      to {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n      }\r\n    }\r\n    .enhanced-table td:hover, .enhanced-table th:hover {\r\n      background: rgba(0, 60, 0, 0.9);\r\n      box-shadow: 0 0 15px rgba(0, 255, 65, 0.6);\r\n      transform: scale(1.05);\r\n      z-index: 1;\r\n    }\r\n    .enhanced-table td:focus-visible, .enhanced-table th:focus-visible {\r\n      outline: 3px solid #00ff41;\r\n      box-shadow: 0 0 20px #00ff41;\r\n    }\r\n    .enhanced-table caption {\r\n      caption-side: top;\r\n      text-align: center;\r\n      font-size: 1.2em;\r\n      margin-bottom: 10px;\r\n      color: #00ff41;\r\n      text-shadow: 0 0 10px #00ff41;\r\n    }\r\n    .enhanced-table th[scope=\"colgroup\"] {\r\n      background: linear-gradient(90deg, #006600, #008800);\r\n    }\r\n    .enhanced-table td:empty, .enhanced-table td:contains('&mdash;') {\r\n      color: rgba(255, 255, 255, 0.5);\r\n    }\r\n    \/* Responsive Shrink for Mobile *\/\r\n    @media (max-width: 768px) {\r\n      .enhanced-table th, .enhanced-table td {\r\n        padding: 6px 3px;\r\n        font-size: 0.7em;\r\n      }\r\n      .enhanced-table th[scope=\"row\"] {\r\n        padding: 6px 2px;\r\n      }\r\n      .enhanced-table th[scope=\"row\"] i {\r\n        font-size: 0.6em;\r\n      }\r\n      .enhanced-table caption {\r\n        font-size: 1em;\r\n      }\r\n      .enhanced-table-wrapper {\r\n        padding: 10px;\r\n      }\r\n    }\r\n    \/* Conditional Display for Desktop\/Mobile *\/\r\n    .desktop-table {\r\n      display: block;\r\n    }\r\n    .mobile-table {\r\n      display: none;\r\n    }\r\n    @media (max-width: 768px) {\r\n      .desktop-table {\r\n        display: none;\r\n      }\r\n      .mobile-table {\r\n        display: block;\r\n      }\r\n    }\r\n<\/style>\r\n\r\n<header>\r\n    <meta itemprop=\"datePublished\" content=\"2025-11-28\" \/>\r\n    <meta itemprop=\"dateModified\" content=\"2025-11-28\" \/>\r\n    <p itemprop=\"description\">Legend of Ymir has launched its first season, Season of Growth, on November 25, 2025, running for 4 weeks until December 30, 2025. This update introduces the Origin of Growth progression system, seasonal equipment, new bosses, server battles every Tuesday, and exclusive events alongside a Razer partnership for limited bundles.<\/p>\r\n<\/header>\r\n\r\n<main>\r\n\r\n<section id=\"introduction\" aria-labelledby=\"intro-heading\">\r\n    <h2 id=\"intro-heading\"><i class=\"fa fa-info-circle\"><\/i> Introduction to Season of Growth<\/h2>\r\n    <p>Legend of Ymir has launched its first season, <strong>Season of Growth<\/strong>, on <strong>November 25, 2025<\/strong>, running for 4 weeks until <strong>December 30, 2025<\/strong>. This update introduces the <em>Origin of Growth<\/em> progression system, seasonal equipment, new bosses, server battles every Tuesday, and exclusive events alongside a Razer partnership for limited bundles.<\/p>\r\n    <p>The season focuses on accelerated character growth via buffs for EXP, drops, and combat. Some rewards like enhanced Valkyrie&#8217;s Grail (+10 or higher) and collection stats are permanent post-season, while others reset. This guide covers raising your Origin level, buffs, content, and F2P strategies.<\/p>\r\n    <img decoding=\"async\" src=\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/11\/season-of-growth-300x235.jpg\" data-large=\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/11\/season-of-growth.jpg\" alt=\"season of growth\" class=\"centered-image\"\/>\r\n    <p>Season of Growth gameplay featuring exclusive summoned beings and the Blessing of Growth.<\/p>\r\n<\/section>\r\n\r\n<section id=\"origin-of-growth\" aria-labelledby=\"origin-heading\">\r\n    <h2 id=\"origin-heading\"><i class=\"fa fa-info-circle\"><\/i> Understanding Origin of Growth<\/h2>\r\n    <p>The <strong>Origin of Growth Level<\/strong> tracks seasonal progress, unlocking stronger buffs and content. Higher levels grant access to advanced expeditions, Saga quests, and Black Valkyrie battles.<\/p>\r\n    <blockquote>\r\n      <p><i class=\"fa fa-info-circle\" aria-hidden=\"true\"><\/i> Some types of content have a required Origin of Growth level and can only be accessed once you reach that level.<\/p>\r\n    <\/blockquote>\r\n<\/section>\r\n\r\n<section id=\"raising-origin\" aria-labelledby=\"raising-heading\">\r\n    <h2 id=\"raising-heading\"><i class=\"fa fa-info-circle\"><\/i> How to Raise Your Origin of Growth Level<\/h2>\r\n    <p>Progress via season-exclusive activities:<\/p>\r\n    <ol>\r\n      <li><strong>Craft &#038; Enhance Season Collection\/Equipment:<\/strong> Register items like Necklace of Growth, Valkyrie&#8217;s Grail (+10 retained), Megingjord. Prioritize collection registration for permanent stats before enhancing.<\/li>\r\n      <li><strong>Season Modes:<\/strong> Valhalla, Directives (refresh for 6-seed quests), Black Valkyrie, Saga (e.g., Birth of an Einherjar, Path of the Einherjar).<\/li>\r\n      <li><strong>Collect &#038; Farm:<\/strong> Valkyrie\/Disir\/Companions\/Story Decks; farm Sprouts\/Seeds (directives), Badges (Kobold King raid), Life Pieces (Baldergrud of Growth in Vale\/Crossroads\/World Tree Canyon Lv3).<\/li>\r\n    <\/ol>\r\n    <img decoding=\"async\" src=\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/11\/origin-of-growth-300x222.jpg\" data-large=\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/11\/origin-of-growth.jpg\" alt=\"origin of growth\" class=\"centered-image\"\/>\r\n    <p>Key season items: Valkyrie&#8217;s Grail and exclusive challenges.<\/p>\r\n<\/section>\r\n\r\n<section id=\"blessings\" aria-labelledby=\"blessings-heading\">\r\n    <h2 id=\"blessings-heading\"><i class=\"fa fa-info-circle\"><\/i> Blessing of Growth Buffs<\/h2>\r\n    <p>Available in all areas (Leap buff in Hall of Growth\/Kobold King). Effects scale with Origin level.<\/p>\r\n    <p><strong>Buff Table:<\/strong> Below is the breakdown of buffs at key Origin levels.<\/p>\r\n    <div class=\"enhanced-table-wrapper desktop-table\">\r\n      <table id=\"buff-table\" aria-labelledby=\"buff-table-heading\" role=\"grid\" class=\"enhanced-table\">\r\n        <thead>\r\n          <tr>\r\n            <th scope=\"row\" rowspan=\"2\">Origin Lv.<\/th>\r\n            <th colspan=\"3\" scope=\"colgroup\">Hunting EXP<\/th>\r\n            <th colspan=\"3\" scope=\"colgroup\">Item Drop<\/th>\r\n            <th colspan=\"3\" scope=\"colgroup\">Damage (Lv.1+)<\/th>\r\n          <\/tr>\r\n          <tr>\r\n            <th scope=\"col\">1~39<\/th>\r\n            <th scope=\"col\">40~49<\/th>\r\n            <th scope=\"col\">50+<\/th>\r\n            <th scope=\"col\">1~39<\/th>\r\n            <th scope=\"col\">40~49<\/th>\r\n            <th scope=\"col\">50+<\/th>\r\n            <th scope=\"col\">M. DMG<\/th>\r\n            <th scope=\"col\">M. DEF<\/th>\r\n            <th scope=\"col\">S. DMG<\/th>\r\n          <\/tr>\r\n        <\/thead>\r\n        <tbody>\r\n          <tr data-level=\"500\">\r\n            <th scope=\"row\">500<\/th>\r\n            <td>60%<\/td>\r\n            <td>40%<\/td>\r\n            <td>20%<\/td>\r\n            <td>7.4%<\/td>\r\n            <td>10%<\/td>\r\n            <td>20%<\/td>\r\n            <td>19%<\/td>\r\n            <td>19%<\/td>\r\n            <td>19%<\/td>\r\n          <\/tr>\r\n          <tr data-level=\"410\">\r\n            <th scope=\"row\">410<\/th>\r\n            <td>51%<\/td>\r\n            <td>34%<\/td>\r\n            <td>17%<\/td>\r\n            <td>6.2%<\/td>\r\n            <td>8.5%<\/td>\r\n            <td>17%<\/td>\r\n            <td>16%<\/td>\r\n            <td>16%<\/td>\r\n            <td>16%<\/td>\r\n          <\/tr>\r\n          <tr data-level=\"320\">\r\n            <th scope=\"row\">320<\/th>\r\n            <td>42%<\/td>\r\n            <td>28%<\/td>\r\n            <td>14%<\/td>\r\n            <td>5%<\/td>\r\n            <td>7%<\/td>\r\n            <td>14%<\/td>\r\n            <td>13%<\/td>\r\n            <td>13%<\/td>\r\n            <td>13%<\/td>\r\n          <\/tr>\r\n          <tr data-level=\"210\">\r\n            <th scope=\"row\">210<\/th>\r\n            <td>33%<\/td>\r\n            <td>22%<\/td>\r\n            <td>11%<\/td>\r\n            <td>3.8%<\/td>\r\n            <td>5.5%<\/td>\r\n            <td>11%<\/td>\r\n            <td>10%<\/td>\r\n            <td>10%<\/td>\r\n            <td>&mdash;<\/td>\r\n          <\/tr>\r\n          <tr data-level=\"150\">\r\n            <th scope=\"row\">150<\/th>\r\n            <td>28.5%<\/td>\r\n            <td>19%<\/td>\r\n            <td>9.5%<\/td>\r\n            <td>3.2%<\/td>\r\n            <td>4.75%<\/td>\r\n            <td>9.5%<\/td>\r\n            <td>8.5%<\/td>\r\n            <td>&mdash;<\/td>\r\n            <td>&mdash;<\/td>\r\n          <\/tr>\r\n          <tr data-level=\"100\">\r\n            <th scope=\"row\">100<\/th>\r\n            <td>21%<\/td>\r\n            <td>14%<\/td>\r\n            <td>7%<\/td>\r\n            <td>2.2%<\/td>\r\n            <td>3.5%<\/td>\r\n            <td>7%<\/td>\r\n            <td>6%<\/td>\r\n            <td>&mdash;<\/td>\r\n            <td>&mdash;<\/td>\r\n          <\/tr>\r\n          <tr data-level=\"1\">\r\n            <th scope=\"row\">1<\/th>\r\n            <td>6%<\/td>\r\n            <td>4%<\/td>\r\n            <td>2%<\/td>\r\n            <td>0.2%<\/td>\r\n            <td>1%<\/td>\r\n            <td>2%<\/td>\r\n            <td>1%<\/td>\r\n            <td>&mdash;<\/td>\r\n            <td>&mdash;<\/td>\r\n          <\/tr>\r\n        <\/tbody>\r\n      <\/table>\r\n    <\/div>\r\n    <div class=\"svg-table mobile-table\">\r\n      <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 600\" preserveAspectRatio=\"xMidYMid meet\" style=\"width: 100%; height: auto;\">\r\n        <!-- Background -->\r\n        <rect width=\"1000\" height=\"600\" fill=\"linear-gradient(135deg, #001100, #003300)\" \/>\r\n       \r\n        <!-- Table Border -->\r\n        <rect x=\"50\" y=\"50\" width=\"900\" height=\"500\" rx=\"15\" fill=\"none\" stroke=\"rgba(0,255,65,0.4)\" stroke-width=\"4\" \/>\r\n       \r\n        <!-- Caption -->\r\n        <text x=\"500\" y=\"40\" font-size=\"24\" fill=\"#00ff41\" text-anchor=\"middle\" font-family=\"Courier New, monospace\" font-weight=\"bold\">Blessing of Growth Buffs by Origin Level (Condensed)<\/text>\r\n       \r\n        <!-- Headers -->\r\n        <!-- Origin Lv. (Merged) -->\r\n        <rect x=\"50\" y=\"50\" width=\"100\" height=\"100\" fill=\"linear-gradient(90deg, #004400, #006600)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"100\" y=\"100\" font-size=\"16\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">Origin<\/text>\r\n        <text x=\"100\" y=\"120\" font-size=\"16\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">Lv.<\/text>\r\n       \r\n        <!-- Hunting EXP Group -->\r\n        <rect x=\"150\" y=\"50\" width=\"300\" height=\"50\" fill=\"linear-gradient(90deg, #006600, #008800)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"300\" y=\"75\" font-size=\"16\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">Hunting EXP<\/text>\r\n       \r\n        <!-- Subheaders for Hunting EXP -->\r\n        <rect x=\"150\" y=\"100\" width=\"100\" height=\"50\" fill=\"linear-gradient(90deg, #004400, #006600)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"200\" y=\"125\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">1~39<\/text>\r\n        <rect x=\"250\" y=\"100\" width=\"100\" height=\"50\" fill=\"linear-gradient(90deg, #004400, #006600)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"300\" y=\"125\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">40~49<\/text>\r\n        <rect x=\"350\" y=\"100\" width=\"100\" height=\"50\" fill=\"linear-gradient(90deg, #004400, #006600)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"400\" y=\"125\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">50+<\/text>\r\n       \r\n        <!-- Item Drop Group -->\r\n        <rect x=\"450\" y=\"50\" width=\"300\" height=\"50\" fill=\"linear-gradient(90deg, #006600, #008800)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"600\" y=\"75\" font-size=\"16\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">Item Drop<\/text>\r\n       \r\n        <!-- Subheaders for Item Drop -->\r\n        <rect x=\"450\" y=\"100\" width=\"100\" height=\"50\" fill=\"linear-gradient(90deg, #004400, #006600)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"500\" y=\"125\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">1~39<\/text>\r\n        <rect x=\"550\" y=\"100\" width=\"100\" height=\"50\" fill=\"linear-gradient(90deg, #004400, #006600)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"600\" y=\"125\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">40~49<\/text>\r\n        <rect x=\"650\" y=\"100\" width=\"100\" height=\"50\" fill=\"linear-gradient(90deg, #004400, #006600)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"700\" y=\"125\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">50+<\/text>\r\n       \r\n        <!-- Damage Group -->\r\n        <rect x=\"750\" y=\"50\" width=\"200\" height=\"50\" fill=\"linear-gradient(90deg, #006600, #008800)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"850\" y=\"75\" font-size=\"16\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">Damage (Lv.1+)<\/text>\r\n       \r\n        <!-- Subheaders for Damage -->\r\n        <rect x=\"750\" y=\"100\" width=\"67\" height=\"50\" fill=\"linear-gradient(90deg, #004400, #006600)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"783\" y=\"125\" font-size=\"12\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">M. DMG<\/text>\r\n        <rect x=\"817\" y=\"100\" width=\"66\" height=\"50\" fill=\"linear-gradient(90deg, #004400, #006600)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"850\" y=\"125\" font-size=\"12\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">M. DEF<\/text>\r\n        <rect x=\"883\" y=\"100\" width=\"67\" height=\"50\" fill=\"linear-gradient(90deg, #004400, #006600)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"916\" y=\"125\" font-size=\"12\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">S. DMG<\/text>\r\n       \r\n        <!-- Data Rows -->\r\n        <!-- Row 500 -->\r\n        <rect x=\"50\" y=\"150\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"100\" y=\"175\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">500<\/text>\r\n        <rect x=\"150\" y=\"150\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"200\" y=\"175\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">60%<\/text>\r\n        <rect x=\"250\" y=\"150\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"300\" y=\"175\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">40%<\/text>\r\n        <rect x=\"350\" y=\"150\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"400\" y=\"175\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">20%<\/text>\r\n        <rect x=\"450\" y=\"150\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"500\" y=\"175\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">7.4%<\/text>\r\n        <rect x=\"550\" y=\"150\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"600\" y=\"175\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">10%<\/text>\r\n        <rect x=\"650\" y=\"150\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"700\" y=\"175\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">20%<\/text>\r\n        <rect x=\"750\" y=\"150\" width=\"67\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"783\" y=\"175\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">19%<\/text>\r\n        <rect x=\"817\" y=\"150\" width=\"66\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"850\" y=\"175\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">19%<\/text>\r\n        <rect x=\"883\" y=\"150\" width=\"67\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"916\" y=\"175\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">19%<\/text>\r\n       \r\n        <!-- Row 410 -->\r\n        <rect x=\"50\" y=\"200\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"100\" y=\"225\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">410<\/text>\r\n        <rect x=\"150\" y=\"200\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"200\" y=\"225\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">51%<\/text>\r\n        <rect x=\"250\" y=\"200\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"300\" y=\"225\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">34%<\/text>\r\n        <rect x=\"350\" y=\"200\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"400\" y=\"225\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">17%<\/text>\r\n        <rect x=\"450\" y=\"200\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"500\" y=\"225\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">6.2%<\/text>\r\n        <rect x=\"550\" y=\"200\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"600\" y=\"225\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">8.5%<\/text>\r\n        <rect x=\"650\" y=\"200\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"700\" y=\"225\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">17%<\/text>\r\n        <rect x=\"750\" y=\"200\" width=\"67\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"783\" y=\"225\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">16%<\/text>\r\n        <rect x=\"817\" y=\"200\" width=\"66\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"850\" y=\"225\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">16%<\/text>\r\n        <rect x=\"883\" y=\"200\" width=\"67\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"916\" y=\"225\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">16%<\/text>\r\n       \r\n        <!-- Row 320 -->\r\n        <rect x=\"50\" y=\"250\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"100\" y=\"275\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">320<\/text>\r\n        <rect x=\"150\" y=\"250\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"200\" y=\"275\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">42%<\/text>\r\n        <rect x=\"250\" y=\"250\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"300\" y=\"275\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">28%<\/text>\r\n        <rect x=\"350\" y=\"250\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"400\" y=\"275\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">14%<\/text>\r\n        <rect x=\"450\" y=\"250\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"500\" y=\"275\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">5%<\/text>\r\n        <rect x=\"550\" y=\"250\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"600\" y=\"275\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">7%<\/text>\r\n        <rect x=\"650\" y=\"250\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"700\" y=\"275\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">14%<\/text>\r\n        <rect x=\"750\" y=\"250\" width=\"67\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"783\" y=\"275\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">13%<\/text>\r\n        <rect x=\"817\" y=\"250\" width=\"66\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"850\" y=\"275\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">13%<\/text>\r\n        <rect x=\"883\" y=\"250\" width=\"67\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"916\" y=\"275\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">13%<\/text>\r\n       \r\n        <!-- Row 210 -->\r\n        <rect x=\"50\" y=\"300\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"100\" y=\"325\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">210<\/text>\r\n        <rect x=\"150\" y=\"300\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"200\" y=\"325\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">33%<\/text>\r\n        <rect x=\"250\" y=\"300\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"300\" y=\"325\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">22%<\/text>\r\n        <rect x=\"350\" y=\"300\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"400\" y=\"325\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">11%<\/text>\r\n        <rect x=\"450\" y=\"300\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"500\" y=\"325\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">3.8%<\/text>\r\n        <rect x=\"550\" y=\"300\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"600\" y=\"325\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">5.5%<\/text>\r\n        <rect x=\"650\" y=\"300\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"700\" y=\"325\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">11%<\/text>\r\n        <rect x=\"750\" y=\"300\" width=\"67\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"783\" y=\"325\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">10%<\/text>\r\n        <rect x=\"817\" y=\"300\" width=\"66\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"850\" y=\"325\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">10%<\/text>\r\n        <rect x=\"883\" y=\"300\" width=\"67\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"916\" y=\"325\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">&mdash;<\/text>\r\n       \r\n        <!-- Row 150 -->\r\n        <rect x=\"50\" y=\"350\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"100\" y=\"375\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">150<\/text>\r\n        <rect x=\"150\" y=\"350\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"200\" y=\"375\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">28.5%<\/text>\r\n        <rect x=\"250\" y=\"350\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"300\" y=\"375\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">19%<\/text>\r\n        <rect x=\"350\" y=\"350\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"400\" y=\"375\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">9.5%<\/text>\r\n        <rect x=\"450\" y=\"350\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"500\" y=\"375\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">3.2%<\/text>\r\n        <rect x=\"550\" y=\"350\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"600\" y=\"375\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">4.75%<\/text>\r\n        <rect x=\"650\" y=\"350\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"700\" y=\"375\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">9.5%<\/text>\r\n        <rect x=\"750\" y=\"350\" width=\"67\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"783\" y=\"375\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">8.5%<\/text>\r\n        <rect x=\"817\" y=\"350\" width=\"66\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"850\" y=\"375\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">&mdash;<\/text>\r\n        <rect x=\"883\" y=\"350\" width=\"67\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"916\" y=\"375\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">&mdash;<\/text>\r\n       \r\n        <!-- Row 100 -->\r\n        <rect x=\"50\" y=\"400\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"100\" y=\"425\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">100<\/text>\r\n        <rect x=\"150\" y=\"400\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"200\" y=\"425\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">21%<\/text>\r\n        <rect x=\"250\" y=\"400\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"300\" y=\"425\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">14%<\/text>\r\n        <rect x=\"350\" y=\"400\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"400\" y=\"425\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">7%<\/text>\r\n        <rect x=\"450\" y=\"400\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"500\" y=\"425\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">2.2%<\/text>\r\n        <rect x=\"550\" y=\"400\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"600\" y=\"425\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">3.5%<\/text>\r\n        <rect x=\"650\" y=\"400\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"700\" y=\"425\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">7%<\/text>\r\n        <rect x=\"750\" y=\"400\" width=\"67\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"783\" y=\"425\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">6%<\/text>\r\n        <rect x=\"817\" y=\"400\" width=\"66\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"850\" y=\"425\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">&mdash;<\/text>\r\n        <rect x=\"883\" y=\"400\" width=\"67\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"916\" y=\"425\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">&mdash;<\/text>\r\n       \r\n        <!-- Row 1 -->\r\n        <rect x=\"50\" y=\"450\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"100\" y=\"475\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">1<\/text>\r\n        <rect x=\"150\" y=\"450\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"200\" y=\"475\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">6%<\/text>\r\n        <rect x=\"250\" y=\"450\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"300\" y=\"475\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">4%<\/text>\r\n        <rect x=\"350\" y=\"450\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"400\" y=\"475\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">2%<\/text>\r\n        <rect x=\"450\" y=\"450\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"500\" y=\"475\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">0.2%<\/text>\r\n        <rect x=\"550\" y=\"450\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"600\" y=\"475\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">1%<\/text>\r\n        <rect x=\"650\" y=\"450\" width=\"100\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"700\" y=\"475\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">2%<\/text>\r\n        <rect x=\"750\" y=\"450\" width=\"67\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"783\" y=\"475\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">1%<\/text>\r\n        <rect x=\"817\" y=\"450\" width=\"66\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"850\" y=\"475\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">&mdash;<\/text>\r\n        <rect x=\"883\" y=\"450\" width=\"67\" height=\"50\" fill=\"rgba(0,20,0,0.7)\" stroke=\"rgba(0,255,65,0.3)\" stroke-width=\"1\" \/>\r\n        <text x=\"916\" y=\"475\" font-size=\"14\" fill=\"#fff\" text-anchor=\"middle\" font-family=\"Courier New, monospace\">&mdash;<\/text>\r\n      <\/svg>\r\n    <\/div>\r\n    <p><i class=\"fa fa-info-circle\" aria-hidden=\"true\"><\/i> <strong>Note:<\/strong> <code>&mdash;<\/code> indicates no explicit label in the in-game chart. All buffs scale progressively from level 1.<\/p>\r\n<\/section>\r\n\r\n<section id=\"chart-section\">\r\n    <h2><i class=\"fa fa-chart-line\"><\/i> Visualizing Blessing of Growth Buffs<\/h2>\r\n    <canvas id=\"customChart\"><\/canvas>\r\n<\/section>\r\n\r\n<section id=\"exclusive-content\" aria-labelledby=\"exclusive-heading\">\r\n    <h2 id=\"exclusive-heading\"><i class=\"fa fa-info-circle\"><\/i> Season Exclusive Content &#038; Rewards<\/h2>\r\n    <ul>\r\n      <li><strong>Equipment:<\/strong> Valkyrie&#8217;s Grail (grail slot, +10 kept), Necklace of Growth (collection), Megingjord (belt, +15 skill).<\/li>\r\n      <li><strong>Bosses\/Expeditions:<\/strong> Baldergrud of Growth, Kobold King (protect Tree of Life), Vargreif, Kreedle, Hall of Growth.<\/li>\r\n      <li><strong>Events:<\/strong> 7 new events, Server Battles (Tuesdays), Phantom of Loki rewards.<\/li>\r\n    <\/ul>\r\n    <figure>\r\n      <figcaption>Season bosses like Baldergrud and Kobold King for key materials.<\/figcaption>\r\n    <\/figure>\r\n<\/section>\r\n\r\n<section id=\"tips\" aria-labelledby=\"tips-heading\">\r\n    <h2 id=\"tips-heading\"><i class=\"fa fa-list\"><\/i> F2P &#038; Success Tips<\/h2>\r\n    <ul class=\"tips-list\">\r\n        <li class=\"accordion\" onclick=\"toggleTip(this)\"> Refresh directives for 6-seed quests (10 Sprouts +1 daily =11\/day). Use tickets. <i class=\"fa fa-chevron-down\"><\/i>\r\n            <div class=\"tip-content hidden-content\">Refresh directives for 6-seed quests (10 Sprouts +1 daily =11\/day). Use tickets.<\/div>\r\n        <\/li>\r\n        <li class=\"accordion\" onclick=\"toggleTip(this)\"> Register collections first for Origin + permanent stats; enhance after. <i class=\"fa fa-chevron-down\"><\/i>\r\n            <div class=\"tip-content hidden-content\">Register collections first for Origin + permanent stats; enhance after.<\/div>\r\n        <\/li>\r\n        <li class=\"accordion\" onclick=\"toggleTip(this)\"> Sell high-price seasonal drops \u2192 diamonds \u2192 Silvarin \u2192 craft permanent gear. <i class=\"fa fa-chevron-down\"><\/i>\r\n            <div class=\"tip-content hidden-content\">Sell high-price seasonal drops \u2192 diamonds \u2192 Silvarin \u2192 craft permanent gear.<\/div>\r\n        <\/li>\r\n        <li class=\"accordion\" onclick=\"toggleTip(this)\"> Daily Saga\/Black Valkyrie; farm World Tree Canyon Lv3 offline. <i class=\"fa fa-chevron-down\"><\/i>\r\n            <div class=\"tip-content hidden-content\">Daily Saga\/Black Valkyrie; farm World Tree Canyon Lv3 offline.<\/div>\r\n        <\/li>\r\n        <li class=\"accordion\" onclick=\"toggleTip(this)\"> Guild up for raids\/battles; aim Lv150+ for strong buffs. <i class=\"fa fa-chevron-down\"><\/i>\r\n            <div class=\"tip-content hidden-content\">Guild up for raids\/battles; aim Lv150+ for strong buffs.<\/div>\r\n        <\/li>\r\n        <li class=\"accordion\" onclick=\"toggleTip(this)\"> Complete events for Epic Valkyrie\/Companions; hold summons for better rates. <i class=\"fa fa-chevron-down\"><\/i>\r\n            <div class=\"tip-content hidden-content\">Complete events for Epic Valkyrie\/Companions; hold summons for better rates.<\/div>\r\n        <\/li>\r\n    <\/ul>\r\n<\/section>\r\n\r\n<section id=\"poll-section\">\r\n    <h2><i class=\"fa fa-question-circle\"><\/i> Your Thoughts on Season of Growth<\/h2>\r\n        <div class=\"quiz-section\" style=\"margin:30px auto; padding:20px; border:2px solid #3399ff; border-radius:12px; background:#0d0d0d; color:#fff; text-align:center; max-width:500px;\">\r\n        <h3><i class=\"fa fa-question-circle\" aria-hidden=\"true\"><\/i> Quick Poll: Your Take<\/h3>\r\n        <p>Are you participating in the Season of Growth?<\/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=\"season_growth\"]') || 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\/legendofymir\/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','season_growth');\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<section id=\"summary\">\r\n    <h2><i class=\"fa fa-flag-checkered\"><\/i> Wrapping Up<\/h2>\r\n    <p>This guide covers raising your Origin level, buffs, content, and F2P strategies for the Season of Growth in Legend of Ymir.<\/p>\r\n<\/section>\r\n\r\n<\/main>\r\n\r\n<footer>\r\n    <p><strong>Disclaimer:<\/strong> Source: Official Patch Notes &#038; Community Guides. Check patch notes for details.<\/p>\r\n    <p style=\"margin-top:10px; font-style: italic; color: #bbb;\">Share your Origin progress below!<\/p>\r\n<\/footer>\r\n\r\n<div id=\"lightbox-overlay\"><\/div>\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\nconst sections = document.querySelectorAll('section');\r\nconst observer = new IntersectionObserver(entries => {\r\n    entries.forEach(entry => {\r\n        if(entry.isIntersecting) entry.target.classList.add('visible');\r\n    });\r\n}, { threshold: 0.1 });\r\nsections.forEach(section => observer.observe(section));\r\n\r\n\/\/ Accordion\r\nfunction toggleTip(el){ const box = el.querySelector('.tip-content'); el.classList.toggle('active'); box.style.display = box.style.display === 'block' ? 'none' : 'block'; }\r\n\r\n\/\/ Lightbox\r\nconst lb = document.getElementById('lightbox-overlay');\r\nif (lb) {\r\ndocument.querySelectorAll('.centered-image').forEach(img => {\r\n    img.addEventListener('click', () => {\r\n        lb.innerHTML = '<img decoding=\"async\" src=\"' + img.dataset.large + '\" \/>'; lb.style.display = 'flex';\r\n    });\r\n});\r\nlb.addEventListener('click', () => lb.style.display = 'none');\r\n}\r\n\r\n\/\/ Chart Template\r\nconst ctx = document.getElementById('customChart');\r\nif(ctx){ new Chart(ctx, {\r\n    type: 'bar',\r\n    data: { labels: ['1', '100', '150', '210', '320', '410', '500'], datasets: [{ label: 'Hunting EXP 1~39', data: [6,21,28.5,33,42,51,60], backgroundColor: '#F44336', borderColor: '#ffffff', borderWidth: 1 }, { label: 'Hunting EXP 40~49', data: [4,14,19,22,28,34,40], backgroundColor: '#2196F3', borderColor: '#ffffff', borderWidth: 1 }, { label: 'Hunting EXP 50+', data: [2,7,9.5,11,14,17,20], backgroundColor: '#4CAF50', borderColor: '#ffffff', borderWidth: 1 }] },\r\n    options: { scales: { y: { beginAtZero: true, ticks:{ color:'#e6e6e6'} }, x: { ticks:{ color:'#e6e6e6'} } } }\r\n}); }\r\n});\r\n<\/script>\r\n<\/article>\r\n","protected":false},"excerpt":{"rendered":"<p>Legend of Ymir has launched its first season, Season of Growth, on November 25, 2025, running for 4 weeks until December 30, 2025. This update introduces the Origin of Growth progression system, seasonal equipment, new bosses, server battles every Tuesday, and exclusive events alongside a Razer partnership for limited bundles. Introduction to Season of Growth [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":179,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,4],"tags":[],"class_list":["post-153","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guides","category-news"],"yoast_head":"<!-- Meta Tags -->\r\n<title>Legend of Ymir: Season 1 - Season of Growth Comprehensive Guide<\/title>\r\n<meta name=\"description\" content=\"Legend of Ymir has launched its first season, Season of Growth, on November 25, 2025, running for 4 weeks until December 30, 2025. This update introduces\" \/>\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\/legendofymir\/season-of-growth-comprehensive-guide\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Legend of Ymir: Season 1 - Season of Growth Comprehensive Guide\" \/>\r\n<meta property=\"og:description\" content=\"Legend of Ymir has launched its first season, Season of Growth, on November 25, 2025, running for 4 weeks until December 30, 2025. This update introduces\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/\" \/>\r\n<meta property=\"og:site_name\" content=\"Legend of Ymir\" \/>\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-11-28T23:00:48+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2025-12-01T12:40:54+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/11\/legend-of-ymir-season-1-guide.jpg\" \/>\r\n\t<meta property=\"og:image:width\" content=\"400\" \/>\r\n\t<meta property=\"og:image:height\" content=\"263\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\r\n<meta name=\"author\" content=\"daopa\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:creator\" content=\"@gamingwithdaopa\" \/>\r\n<meta name=\"twitter:site\" content=\"@gamingwithdaopa\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"daopa\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/\"},\"author\":{\"name\":\"daopa\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/#\/schema\/person\/fb03a927907d90f409fac550ba375638\"},\"headline\":\"Legend of Ymir: Season 1 &#8211; Season of Growth Comprehensive Guide\",\"datePublished\":\"2025-11-28T23:00:48+00:00\",\"dateModified\":\"2025-12-01T12:40:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/\"},\"wordCount\":647,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/#\/schema\/person\/fb03a927907d90f409fac550ba375638\"},\"image\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/11\/legend-of-ymir-season-1-guide.jpg\",\"articleSection\":[\"Guides\",\"News\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/\",\"url\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/\",\"name\":\"Legend of Ymir: Season 1 - Season of Growth Comprehensive Guide\",\"isPartOf\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/11\/legend-of-ymir-season-1-guide.jpg\",\"datePublished\":\"2025-11-28T23:00:48+00:00\",\"dateModified\":\"2025-12-01T12:40:54+00:00\",\"description\":\"Legend of Ymir has launched its first season, Season of Growth, on November 25, 2025, running for 4 weeks until December 30, 2025. This update introduces\",\"breadcrumb\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/#primaryimage\",\"url\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/11\/legend-of-ymir-season-1-guide.jpg\",\"contentUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/11\/legend-of-ymir-season-1-guide.jpg\",\"width\":400,\"height\":263,\"caption\":\"legend of ymir season 1 guide\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Legend of Ymir: Season 1 &#8211; Season of Growth Comprehensive Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/#website\",\"url\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/\",\"name\":\"Legend of Ymir\",\"description\":\"DaOpa&#039;s Legend of Ymir fansite for a rich collection of videos, detailed guides, interactive maps, and insightful articles dedicated to enhancing your gaming experience.\",\"publisher\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/#\/schema\/person\/fb03a927907d90f409fac550ba375638\"},\"alternateName\":\"LOY\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/?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\/legendofymir\/#\/schema\/person\/fb03a927907d90f409fac550ba375638\",\"name\":\"daopa\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/10\/DaOpa.png\",\"contentUrl\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/10\/DaOpa.png\",\"width\":1087,\"height\":1604,\"caption\":\"daopa\"},\"logo\":{\"@id\":\"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/#\/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\/legendofymir\/author\/daopa\/\"}]}<\/script>","yoast_head_json":{"title":"Legend of Ymir: Season 1 - Season of Growth Comprehensive Guide","description":"Legend of Ymir has launched its first season, Season of Growth, on November 25, 2025, running for 4 weeks until December 30, 2025. This update introduces","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\/legendofymir\/season-of-growth-comprehensive-guide\/","og_locale":"en_US","og_type":"article","og_title":"Legend of Ymir: Season 1 - Season of Growth Comprehensive Guide","og_description":"Legend of Ymir has launched its first season, Season of Growth, on November 25, 2025, running for 4 weeks until December 30, 2025. This update introduces","og_url":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/","og_site_name":"Legend of Ymir","article_publisher":"facebook.com\/gamingwithdaopa\/","article_author":"facebook.com\/gamingwithdaopa\/","article_published_time":"2025-11-28T23:00:48+00:00","article_modified_time":"2025-12-01T12:40:54+00:00","og_image":[{"width":400,"height":263,"url":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/11\/legend-of-ymir-season-1-guide.jpg","type":"image\/jpeg"}],"author":"daopa","twitter_card":"summary_large_image","twitter_creator":"@gamingwithdaopa","twitter_site":"@gamingwithdaopa","twitter_misc":{"Written by":"daopa","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/#article","isPartOf":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/"},"author":{"name":"daopa","@id":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"headline":"Legend of Ymir: Season 1 &#8211; Season of Growth Comprehensive Guide","datePublished":"2025-11-28T23:00:48+00:00","dateModified":"2025-12-01T12:40:54+00:00","mainEntityOfPage":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/"},"wordCount":647,"commentCount":1,"publisher":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"image":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/11\/legend-of-ymir-season-1-guide.jpg","articleSection":["Guides","News"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/","url":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/","name":"Legend of Ymir: Season 1 - Season of Growth Comprehensive Guide","isPartOf":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/#primaryimage"},"image":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/11\/legend-of-ymir-season-1-guide.jpg","datePublished":"2025-11-28T23:00:48+00:00","dateModified":"2025-12-01T12:40:54+00:00","description":"Legend of Ymir has launched its first season, Season of Growth, on November 25, 2025, running for 4 weeks until December 30, 2025. This update introduces","breadcrumb":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/#primaryimage","url":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/11\/legend-of-ymir-season-1-guide.jpg","contentUrl":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/11\/legend-of-ymir-season-1-guide.jpg","width":400,"height":263,"caption":"legend of ymir season 1 guide"},{"@type":"BreadcrumbList","@id":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/season-of-growth-comprehensive-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/"},{"@type":"ListItem","position":2,"name":"Legend of Ymir: Season 1 &#8211; Season of Growth Comprehensive Guide"}]},{"@type":"WebSite","@id":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/#website","url":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/","name":"Legend of Ymir","description":"DaOpa&#039;s Legend of Ymir fansite for a rich collection of videos, detailed guides, interactive maps, and insightful articles dedicated to enhancing your gaming experience.","publisher":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"alternateName":"LOY","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/?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\/legendofymir\/#\/schema\/person\/fb03a927907d90f409fac550ba375638","name":"daopa","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/#\/schema\/person\/image\/","url":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/10\/DaOpa.png","contentUrl":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-content\/uploads\/sites\/41\/2025\/10\/DaOpa.png","width":1087,"height":1604,"caption":"daopa"},"logo":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/#\/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\/legendofymir\/author\/daopa\/"}]}},"_links":{"self":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-json\/wp\/v2\/posts\/153","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-json\/wp\/v2\/comments?post=153"}],"version-history":[{"count":3,"href":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-json\/wp\/v2\/posts\/153\/revisions"}],"predecessor-version":[{"id":178,"href":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-json\/wp\/v2\/posts\/153\/revisions\/178"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-json\/wp\/v2\/media\/179"}],"wp:attachment":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-json\/wp\/v2\/media?parent=153"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-json\/wp\/v2\/categories?post=153"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/legendofymir\/wp-json\/wp\/v2\/tags?post=153"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}