Bosses

From Discord Dungeons Wiki
Revision as of 14:05, 14 December 2017 by imported>Notme (fix boss name list formatting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Fighting bosses

To fight a boss, simply use the #!fightboss command.

Cooldown: 30 seconds

Boss Stats

The stats the boss has is random, but the HP will always be between 3,000,000 and 10,000,000.

The names of past bosses are:

  • Overlord
  • Octoboss
  • Oryx
  • Tarnold the Twindler
  • Cyprus
  • Floating Top Hat
  • Raging Demon
  • The Sadist
  • Archangel
  • St. Mary
  • Oof

To display the last boss stats, simple use the #!boss command.

Cooldown: 10 seconds

Rewards

Once a boss has been killed, the users in the fight will get a message with their rewards that are based on how much damage and how many hits they dealt to the boss.

The rewards are calculated like so;

let goldReward = Math.round((user.dmg^2/1600/user.hits));
let xpReward = Math.round((user.dmg^2/3200/user.hits));