Skip to content

Commit faacd6f

Browse files
authored
Merge pull request #1212 from wowsims/feature/p4-cleave-trinkets
2 parents c7dbb84 + 6b2a668 commit faacd6f

34 files changed

+887
-99
lines changed

assets/database/db.bin

0 Bytes
Binary file not shown.

assets/database/leftover_db.bin

0 Bytes
Binary file not shown.

sim/common/mop/stat_bonus_procs_auto_gen.go

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,6 @@ func RegisterAllProcs() {
2929
// {ItemID: 105549, ItemName: "Nazgrim's Burnished Insignia (Heroic Warforged)"},
3030
// })
3131

32-
// TODO: Manual implementation required
33-
// This can be ignored if the effect has already been implemented.
34-
// With next db run the item will be removed if implemented.
35-
//
36-
// Your attacks have a 0.01% chance to Cleave, dealing the same damage to up to 5 other nearby targets.
37-
// shared.NewProcStatBonusEffectWithVariants(shared.ProcStatBonusEffect{
38-
// Callback: core.CallbackOnSpellHitDealt | core.CallbackOnPeriodicDamageDealt,
39-
// ProcMask: core.ProcMaskMeleeMHAuto | core.ProcMaskMeleeOHAuto | core.ProcMaskMeleeMHSpecial | core.ProcMaskMeleeOHSpecial | core.ProcMaskRangedAuto | core.ProcMaskRangedSpecial | core.ProcMaskSpellDamage | core.ProcMaskMeleeProc | core.ProcMaskRangedProc | core.ProcMaskSpellDamageProc,
40-
// Outcome: core.OutcomeLanded,
41-
// RequireDamageDealt: false,
42-
// }, []shared.ItemVariant{
43-
// {ItemID: 102295, ItemName: "Fusion-Fire Core (N)"},
44-
// {ItemID: 104463, ItemName: "Fusion-Fire Core (H)"},
45-
// {ItemID: 104712, ItemName: "Fusion-Fire Core (Flexible)"},
46-
// {ItemID: 104961, ItemName: "Fusion-Fire Core (LFR) (Celestial)"},
47-
// {ItemID: 105210, ItemName: "Fusion-Fire Core (Warforged)"},
48-
// {ItemID: 105459, ItemName: "Fusion-Fire Core (Heroic Warforged)"},
49-
// })
50-
5132
// TODO: Manual implementation required
5233
// This can be ignored if the effect has already been implemented.
5334
// With next db run the item will be removed if implemented.
@@ -67,44 +48,6 @@ func RegisterAllProcs() {
6748
// {ItemID: 105474, ItemName: "Prismatic Prison of Pride (Heroic Warforged)"},
6849
// })
6950

70-
// TODO: Manual implementation required
71-
// This can be ignored if the effect has already been implemented.
72-
// With next db run the item will be removed if implemented.
73-
//
74-
// Your attacks have a 0.01% chance to Cleave, dealing the same damage to up to 5 other nearby targets.
75-
// shared.NewProcStatBonusEffectWithVariants(shared.ProcStatBonusEffect{
76-
// Callback: core.CallbackOnSpellHitDealt | core.CallbackOnPeriodicDamageDealt,
77-
// ProcMask: core.ProcMaskMeleeMHAuto | core.ProcMaskMeleeOHAuto | core.ProcMaskMeleeMHSpecial | core.ProcMaskMeleeOHSpecial | core.ProcMaskRangedAuto | core.ProcMaskRangedSpecial | core.ProcMaskSpellDamage | core.ProcMaskMeleeProc | core.ProcMaskRangedProc | core.ProcMaskSpellDamageProc,
78-
// Outcome: core.OutcomeLanded,
79-
// RequireDamageDealt: false,
80-
// }, []shared.ItemVariant{
81-
// {ItemID: 102302, ItemName: "Sigil of Rampage (N)"},
82-
// {ItemID: 104584, ItemName: "Sigil of Rampage (H)"},
83-
// {ItemID: 104833, ItemName: "Sigil of Rampage (Flexible)"},
84-
// {ItemID: 105082, ItemName: "Sigil of Rampage (LFR) (Celestial)"},
85-
// {ItemID: 105331, ItemName: "Sigil of Rampage (Warforged)"},
86-
// {ItemID: 105580, ItemName: "Sigil of Rampage (Heroic Warforged)"},
87-
// })
88-
89-
// TODO: Manual implementation required
90-
// This can be ignored if the effect has already been implemented.
91-
// With next db run the item will be removed if implemented.
92-
//
93-
// Your attacks have a 0.01% chance to Cleave, dealing the same damage to up to 5 other nearby targets.
94-
// shared.NewProcStatBonusEffectWithVariants(shared.ProcStatBonusEffect{
95-
// Callback: core.CallbackOnSpellHitDealt | core.CallbackOnPeriodicDamageDealt,
96-
// ProcMask: core.ProcMaskMeleeMHAuto | core.ProcMaskMeleeOHAuto | core.ProcMaskMeleeMHSpecial | core.ProcMaskMeleeOHSpecial | core.ProcMaskRangedAuto | core.ProcMaskRangedSpecial | core.ProcMaskSpellDamage | core.ProcMaskMeleeProc | core.ProcMaskRangedProc | core.ProcMaskSpellDamageProc,
97-
// Outcome: core.OutcomeLanded,
98-
// RequireDamageDealt: false,
99-
// }, []shared.ItemVariant{
100-
// {ItemID: 102303, ItemName: "Frenzied Crystal of Rage (N)"},
101-
// {ItemID: 104576, ItemName: "Frenzied Crystal of Rage (H)"},
102-
// {ItemID: 104825, ItemName: "Frenzied Crystal of Rage (Flexible)"},
103-
// {ItemID: 105074, ItemName: "Frenzied Crystal of Rage (LFR) (Celestial)"},
104-
// {ItemID: 105323, ItemName: "Frenzied Crystal of Rage (Warforged)"},
105-
// {ItemID: 105572, ItemName: "Frenzied Crystal of Rage (Heroic Warforged)"},
106-
// })
107-
10851
// TODO: Manual implementation required
10952
// This can be ignored if the effect has already been implemented.
11053
// With next db run the item will be removed if implemented.

0 commit comments

Comments
 (0)