Bosses: Difference between revisions
Jump to navigation
Jump to search
imported>Notme (fix boss name list formatting) |
(minor edit) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Note|Bosses are currently disabled and needs reworking, so you are unable to use this command nor fight bosses}} | |||
== Fighting bosses == | == Fighting bosses == | ||
Line 38: | Line 40: | ||
</pre> | </pre> | ||
[[Category: | [[Category:Commands]] |
Latest revision as of 03:16, 2 September 2019
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));