For the complete documentation index, see llms.txt. This page is also available as Markdown.

📑Raklion

Configuration for the Raklion event (the eggs that spawn the Selupan boss). The file contains 4 blocks, each starting with the block number (0 to 3) on its own line and ending with end.

Section 0 — general timers

Column
Accepted Values
Description

AppearanceDelay

Number, in seconds

Time between half of the eggs being destroyed and the appearance of the Selupan boss.

BossZoneCloseDelay

Number, in seconds

How long the boss battle area remains open before closing.

BossZoneOpenDelay

Number, in seconds

How long the result screen remains active before the event resets.

Section 1 — event eggs

Column
Accepted Values
Description

BossEggHalf

Number

Number of remaining eggs that marks the "halfway point" and starts the AppearanceDelay countdown before the boss appears.

BossEggMax

Number

Total number of eggs spawned during the event.

Section 2 — boss skill speed

Column
Accepted Values
Description

SkillDelay

Number, in milliseconds

Delay between each skill used by the Selupan boss.

Section 3 — attack pattern changes based on remaining HP

Column
Accepted Values
Description

Pattern1 – Pattern6

Number, percentage, in descending order

Boss HP thresholds (%) that trigger a change in attack pattern. When the boss's HP falls below Pattern1, it switches to the second pattern; below Pattern2, to the third pattern; and so on.

Notes

  • The values in Block 3 must remain in descending order (as in the default file: 80 60 50 40 20 10). These are the HP thresholds checked sequentially to determine when the boss changes its attack behavior.

Last updated