More actions
No edit summary |
|||
Line 12: | Line 12: | ||
= | <div style="background: linear-gradient(145deg, #1a1a1a, #2d2d2d); border-radius: 12px; padding: 25px; margin: 20px 0; border: 1px solid rgba(76,175,80,0.3);"> | ||
== <span style="color: #4CAF50; border-bottom: 2px solid #4CAF50; padding-bottom: 3px;">📊 Quest Status Indicators</span> == | |||
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 15px; margin-top: 20px;"> | |||
<div style="background: rgba(255,153,153,0.1); padding: 15px; border-radius: 8px; border-left: 4px solid #FF9999;"> | |||
<span style="color: #FF9999;">● Red</span> - Not Started/Unavailable | |||
<small>• Quest not started | |||
• Missing requirements | |||
• Check bottom-left info box</small> | |||
</div> | |||
<div style="background: rgba(255,255,153,0.1); padding: 15px; border-radius: 8px; border-left: 4px solid #FFFF99;"> | |||
<span style="color: #FFFF99;">● Yellow</span> - In Progress | |||
<small>• Quest partially completed | |||
• Can resume from last step | |||
• May need additional items/levels</small> | |||
</div> | |||
<div style="background: rgba(153,255,153,0.1); padding: 15px; border-radius: 8px; border-left: 4px solid #99FF99;"> | |||
<span style="color: #99FF99;">● Green</span> - Completed | |||
<small>• Quest fully finished | |||
• All rewards claimed | |||
• Ready for next tier</small> | |||
</div> | |||
</div> | |||
== <span style="color: #2196F3; border-bottom: 2px solid #2196F3; padding-bottom: 3px; margin-top: 25px;">⚔️ Combat Requirements</span> == | |||
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; margin-top: 15px;"> | |||
<div style="padding: 12px; background: rgba(255,153,153,0.1); border-radius: 6px;"> | |||
<span style="color: #FF9999;">Red</span> - Missing stats | |||
</div> | |||
<div style="padding: 12px; background: rgba(153,255,153,0.1); border-radius: 6px;"> | |||
<span style="color: #99FF99;">Green</span> - Requirements met | |||
</div> | |||
</div> | |||
<div style="margin-top: 25px; padding: 15px; background: rgba(255,255,255,0.05); border-radius: 8px; border-left: 4px solid #9C27B0;"> | |||
❗ Notes | |||
<small>• Customize the combat requirements in bottom-left info box | |||
• Won't attempt with unmet requirements | |||
• Ironman status detection enabled | |||
</small> | |||
</div> | |||
</div> | |||
=== Ironman Mode Requirements === | === Ironman Mode Requirements === |