Level:

matches
    {#each upMatches as m (m.name)}
  • (Lv{m.level}) {m.name} ({#if m.mutating}mutates{/if}{#if m.augmenting}augments{/if} in {formatWeathers( m.uptime.weathers )})
  • {/each}
regular enemies
    {#each normalMatches as m (m.name)}
  • (Lv{m.level}) {m.name}
  • {/each}
special enemies that do not mutate/augment right now
    {#each otherMatches as m (m.name)}
  • (Lv{m.level}) {m.name} ({#if m.mutating}mutates{/if}{#if m.augmenting}augments{/if} {formatNextUptime(m.uptime.futureUptime)})
  • {/each}
  • Anemos: {anemosForecast[0].weatherName}
  • Pagos: {pagosForecast[0].weatherName}
  • Pyros: {pyrosForecast[0].weatherName}
  • Hydatos: {hydatosForecast[0].weatherName}

What is this?

This is a website to keep track of which monsters in Eureka are mutating or augmenting right now. Mutating/augmenting massively increases the EXP yield, and it is therefore preferrable to go after these monsters when levelling in Eureka.

Mutation/augmentation requirements are bound by weather, as well as time of day. I created this so I didn't need to look through various google sheets and cross-reference with weather forecasts.


Created by Raiah Belse (Twintania)
Source