From f49908fb26e2307fc768d139a2719d10c493879d Mon Sep 17 00:00:00 2001 From: Saeldur <5496498+Saeldur@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:47:25 +0000 Subject: [PATCH] [Simplified Player] Take away the Cycre's Circlet from fake DPS * Due to the limited gem availability and the gems available currently this will cause certain gems to sim above what they should do. This is being removed until people get access to Legendary Skipper's CItrine. --- engine/class_modules/sc_evoker.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/engine/class_modules/sc_evoker.cpp b/engine/class_modules/sc_evoker.cpp index 59c027d3090..8a808477a5c 100644 --- a/engine/class_modules/sc_evoker.cpp +++ b/engine/class_modules/sc_evoker.cpp @@ -586,9 +586,10 @@ struct simplified_player_t : public player_t { SLOT_LEGS, fmt::format( ",id=193759,ilevel={},enchant=sunset_spellthread_3", item_level ) }, { SLOT_FEET, fmt::format( ",id=207139,ilevel={}", item_level ) }, { SLOT_FINGER_1, fmt::format( ",id=207159,ilevel={},gem_id=213494/213494,enchant=radiant_mastery_3", item_level ) }, - { SLOT_FINGER_2, - fmt::format( - ",id=228411,gem_id={}/228639/228646,bonus_id=12025/1511,enchant=radiant_mastery_3", 228638 ) }, + { SLOT_FINGER_2, fmt::format( ",id=225576,ilevel={},gem_id=213494/213494,enchant=radiant_mastery_3", item_level ) }, + //{ SLOT_FINGER_2, + // fmt::format( ",id=228411,gem_id={}/{}/{},bonus_id=12025/1511,enchant=radiant_mastery_3", + // 228638, 228639, 228646 ) }, { SLOT_TRINKET_1, fmt::format( ",id=153816,ilevel={}", item_level ) }, { SLOT_TRINKET_2, fmt::format( ",id=153819,ilevel={}", item_level ) }, { SLOT_MAIN_HAND, fmt::format( ",id=202565,ilevel={}", item_level ) },