Skip to content

Commit

Permalink
add dk talents data
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosen Rusinov committed Apr 18, 2024
1 parent 30218d3 commit ef490f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sim/death_knight/death_knight.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ func NewDeathKnight(character *core.Character, inputs DeathKnightInputs, talents
ClassBaseScaling: 1125.227400,
}
core.FillTalentsProto(dk.Talents.ProtoReflect(), talents, TalentTreeSizes)
dk.FillTalentsData(talent_trees.DeathKnightTalentsConfig, talents)

maxRunicPower := 100.0 + 15.0*float64(dk.Talents.RunicPowerMastery)
currentRunicPower := math.Min(maxRunicPower, dk.Inputs.StartingRunicPower)
Expand Down

0 comments on commit ef490f1

Please sign in to comment.