Diferencia entre revisiones de «Bonus-equipo»

De Oroza RO Wiki
Ir a la navegación Ir a la búsqueda
Página creada con «__NOTOC__ {{Navbar}} <div class="oroza-flex-wrapper" style="display: flex; gap: 30px; align-items: flex-start; flex-wrap: wrap;"> <!-- Menú lateral --> <div style="width: 260px; flex-shrink: 0;"> {{MenuLateral}} </div> <!-- Contenido principal --> <div style="flex: 1; min-width: 0; padding: 10px;"> <html> <!-- Aquí va tu contenido HTML --> <div style="background-color: #fff8dc; padding: 20px; border: 2px dashed #ffa500; border-radius: 10px; text-align: c…»
 
Sin resumen de edición
 
(No se muestran 13 ediciones intermedias del mismo usuario)
Línea 4: Línea 4:
<div class="oroza-flex-wrapper" style="display: flex; gap: 30px; align-items: flex-start; flex-wrap: wrap;">
<div class="oroza-flex-wrapper" style="display: flex; gap: 30px; align-items: flex-start; flex-wrap: wrap;">


<!-- Menú lateral -->
<div style="width: 260px; flex-shrink: 0;">
<div style="width: 260px; flex-shrink: 0;">
{{MenuLateral}}
{{MenuLateral}}
</div>
</div>


