Skip to content

Commit

Permalink
[Simplified Player] Take away the Cycre's Circlet from fake DPS
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Saeldur committed Dec 17, 2024
1 parent 5f624b1 commit f49908f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions engine/class_modules/sc_evoker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) },
Expand Down

0 comments on commit f49908f

Please sign in to comment.