From 8b8e0aef6b81232c941288a6a832b2124b967840 Mon Sep 17 00:00:00 2001 From: sanguinerarogue Date: Sat, 28 Dec 2024 17:35:12 -0700 Subject: [PATCH] Cloudkeepers + P2 PvP --- sim/common/vanilla/item_effects.go | 5 +++++ sim/rogue/dps_rogue/TestCombatDaggers.results | 14 ++++++++++++++ .../dps_rogue/TestCombatSinisterStrike.results | 14 ++++++++++++++ .../{_items_sets_pvp.go => items_sets_pvp.go} | 2 +- sim/warrior/dps_warrior/TestP1DPSWarrior.results | 14 ++++++++++++++ .../{_item_sets_pvp.go => item_sets_pvp.go} | 2 +- sim/warrior/tank_warrior/TestP1TankWarrior.results | 14 ++++++++++++++ 7 files changed, 63 insertions(+), 2 deletions(-) rename sim/rogue/{_items_sets_pvp.go => items_sets_pvp.go} (96%) rename sim/warrior/{_item_sets_pvp.go => item_sets_pvp.go} (96%) diff --git a/sim/common/vanilla/item_effects.go b/sim/common/vanilla/item_effects.go index 04616871b..2c8f71707 100644 --- a/sim/common/vanilla/item_effects.go +++ b/sim/common/vanilla/item_effects.go @@ -70,6 +70,7 @@ const ( EbonHiltOfMarduk = 14576 FrightskullShaft = 14531 BarovianFamilySword = 14541 + CloudkeeperLegplates = 14554 Frightalon = 14024 // HeadmastersCharge = 13937 GravestoneWarAxe = 13983 @@ -2668,6 +2669,10 @@ func init() { BlazefuryTriggerAura(character, 7712, core.SpellSchoolFire, 2) }) + // https://www.wowhead.com/classic/item=14554/cloudkeeper-legplates + // Use: Increases Attack Power by 100 for 30 sec. (15 Min Cooldown) + core.NewSimpleStatOffensiveTrinketEffect(CloudkeeperLegplates, stats.Stats{stats.AttackPower: 100, stats.RangedAttackPower: 100}, time.Second*30, time.Minute*15) + // https://www.wowhead.com/classic/item=1168/skullflame-shield // Equip: When struck in combat has a 3% chance of stealing 35 life from target enemy. (Proc chance: 3%) // Equip: When struck in combat has a 1% chance of dealing 75 to 125 Fire damage to all targets around you. (Proc chance: 1%) diff --git a/sim/rogue/dps_rogue/TestCombatDaggers.results b/sim/rogue/dps_rogue/TestCombatDaggers.results index 0a35416f6..31e3369f9 100644 --- a/sim/rogue/dps_rogue/TestCombatDaggers.results +++ b/sim/rogue/dps_rogue/TestCombatDaggers.results @@ -110,6 +110,13 @@ dps_results: { tps: 771.0513 } } +dps_results: { + key: "TestCombatDaggers-Phase5-AllItems-Champion'sVestments" + value: { + dps: 896.12446 + tps: 636.24837 + } +} dps_results: { key: "TestCombatDaggers-Phase5-AllItems-DarkmantleArmor" value: { @@ -124,6 +131,13 @@ dps_results: { tps: 720.19773 } } +dps_results: { + key: "TestCombatDaggers-Phase5-AllItems-LieutenantCommander'sVestments" + value: { + dps: 896.12446 + tps: 636.24837 + } +} dps_results: { key: "TestCombatDaggers-Phase5-AllItems-Madcap'sOutfit" value: { diff --git a/sim/rogue/dps_rogue/TestCombatSinisterStrike.results b/sim/rogue/dps_rogue/TestCombatSinisterStrike.results index 8170c5e2a..13cad1000 100644 --- a/sim/rogue/dps_rogue/TestCombatSinisterStrike.results +++ b/sim/rogue/dps_rogue/TestCombatSinisterStrike.results @@ -110,6 +110,13 @@ dps_results: { tps: 814.19968 } } +dps_results: { + key: "TestCombatSinisterStrike-Phase5-AllItems-Champion'sVestments" + value: { + dps: 919.47147 + tps: 652.82474 + } +} dps_results: { key: "TestCombatSinisterStrike-Phase5-AllItems-DarkmantleArmor" value: { @@ -124,6 +131,13 @@ dps_results: { tps: 761.1862 } } +dps_results: { + key: "TestCombatSinisterStrike-Phase5-AllItems-LieutenantCommander'sVestments" + value: { + dps: 919.47147 + tps: 652.82474 + } +} dps_results: { key: "TestCombatSinisterStrike-Phase5-AllItems-Madcap'sOutfit" value: { diff --git a/sim/rogue/_items_sets_pvp.go b/sim/rogue/items_sets_pvp.go similarity index 96% rename from sim/rogue/_items_sets_pvp.go rename to sim/rogue/items_sets_pvp.go index b92fd67e3..80c78a7d5 100644 --- a/sim/rogue/_items_sets_pvp.go +++ b/sim/rogue/items_sets_pvp.go @@ -6,7 +6,7 @@ import ( ) /////////////////////////////////////////////////////////////////////////// -// SoD Phase 4 Item Sets +// Classic Phase 2 /////////////////////////////////////////////////////////////////////////// var ItemSetChampionsVestments = core.NewItemSet(core.ItemSet{ diff --git a/sim/warrior/dps_warrior/TestP1DPSWarrior.results b/sim/warrior/dps_warrior/TestP1DPSWarrior.results index 16a60d170..545d1a2cc 100644 --- a/sim/warrior/dps_warrior/TestP1DPSWarrior.results +++ b/sim/warrior/dps_warrior/TestP1DPSWarrior.results @@ -117,6 +117,13 @@ dps_results: { tps: 1033.50286 } } +dps_results: { + key: "TestP1DPSWarrior-Phase1-AllItems-Champion'sBattlegear" + value: { + dps: 1197.18775 + tps: 1047.39886 + } +} dps_results: { key: "TestP1DPSWarrior-Phase1-AllItems-Conqueror'sBattlegear" value: { @@ -131,6 +138,13 @@ dps_results: { tps: 1111.46724 } } +dps_results: { + key: "TestP1DPSWarrior-Phase1-AllItems-LieutenantCommander'sBattlegear" + value: { + dps: 1197.18775 + tps: 1047.39886 + } +} dps_results: { key: "TestP1DPSWarrior-Phase1-AllItems-Vindicator'sBattlegear" value: { diff --git a/sim/warrior/_item_sets_pvp.go b/sim/warrior/item_sets_pvp.go similarity index 96% rename from sim/warrior/_item_sets_pvp.go rename to sim/warrior/item_sets_pvp.go index 31b679f8f..65886bf8f 100644 --- a/sim/warrior/_item_sets_pvp.go +++ b/sim/warrior/item_sets_pvp.go @@ -6,7 +6,7 @@ import ( ) /////////////////////////////////////////////////////////////////////////// -// SoD Phase 4 Item Sets +// Classic Phase 2 /////////////////////////////////////////////////////////////////////////// var ItemSetChampionsBattlegear = core.NewItemSet(core.ItemSet{ diff --git a/sim/warrior/tank_warrior/TestP1TankWarrior.results b/sim/warrior/tank_warrior/TestP1TankWarrior.results index a0ada6a6b..825e9356a 100644 --- a/sim/warrior/tank_warrior/TestP1TankWarrior.results +++ b/sim/warrior/tank_warrior/TestP1TankWarrior.results @@ -117,6 +117,13 @@ dps_results: { tps: 324.94163 } } +dps_results: { + key: "TestP1TankWarrior-Phase1-AllItems-Champion'sBattlegear" + value: { + dps: 176.5019 + tps: 326.39273 + } +} dps_results: { key: "TestP1TankWarrior-Phase1-AllItems-Conqueror'sBattlegear" value: { @@ -131,6 +138,13 @@ dps_results: { tps: 335.07122 } } +dps_results: { + key: "TestP1TankWarrior-Phase1-AllItems-LieutenantCommander'sBattlegear" + value: { + dps: 176.5019 + tps: 326.39273 + } +} dps_results: { key: "TestP1TankWarrior-Phase1-AllItems-Vindicator'sBattlegear" value: {