<!-- Contenido principal -->
<div style="flex: 1; min-width: 0; padding: 10px;">
<div style="flex: 1; min-width: 0; padding: 10px;">
<html>
<html>
<!-- Aquí va tu contenido HTML -->
  <div class="oroza-page">
   
    <div class="oroza-hero-card">
      <h2 class="oroza-page-title">✨ Drop Bonus System (Categories)</h2>
      <img src="/wiki/resources/assets/bonus_drop/bonus_drop.png" class="oroza-img-lg" alt="Drop Bonus">
      <p class="oroza-page-intro">In <strong>Oroza RO</strong>, all equipment you obtain from normal monsters and MVPs will go through a roulette and receive between <strong>1 and 3 random enchantments</strong> the moment it drops to the ground.</p>
    </div>


    <div class="oroza-grid-3">
      <div class="oroza-chance-card oroza-chance-1">
        <h3>⚪ 1 Bonus <br><span style="font-size: 14px; font-weight: 600;">(Guaranteed)</span></h3>
        <p><strong>63% of drops</strong><br>The item gets 1 safe line. It is an excellent starting point.</p>
      </div>
      <div class="oroza-chance-card oroza-chance-2">
        <h3>🔵 2 Bonus <br><span style="font-size: 14px; font-weight: 600;">(Extra)</span></h3>
        <p><strong>33% of drops</strong><br>You receive the guaranteed bonus + 1 extra random line.</p>
      </div>
      <div class="oroza-chance-card oroza-chance-3">
        <h3>🟡 3 Bonus <br><span style="font-size: 14px; font-weight: 600;">(Jackpot)</span></h3>
        <p><strong>4% of drops</strong><br>Extreme luck! Very rare 3-line item.</p>
      </div>
    </div>


    <div class="oroza-download-section">
      <h3 class="oroza-download-section-title">🎯 Slot 1: First Enchantment (Guaranteed)</h3>
      <p class="oroza-section-text oroza-text-center">Use the buttons to filter by category or the search bar to find a specific stat.</p>


      <div class="oroza-filter-controls">
        <div class="oroza-cat-tabs" id="tabsSlot1">
          <button type="button" class="oroza-cat-btn active" data-table="tableSlot1" data-col="all">📋 All</button>
          <button type="button" class="oroza-cat-btn" data-table="tableSlot1" data-col="3">⚔️ Weapons</button>
          <button type="button" class="oroza-cat-btn" data-table="tableSlot1" data-col="4">🛡️ Shields</button>
          <button type="button" class="oroza-cat-btn" data-table="tableSlot1" data-col="5">👕 Armors</button>
          <button type="button" class="oroza-cat-btn" data-table="tableSlot1" data-col="6">🧥 Garments</button>
          <button type="button" class="oroza-cat-btn" data-table="tableSlot1" data-col="7">🥾 Boots</button>
          <button type="button" class="oroza-cat-btn" data-table="tableSlot1" data-col="8">💍 Accessories</button>
          <button type="button" class="oroza-cat-btn" data-table="tableSlot1" data-col="9">🎩 Headgears</button>
        </div>
        <input type="text" id="textSlot1" placeholder="🔍 Search attribute (e.g. DEX, ATK, Boss, Cast)..." class="oroza-input">
      </div>


      <div class="oroza-table-wrap">
        <table id="tableSlot1" class="oroza-info-table oroza-table-centered filterable-table oroza-table-compact">
          <thead>
            <tr>
              <th class="oroza-text-left">Attribute</th><th>Prob.</th><th>Range</th>
              <th>⚔️ Weap.</th><th>🛡️ Shld.</th><th>👕 Armor</th><th>🧥 Garm.</th><th>🥾 Boots</th><th>💍 Accs.</th><th>🎩 Head</th>
            </tr>
          </thead>
          <tbody>
            <tr><td class="oroza-text-left">Elemental Damage (Physical/Magic)</td><td>80%</td><td>+1 to +2</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left">Damage to Boss / Normal</td><td>20%</td><td>+1 to +3</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left">Indestructible Weapon</td><td>30%</td><td>Yes</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left">Elemental Damage Reduction</td><td>80%</td><td>1% to 3%</td><td></td><td>✔</td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left">Boss / Normal DMG Reduction</td><td>20%</td><td>1% to 3%</td><td></td><td>✔</td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left">Stats +1 (STR, AGI, VIT, INT, DEX, LUK)</td><td>80%</td><td>1</td><td></td><td></td><td>✔</td><td></td><td></td><td>✔</td><td>✔</td></tr>
            <tr><td class="oroza-text-left">Stats +2 (STR, AGI, VIT, INT, DEX, LUK)</td><td>20%</td><td>2</td><td></td><td></td><td>✔</td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left">Stats +3 (STR, AGI, VIT, INT, DEX, LUK)</td><td>10%</td><td>3</td><td></td><td></td><td>✔</td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left">Resistance to 1 Element</td><td>40%</td><td>1% to 3%</td><td></td><td></td><td>✔</td><td>✔</td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left">Resistance to ALL Elements</td><td>5%</td><td>1% to 3%</td><td></td><td></td><td>✔</td><td>✔</td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left">Flat Max HP</td><td>80%</td><td>50 to 1200</td><td></td><td></td><td></td><td></td><td>✔</td><td></td><td></td></tr>
            <tr><td class="oroza-text-left">Flat Max SP</td><td>20%</td><td>10 to 200</td><td></td><td></td><td></td><td></td><td>✔</td><td></td><td></td></tr>
            <tr><td class="oroza-text-left">HP / SP Regen %</td><td>80%</td><td>1% to 5%</td><td></td><td></td><td></td><td></td><td>✔</td><td>✔</td><td></td></tr>
            <tr><td class="oroza-text-left">Extra Exp 1 Race</td><td>20%</td><td>1% to 5%</td><td></td><td></td><td></td><td></td><td>✔</td><td></td><td></td></tr>
            <tr><td class="oroza-text-left">Extra Exp ALL Races</td><td>5%</td><td>1% to 5%</td><td></td><td></td><td></td><td></td><td>✔</td><td></td><td></td></tr>
            <tr><td class="oroza-text-left">Flat ATK and MATK</td><td>50%</td><td>+1 to +15</td><td></td><td></td><td></td><td></td><td></td><td>✔</td><td></td></tr>
            <tr><td class="oroza-text-left">Heal Effectiveness %</td><td>50%</td><td>1% to 5%</td><td></td><td></td><td></td><td></td><td></td><td>✔</td><td></td></tr>
            <tr><td class="oroza-text-left">SP Cost Reduction</td><td>40%</td><td>1% to 5%</td><td></td><td></td><td></td><td></td><td></td><td>✔</td><td></td></tr>
            <tr><td class="oroza-text-left">Cast Time / Delay Reduction</td><td>40%</td><td>1% to 3%</td><td></td><td></td><td></td><td></td><td></td><td></td><td>✔</td></tr>
          </tbody>
        </table>
      </div>
    </div>


     <div style="background-color: #fff8dc; padding: 20px; border: 2px dashed #ffa500; border-radius: 10px; text-align: center; margin-bottom: 20px;">
     <div class="oroza-download-section">
       <h2 style="color: #d35400; font-size: 2rem; margin-bottom: 10px;">⚠️ Sección en Desarrollo</h2>
      <h3 class="oroza-download-section-title">✨ Slot 2 & 3: Extra Enchantments (Optional)</h3>
      <p style="font-size: 1.2rem;">Gracias por tu paciencia mientras completamos esta guía.</p>
      <p class="oroza-section-text oroza-text-center">This table is detailed by individual attribute. Use the search bar to quickly find what you need.</p>
      <p style="font-size: 1.1rem;">Si lo deseas, puedes visitar nuestro <strong><a href="https://discord.gg/x3JR7he3Rf" target="_blank" style="color:#2c3e50; text-decoration: underline;">Discord</a></strong> donde también se encuentran estas guías.</p>
     
      <div class="oroza-filter-controls">
        <div class="oroza-cat-tabs" id="tabsSlot2">
          <button type="button" class="oroza-cat-btn active" data-table="tableSlot2" data-col="all">📋 All</button>
          <button type="button" class="oroza-cat-btn" data-table="tableSlot2" data-col="4">⚔️ Weapon</button>
          <button type="button" class="oroza-cat-btn" data-table="tableSlot2" data-col="5">🛡️ Shield</button>
          <button type="button" class="oroza-cat-btn" data-table="tableSlot2" data-col="6">👕 Armor</button>
          <button type="button" class="oroza-cat-btn" data-table="tableSlot2" data-col="7">🧥 Garment</button>
          <button type="button" class="oroza-cat-btn" data-table="tableSlot2" data-col="8">🥾 Boots</button>
          <button type="button" class="oroza-cat-btn" data-table="tableSlot2" data-col="9">💍 Accessory</button>
          <button type="button" class="oroza-cat-btn" data-table="tableSlot2" data-col="10">🎩 Hat Top</button>
          <button type="button" class="oroza-cat-btn" data-table="tableSlot2" data-col="11">🎩 Hat Mid</button>
          <button type="button" class="oroza-cat-btn" data-table="tableSlot2" data-col="12">🎩 Hat Low</button>
        </div>
        <input type="text" id="textSlot2" placeholder="🔍 Search attribute (e.g. DEX, ASPD, Heal, Boss, FLEE)..." class="oroza-input">
       </div>
 
      <div class="oroza-table-wrap">
        <table id="tableSlot2" class="oroza-info-table oroza-table-centered filterable-table oroza-table-compact">
          <thead>
            <tr>
              <th class="oroza-text-left">Rarity</th><th class="oroza-text-left">Attribute</th><th>Prob.</th><th>Range</th>
              <th>⚔️ Weap.</th><th>🛡️ Shld.</th><th>👕 Armor</th><th>🧥 Garm.</th><th>🥾 Boots</th><th>💍 Accs.</th><th>🎩 Top</th><th>🎩 Mid</th><th>🎩 Low</th>
            </tr>
          </thead>
          <tbody>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">STR</td><td>35%</td><td>1</td><td></td><td></td><td>✔</td><td></td><td></td><td>✔</td><td>✔</td><td>✔</td><td>✔</td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">AGI</td><td>35%</td><td>1</td><td></td><td></td><td>✔</td><td></td><td></td><td>✔</td><td>✔</td><td>✔</td><td>✔</td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">VIT</td><td>35%</td><td>1</td><td></td><td></td><td>✔</td><td></td><td></td><td>✔</td><td>✔</td><td>✔</td><td>✔</td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">INT</td><td>35%</td><td>1</td><td></td><td></td><td>✔</td><td></td><td></td><td>✔</td><td>✔</td><td>✔</td><td>✔</td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">DEX</td><td>35%</td><td>1</td><td></td><td></td><td>✔</td><td></td><td></td><td>✔</td><td>✔</td><td>✔</td><td>✔</td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">LUK</td><td>35%</td><td>1</td><td></td><td></td><td>✔</td><td></td><td></td><td>✔</td><td>✔</td><td>✔</td><td>✔</td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Flat ATK</td><td>35%</td><td>1 to 10</td><td>✔</td><td></td><td></td><td></td><td></td><td>✔</td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Flat MATK</td><td>35%</td><td>1 to 10</td><td>✔</td><td></td><td></td><td></td><td></td><td>✔</td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Flat Hit</td><td>35%</td><td>1 to 10</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Flat Crit</td><td>35%</td><td>1 to 5</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Ranged DMG %</td><td>35%</td><td>1 to 3</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Melee DMG %</td><td>35%</td><td>1 to 3</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Damage to Race (Formless) %</td><td>35%</td><td>1 to 3</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Damage to Race (Undead) %</td><td>35%</td><td>1 to 3</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Damage to Race (Brute) %</td><td>35%</td><td>1 to 3</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Damage to Race (Plant) %</td><td>35%</td><td>1 to 3</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Damage to Race (Insect) %</td><td>35%</td><td>1 to 3</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Damage to Race (Fish) %</td><td>35%</td><td>1 to 3</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Damage to Race (Demon) %</td><td>35%</td><td>1 to 3</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Damage to Race (DemiHuman) %</td><td>35%</td><td>1 to 3</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Damage to Race (Angel) %</td><td>35%</td><td>1 to 3</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Damage to Race (Dragon) %</td><td>35%</td><td>1 to 3</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Flat Max HP</td><td>35%</td><td>50 to 500</td><td></td><td>✔</td><td>✔</td><td></td><td>✔</td><td></td><td>✔</td><td>✔</td><td>✔</td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Flat Max SP</td><td>35%</td><td>10 to 70</td><td></td><td></td><td></td><td>✔</td><td></td><td>✔</td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">DEF / MDEF</td><td>35%</td><td>Varies</td><td></td><td>✔</td><td>✔</td><td></td><td></td><td></td><td>✔</td><td>✔</td><td>✔</td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Race Tolerance (Any)</td><td>35%</td><td>1 to 3</td><td></td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Element Tolerance (Any)</td><td>35%</td><td>1 to 2</td><td></td><td></td><td></td><td>✔</td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">FLEE</td><td>35%</td><td>1 to 10</td><td></td><td></td><td></td><td>✔</td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">HP / SP Regen %</td><td>35%</td><td>1 to 5</td><td></td><td></td><td></td><td></td><td>✔</td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-common">🟢 Common</td><td class="oroza-text-left">Extra Exp Race (Any)</td><td>35%</td><td>1 to 3</td><td></td><td></td><td></td><td></td><td>✔</td><td></td><td></td><td></td><td></td></tr>
           
            <tr><td class="oroza-text-left text-rare">🔵 Rare</td><td class="oroza-text-left">STR, AGI, VIT, INT, DEX, LUK</td><td>20%</td><td>2</td><td></td><td></td><td>✔</td><td></td><td></td><td>✔</td><td>✔</td><td>✔</td><td>✔</td></tr>
            <tr><td class="oroza-text-left text-rare">🔵 Rare</td><td class="oroza-text-left">ATK / MATK %</td><td>20%</td><td>1 to 2</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-rare">🔵 Rare</td><td class="oroza-text-left">Flat ATK / MATK (High)</td><td>20%</td><td>Varies</td><td>✔</td><td></td><td></td><td></td><td></td><td>✔</td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-rare">🔵 Rare</td><td class="oroza-text-left">Flat Hit / Crit (High)</td><td>20%</td><td>Varies</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-rare">🔵 Rare</td><td class="oroza-text-left">Flat ASPD / %</td><td>20%</td><td>1</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-rare">🔵 Rare</td><td class="oroza-text-left">Ranged / Melee DMG % (High)</td><td>20%</td><td>3 to 5</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-rare">🔵 Rare</td><td class="oroza-text-left">Max HP %</td><td>20%</td><td>Varies</td><td></td><td>✔</td><td>✔</td><td></td><td>✔</td><td></td><td>✔</td><td>✔</td><td>✔</td></tr>
            <tr><td class="oroza-text-left text-rare">🔵 Rare</td><td class="oroza-text-left">Max SP %</td><td>20%</td><td>1 to 3</td><td></td><td></td><td></td><td>✔</td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-rare">🔵 Rare</td><td class="oroza-text-left">DEF / MDEF (High)</td><td>20%</td><td>Varies</td><td></td><td>✔</td><td>✔</td><td></td><td></td><td></td><td>✔</td><td>✔</td><td>✔</td></tr>
            <tr><td class="oroza-text-left text-rare">🔵 Rare</td><td class="oroza-text-left">Size Damage (Small/Mid/Large)</td><td>20%</td><td>1 to 5</td><td></td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-rare">🔵 Rare</td><td class="oroza-text-left">Element Tolerance (High)</td><td>20%</td><td>3 to 5</td><td></td><td></td><td></td><td>✔</td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-rare">🔵 Rare</td><td class="oroza-text-left">Human Race Tolerance</td><td>20%</td><td>1 to 2</td><td></td><td></td><td></td><td></td><td></td><td></td><td>✔</td><td>✔</td><td>✔</td></tr>
            <tr><td class="oroza-text-left text-rare">🔵 Rare</td><td class="oroza-text-left">Perfect Dodge</td><td>20%</td><td>1 to 5</td><td></td><td></td><td></td><td>✔</td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-rare">🔵 Rare</td><td class="oroza-text-left">Extra Exp Race (High)</td><td>20%</td><td>4 to 8</td><td></td><td></td><td></td><td></td><td>✔</td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-rare">🔵 Rare</td><td class="oroza-text-left">Heal Power %</td><td>20%</td><td>1 to 5</td><td></td><td></td><td></td><td></td><td></td><td>✔</td><td></td><td></td><td></td></tr>
 
            <tr><td class="oroza-text-left text-epic">🟣 Epic</td><td class="oroza-text-left">STR, AGI, VIT, INT, DEX, LUK</td><td>10%</td><td>3</td><td></td><td></td><td>✔</td><td></td><td></td><td>✔</td><td>✔</td><td>✔</td><td>✔</td></tr>
            <tr><td class="oroza-text-left text-epic">🟣 Epic</td><td class="oroza-text-left">ATK / MATK % (High)</td><td>10%</td><td>3 to 5</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-epic">🟣 Epic</td><td class="oroza-text-left">Indestructible Weapon/Armor</td><td>10%</td><td>1</td><td>✔</td><td></td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-epic">🟣 Epic</td><td class="oroza-text-left">Flat ASPD / % (High)</td><td>10%</td><td>2</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-epic">🟣 Epic</td><td class="oroza-text-left">Ranged/Melee DMG % (Very High)</td><td>10%</td><td>1 to 5</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-epic">🟣 Epic</td><td class="oroza-text-left">Ignore Boss MDEF / DEF %</td><td>10%</td><td>1 to 5</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-epic">🟣 Epic</td><td class="oroza-text-left">Physical/Magic DMG to Boss %</td><td>10%</td><td>1 to 5</td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-epic">🟣 Epic</td><td class="oroza-text-left">Max HP % (High)</td><td>10%</td><td>Varies</td><td></td><td>✔</td><td>✔</td><td></td><td>✔</td><td></td><td>✔</td><td>✔</td><td>✔</td></tr>
            <tr><td class="oroza-text-left text-epic">🟣 Epic</td><td class="oroza-text-left">Damage Reflection %</td><td>10%</td><td>1 to 5</td><td></td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-epic">🟣 Epic</td><td class="oroza-text-left">FLEE / Perfect Dodge (High)</td><td>10%</td><td>Varies</td><td></td><td></td><td></td><td>✔</td><td></td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-epic">🟣 Epic</td><td class="oroza-text-left">HP / SP Regen % (High)</td><td>10%</td><td>6 to 10</td><td></td><td></td><td></td><td></td><td>✔</td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-epic">🟣 Epic</td><td class="oroza-text-left">Extra Exp ALL Races</td><td>10%</td><td>1 to 6</td><td></td><td></td><td></td><td></td><td>✔</td><td></td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-epic">🟣 Epic</td><td class="oroza-text-left">Heal Power % (High)</td><td>10%</td><td>6 to 10</td><td></td><td></td><td></td><td></td><td></td><td>✔</td><td></td><td></td><td></td></tr>
            <tr><td class="oroza-text-left text-epic">🟣 Epic</td><td class="oroza-text-left">SP Cost / Cast / Delay Red.</td><td>10%</td><td>1 to 10</td><td></td><td></td><td></td><td></td><td></td><td>✔</td><td>✔</td><td>✔</td><td>✔</td></tr>
            <tr><td class="oroza-text-left text-epic">🟣 Epic</td><td class="oroza-text-left">Element Tolerance (Very High)</td><td>10%</td><td>3 to 5</td><td></td><td></td><td>✔</td><td></td><td></td><td></td><td></td><td></td><td></td></tr>
          </tbody>
        </table>
      </div>
     </div>
     </div>


    <div class="oroza-download-highlight" style="margin-top: 40px;">
      <h2 class="oroza-page-title" style="color: white;">❓ Frequently Asked Questions (FAQ)</h2>
    </div>
    <details class="oroza-accordion">
      <summary>Can an item drop with no bonus (blank)?</summary>
      <div class="oroza-accordion-content">
        <p class="oroza-section-text">100% of the equipment you pick up will come with at least 1 guaranteed bonus line.</p>
      </div>
    </details>
    <details class="oroza-accordion">
      <summary>I just got a weapon with 3 bonus lines, is that good?</summary>
      <div class="oroza-accordion-content">
        <p class="oroza-section-text">Lock it in your stash or sell it for a high price! Only about ~4% of drops manage to get 3 lines. If it also has Epic bonuses, you have a highly valuable "God-Tier" item.</p>
      </div>
    </details>


    <details class="oroza-accordion">
      <summary>I got a 2 or 3 line item, but the stats are useless to me. What do I do?</summary>
      <div class="oroza-accordion-content">
        <p class="oroza-section-text">The market awaits you! What is useless to you could be someone else's dream item. Sell that gear to other players for Zeny, and use that money to buy the perfect piece for yourself.</p>
      </div>
    </details>


    <details class="oroza-accordion">
      <summary>I keep farming and only get 1-line items, is the game broken?</summary>
      <div class="oroza-accordion-content">
        <p class="oroza-section-text">Not at all, it's just statistics working! Remember that ~63% of items will only have the guaranteed bonus. The perfect gear is an End-Game trophy. Keep farming!</p>
      </div>
    </details>


    <details class="oroza-accordion">
      <summary>Does this also apply to MVP equipment drops?</summary>
      <div class="oroza-accordion-content">
        <p class="oroza-section-text">Yes! All designated equipment goes into the roulette. Imagine the thrill of killing an MVP and getting a 3-line drop!</p>
      </div>
    </details>


    </html>
   </div>
   </div>
