Araxerās Bestiary supports three highālevel progression styles controlled by the config option progressionSystemType:
- ranks: EāS ranks per entity (default). Within this style, you choose how EāS advances with
esMode: points or chance. - kills: classic killācount thresholds unlock information (no EāS ranks).
- sighting: discover entities primarily by observing them with a spyglass.
This page summarizes how each style works and links to detailed guides.
Quick compare
- Ranks (EāS)
- Two mechanics for EāS:
- Points mode: deterministic points toward perāstep thresholds.
- Chance mode: probabilistic rankāup rolls per interaction.
- After S, optional RankāX challenges are available for longāterm mastery.
- Two mechanics for EāS:
- Kills mode
- Information unlocks at fixed kill thresholds: spawn locations, loot icons, chances, descriptions, advanced stats.
- No EāS bar or ranks; simply āknowledge increases with kills.ā
- Sighting mode
- Focus on discovery by observation: spyglass sightings mark entities as known and can unlock information without combat.
See details:
- Ranks and EāS: progression/ranks
- RankāX challenges: progression/rank-x
- Kills mode: progression/kills
- Sighting mode: progression/sighting
Configuration at a glance
Server config keys relevant to progression:
- progressionSystemType: "ranks" | "kills" | "sighting" (default: "ranks")
- esMode (when ranks): "points" | "chance" (default: "points")
- enableProgressiveRankDifficulty: applies to chance mode to make higher ranks rarer.
- Visibility thresholds (when ranks or kills):
- spawnLocationRank / spawnLocationThreshold
- lootIconRank / lootIconThreshold
- lootChanceRank / lootChanceThreshold
- advancedAttributesRank / advancedAttributesThreshold
- descriptionRank / descriptionThreshold
- Global progression bar (header):
- globalRankProgressBarType: "S" (Sāranks) or "X" (RankāX)
- enableGlobalRankProgressBarCycling: toggle cycling by clicking the header bar
For every option and default, see: config/configuration-reference.