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 import
s 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:
Rendered
Section titled “Rendered”Stage description and general analysis goes here
NM and EM differences
Notable Enemies
Section titled “Notable Enemies”- List notable enemies: why they are worth explaining
Stage Variants / Permutations:
Section titled “Stage Variants / Permutations:”If the stage has notable veriants or permutations, how to deal with them

Finale Cadence
Section titled “Finale Cadence”
Finale Cadence
Section titled “Finale Cadence”How does Cadence affect the stage
Notable Epochs and Debuffs
Section titled “Notable Epochs and Debuffs”
Catastrophes
Section titled “Catastrophes”
Catastrophes
Section titled “Catastrophes”If the epoch doesn’t have any relevance simply remove, otherwise explain how it affects particularly this stage over others.

King of Sarkaz
Section titled “King of Sarkaz”
King of Sarkaz
Section titled “King of Sarkaz”If the epoch doesn’t have any relevance simply remove, otherwise explain how it affects particularly this stage over others.

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

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

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

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

Gul’dul’s Silence
Section titled “Gul’dul’s Silence”
Gul’dul’s Silence
Section titled “Gul’dul’s Silence”If the relic doesn’t have any relevance simply remove, otherwise explain how it affects particularly this stage over others.

Yliš’s Ravings
Section titled “Yliš’s Ravings”
Yliš’s Ravings
Section titled “Yliš’s Ravings”If the relic doesn’t have any relevance simply remove, otherwise explain how it affects particularly this stage over others.

Balor’sača’s Arrogance
Section titled “Balor’sača’s Arrogance”
Balor’sača’s Arrogance
Section titled “Balor’sača’s Arrogance”If the relic doesn’t have any relevance simply remove, otherwise explain how it affects particularly this stage over others.

Shard of the Untold Kings
Section titled “Shard of the Untold Kings”
Shard of the Untold Kings
Section titled “Shard of the Untold Kings”If the relic doesn’t have any relevance simply remove, otherwise explain how it affects particularly this stage over others.
Recommendations
Section titled “Recommendations”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.
## RecommendationsGeneral recommendations
</StrategySection>