Memoria Challenge Mode: Difference between revisions
Jump to navigation
Jump to search
Line 181: | Line 181: | ||
</div> | </div> | ||
== <div style="color: #2c3e50; border-bottom: 2px solid #6a11cb; padding-bottom: 5px; margin: 30px 0 15px 0;">Challenge Coin Calculation</div> == | |||
Challenge | <div style="background: white; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.08); margin-bottom: 30px; max-width: 1100px; margin-left: auto; margin-right: auto;"> | ||
<div style="background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); color: white; padding: 12px 20px; font-weight: bold; display: flex; align-items: center;"> | |||
<div style="width: 32px; height: 32px; margin-right: 10px;">[[File:coin_icon.png|32px]]</div> | |||
Challenge Coin Formula (8 Challenges) | |||
</div> | |||
<div style="padding: 20px;"> | |||
<div style="background: #f8f9fa; border-radius: 8px; padding: 15px; margin-bottom: 20px; text-align: center; font-size: 1.1em;"> | |||
<strong>Challenge Coins = (1 + Amount) × Multiplier</strong> | |||
</div> | |||
<h3 style="color: #2c3e50; border-left: 4px solid #6a11cb; padding-left: 10px;">Challenge Reference</h3> | |||
<div style="display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 15px 0 25px;"> | |||
<!-- +1 Coin Challenges --> | |||
<div style="text-align: center;"> | |||
<div style="background: #6a11cb; color: white; border-radius: 4px; padding: 3px; font-size: 0.9em;">[1]</div> | |||
<div>Grace of Mistress</div> | |||
</div> | |||
<div style="text-align: center;"> | |||
<div style="background: #6a11cb; color: white; border-radius: 4px; padding: 3px; font-size: 0.9em;">[2]</div> | |||
<div>Blessing of Valkyrie</div> | |||
</div> | |||
<div style="text-align: center;"> | |||
<div style="background: #6a11cb; color: white; border-radius: 4px; padding: 3px; font-size: 0.9em;">[3]</div> | |||
<div>Wish of the Djenn</div> | |||
</div> | |||
<div style="text-align: center;"> | |||
<div style="background: #ff1493; color: white; border-radius: 4px; padding: 3px; font-size: 0.9em;">[8]</div> | |||
<div>Madness of Magic</div> | |||
</div> | |||
<!-- x2 Coin Challenges --> | |||
<div style="text-align: center;"> | |||
<div style="background: #2575fc; color: white; border-radius: 4px; padding: 3px; font-size: 0.9em;">[4]</div> | |||
<div>Pact with Beelzebub</div> | |||
</div> | |||
<div style="text-align: center;"> | |||
<div style="background: #2575fc; color: white; border-radius: 4px; padding: 3px; font-size: 0.9em;">[5]</div> | |||
<div>Offering to Surt</div> | |||
</div> | |||
<div style="text-align: center;"> | |||
<div style="background: #2575fc; color: white; border-radius: 4px; padding: 3px; font-size: 0.9em;">[6]</div> | |||
<div>Treasure of Niddhogr</div> | |||
</div> | |||
<div style="text-align: center;"> | |||
<div style="background: #ff1493; color: white; border-radius: 4px; padding: 3px; font-size: 0.9em;">[7]</div> | |||
<div>Double Trouble</div> | |||
</div> | |||
</div> | |||
<h3 style="color: #2c3e50; border-left: 4px solid #6a11cb; padding-left: 10px;">Coin Calculation Examples</h3> | |||
<div style="overflow-x: auto;"> | |||
<table style="width: 100%; border-collapse: collapse; margin: 15px 0;"> | |||
<thead> | |||
<tr style="background: linear-gradient(135deg, #a3cdd2 0%, #7db1b8 100%); color: white;"> | |||
<th style="padding: 10px; text-align: center; width: 40%;">Challenges</th> | |||
<th style="padding: 10px; text-align: center; width: 30%;">Formula</th> | |||
<th style="padding: 10px; text-align: center; width: 30%;">Coins</th> | |||
</tr> | |||
</thead> | |||
<tbody> | |||
<!-- Single Challenges --> | |||
<tr> | |||
<td style="padding: 10px; border-bottom: 1px solid #eee;">[1], [2], [3], [8]</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee;">(1 + 1) × 1</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee; font-weight: bold;">2</td> | |||
</tr> | |||
<!-- Two Challenges (+1 + +1) --> | |||
<tr style="background: #fafbff;"> | |||
<td style="padding: 10px; border-bottom: 1px solid #eee;">[1,2], [2,3], [1,8]</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee;">(1 + 2) × 1</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee; font-weight: bold;">3</td> | |||
</tr> | |||
<!-- Two Challenges (+1 + x2) --> | |||
<tr> | |||
<td style="padding: 10px; border-bottom: 1px solid #eee;">[1,4], [3,5], [8,6]</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee;">(1 + 1) × 2</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee; font-weight: bold;">4</td> | |||
</tr> | |||
<!-- Two Challenges (x2 + x2) --> | |||
<tr style="background: #fafbff;"> | |||
<td style="padding: 10px; border-bottom: 1px solid #eee;">[4,5], [5,7], [6,7]</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee;">(1 + 0) × 4</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee; font-weight: bold;">4</td> | |||
</tr> | |||
<!-- Three Challenges (+1 + +1 + +1) --> | |||
<tr> | |||
<td style="padding: 10px; border-bottom: 1px solid #eee;">[1,2,3], [2,3,8]</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee;">(1 + 3) × 1</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee; font-weight: bold;">4</td> | |||
</tr> | |||
<!-- Three Challenges (2x +1 + 1x x2) --> | |||
<tr style="background: #fafbff;"> | |||
<td style="padding: 10px; border-bottom: 1px solid #eee;">[1,2,4], [3,8,5]</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee;">(1 + 2) × 2</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee; font-weight: bold;">6</td> | |||
</tr> | |||
<!-- Three Challenges (1x +1 + 2x x2) --> | |||
<tr> | |||
<td style="padding: 10px; border-bottom: 1px solid #eee;">[1,4,5], [8,6,7]</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee;">(1 + 1) × 4</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee; font-weight: bold;">8</td> | |||
</tr> | |||
<!-- Three Challenges (3x x2) --> | |||
<tr style="background: #fafbff;"> | |||
<td style="padding: 10px; border-bottom: 1px solid #eee;">[4,5,7], [5,6,7]</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee;">(1 + 0) × 8</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee; font-weight: bold;">8</td> | |||
</tr> | |||
<!-- Mixed Challenges --> | |||
<tr> | |||
<td style="padding: 10px; border-bottom: 1px solid #eee;">[1,2,3,4], [1,8,5,6]</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee;">(1 + 3) × 2</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee; font-weight: bold;">8</td> | |||
</tr> | |||
<tr style="background: #fafbff;"> | |||
<td style="padding: 10px; border-bottom: 1px solid #eee;">[1,2,4,5,7], [3,8,5,6,7]</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee;">(1 + 2) × 8</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee; font-weight: bold;">24</td> | |||
</tr> | |||
<!-- Max Challenges --> | |||
<tr> | |||
<td style="padding: 10px; border-bottom: 1px solid #eee;">[1,2,3,4,5,6,7,8]</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee;">(1 + 4) × 16</td> | |||
<td style="padding: 10px; text-align: center; border-bottom: 1px solid #eee; font-weight: bold;">80</td> | |||
</tr> | |||
</tbody> | |||
</table> | |||
</div> | |||
<div style="background: #fffaf0; padding: 15px; border-radius: 8px; margin-top: 20px; border-left: 4px solid #FFB347;"> | |||
<strong>Calculation Guide:</strong> | |||
<ul style="margin-top: 8px; padding-left: 20px;"> | |||
<li><strong>+1 Coin Challenges:</strong> [1], [2], [3], [8] (Add to <em>Amount</em>)</li> | |||
<li><strong>x2 Coin Challenges:</strong> [4], [5], [6], [7] (Multiply <em>Multiplier</em>)</li> | |||
<li><strong>Multiplier stacks:</strong> Each x2 challenge doubles the multiplier (e.g. [4,5] = 4x, [4,5,6] = 8x)</li> | |||
</ul> | |||
</div> | |||
</div> | |||
</div> |