Wiki/Combat/Mob Prefixes

Mob Prefixes

Every mob encounter rolls a weighted prefix that modifies the base creature's stats, XP, and drop rates. Most encounters are unprefixed, but variant mobs offer greater challenge and reward.

Weighted Selection

When a mob spawns, a weighted random roll determines its prefix. The "no prefix" outcome has a weight of 100, making unprefixed mobs the most common (64.1% chance). Rarer prefixes like Ancient and Spectral appear much less frequently.

Prefix Table

PrefixWeightChanceHPAccuracyDefenceMagic DefEvasionDamageXPDrops
(none)10064.1%1.0x1.0x1.0x1.0x1.0x1.0x1.0x1.0x
Weak159.6%0.6x0.8x0.7x0.7x1.0x0.7x0.6x0.8x
Frail85.1%0.8x1.0x0.5x0.5x0.5x1.0x0.9x1x
Tough85.1%1.5x1.0x1.3x1.3x1.0x1.1x1.3x1.2x
Gigantic42.6%2x1.0x1.2x1.2x0.5x1.3x1.6x1.3x
Swift63.8%0.8x1.0x0.8x0.8x2x0.95x1.2x1x
Ferocious53.2%1.2x1.4x0.9x0.9x1.0x1.4x1.4x1.2x
Shaman31.9%1.0x0.8x0.8x1.3x1.0x0.8x1.5x1.3x
Venomous42.6%1.1x1.0x1.0x1.0x1.0x1.0x1.3x1.2x
Ancient10.6%1.5x1.3x1.3x1.3x1.3x1.3x2x2x
Spectral21.3%0.7x1.0x0.5x1.5x3x0.6x1.7x1.5x

Prefix Descriptions

  • Weak: Underfed and fragile, but still dangerous in numbers.
  • Frail: Brittle and clumsy, with poor defences and dodging.
  • Tough: Hardened hide and resilience make it harder to bring down.
  • Gigantic: Massive and relentless, though too large to evade well.
  • Swift: Fast and elusive, trading resilience for mobility.
  • Ferocious: Aggressive and vicious, hitting far above its base threat.
  • Shaman: Mystic variant that channels periodic spell bursts.
  • Venomous: Carries toxic attacks that strike on a repeating cadence.
  • Ancient: A rare elder specimen with power in every stat.
  • Spectral: Ghostlike and hard to hit, casting rapidly from round 2.

Spellcasting Prefixes

Some prefixes grant the mob a spell template, giving it periodic special attacks on fixed intervals:

PrefixSpell NameStart RoundIntervalDamage FormulaMultiplier
ShamanShamanic BoltRound 3Every 3 roundsavg1.2x
VenomousVenom SpitRound 2Every 4 roundsmax0.9x
SpectralSpectral BurstRound 2Every 2 roundsavg0.8x

The damageFormula determines how the base damage is computed for the spell: avg uses the average of damageMin and damageMax, min uses damageMin, and max uses damageMax. The multiplier then scales this value.

Prefixes with damageTypeOverrideconvert all of the mob's damage (including normal attacks) to that type. Shaman and Spectral override to magic damage, making them resistant to physical defence stacking.

Constants Reference

ConstantValueDescription
NO_PREFIX_WEIGHT100Selection weight for unprefixed (normal) mobs
Total weight pool156Sum of all prefix weights + no-prefix weight