</html>
</div>
</div>
</div>

Revisión actual - 09:55 6 abr 2026

✨ Drop Bonus System (Categories)

Drop Bonus

In Oroza RO, all equipment you obtain from normal monsters and MVPs will go through a roulette and receive between 1 and 3 random enchantments the moment it drops to the ground.

⚪ 1 Bonus
(Guaranteed)

63% of drops
The item gets 1 safe line. It is an excellent starting point.

🔵 2 Bonus
(Extra)

33% of drops
You receive the guaranteed bonus + 1 extra random line.

🟡 3 Bonus
(Jackpot)

4% of drops
Extreme luck! Very rare 3-line item.

🎯 Slot 1: First Enchantment (Guaranteed)

Use the buttons to filter by category or the search bar to find a specific stat.

AttributeProb.Range ⚔️ Weap.🛡️ Shld.👕 Armor🧥 Garm.🥾 Boots💍 Accs.🎩 Head
Elemental Damage (Physical/Magic)80%+1 to +2
Damage to Boss / Normal20%+1 to +3
Indestructible Weapon30%Yes
Elemental Damage Reduction80%1% to 3%
Boss / Normal DMG Reduction20%1% to 3%
Stats +1 (STR, AGI, VIT, INT, DEX, LUK)80%1
Stats +2 (STR, AGI, VIT, INT, DEX, LUK)20%2
Stats +3 (STR, AGI, VIT, INT, DEX, LUK)10%3
Resistance to 1 Element40%1% to 3%
Resistance to ALL Elements5%1% to 3%
Flat Max HP80%50 to 1200
Flat Max SP20%10 to 200
HP / SP Regen %80%1% to 5%
Extra Exp 1 Race20%1% to 5%
Extra Exp ALL Races5%1% to 5%
Flat ATK and MATK50%+1 to +15
Heal Effectiveness %50%1% to 5%
SP Cost Reduction40%1% to 5%
Cast Time / Delay Reduction40%1% to 3%

