The DPS Calculator allows users to compute their character’s base DPS, critical strike DPS, and total DPS by inputting values such as base attack damage, attack speed, critical strike chance, critical multiplier, and selecting a damage modifier.
Dps Calculator
Use Our Dps Calculator
Step-by-Step Guide to Using the DPS Calculator
This DPS Calculator is designed to help you determine damage per second based on your character’s attributes and modifiers. Follow the steps below to make full use of this tool.
Step 1: Enter Base Attack Damage
Begin by entering the Base Attack Damage of your character. This is the foundational damage per hit before any additional calculations. In the calculator, you’ll find a field labeled “Base Attack Damage” under the ID baseAttack
. Input a number between 0 and 100,000 in the placeholder provided. Make sure this value is accurate, as it significantly impacts the final DPS calculation.
Step 2: Input Attack Speed
Next, proceed to input the Attack Speed, which is the number of attacks your character can perform per second. This field is identified by the ID attackSpeed
in the calculator and is labeled “Attack Speed (attacks per second).” You must enter a numerical value between 0.1 and 10, with adjustments possible in increments of 0.1.
Step 3: Specify Critical Strike Chance
Enter the Critical Strike Chance of your character, which is the likelihood that an attack deals critical damage. Locate the field labeled “Critical Strike Chance (%)” under the ID critChance
. Input a percentage value between 0 and 100, adjusting in increments of 0.1 as needed. Accurate input here will ensure the correct calculation of potential critical damage.
Step 4: Define Critical Strike Multiplier
The next step involves entering your character’s Critical Strike Multiplier. This represents how much more damage is dealt during a critical hit. Look for the field labeled “Critical Strike Multiplier” under the ID critMultiplier
and enter a value between 1 and 10. Adjust your input in steps of 0.1 to reflect your multiplier accurately.
Step 5: Select Damage Modifier
Finally, choose a Damage Modifier from the available options. This accounts for any additional damage boosts or multipliers to your overall DPS. The selection field is identified by the ID damageModifier
. You can choose from the following options:
- None: No additional damage
- 25% Increased Damage: Multiplier of 1.25
- 50% Increased Damage: Multiplier of 1.5
- Double Damage: Multiplier of 2
Select the option that best fits your character’s current setup to accurately modify your final DPS calculation.
Calculating Result Fields
Upon entering all necessary input values, the calculator will automatically compute the results using the following logic:
- Base DPS: Calculated as
baseAttack * attackSpeed
. - Critical Strike DPS: Calculated as
baseDps * (1 + (critChance/100) * (critMultiplier - 1))
. - Total DPS: Determined by
critDps * damageModifier
.
These results are formatted to two decimal places and include a “DPS” suffix, providing you with a comprehensive view of your character’s damage capabilities.