File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ local function defaultTriggerHandler(env, config)
455455 end
456456
457457 -- Account for skills that can hit multiple times per use
458- if source and GlobalCache .cachedData [env .mode ][uuid ] and source .skillPartName and source .skillPartName :match (" (.*)All(.*)Projectiles(.*)" ) and source .skillFlags .projectile then
458+ if source and GlobalCache .cachedData [env .mode ][uuid ] and source .skillPartName and source .skillPartName :match (" (.*)All(.*)Projectiles(.*)" ) and source .skillFlags .projectile and not ( source . skillTypes [ SkillType . Duration ] and source . skillTypes [ SkillType . Area ]) then
459459 local multiHitDpsMult = GlobalCache .cachedData [env .mode ][uuid ].Env .player .output .ProjectileCount or 1
460460 trigRate = trigRate * multiHitDpsMult
461461 if breakdown then
You can’t perform that action at this time.
0 commit comments