Skip to content

Commit

Permalink
Merge pull request #151 from wowsims/fix-set-rap
Browse files Browse the repository at this point in the history
add missing RAP to Gnomeregan sets
  • Loading branch information
rosenrusinov authored Feb 8, 2024
2 parents 77a5ce5 + 7c69e7c commit defa515
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sim/common/sod/item_sets/gnomeregan.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ var ItemSetElectromanticDevastator = core.NewItemSet(core.ItemSet{
2: func(agent core.Agent) {
c := agent.GetCharacter()
c.AddStat(stats.AttackPower, 24)
c.AddStat(stats.RangedAttackPower, 24)
},
3: func(agent core.Agent) {
c := agent.GetCharacter()
Expand Down Expand Up @@ -171,6 +172,7 @@ var ItemSetHazardSuit = core.NewItemSet(core.ItemSet{
c := agent.GetCharacter()
c.AddStat(stats.Defense, 7)
c.AddStat(stats.AttackPower, 16)
c.AddStat(stats.RangedAttackPower, 16)
},
3: func(agent core.Agent) {
c := agent.GetCharacter()
Expand Down

0 comments on commit defa515

Please sign in to comment.