Maurits825 / osrs-damage-sim

OSRS damage simulator written in python with a angular web app frontend.
https://maurits825.github.io/osrs-damage-sim/
0 stars 0 forks source link

Option for x tick weapon on y cycle #118

Closed Maurits825 closed 10 months ago

Maurits825 commented 11 months ago

Like scythe on 4t cycle at verzik or xarpus

Maurits825 commented 11 months ago
if attack_speed != cycle and cycle != 0:
  d = lcm(attack_speed, cycle) - cycle
  dps *= (d - 1) / d
Maurits825 commented 10 months ago

closed with #124