Skip to content

Commit

Permalink
Merge pull request #903 from sanguinerarogue/viskag
Browse files Browse the repository at this point in the history
Vis'kag the BloodLetter
  • Loading branch information
sanguinerarogue authored Jul 16, 2024
2 parents bd56564 + 354f06f commit 096b49b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sim/common/vanilla/item_effects.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const (
SealOfTheDawn = 13209
JoonhosMercy = 17054
Deathbringer = 17068
ViskagTheBloodletter = 17075
ThrashBlade = 17705
SatyrsLash = 17752
MarkOfTheChosen = 17774
Expand Down Expand Up @@ -1362,6 +1363,9 @@ func init() {

itemhelpers.CreateWeaponProcDamage(VilerendSlicer, "Vilerend Slicer", 1.0, 16405, core.SpellSchoolPhysical, 75, 0, 0, core.DefenseTypeMelee)


itemhelpers.CreateWeaponProcDamage(ViskagTheBloodletter, "Vis'kag the Bloodletter", 0.6, 21140, core.SpellSchoolPhysical, 240, 0, 0, core.DefenseTypeMelee)

// https://www.wowhead.com/classic/item=227941/wraith-scythe
// Chance on hit: Steals 45 life from target enemy.
itemhelpers.CreateWeaponProcSpell(WraithScythe, "Wraith Scythe", 1.0, func(character *core.Character) *core.Spell {
Expand All @@ -1383,6 +1387,7 @@ func init() {
})
})


///////////////////////////////////////////////////////////////////////////
// Trinkets
///////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 096b49b

Please sign in to comment.