📑Raklion
Last updated
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.
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.
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.
SkillDelay
Number, in milliseconds
Delay between each skill used by the Selupan boss.
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.
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