parent
df3694b539
commit
1bd752a60f
1 changed files with 1 additions and 1 deletions
|
|
@ -2306,7 +2306,7 @@ class SpellList extends BaseType
|
|||
$originalCastTime = 1500;
|
||||
|
||||
// Portion to Over Time
|
||||
$PtOT = ($overTime / 15000) / (($overTime / 15000) + (OriginalCastTime / 3500));
|
||||
$PtOT = ($overTime / 15000) / (($overTime / 15000) + ($originalCastTime / 3500));
|
||||
|
||||
if ($asDOT)
|
||||
$castingTime = $castingTime * $PtOT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue