How do you calculate the DPS that an NPC will do using the available NPC attributes?
SCC Security Striker
Explosive 25 HP
Kinetic 10 HP
Damage modifier 35.00 x
Rate of Fire 5s
Assumptions
- assume perfect application (no speed tanking)
- optimal range
Is total DPS the sum of each damage type?
EM + Thermal + Kinetic + Explosive.
(25 * 35) / 5 = 175 Explosive damage per second?
(10 * 35) / 5 = 70 Kinetic damage per second?
Is the applied DPS then adjusted for my resistance? (flat resistance of 75%)
EM * (1 - 0.75) + Thermal * (1 - 0.75) + Kinetic * (1 - 0.75) + Explosive* (1 - 0.75).
Thanks in advance for any help