Bosses

From MediaWiki
Jump to navigation Jump to search

Bulbgraph.png Bosses are currently disabled and needs reworking, so you are unable to use this command nor fight bosses


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));