Skip to content

Commit

Permalink
[Warlock] [Demonology] Update AP/SP conversion rates for Dreadstalkers (
Browse files Browse the repository at this point in the history
#9748)

* Update sc_warlock_pets.cpp

* Update sc_warlock_pets.cpp

Updated to remove the changes towards Vilefiend, the 20% damage increase was coming from a talent who increases the conversion rates by 20%.

* Update sc_warlock_pets.cpp

* Adjust comment to reflect update date

---------

Co-authored-by: Azevara <[email protected]>
  • Loading branch information
Mlklock and Azevara authored Nov 19, 2024
1 parent 9aaad13 commit 69306dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/class_modules/warlock/sc_warlock_pets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1264,8 +1264,8 @@ dreadstalker_t::dreadstalker_t( warlock_t* owner ) : warlock_pet_t( owner, "drea
action_list_str = "leap/dreadbite";
resource_regeneration = regen_type::DISABLED;

// 2023-09-20: Coefficient updated
owner_coeff.ap_from_sp = 0.686;
// 2024-11-16: Coefficient updated
owner_coeff.ap_from_sp = 0.825;

owner_coeff.health = 0.4;

Expand Down

0 comments on commit 69306dc

Please sign in to comment.