Memoria Challenge Mode: Difference between revisions

From AdventuresRO
Jump to navigation Jump to search
Line 181: Line 181:
</div>
</div>


Following this formula:
== <div style="color: #2c3e50; border-bottom: 2px solid #6a11cb; padding-bottom: 5px; margin: 30px 0 15px 0;">Challenge Coin Calculation</div> ==


Challenge Coins = (1 + Amount) x Multiplier
<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>


In order to simplify the following examples, the challenges will be numbered and a particular challenge will be displayed in [] (i.e [1,4,6] for Grace of The Mistress + Pact with Beelzebub + Treasure of Niddhogr)
<div style="padding: 20px;">
*[1] or [2] or [3] or [4] or [5] or [6] = 2 Challenge Coins
*[1,2] or [2,3] or [1,3] = 3 Challenge Coins
*[1,4] or [1,6] or [2,4] = 4 Challenge Coins
*[4,5] or [5,6] or [4,6] = 4 Challenge Coins
*[1,2,3] = 4 Challenge Coins
*[1,2,4] or [1,3,5] or [2,3,6] = 6 Challenge Coins
*[1,4,5] or [1,4,6] or [2,5,6] = 8 Challenge Coins
*[4,5,6] = 8 Challenge Coins
*[1,2,3,4] or [1,2,3,5] or [1,2,3,6] = 8 Challenge Coins
*[1,2,4,5] or [1,3,4,5] or [2,3,5,6] = 12 Challenge Coins
*[1,4,5,6] or [2,4,5,6] or [3,4,5,6] = 16 Challenge Coins
*[1,2,3,4,5] or [1,2,3,4,6] or [1,2,3,5,6] = 16 Challenge Coins
*[1,2,4,5,6] or [1,3,4,5,6] or [2,3,4,5,6] = 24 Challenge Coins
*[1,2,3,4,5,6] = 32 Challenge Coins


Etc.
<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>

Revision as of 23:47, 8 May 2025

Challenge Mode (F13)

Challenge icon.png

Memoria Challenge Mode

Description

Memoria Challenge Mode is a new way of experiencing Memoria while obtaining some extra rewards.

Unlocking Challenge Mode

The Party Leader needs to have completed Memoria Quest by doing step 7 (Defeating Memory of Okolnir).

Note: Finishing on Step 6 won't unlock it
Note: Unlocking is ACCOUNT-WIDE

Accessing Challenge Mode

When creating a new instance, you'll be prompted to choose between Normal Mode and Challenge Mode if unlocked.

Challenge Modes

+1

Grace of Mistress

Raises MVP Movement Speed by 40% (was 50%)

+1

Blessing of Valkyrie

Raises MVP HP by 25% (was 30%)

+1

Wish of the Djenn

Raises MVP ATK by 25%

x2

Pact with Beelzebub

MVPs have random elements (was Ghost element 3)

x2

Offering to Surt

Reduces skill damage to MVPs by 25%

x2

Treasure of Niddhogr

Increases MVP ASPD by 30% (was 50%)

x2

Double Trouble (NEW)

Reduces skill damage by 50%, doubles MVP stats, spawns extra MVP (up to 5 extra Fragments)

+1

Madness of Magic (NEW)

Random effects while MVP is alive:

Benign:

  • Blessing
  • Kyrie Eleison
  • Mental Strength
  • Frenzy
  • Mind Breaker
  • None

Malign:

  • Poison
  • Lex Aeterna
  • Spiderweb
  • Critical Wounds
  • Freeze

Floor 12 Rewards

  • Access to Floor 13
  • +1 Challenge Coin for Grace/Valkyrie/Djinn
  • +1 Challenge Coin for Beelzebub/Surt/Niddhogr

Floor 13 (W.I.P)

Mini-Instance where only Offering to Surt remains active

Floor 13 Rewards

Challenge Coins based on active challenges:

+1
Grace
+1
Valkyrie
+1
Djinn
x2
Beelzebub
x2
Surt
x2
Niddhogr
x2
Double Trouble
+1
Madness

Pro Tip: Combine multiple challenges for greater rewards! The most efficient coin farming strategy is using 1x (+1) and 1x (x2) challenges together.

Challenge Coin Calculation

Challenge Coin Formula (8 Challenges)

Challenge Coins = (1 + Amount) × Multiplier

Challenge Reference

[1]
Grace of Mistress
[2]
Blessing of Valkyrie
[3]
Wish of the Djenn
[8]
Madness of Magic
[4]
Pact with Beelzebub
[5]
Offering to Surt
[6]
Treasure of Niddhogr
[7]
Double Trouble

Coin Calculation Examples

<thead> </thead> <tbody> </tbody>
Challenges Formula Coins
[1], [2], [3], [8] (1 + 1) × 1 2
[1,2], [2,3], [1,8] (1 + 2) × 1 3
[1,4], [3,5], [8,6] (1 + 1) × 2 4
[4,5], [5,7], [6,7] (1 + 0) × 4 4
[1,2,3], [2,3,8] (1 + 3) × 1 4
[1,2,4], [3,8,5] (1 + 2) × 2 6
[1,4,5], [8,6,7] (1 + 1) × 4 8
[4,5,7], [5,6,7] (1 + 0) × 8 8
[1,2,3,4], [1,8,5,6] (1 + 3) × 2 8
[1,2,4,5,7], [3,8,5,6,7] (1 + 2) × 8 24
[1,2,3,4,5,6,7,8] (1 + 4) × 16 80

Calculation Guide:

  • +1 Coin Challenges: [1], [2], [3], [8] (Add to Amount)
  • x2 Coin Challenges: [4], [5], [6], [7] (Multiply Multiplier)
  • Multiplier stacks: Each x2 challenge doubles the multiplier (e.g. [4,5] = 4x, [4,5,6] = 8x)