✨ Slot 2 & 3: Extra Enchantments (Optional)

This table is detailed by individual attribute. Use the search bar to quickly find what you need.

RarityAttributeProb.Range ⚔️ Weap.🛡️ Shld.👕 Armor🧥 Garm.🥾 Boots💍 Accs.🎩 Top🎩 Mid🎩 Low
🟢 CommonSTR35%1
🟢 CommonAGI35%1
🟢 CommonVIT35%1
🟢 CommonINT35%1
🟢 CommonDEX35%1
🟢 CommonLUK35%1
🟢 CommonFlat ATK35%1 to 10
🟢 CommonFlat MATK35%1 to 10
🟢 CommonFlat Hit35%1 to 10
🟢 CommonFlat Crit35%1 to 5
🟢 CommonRanged DMG %35%1 to 3
🟢 CommonMelee DMG %35%1 to 3
🟢 CommonDamage to Race (Formless) %35%1 to 3
🟢 CommonDamage to Race (Undead) %35%1 to 3
🟢 CommonDamage to Race (Brute) %35%1 to 3
🟢 CommonDamage to Race (Plant) %35%1 to 3
🟢 CommonDamage to Race (Insect) %35%1 to 3
🟢 CommonDamage to Race (Fish) %35%1 to 3
🟢 CommonDamage to Race (Demon) %35%1 to 3
🟢 CommonDamage to Race (DemiHuman) %35%1 to 3
🟢 CommonDamage to Race (Angel) %35%1 to 3
🟢 CommonDamage to Race (Dragon) %35%1 to 3
🟢 CommonFlat Max HP35%50 to 500
🟢 CommonFlat Max SP35%10 to 70
🟢 CommonDEF / MDEF35%Varies
🟢 CommonRace Tolerance (Any)35%1 to 3
🟢 CommonElement Tolerance (Any)35%1 to 2
🟢 CommonFLEE35%1 to 10
🟢 CommonHP / SP Regen %35%1 to 5
🟢 CommonExtra Exp Race (Any)35%1 to 3
🔵 RareSTR, AGI, VIT, INT, DEX, LUK20%2
🔵 RareATK / MATK %20%1 to 2
🔵 RareFlat ATK / MATK (High)20%Varies
🔵 RareFlat Hit / Crit (High)20%Varies
🔵 RareFlat ASPD / %20%1
🔵 RareRanged / Melee DMG % (High)20%3 to 5
🔵 RareMax HP %20%Varies
🔵 RareMax SP %20%1 to 3
🔵 RareDEF / MDEF (High)20%Varies
🔵 RareSize Damage (Small/Mid/Large)20%1 to 5
🔵 RareElement Tolerance (High)20%3 to 5
🔵 RareHuman Race Tolerance20%1 to 2
🔵 RarePerfect Dodge20%1 to 5
🔵 RareExtra Exp Race (High)20%4 to 8
🔵 RareHeal Power %20%1 to 5
🟣 EpicSTR, AGI, VIT, INT, DEX, LUK10%3
🟣 EpicATK / MATK % (High)10%3 to 5
🟣 EpicIndestructible Weapon/Armor10%1
🟣 EpicFlat ASPD / % (High)10%2
🟣 EpicRanged/Melee DMG % (Very High)10%1 to 5
🟣 EpicIgnore Boss MDEF / DEF %10%1 to 5
🟣 EpicPhysical/Magic DMG to Boss %10%1 to 5
🟣 EpicMax HP % (High)10%Varies
🟣 EpicDamage Reflection %10%1 to 5
🟣 EpicFLEE / Perfect Dodge (High)10%Varies
🟣 EpicHP / SP Regen % (High)10%6 to 10
🟣 EpicExtra Exp ALL Races10%1 to 6
🟣 EpicHeal Power % (High)10%6 to 10
🟣 EpicSP Cost / Cast / Delay Red.10%1 to 10
🟣 EpicElement Tolerance (Very High)10%3 to 5

❓ Frequently Asked Questions (FAQ)

Can an item drop with no bonus (blank)?

100% of the equipment you pick up will come with at least 1 guaranteed bonus line.

I just got a weapon with 3 bonus lines, is that good?

Lock it in your stash or sell it for a high price! Only about ~4% of drops manage to get 3 lines. If it also has Epic bonuses, you have a highly valuable "God-Tier" item.

I got a 2 or 3 line item, but the stats are useless to me. What do I do?

The market awaits you! What is useless to you could be someone else's dream item. Sell that gear to other players for Zeny, and use that money to buy the perfect piece for yourself.

I keep farming and only get 1-line items, is the game broken?

Not at all, it's just statistics working! Remember that ~63% of items will only have the guaranteed bonus. The perfect gear is an End-Game trophy. Keep farming!

Does this also apply to MVP equipment drops?

Yes! All designated equipment goes into the roulette. Imagine the thrill of killing an MVP and getting a 3-line drop!