Skip to content

Commit

Permalink
Merge pull request #1093 from ncberman/hunter_chimeraSerpentFix
Browse files Browse the repository at this point in the history
(Minor Fix) Chimera-Serpent didn't have appropriate CastType causing extra misses
  • Loading branch information
kayla-glick authored Sep 25, 2024
2 parents e1a3cfd + ea64d29 commit f8f06a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions sim/hunter/TestMM.results
Original file line number Diff line number Diff line change
Expand Up @@ -246,15 +246,15 @@ dps_results: {
dps_results: {
key: "TestMM-Phase2-Lvl40-Settings-Dwarf-p2_ranged_mm-Basic-p2_ranged_mm-FullBuffs-P2-Consumes-LongMultiTarget"
value: {
dps: 635.42505
tps: 618.93652
dps: 635.84597
tps: 619.27522
}
}
dps_results: {
key: "TestMM-Phase2-Lvl40-Settings-Dwarf-p2_ranged_mm-Basic-p2_ranged_mm-FullBuffs-P2-Consumes-LongSingleTarget"
value: {
dps: 573.69058
tps: 428.28279
dps: 573.51246
tps: 428.17184
}
}
dps_results: {
Expand All @@ -267,22 +267,22 @@ dps_results: {
dps_results: {
key: "TestMM-Phase2-Lvl40-Settings-Dwarf-p2_ranged_mm-Basic-p2_ranged_mm-NoBuffs-P2-Consumes-LongMultiTarget"
value: {
dps: 366.7502
tps: 478.21176
dps: 366.97668
tps: 478.2699
}
}
dps_results: {
key: "TestMM-Phase2-Lvl40-Settings-Dwarf-p2_ranged_mm-Basic-p2_ranged_mm-NoBuffs-P2-Consumes-LongSingleTarget"
value: {
dps: 316.06017
tps: 247.4383
dps: 317.37225
tps: 249.01728
}
}
dps_results: {
key: "TestMM-Phase2-Lvl40-Settings-Dwarf-p2_ranged_mm-Basic-p2_ranged_mm-NoBuffs-P2-Consumes-ShortSingleTarget"
value: {
dps: 334.82355
tps: 263.22784
dps: 336.05986
tps: 265.04535
}
}
dps_results: {
Expand Down
1 change: 1 addition & 0 deletions sim/hunter/serpent_sting.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func (hunter *Hunter) chimeraShotSerpentStingSpell(rank int) *core.Spell {
return hunter.RegisterSpell(core.SpellConfig{
ActionID: core.ActionID{SpellID: 409493},
SpellSchool: core.SpellSchoolNature,
CastType: proto.CastType_CastTypeRanged,
DefenseType: core.DefenseTypeRanged,
ProcMask: core.ProcMaskEmpty,
Flags: core.SpellFlagMeleeMetrics | core.SpellFlagPassiveSpell,
Expand Down

0 comments on commit f8f06a1

Please sign in to comment.