Diferencia entre revisiones de «Bonus-equipo»
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 6 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;"> | ||
<!-- | <!-- Side Menu --> | ||
<div style="width: 260px; flex-shrink: 0;"> | <div style="width: 260px; flex-shrink: 0;"> | ||
{{MenuLateral}} | {{MenuLateral}} | ||
</div> | </div> | ||
<!-- | <!-- Main Content --> | ||
<div style="flex: 1; min-width: 0; padding: 10px;"> | <div style="flex: 1; min-width: 0; padding: 10px;"> | ||
<html> | <html> | ||
<!-- | <!-- HTML Content Goes Here --> | ||
<div id="content"> | |||
<h1>Drop Equipment Bonuses</h1> | |||
<div class="box-info"> | |||
In <strong>Oroza RO</strong>, all items dropped from monsters and MVPs have a chance to include between <strong>1 to 3 random enchantments</strong>. These bonuses are carefully balanced to maintain game equilibrium and enhance excitement. | |||
</div> | |||
<h2>Which equipment can have enchantments?</h2> | |||
<ul> | |||
<li>Hats</li> | |||
<li>Mids</li> | |||
<li>Lowers</li> | |||
<li>Weapons</li> | |||
<li>Shields</li> | |||
<li>Garments</li> | |||
<li>Accessories</li> | |||
<li>Boots</li> | |||
</ul> | |||
<div style="text-align: center; margin: 30px 0;"> | |||
<a href="/wiki/resources/assets/EncantamientoEquipoDropeo_10-06-2025.xlsx" download class="button-download-green"> | |||
<span class="icon">📥</span> Download Bonus Table (Excel) | |||
</a> | |||
</div> | |||
<h3>🎯 First Enchantment (Bonus 1)</h3> | |||
<p style="text-align: center;">This enchantment always appears when an item drops with a bonus. It includes attributes like stats and elemental resistances.</p> | |||
< | <table class="oroza-table auto-width"> | ||
< | <thead><tr><th>Bonus</th><th>Probability</th></tr></thead> | ||
</ | <tbody> | ||
<tr><td>+1 to any stat (STR, AGI, etc.)</td><td>30%</td></tr> | |||
<tr><td>+2 to any stat</td><td>5%</td></tr> | |||
<tr><td>+3 to any stat</td><td>0.5%</td></tr> | |||
<tr><td>+1/2/3% elemental resistance</td><td>20% / 10% / 5%</td></tr> | |||
<tr><td>Physical or magical damage reduction from mobs (1%/2%/3%)</td><td>20% / 10% / 5%</td></tr> | |||
<tr><td>Increased physical or magical damage to mobs (1%/2%/3%)</td><td>20% / 10% / 5%</td></tr> | |||
</tbody> | |||
</table> | |||
<h3>✨ Second and Third Enchantment (Bonus 2)</h3> | |||
<p style="text-align: center;">These enchantments are added if the item has more than one bonus. They include offensive boosts, regeneration, and bonuses against MVPs or specific races.</p> | |||
<table class="oroza-table auto-width"> | |||
<thead><tr><th>Bonus</th><th>Probability</th></tr></thead> | |||
<tbody> | |||
<tr><td>ATK / MATK +1% ~ +2%</td><td>20% / 5%</td></tr> | |||
<tr><td>ASPD +1 ~ +2 / ASPD +1% ~ +2%</td><td>6% / 1%</td></tr> | |||
<tr><td>Heal effectiveness +1% ~ +10%</td><td>10% / 5%</td></tr> | |||
<tr><td>Flat or percentage-based MAX HP or SP</td><td>20% / 10% / 5% / 3%</td></tr> | |||
<tr><td>HP/SP recovery +1% ~ +10%</td><td>20% / 10%</td></tr> | |||
<tr><td>ATK / MATK / HIT +1 ~ +15</td><td>20% / 5%</td></tr> | |||
<tr><td>DEF / MDEF +1 ~ +6</td><td>20% / 5%</td></tr> | |||
<tr><td>FLEE / CRIT +1 ~ +10</td><td>20% / 5%</td></tr> | |||
<tr><td>Ignore magical or physical DEF of MVP (1% ~ 5%)</td><td>5% / 1%</td></tr> | |||
<tr><td>Increased damage to MVPs (physical/magical 1% ~ 5%)</td><td>5% / 1%</td></tr> | |||
<tr><td>Increased damage to specific races (Formless, Undead, Brute, etc.)</td><td>3% ~ 5%</td></tr> | |||
<tr><td>Increased magical damage to elements (Water, Earth, Fire, etc.)</td><td>5%</td></tr> | |||
</tbody> | |||
</table> | |||
<div class="box-tip"> | |||
📎 If you'd like to view the full table with all enchantments and organized probabilities, you can download the Excel file from the button above. | |||
</div> | |||
</div> | |||
<style> | |||
.button-download-green { | |||
display: inline-flex; | |||
align-items: center; | |||
gap: 8px; | |||
background: #28a745; | |||
color: white !important; | |||
padding: 10px 18px; | |||
border-radius: 10px; | |||
text-decoration: none !important; | |||
font-weight: 600; | |||
font-size: 16px; | |||
box-shadow: 0 4px 6px rgba(0,0,0,0.1); | |||
transition: background 0.3s ease; | |||
} | |||
.button-download-green:hover { | |||
background: #218838; | |||
color: white !important; | |||
text-decoration: none !important; | |||
} | |||
</html> | .button-download-green .icon { | ||
display: inline-block; | |||
transition: transform 0.3s ease; | |||
} | |||
.button-download-green:hover .icon { | |||
animation: vibrate 0.4s ease-in-out; | |||
} | |||
@keyframes vibrate { | |||
0% { transform: translateX(0); } | |||
20% { transform: translateX(-2px); } | |||
40% { transform: translateX(2px); } | |||
60% { transform: translateX(-2px); } | |||
80% { transform: translateX(2px); } | |||
100% { transform: translateX(0); } | |||
} | |||
</style> | |||
</html> | |||
</div> | |||
</div> | </div> |
Revisión actual - 17:57 16 jun 2025
Drop Equipment Bonuses
In Oroza RO, all items dropped from monsters and MVPs have a chance to include between 1 to 3 random enchantments. These bonuses are carefully balanced to maintain game equilibrium and enhance excitement.
Which equipment can have enchantments?
- Hats
- Mids
- Lowers
- Weapons
- Shields
- Garments
- Accessories
- Boots
🎯 First Enchantment (Bonus 1)
This enchantment always appears when an item drops with a bonus. It includes attributes like stats and elemental resistances.
Bonus | Probability |
---|---|
+1 to any stat (STR, AGI, etc.) | 30% |
+2 to any stat | 5% |
+3 to any stat | 0.5% |
+1/2/3% elemental resistance | 20% / 10% / 5% |
Physical or magical damage reduction from mobs (1%/2%/3%) | 20% / 10% / 5% |
Increased physical or magical damage to mobs (1%/2%/3%) | 20% / 10% / 5% |
✨ Second and Third Enchantment (Bonus 2)
These enchantments are added if the item has more than one bonus. They include offensive boosts, regeneration, and bonuses against MVPs or specific races.
Bonus | Probability |
---|---|
ATK / MATK +1% ~ +2% | 20% / 5% |
ASPD +1 ~ +2 / ASPD +1% ~ +2% | 6% / 1% |
Heal effectiveness +1% ~ +10% | 10% / 5% |
Flat or percentage-based MAX HP or SP | 20% / 10% / 5% / 3% |
HP/SP recovery +1% ~ +10% | 20% / 10% |
ATK / MATK / HIT +1 ~ +15 | 20% / 5% |
DEF / MDEF +1 ~ +6 | 20% / 5% |
FLEE / CRIT +1 ~ +10 | 20% / 5% |
Ignore magical or physical DEF of MVP (1% ~ 5%) | 5% / 1% |
Increased damage to MVPs (physical/magical 1% ~ 5%) | 5% / 1% |
Increased damage to specific races (Formless, Undead, Brute, etc.) | 3% ~ 5% |
Increased magical damage to elements (Water, Earth, Fire, etc.) | 5% |
📎 If you'd like to view the full table with all enchantments and organized probabilities, you can download the Excel file from the button above.