Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.
Famro Fexl edited this page Dec 18, 2023 · 1 revision

Clank is a system that gradually "awakens the spirits" of the dungeon, and makes the dungeon aware of players within it. The more clank you have, the more random mobs will start tracking to the player, random effects will haunt the player, etc. Once the dungeon reaches max clank, the real spirits of the dungeon are summoned around the player.

Components

  • The Clank Amount keeps track of how much clank the player has generated.
  • Clank Block is used to block clank when it is generated.
  • Max Clank Block keeps the Clank Block from getting unfairly high.

Operation

When the player steps into a Clank Zone, the system detects it and pseudorandomly determines once every second whether the player receives clank.

Clone this wiki locally