Skip to content

IS5 Strategy Guide Template for Website


Below are raw and rendered mdx (markdownx) for a template IS5 strategy section on the website. You can view the raw code at the bottom if you collapse the Strategy Section or if you go to the Raw tab of the overview. The imports should only appear once in the file. In the event you are proposing a change to the website directly, you should format your strategy section as follows:

Stage description and general analysis goes here

NM and EM differences

  • List notable enemies: why they are worth explaining

If the stage has notable veriants or permutations, how to deal with them

icon

How does Cadence affect the stage

icon

If the epoch doesn’t have any relevance simply remove, otherwise explain how it affects particularly this stage over others.

icon

If the epoch doesn’t have any relevance simply remove, otherwise explain how it affects particularly this stage over others.

icon

If the epoch doesn’t have any relevance simply remove, otherwise explain how it affects particularly this stage over others.

icon

If the epoch doesn’t have any relevance simply remove, otherwise explain how it affects particularly this stage over others.

icon

If the epoch doesn’t have any relevance simply remove, otherwise explain how it affects particularly this stage over others.

icon

If the epoch doesn’t have any relevance simply remove, otherwise explain how it affects particularly this stage over others.

icon

If the relic doesn’t have any relevance simply remove, otherwise explain how it affects particularly this stage over others.

icon

If the relic doesn’t have any relevance simply remove, otherwise explain how it affects particularly this stage over others.

icon

If the relic doesn’t have any relevance simply remove, otherwise explain how it affects particularly this stage over others.

icon

If the relic doesn’t have any relevance simply remove, otherwise explain how it affects particularly this stage over others.

General recommendations

import HeadingWithIcon from '/src/components/HeadingWithIcon.astro';
import StrategySection from '/src/components/StrategySection.astro';
<StrategySection title="Stage Analysis" author="YOUR NAME" defaultOpen={true}>
Stage description and general analysis goes here
NM and EM differences
## Notable Enemies
* List notable enemies: why they are worth explaining
## Stage Variants / Permutations:
If the stage has notable veriants or permutations, how to deal with them
<HeadingWithIcon
level={3}
icon="/guides/is5-sarkaz/images/enemies/Finale_Cadence_sprite.png"
id="cadence"
>
## Finale Cadence
</HeadingWithIcon>
How does Cadence affect the stage
## Notable Epochs and Debuffs
<HeadingWithIcon
level={3}
icon="/guides/is5-sarkaz/images/epochs/90px-Epoch-Catastrophes.png"
id="catastrophes"
>
### Catastrophes
</HeadingWithIcon>
If the epoch doesn't have any relevance simply remove, otherwise explain how it affects particularly this stage over others.
<HeadingWithIcon
level={3}
icon="/guides/is5-sarkaz/images/epochs/90px-Epoch-King_of_Sarkaz.png"
id="kos"
>
### King of Sarkaz
</HeadingWithIcon>
If the epoch doesn't have any relevance simply remove, otherwise explain how it affects particularly this stage over others.
<HeadingWithIcon
level={3}
icon="/guides/is5-sarkaz/images/epochs/90px-Epoch-Sufferings.png"
id="sufferings"
>
### Sufferings
</HeadingWithIcon>
If the epoch doesn't have any relevance simply remove, otherwise explain how it affects particularly this stage over others.
<HeadingWithIcon
level={3}
icon="/guides/is5-sarkaz/images/epochs/90px-Epoch-Commerce.png"
id="commerce"
>
### Commerce
</HeadingWithIcon>
If the epoch doesn't have any relevance simply remove, otherwise explain how it affects particularly this stage over others.
<HeadingWithIcon
level={3}
icon="/guides/is5-sarkaz/images/epochs/90px-Epoch-Oddities.png"
id="oddities"
>
### Oddities
</HeadingWithIcon>
If the epoch doesn't have any relevance simply remove, otherwise explain how it affects particularly this stage over others.
<HeadingWithIcon
level={3}
icon="/guides/is5-sarkaz/images/epochs/90px-Epoch-Congestion.png"
id="congestion"
>
### Congestion
</HeadingWithIcon>
If the epoch doesn't have any relevance simply remove, otherwise explain how it affects particularly this stage over others.
<HeadingWithIcon
level={3}
icon="/guides/is5-sarkaz/images/collectibles/rogue_4_relic_curse_1.png"
id="gulduls"
>
### Gul'dul's Silence
</HeadingWithIcon>
If the relic doesn't have any relevance simply remove, otherwise explain how it affects particularly this stage over others.
<HeadingWithIcon
level={3}
icon="/guides/is5-sarkaz/images/collectibles/rogue_4_relic_curse_4.png"
id="ylis"
>
### Yliš's Ravings
</HeadingWithIcon>
If the relic doesn't have any relevance simply remove, otherwise explain how it affects particularly this stage over others.
<HeadingWithIcon
level={3}
icon="/guides/is5-sarkaz/images/collectibles/rogue_4_relic_curse_3.png"
id="ballsack"
>
### Balor'sača's Arrogance
</HeadingWithIcon>
If the relic doesn't have any relevance simply remove, otherwise explain how it affects particularly this stage over others.
<HeadingWithIcon
level={3}
icon="/guides/is5-sarkaz/images/collectibles/rogue_4_relic_curse_5.png"
id="shard"
>
### Shard of the Untold Kings
</HeadingWithIcon>
If the relic doesn't have any relevance simply remove, otherwise explain how it affects particularly this stage over others.
## Recommendations
General recommendations
</StrategySection>